Commit Graph

24 Commits (6924e5de01b2d33cefe105604f8a7b0268e6d62d)

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 d6bc78619b [Playlists] Added Grid size selection for Playlists 2021-11-27 01:29:36 +05:30
Prathamesh More 5db550ccd2 Enable Material You by default on A12 2021-11-23 11:20:07 +05:30
Prathamesh More f23b102e41 Added new theme for Material You & a toggle 2021-10-21 17:00:31 +05:30
Prathamesh More 6aedfbc2cb Migrated to Kotlin version of Material cab 2021-10-21 17:00:15 +05:30
Prathamesh More ee7545f64e Fixed Audio Fade, Crossfade & Android Auto search 2021-10-21 16:59:55 +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
vladrevers 190baa6fdf Added option to hide profile on home page 2021-08-09 02:26:51 +03:00
Hemanth S 9b677573a3 Update PreferenceUtil.kt 2020-10-18 02:20:40 +05:30
Hemanth S 0fe0c2728f Removed unesscery ids, res, etc 2020-10-17 13:28:13 +05:30
Hemanth S 33f4f31066 Updated
Playlist refresh
Bottom navigation shows when coming from notification
Removed animation for lyrics page
Added playlist reorder
Added refresh for album & artist details when update
Fix when scan to update library
Added sort for playlist
Fix album art not showing in lockscreen
2020-10-09 23:14:02 +05:30
Hemanth S c23c56649e Code refactor, fix animations on Album and Artist details 2020-10-03 00:40:26 +05:30
Hemanth S 9850341d4c Updating
Constants names
Proper namings
Bottom tabs slide animation
Added home album list style change
2020-09-25 01:51:32 +05:30
thomas bbd1853e78 Minimum working prototype 2020-09-13 21:42:12 -04:00
Hemanth S 0ef83c7136 Code refactor 2020-09-11 00:52:10 +05:30
Hemanth S 061b9c90ab Code refactor 2020-09-05 19:33:12 +05:30
Hemanth S 543893adba Code refactor 🧑‍💻 2020-08-21 23:31:52 +05:30
Hemanth S b22b3a627f History playlist add 2020-08-21 19:49:15 +05:30
Hemanth S 7365e44803 Add Android Navigation component 2020-07-29 00:48:34 +05:30
Hemanth S 373befcd83 Added navigation graph for settings 2020-07-24 23:58:15 +05:30
Hemanth S 547e49507e Added suggestions & Updated libs. 2020-07-14 02:09:47 +05:30
Hemanth S 8a2b803286 Code refactor
Added new lyrics view and code refactor
2020-06-30 23:15:47 +05:30
Hemanth S 5394f94973 Code refactor 2020-06-07 00:27:28 +05:30
Hemanth S e9bd24872f Converted PreferencUtil to Kotlin class 2020-05-23 14:57:55 +05:30