Commit graph

1048 commits

Author SHA1 Message Date
Prathamesh More
010b771373 Fixed slow search because of Genres, and also added Playlists to Search results, Don't worry that won't slow the search. 2022-01-29 00:31:04 +05:30
Prathamesh More
5c1a88b32b Code Cleanup 2022-01-29 00:31:03 +05:30
Prathamesh More
2bffff1eaa Fixed song duration not visible on Flat theme 2022-01-28 17:37:29 +05:30
Prathamesh More
4dc596fdf2 Fixed Playlist Details selection backgroud 2022-01-28 12:00:35 +05:30
Prathamesh More
84295eda82 Fixed Playlist save 2022-01-28 11:10:16 +05:30
Prathamesh More
f45e570097 Converted MusicService to Kotlin 2022-01-27 18:45:34 +05:30
Prathamesh More
c7d309f44a Updated AGP and dependencies 2022-01-27 13:19:39 +05:30
Prathamesh More
051a9d8ef9 Removed redundant Song title and artist name in lyrics toolbar 2022-01-25 14:23:12 +05:30
Prathamesh More
62e016bf9b [Dialog] Consistent dialog corner radius 2022-01-25 11:13:42 +05:30
Prathamesh More
8b9c8d7855 [Now Playing] Fixed Seekbar behaviour 2022-01-24 16:25:59 +05:30
Prathamesh More
4857fa6fc5 Fixed capitalization of strings and rearranged string entries 2022-01-24 15:40:53 +05:30
Prathamesh More
c96dad999a Fixed favorite button in Circle widget 2022-01-24 15:40:53 +05:30
Prathamesh More
1036b79a24 Fixed last top/recent albums/artists half visible 2022-01-22 20:35:33 +05:30
Prathamesh More
fa191b0cf4 Fixed status bar color when cab is on while switching tabs 2022-01-22 17:38:07 +05:30
Prathamesh More
7226f9e76c [Now Playing] Fixed lyrics over cover 2022-01-21 21:51:15 +05:30
Prathamesh More
db97705f67 [Now Playing] Fixed lyrics and overflow icon color in Color theme 2022-01-21 18:52:44 +05:30
Prathamesh More
1c94e4d18a Fixed white navigation bar 2022-01-21 17:57:04 +05:30
Prathamesh More
5f8ba985a3 Fixed wallpaper accent not updating when wallpaper is changed 2022-01-21 15:36:13 +05:30
Prathamesh More
a104e42e0c Added collapsing app bar in Playing queue 2022-01-20 19:55:56 +05:30
Prathamesh More
09572b2551 Added option to use circular play button 2022-01-20 19:53:26 +05:30
Prathamesh More
e328ac116e Added Settings option in Folders tab 2022-01-19 18:21:25 +05:30
Prathamesh More
d1f2cac5c0 Added colored notification on A12 and fixed unreadable colors on light mode on A12 2022-01-19 16:34:05 +05:30
Prathamesh More
404bc0ff12 Fixed Color fragment crash because of wrong layout and fixed play button animation on bottom sheet expanding. 2022-01-19 15:28:27 +05:30
Prathamesh More
f56000a8be Code Cleanup with abstract variables 2022-01-19 15:06:43 +05:30
Prathamesh More
5fba286afb Fixed empty audio fade duration dialog 2022-01-18 22:05:48 +05:30
Prathamesh More
af4347c4ff [Lyrics] Added lyrics editing on A11+ devices 2022-01-18 21:59:12 +05:30
Prathamesh More
39a2c45081 [Theme] Cleanup 2022-01-18 09:44:28 +05:30
Prathamesh More
959235ad02 Fixed incorrect theme 2022-01-17 20:11:28 +05:30
Prathamesh More
c7f7f9d695 Added option to keep screen on when showing lyrics 2022-01-17 18:14:55 +05:30
Prathamesh More
f719068325 Fixed empty notification when Classic Notification is on 2022-01-17 17:00:54 +05:30
Prathamesh More
93ad0d0a90 Fixed crash on API lower than 27 because of WallpaperAccentManager 2022-01-17 16:45:35 +05:30
Prathamesh More
9d1018c03c Added ability to extract accent color from wallpaper on 8.1+ devices 2022-01-17 13:53:25 +05:30
Prathamesh More
09ad243a14 Fixed Edge-to-Edge 2022-01-16 18:13:31 +05:30
Prathamesh More
ea4a54d404 Code Cleanup 2022-01-16 17:57:31 +05:30
Prathamesh More
e778e50073 Added "Circle" widget 2022-01-15 15:11:32 +05:30
Prathamesh More
b2e1ab2128 Added Collapsing appbar to library tabs with an option to switch back to simple appbar 2022-01-15 15:07:11 +05:30
Prathamesh More
ffd251ab62 [Home] Code Cleanup 2022-01-15 11:45:36 +05:30
Prathamesh More
ff1c83c91d Added Search tab 2022-01-15 00:07:58 +05:30
Prathamesh More
f769740d17 Code Cleanup 2022-01-14 23:41:10 +05:30
Prathamesh More
061c0a8a3c Added insetter https://github.com/chrisbanes/insetter 2022-01-14 21:32:59 +05:30
Prathamesh More
3569a5c304 [Home] Hide suggestions view if there are no suggested songs. 2022-01-14 21:32:59 +05:30
Prathamesh More
36122e71e8 [Search] Add song to queue and start playing it when clicked in Search 2022-01-14 21:32:58 +05:30
Prathamesh More
2e674d4ba2 Use DynamicColors theme instead on applying themeOverlay afterwards for Material You 2022-01-14 12:00:24 +05:30
Prathamesh More
0efbefb6bd [Widget] Fixed colors of MD3 widget 2022-01-13 18:21:30 +05:30
Prathamesh More
7d3e1f4e28 Code Cleanup 2022-01-13 17:45:41 +05:30
Prathamesh More
5415d3869a Ignore blacklist and other things, so any song can be played when opened from File Managers, and also from Folders tab. 2022-01-12 14:05:19 +05:30
Prathamesh More
4d9396873e Removed finishing activity on BackPressed
On Android 12, back button works just like Home button when saving activity state, so, activity isn't finished/destroyed when back button is pressed, just like home button on previous Android versions.
2022-01-12 00:23:37 +05:30
Prathamesh More
8607b0d4ee Code Cleanup 2022-01-11 22:45:56 +05:30
Prathamesh More
170e51a595 Fixed status bar insets when FullScreen mode is on non-notched devices 2022-01-10 20:12:33 +05:30
Prathamesh More
903fb97eef View Binding 2022-01-08 15:43:04 +05:30