Naman Dwivedi
b53a7d5468
fix npe when sliding bottom controls
2020-10-06 11:29:02 +05:30
Naman Dwivedi
21caa06d55
release 1.8
2020-10-06 11:22:20 +05:30
Naman Dwivedi
4bff285e0f
disable renderscript support mode
2020-10-06 11:20:36 +05:30
Naman Dwivedi
a5b585165e
use mock files for google services and secret.xml
2020-10-06 01:22:02 +05:30
Naman Dwivedi
8798925fd3
update travis.yml
2020-10-06 01:06:54 +05:30
Naman Dwivedi
c69cc8a012
update travis.yml
2020-10-06 01:00:04 +05:30
Naman Dwivedi
3da50f116d
release 1.7
v1.7
v1.8
2020-10-06 00:18:53 +05:30
Naman Dwivedi
bc653adc72
update about dialog
2020-10-06 00:18:20 +05:30
Naman Dwivedi
dc3b870134
migrate to androidx, migrate to firebase crashlytics
2020-10-05 23:40:59 +05:30
Naman Dwivedi
c85d58a302
Merge pull request #414 from s-cortes/patch-2
...
Use childfragmentmanager instead of freagment manager
2020-10-05 20:12:40 +05:30
Naman Dwivedi
1272a34937
Merge pull request #419 from s-cortes/patch-6
...
reload songs on screen rotation in playlist detail
2020-10-05 20:11:25 +05:30
Naman Dwivedi
2f58c8260b
Merge pull request #415 from s-cortes/patch-4
...
Save Query in Rotation
2020-10-05 20:10:52 +05:30
Naman Dwivedi
b4e2137b81
Update README.md
2019-02-02 14:43:44 +05:30
Santiago Cortés Fernández
cff430d5ad
Fix on Screen Rotation
...
When the screen was rotated in this activity, the list of songs was not reloaded. Because of that, I implemented the onSaveInstanceState method in order to de capable of verifying in the onCreateMethod.
2018-11-19 13:42:53 -05:00
Santiago Cortés Fernández
472ce0f7ce
Save Query in Rotation
...
The activity didn't save the query when there was a rotation. Because of that, I made some changes: First, I added the onSaveInstanceState method, where I add the query. Then, when the Activity is in the onCreate method, I save the Bundle (if it exists) and then, when the SearchView is created, I set the saved query to the SearchView
2018-11-19 01:01:17 -05:00
Santiago Cortés Fernández
d571d33149
Change in LastFmLoginDialog creation
...
getFragmentManager() will return the hosting Activity's FragmentManager. Instead, getChildFragmentManager() will return the hosting Fragment's FragmentManager.. It is important to use getChildFragmentManager() because you're nesting a Fragment inside another Fragment, so the parent Fragment should be in charge of handling any transactions with the nested Fragment.
(chenk this question at stakoverflow)[https://stackoverflow.com/questions/10436120/failure-saving-state-target-not-in-fragment-manager-settargetfragment ]
2018-11-19 00:01:41 -05:00
Naman Dwivedi
ef2da538a6
Merge pull request #362 from EthanArmbrust/artist-view-fix
...
Fix ArtistSongAdapter playing the wrong song
2018-01-26 20:34:57 +05:30
Naman Dwivedi
946c18891d
Merge pull request #361 from EthanArmbrust/scrolling-marquee
...
Now Playing improvements
2018-01-26 20:33:48 +05:30
EthanArmbrust
3c0b2d5534
Clicking on next song takes user to the proper song now for Timber 6.
...
(cherry picked from commit dbc356e)
2018-01-24 16:08:11 -05:00
EthanArmbrust
9a492f5a19
Fix ArtistSongAdapter playing the wrong song.
...
(cherry picked from commit 6b9cb3d)
2018-01-23 16:10:58 -05:00
EthanArmbrust
e0d21d43b0
cleanup
2018-01-23 16:02:12 -05:00
EthanArmbrust
06d00ff6e6
Next song title in Timber 6 is no longer limited to 20 chars
2018-01-23 15:53:04 -05:00
EthanArmbrust
bbb9ebb8cc
Scrolling marquee for song title in Timber 5 now working properly.
...
(cherry picked from commit 95e6521)
2018-01-23 14:02:35 -05:00
EthanArmbrust
f0932997db
Messing with scrolling marquee for timber 5
...
(cherry picked from commit 92e69a7)
2018-01-23 14:01:55 -05:00
EthanArmbrust
2fec6ea51c
Increased darkness behind text on Timber 6 to improve readability with lighter album art.
2018-01-23 13:59:13 -05:00
EthanArmbrust
8b57fae122
Title on Timber 6 now takes up the full width of the screen
2018-01-23 12:12:09 -05:00
ethanarm
504e254985
Improving scrolling marquee. Make an attempt to shrink down song title to fit without scrolling if possible
...
(cherry picked from commit 97e41f1)
2018-01-23 11:30:07 -05:00
EthanArmbrust
2056a09134
Messing with adding a scrolling marquee text for the song title in Timber 3 Now Playing
...
(cherry picked from commit a453645)
2018-01-23 11:19:00 -05:00
Naman Dwivedi
c24247e1a0
Merge pull request #358 from EthanArmbrust/remove-from-queue
...
Remove from queue
2018-01-17 19:49:37 +05:30
ethanarm
e984655372
put "Remove from queue" into strings.xml instead of hardcoding it
...
(cherry picked from commit 5a98180)
2018-01-16 19:54:57 -05:00
ethanarm
6d5059e530
Remove from queue now working properly
...
(cherry picked from commit 0bf7777)
2018-01-16 19:54:29 -05:00
EthanArmbrust
1f6900ab90
Working on Remove from playing queue
...
(cherry picked from commit 357f5a4)
2018-01-16 19:51:58 -05:00
Naman Dwivedi
9200543f55
refactor classes
2018-01-17 00:00:44 +05:30
Naman Dwivedi
908668b552
fix light status bar mode in nowplaying
2018-01-16 23:28:26 +05:30
Naman Dwivedi
bec97ddd90
Merge pull request #357 from naman14/revert-343-buildfix
...
Revert "fixing clearing notification bar "
2018-01-16 23:01:09 +05:30
Naman Dwivedi
08ceecd696
Revert "fixing clearing notification bar "
2018-01-16 23:00:59 +05:30
Naman Dwivedi
ad967ccee8
Merge pull request #356 from EthanArmbrust/bug-fixes
...
Bug fixes
2018-01-16 22:51:51 +05:30
Naman Dwivedi
49fc4e19e9
Merge pull request #354 from EthanArmbrust/playlist-duration
...
Show playlist duration
2018-01-16 22:51:26 +05:30
Naman Dwivedi
b43f81cff8
Merge pull request #353 from EthanArmbrust/album-and-artist-enhancements
...
Add to queue and add to playlist for albums and artists
2018-01-16 22:50:44 +05:30
Naman Dwivedi
5726c55776
Merge pull request #351 from EthanArmbrust/master
...
Quick and dirty fix for pause on detach on Android O
2018-01-16 22:49:25 +05:30
Naman Dwivedi
8cb8d08828
Merge pull request #343 from goksunonal/buildfix
...
fixing clearing notification bar
2018-01-16 22:47:49 +05:30
Naman Dwivedi
30dff043c5
Merge pull request #346 from michaelsam94/master
...
[Improvement] Widget is not resizable #345
2018-01-16 22:47:16 +05:30
Naman Dwivedi
b655f652ac
Merge pull request #349 from AlexJuca/master
...
Implemented code to check if song was selected in Now Playing before …
2018-01-16 22:46:45 +05:30
EthanArmbrust
d42fa81fe2
Fix MusicService being null after it's destroyed by sitting in the background too long on Android 8.0
...
(cherry picked from commit 768adeb)
2018-01-11 11:15:16 -05:00
ethanarm
88409f9f87
Fixed delete from device for artist view
...
(cherry picked from commit 9ece9f7)
2018-01-09 10:15:03 -05:00
ethanarm
4aa75a2479
Deleting songs from device now properly updates the list that the song was deleted from.
...
(cherry picked from commit a9bc5e2)
2018-01-09 10:14:18 -05:00
EthanArmbrust
391f7f1ba8
Fixed permissions. Timber now asks for write permissions on first boot.
...
(cherry picked from commit 371e5c7)
2018-01-09 10:06:17 -05:00
EthanArmbrust
9b7f114a13
Playlist pager shows runtime of playlist now
...
(cherry picked from commit 1e61ed0)
2018-01-08 19:53:44 -05:00
ethanarm
628f426233
Fixed playlist runtime display for all views. Should be working as expected now.
...
(cherry picked from commit 1ed4dc2)
2018-01-08 19:30:56 -05:00
ethanarm
94a6b607db
Album add to playlist and queue working
...
(cherry picked from commit 099aaa7)
2018-01-08 16:06:32 -05:00