Commit Graph

37 Commits (350cba204226f62bc54936ae514296bd44a04388)

Author SHA1 Message Date
Prathamesh More fd639d6348 Fixed Album artist sort order in Albums tab 2021-12-01 18:05:16 +05:30
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 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 66618824e2 updated code 2020-12-04 23:41:49 +05:30
Hemanth S 85d8d5cba9 Fixing animations 2020-12-04 18:17:14 +05:30
Hemanth S b944ef5de6 Fixing animations 2020-12-04 02:27:44 +05:30
Hemanth S 9fce62b9c5 Fix animations 2020-12-03 20:31:27 +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 fdfedf274f Added some animations
Renamed some interface classes
2020-09-28 00:29:09 +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
Eugeniu Olog 9e46d74507 - migrated ids from `int` to `long`
- some cleaning
2020-09-17 23:25:41 +02:00
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 34b5d01e8d Remove MainActivityFragmentCallbacks 2020-08-30 22:23:09 +05:30
Hemanth S bbfec6f489 old Changes 2020-08-24 21:57:08 +05:30
Hemanth S 23f4fee872 Android Navigation code refactor 2020-08-13 13:54:36 +05:30
Hemanth S ec47bc3d2e Add detail navigation 2020-08-12 03:01:09 +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 06a52b1323 Added suggestions 2020-07-14 19:16:16 +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 defee853c7 Add gradient theme 2020-05-18 01:28:04 +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 f7d2d32982 Added viewmodel 2020-04-25 21:29:52 +05:30