RetroMusicPlayer/app/src/main/java/code/name/monkey/retromusic
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
..
activities [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
adapter [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
appshortcuts [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
appwidgets [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
auto Added playback resumption 2021-10-21 17:00:30 +05:30
cast [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
db V5 Push 2021-09-09 00:00:20 +05:30
dialogs [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
extensions [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
fragments [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30
glide Fixed artists tab lag 2021-10-27 16:52:44 +05:30
helper [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
interfaces Migrated to Kotlin version of Material cab 2021-10-21 17:00:15 +05:30
lyrics [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
misc [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
model Fixed tag editing for Android 11+ devices 2021-11-22 17:41:41 +05:30
network Code Cleanup 2021-10-21 17:00:36 +05:30
preferences [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
providers [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
repository [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
service [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
state Now playing state management 2020-09-17 23:26:59 +05:30
transform [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
util [Library] Implemented Better saving of GridStyle 2021-11-27 18:44:51 +05:30
views [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
volume V5 Push 2021-09-09 00:00:20 +05:30
App.kt Migrated to Play billing v4 2021-11-08 11:08:52 +05:30
Constants.kt [Playlists] Added Grid size selection for Playlists 2021-11-27 01:29:36 +05:30
HomeSection.kt Add Spotless 2020-10-06 14:16:04 +05:30
LanguageContextWrapper.java V5 Push 2021-09-09 00:00:20 +05:30
MainModule.kt V5 Push 2021-09-09 00:00:20 +05:30
PeekingLinearLayoutManager.kt Code refactor 2020-07-18 02:55:04 +05:30
RetroBottomSheetBehavior.java V5 Push 2021-09-09 00:00:20 +05:30