Commit graph

494 commits

Author SHA1 Message Date
Prathamesh More
1648fc6ef3 Fixed flat player toolbar colors 2021-12-22 18:07:58 +05:30
Prathamesh More
1346c49c24 Added album cover in mini player(Again) 2021-12-21 23:15:31 +05:30
Prathamesh More
9d8eb633af Added Swipe on Lyrics to change songs 2021-12-21 23:01:22 +05:30
Prathamesh More
f660c6147a [Now playing] Applied fading edges to LrcView 2021-12-21 09:42:02 +05:30
Prathamesh More
1c50903f5c Fixed Lyrics icon not updating for Full & Gradient theme 2021-12-21 01:05:43 +05:30
Prathamesh More
ff2574fffc Fixed lyrics crash 2021-12-20 22:13:45 +05:30
Prathamesh More
9fc25b71ce [Now playing] Fixed lyrics color 2021-12-20 18:08:55 +05:30
Prathamesh More
0dd5663e9e Added fade in layout animation for DetailListFragment 2021-12-20 16:42:49 +05:30
Prathamesh More
5a41a07b76 Added Chooser to choose what to restore 2021-12-19 16:00:12 +05:30
Prathamesh More
2e16994276 Fixed light theme on A12 2021-12-19 14:59:16 +05:30
Prathamesh More
1b4abccd2b Optimized imports 2021-12-18 14:51:46 +05:30
Prathamesh More
edb6574c35 Added navigation bar color to Pre Oreo devices for better navigation bar visibility 2021-12-18 14:36:18 +05:30
Prathamesh More
7b1f9cc1f3 [Glide] Fixed showing previous loaded covers for songs without covers 2021-12-18 12:28:18 +05:30
Prathamesh More
adab132bf3 [Home] Consistent no. of lines for Home playlist buttons 2021-12-16 00:36:28 +05:30
Prathamesh More
e4a309af66 [Now Playing] Replaced old lyrics with LrcView, this replaces Album Cover with LrcView when enabled
[Now Playing] Replaced old lyrics with LrcView, this replaces Album Cover with LrcView when enabled
2021-12-16 00:10:34 +05:30
Prathamesh More
c919033a2c Added CrossFade effect to Blur, Blur Card & Circle player 2021-12-15 00:45:30 +05:30
Prathamesh More
268e077ab5 [Now Playing: Circle] Replaced SeekArc with Circular Seekbar
[Now Playing: Circle] Replaced SeekArc with Circular Seekbar
2021-12-14 22:50:18 +05:30
Prathamesh More
87eb3c08c3 [Now Playing: Circle] Added Circular rotating album cover to Circle theme 2021-12-14 19:34:26 +05:30
Prathamesh More
222e39d0ea Clearing SearchView also clears the search results 2021-12-13 17:49:31 +05:30
Prathamesh More
aaabd8a20a Set overScrollMode to never for API lower than S 2021-12-13 12:01:26 +05:30
Prathamesh More
5e08b889c1 Fixed some crashes
- Import playlist crash
- Create new backup crash
2021-12-13 10:54:01 +05:30
Prathamesh More
ac902d0bf0 Fixed new playlist crash with same name 2021-12-12 23:39:07 +05:30
Prathamesh More
01be471576 Removed lyrics & lyrics icon from Peak theme 2021-12-12 22:20:26 +05:30
Prathamesh More
58feab5c23 MD3 look for Smart playlist buttons 2021-12-12 20:58:58 +05:30
Prathamesh More
421dc817a2 Fixed favorite toggle in DriveModeActivity 2021-12-12 17:09:05 +05:30
Prathamesh More
2975a33e95 Fixed Gradient theme queue sheet 2021-12-12 12:35:46 +05:30
Prathamesh More
6dc152b911 [Now Playing] Moved toolbar of Flat theme to bottom 2021-12-09 22:25:39 +05:30
Prathamesh More
4b857f6088 [Now Playing] Default Album cover theme for Now playing themes 2021-12-09 21:56:16 +05:30
Prathamesh More
558f61e905 [Settings] Fixed bottom padding issues in Setting screens on older devices
[Settings] Fixed bottom padding issues in Setting screens on older devices
2021-12-09 18:27:04 +05:30
Prathamesh More
581b2fb068 [Now Playing] Fixed Flat player crash 2021-12-09 08:06:15 +05:30
Prathamesh More
8cf36c1afa [UI] Rounded popup menus everywhere 2021-12-09 08:01:26 +05:30
Prathamesh More
faf4c634be Added enter transition to Folders tab 2021-12-06 17:39:31 +05:30
Prathamesh More
2d7567584a Fixed transition for startDestination 2021-12-06 15:07:42 +05:30
Prathamesh More
9af80592b3 Code Cleanup 2021-12-05 23:39:48 +05:30
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