Commit graph

2752 commits

Author SHA1 Message Date
Prathamesh More
32e6daf36d Fix Seekbar in MD3 theme 2022-05-16 12:49:14 +05:30
Prathamesh More
30dd58af93 Fixed a crash when setting playback speed for Crossfade 2022-05-16 10:47:29 +05:30
Prathamesh More
3956d84310 [Cast] Removed ExpandedControlsActivity 2022-05-15 17:37:44 +05:30
Prathamesh More
bd2d5068d7 Bump version 2022-05-14 13:55:58 +05:30
Prathamesh More
0fd8ab0ade Fix Playback speed and pitch for PlaybackManager 2022-05-14 13:43:12 +05:30
Prathamesh More
1033711357 Release PlaybackManager when quitting MusicService 2022-05-14 13:43:11 +05:30
Prathamesh More
165d180fe6 Fixed a crash when casting 2022-05-14 13:43:11 +05:30
Prathamesh More
2791ac49c5 Code Cleanup 2022-05-14 13:43:11 +05:30
Prathamesh More
4b4aadcc5b Better Cast
Now there won't be any need of ugly cast mini player as cast will be able to respond to UI events of app like seek, changing song, pause
2022-05-14 13:43:11 +05:30
Prathamesh More
70e323eb0a Handle playback with PlaybackManager 2022-05-14 13:43:10 +05:30
Prathamesh More
b58d971457 Rename .java to .kt 2022-05-14 13:43:10 +05:30
Prathamesh More
4a2ba10d45 Added PlaybackManager 2022-05-14 13:43:08 +05:30
Prathamesh More
4c59089c29 Fixed crash when only one bottom navigation tab is enabled 2022-05-14 12:37:10 +05:30
Prathamesh More
4b51be2b0c Bump version 2022-05-13 19:17:11 +05:30
Prathamesh More
88669ceaef Fixed Playback speed and pitch not working when CrossFade is enabled 2022-05-13 19:09:48 +05:30
Prathamesh More
1cfa5aaac5 Fixed Modify System settings button not working 2022-05-13 13:10:58 +05:30
Prathamesh More
3219ba0a5d Improved MD3 now playing theme 2022-05-13 12:58:20 +05:30
Prathamesh More
c8dbb0a0fd Added Bluetooth connect permission and better UX for permissions 2022-05-13 12:57:34 +05:30
Prathamesh More
33bbc0d07e Fix Swipe To Dismiss 2022-05-13 09:59:27 +05:30
Prathamesh More
80063ea903 Resource Cleanup 2022-05-13 09:51:36 +05:30
Prathamesh More
9db961766d Update changelog 2022-05-12 11:41:49 +05:30
Prathamesh More
0f06f42e08 Better synced lyrics color in now playing themes 2022-05-12 11:41:49 +05:30
Prathamesh More
00581082ed Added Bluetooth connect permission to communicate with paired Bluetooth devices on A12+ 2022-05-12 11:41:48 +05:30
Prathamesh More
4b08919d7d Added an option to enable/disable swipe 2022-05-12 09:50:34 +05:30
Prathamesh More
3c26c39a5a Better Cast layout 2022-05-12 00:22:27 +05:30
Prathamesh More
af63d0f28c Fix MD3 theme layout 2022-05-12 00:06:22 +05:30
Prathamesh More
5f5bddf5e9 Code Cleanup 2022-05-12 00:06:01 +05:30
Prathamesh More
8d81424365 Set queue for mediaSession so that it (mostly next song) can be read by other apps 2022-05-12 00:04:50 +05:30
Prathamesh More
fcac420ac3 Update dependencies 2022-05-12 00:01:50 +05:30
Prathamesh More
9c07ca2763 Converted hardcoded strings to string resources 2022-05-11 23:06:34 +05:30
Prathamesh More
90e113e8ab Fix Lyrics not visible in MD3 theme 2022-05-11 18:38:12 +05:30
Prathamesh More
93bb652dd6 Fix blacklist crash 2022-05-11 18:17:32 +05:30
Prathamesh More
ae6c97a498 Update Gradle plugin 2022-05-10 11:41:50 +05:30
Prathamesh More
b677d4fa62 Bump versionCode 2022-05-07 17:16:48 +05:30
Prathamesh More
7debeb13c0 Added MD3 playing theme 2022-05-07 11:47:36 +05:30
Prathamesh More
ae13590204 Change lyrics color on Color theme 2022-05-07 11:44:53 +05:30
Doozy
51f772247a
Merge branch 'RetroMusicPlayer:dev' into feat/audio_focus_2 2022-05-06 21:28:11 +03:00
Doozy
bb93b66419 Updates to strings 2022-05-06 21:16:13 +03:00
Doozy
3ca1baf68f removed unused variable 2022-05-05 15:59:17 +03:00
Prathamesh More
0433e464d8 Revert "Added Java 8+ API desugaring, so we can use Java 8+ features on any API"
This reverts commit ab5015d4
2022-05-05 18:22:00 +05:30
Doozy
67e9707b10 [feat] - Manage audio focus 2022-05-05 15:46:44 +03:00
Doozy
f86c30c608 Update PlaybackHandler.java 2022-05-05 15:13:01 +03:00
Prathamesh More
50e8d3e2ef Fix build warnings for strings 2022-05-05 16:26:01 +05:30
Prathamesh More
8a0a8e6c10 Merge branch 'dev' of https://github.com/RetroMusicPlayer/RetroMusicPlayer into dev 2022-05-05 16:23:30 +05:30
Prathamesh More
07cfd6cd6e Suppress deprecated warnings
We can't do much about these. We have to work with playlists even though they are deprecated.
2022-05-05 16:22:15 +05:30
Prathamesh More
08f4c62b4a Migrated some legacy functions to kotlin extensions 2022-05-05 16:22:15 +05:30
Prathamesh More
ee300722af Migrate to coroutines from AsyncTask for saving of custom artist images 2022-05-05 16:22:15 +05:30
Daksh P. Jain
37aa73879c
Fix #1339 2022-05-05 14:59:17 +05:30
Prathamesh More
612b492aee Merge branch 'dev' of https://github.com/RetroMusicPlayer/RetroMusicPlayer into dev 2022-05-05 00:17:43 +05:30
Prathamesh More
82d4649346 Bump version & update changelog 2022-05-05 00:04:52 +05:30