PlayerAndroid/app/src/main/java/code/name/monkey/retromusic/fragments
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
..
about Better Edge-to-edge support & fixed some visual glitches 2021-11-23 22:22:26 +05:30
albums [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30
artists [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30
backup [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
base [Now Playing] Create single instance of Album, Artist & lyrics pages created from Now Playing 2021-11-27 14:09:25 +05:30
folder [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
genres Fixed back button action 2021-11-17 21:18:52 +05:30
home Fixed back button action 2021-11-17 21:18:52 +05:30
library Code cleanup 2021-11-11 20:21:57 +05:30
other [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
player [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
playlists [Playlists] Added Grid size selection for Playlists 2021-11-27 01:29:36 +05:30
queue Better Edge-to-edge support & fixed some visual glitches 2021-11-23 22:22:26 +05:30
search Better Edge-to-edge support & fixed some visual glitches 2021-11-23 22:22:26 +05:30
settings Fixed Main Settings bottom insets 2021-11-23 11:31:50 +05:30
songs [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30
AlbumCoverStyle.kt Add Spotless 2020-10-06 14:16:04 +05:30
GridStyle.kt [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30
LibraryViewModel.kt [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
NowPlayingScreen.kt Add Spotless 2020-10-06 14:16:04 +05:30