PlayerAndroid/app/src/main/java/code/name/monkey/retromusic/fragments/artists
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
..
AbsArtistDetailsFragment.kt Added AppBarLayout elevation effect to various details fragments 2021-11-08 12:16:48 +05:30
AlbumArtistDetailsFragment.kt V5 Push 2021-09-09 00:00:20 +05:30
ArtistDetailsFragment.kt V5 Push 2021-09-09 00:00:20 +05:30
ArtistDetailsViewModel.kt V5 Push 2021-09-09 00:00:20 +05:30
ArtistsFragment.kt [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30