Commit Graph

460 Commits (350cba204226f62bc54936ae514296bd44a04388)

Author SHA1 Message Date
Prathamesh More 93277b8de7 [Settings] Code Cleanup 2021-12-03 00:03:04 +05:30
Prathamesh More 652a79f14e [ViewModel] Fixed long loading times for most played playlist 2021-12-02 17:45:10 +05:30
Prathamesh More a6319167c9 [Lyrics] Fixed search icon not visible in LyricsFragment 2021-12-02 14:27:13 +05:30
Prathamesh More e5743ee98b [Cleanup] Converted functions of super class(AbsThemeActivity) to extension functions 2021-12-02 00:37:43 +05:30
Prathamesh More fd639d6348 Fixed Album artist sort order in Albums tab 2021-12-01 18:05:16 +05:30
Prathamesh More 12cf446375 [UI] Fixed last playlist song hidden by mini player 2021-12-01 14:02:50 +05:30
Prathamesh More 13d9b6ab71 Updated dependencies 2021-12-01 00:44:40 +05:30
Prathamesh More dcc04c6ea4 Cleaning up moved or deleted songs from Smart playlists i.e. History, Top played 2021-11-29 19:31:41 +05:30
Prathamesh More 2dcbe0801b Using runCatching 2021-11-28 22:36:19 +05:30
Prathamesh More 0723c34ec4 [Backup] Added null check for Restore backup uri 2021-11-28 19:53:40 +05:30
Prathamesh More ca9c3124f1 [Playlists] Filtering Empty playlists e.g. Favorites 2021-11-28 18:48:20 +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 2f047e3b63 [Now Playing] Create single instance of Album, Artist & lyrics pages created from Now Playing 2021-11-27 14:09:25 +05:30
Prathamesh More fa976b1cba [Cleanup] Fixing Warnings 2021-11-27 14:06:49 +05:30
Prathamesh More d6bc78619b [Playlists] Added Grid size selection for Playlists 2021-11-27 01:29:36 +05:30
Prathamesh More 976d9d53cc Code Cleanup 2021-11-24 20:58:35 +05:30
Prathamesh More 4fbcb5d77f Added file selection from system file picker for restore 2021-11-24 00:37:16 +05:30
Prathamesh More e0b3960374 Better Edge-to-edge support & fixed some visual glitches 2021-11-23 22:22:26 +05:30
Prathamesh More 50c7d4aeb7 Fixed Main Settings bottom insets 2021-11-23 11:31:50 +05:30
Prathamesh More 8e64f117f9 Fixed tag editing for Android 11+ devices 2021-11-22 17:41:41 +05:30
Prathamesh More b0de3006a4 Fixed Color Fragment crash 2021-11-21 08:46:33 +05:30
Prathamesh More a43946210f Fixed full theme continuous crash 2021-11-17 21:31:38 +05:30
Prathamesh More 8099eb0012 Fixed back button action 2021-11-17 21:18:52 +05:30
Prathamesh More e405251f2c Removed resetting of queue position in PlayingQueueFragment when song is removed from queue 2021-11-15 11:30:29 +05:30
Prathamesh More 97c56f9e57 Fixed IllegalStateException when deleting multiple songs 2021-11-15 11:26:59 +05:30
Prathamesh More 38a8c6a87a [MD3] Added more rounded-ness to all Cards, dialogs, etc. 2021-11-12 17:04:33 +05:30
Prathamesh More 3fe882c79c More rounded corners for Home banner 2021-11-12 11:07:02 +05:30
Prathamesh More 30282e79fe Added proper transitions 2021-11-11 20:59:28 +05:30
Prathamesh More 9d93d700be Code cleanup 2021-11-11 20:21:57 +05:30
Prathamesh More 5ee9c04924 Fixed normal player appearing behind navbar 2021-11-10 17:33:33 +05:30
Prathamesh More f9d5cc33cc Added AppBarLayout elevation effect to various details fragments 2021-11-08 12:16:48 +05:30
Prathamesh More 58d71cad8a Fixed DetailListFragment AppBarLayout 2021-11-08 11:44:24 +05:30
Prathamesh More e5acb1e132 Fixed edit & search lyrics buttons 2021-10-30 16:40:07 +05:30
Prathamesh More 8422e5abbd Fixed folder fragment AppBarLayout 2021-10-27 10:54:19 +05:30
Prathamesh More c70ceb1fbc Fixed Storages not loading in FoldersFragment 2021-10-26 11:51:00 +05:30
Prathamesh More db01ce6ee8 Code Cleanup 2021-10-25 20:51:40 +05:30
Prathamesh More aca697f6ff Fixing Bug report and change log activities 2021-10-25 20:04:36 +05:30
Prathamesh More 3851923a98 Fixed lyrics icon not updating 2021-10-25 18:12:41 +05:30
Prathamesh More 3bfacaea77 Fixed bottom sheet animations 2021-10-25 18:08:10 +05:30
Prathamesh More db3a7d4097 Fixed crash and added more options to backup 2021-10-23 21:31:33 +05:30
Prathamesh More 76fc04cc99 Fixed bottom insets in Gradient theme 2021-10-23 18:29:03 +05:30
Prathamesh More ef1d24d7f9 Fixed bottom insets in Gradient theme 2021-10-23 18:15:25 +05:30
Prathamesh More efeacfa622 Fixed AppBarLayout issues 2021-10-23 17:25:48 +05:30
Prathamesh More f3ebd34531 Fixed miniplayer cutting fragment_container content 2021-10-22 20:31:43 +05:30
Prathamesh More 94ccecc012 Fixed overlapping navbar in landscape 2021-10-22 20:23:23 +05:30
Prathamesh More 65d52776f8 Fixed navbar overlapping in settings 2021-10-22 12:14:53 +05:30
Prathamesh More 1c9630635c Fixed overlapping navbar with all themes 2021-10-21 21:48:17 +05:30
Prathamesh More 2517220f1b Fixed shared element(image) overlapping on bottom sheet 2021-10-21 17:00:37 +05:30
Prathamesh More 7b2f321693 Fixed cardview clipping in sharedElement transitions 2021-10-21 17:00:36 +05:30
Prathamesh More 9b376a2f4f Fixed invisible bottom navbar sometimes and a crash 2021-10-21 17:00:36 +05:30