Commit Graph

36 Commits (350cba204226f62bc54936ae514296bd44a04388)

Author SHA1 Message Date
Prathamesh More 63bd71b7e6 [Library] Implemented Better saving of GridStyle
We used to store layout ID's of grid styles before which caused all sorts of trouble whenever an update was pushed. Layout ID's are generated at compile time according to alphabetical order ig, so if a layout is added or renamed, it will cause layout ID's to change, which resulted in either a Different layout than the one user stored, or totally random layout or a crash. So to counter this, 0-6 constant ID's are used to save Grid Styles which should result in stable updates.
2021-11-27 18:44:51 +05:30
Prathamesh More 8099eb0012 Fixed back button action 2021-11-17 21:18:52 +05:30
Prathamesh More 7c0701efad Fixed grid size of first song set to 1 2021-10-21 17:00:35 +05:30
Prathamesh More a9fde92dd9 Removed quick actions from SongsFragment
Removing Play all & Shuffle quick actions from Songs tab as Shuffle fab is already there to complete the same task
2021-10-21 17:00:33 +05:30
Prathamesh More 6e081f30c0 Added Shuffle fab in songs, albums & artist tab 2021-10-21 17:00:30 +05:30
Prathamesh More bd05de53d8 Changed artist and album details page a bit 2021-10-21 17:00:26 +05:30
Prathamesh More 6aedfbc2cb Migrated to Kotlin version of Material cab 2021-10-21 17:00:15 +05:30
Prathamesh More bce6dbfa27 V5 Push
Here's a list of changes/features: https://github.com/RetroMusicPlayer/RetroMusicPlayer/releases/tag/v5.0

Internal Changes:
1) Migrated to ViewBinding
2) Migrated to Glide V4
3) Migrated to kotlin version of Material Dialogs
2021-09-09 00:00:20 +05:30
Hemanth S bfe03a2b06 Adding shuffle button 2020-11-28 14:33:54 +05:30
Hemanth S defcd86152 Add Spotless 2020-10-06 14:16:04 +05:30
Hemanth S c23c56649e Code refactor, fix animations on Album and Artist details 2020-10-03 00:40:26 +05:30
Hemanth S 608330f0da I belived fixed android Navigation 2020-09-25 23:08:59 +05:30
Hemanth S 0e8010ad78 Fix issues 2020-09-24 17:39:05 +05:30
Hemanth S 67b59f7c00 Adding animation 2020-09-18 18:26:41 +05:30
Hemanth S 765172d69f Code refactor 2020-09-18 16:31:55 +05:30
Hemanth S 5ebeb9c587 Code refactor 2020-09-09 18:07:25 +05:30
Hemanth S 061b9c90ab Code refactor 2020-09-05 19:33:12 +05:30
Hemanth S ffa0749849 Added List sort, grid size, layout changes 2020-08-31 18:42:03 +05:30
Hemanth S 6f07548023 Merge branch 'room-playlist' of https://github.com/h4h13/RetroMusicPlayer into room-playlist 2020-08-31 18:04:18 +05:30
Hemanth S 6881e9a4c1 Code refactor 2020-08-31 18:00:07 +05:30
Hemanth S 34b5d01e8d Remove MainActivityFragmentCallbacks 2020-08-30 22:23:09 +05:30
Hemanth S 23f4fee872 Android Navigation code refactor 2020-08-13 13:54:36 +05:30
Hemanth S 3ebf777d7b Working towards single activity design 2020-08-11 23:59:44 +05:30
Hemanth S e483973e51 Removed navigation in Library
Having navigation in Library makes it hard to have options for each fragments we have to add manualy to each fragment
2020-07-30 19:41:19 +05:30
Hemanth S 7365e44803 Add Android Navigation component 2020-07-29 00:48:34 +05:30
Hemanth S c23e959356 Code refactor and Genre category added to home 2020-07-26 01:52:37 +05:30
Hemanth S 373befcd83 Added navigation graph for settings 2020-07-24 23:58:15 +05:30
Hemanth S 5394f94973 Code refactor 2020-06-07 00:27:28 +05:30
Hemanth S d7aae9270e Kotlin refactoring 2020-05-23 20:39:07 +05:30
Hemanth S e9bd24872f Converted PreferencUtil to Kotlin class 2020-05-23 14:57:55 +05:30
Hemanth S ae63b6798f Update mini player for tablet 2020-05-21 23:52:48 +05:30
Hemanth S 563ae8a699 hot fix 2020-05-17 22:18:36 +05:30
Hemanth S 6d9860016e Fix loading songs after permission granted 2020-05-17 01:29:18 +05:30
h4h13 69c76556a2 Fix not showing empty state 2020-05-01 02:18:14 +05:30
h4h13 162535e3dd Add in-app update 2020-04-26 22:19:46 +05:30
h4h13 f7d2d32982 Added viewmodel 2020-04-25 21:29:52 +05:30