Commit graph

443 commits

Author SHA1 Message Date
Prathamesh More
aaee076718 Use ActivityCompat 2022-04-19 17:45:12 +05:30
Prathamesh More
5ff4438a42 Not using static app context wherever possible 2022-04-17 15:11:43 +05:30
Prathamesh More
904dd748cb Fixed Material theme light status bar when Adaptive color is on 2022-04-16 22:26:43 +05:30
Prathamesh More
b572fe1aee Swipe down to dismiss Mini player (Made Bottom Sheet hideable) 2022-04-16 01:32:14 +05:30
Prathamesh More
2119e0c754 Fixed a crash when opening music file from a external file manager 2022-04-15 11:21:44 +05:30
Prathamesh More
4a7c367ab5 Fixed Window bottom insets when Expanded header(Collapsing toolbar) is enabled 2022-04-15 11:21:43 +05:30
Prathamesh More
e0f345b616 Cleanup with Kotlin extension functions 2022-04-15 11:21:40 +05:30
Prathamesh More
ee8deedd76 Fixed incorrect app context usage 2022-04-13 11:49:20 +05:30
Prathamesh More
ad90694879 Code Cleanup 2022-04-13 00:03:27 +05:30
Prathamesh More
9bd15ed5c4
Merge branch 'dev' into ktxExtensions 2022-04-08 20:02:06 +05:30
TacoTheDank
6e7288f0b5 Utilize updateLayoutParams KTX extension 2022-04-07 17:36:49 -04:00
TacoTheDank
3a84650cd1 Utilize TextWatcher KTX extensions 2022-04-07 17:20:16 -04:00
TacoTheDank
eac16c64e4 Fix bug report link 2022-04-07 17:17:49 -04:00
TacoTheDank
4b1d2401f6 Utilize TextUtils-adjacent KTX extensions 2022-04-07 17:17:11 -04:00
TacoTheDank
707bf52d16 Utilize toUri KTX extension 2022-04-07 17:11:35 -04:00
TacoTheDank
6200a7f291 Utilize parseAsHtml KTX extension 2022-04-07 16:50:43 -04:00
TacoTheDank
a3b70aa061 Clean up redundant compat usages 2022-04-07 16:49:35 -04:00
Prathamesh More
a67985d040 Code Cleanup 2022-04-02 11:55:46 +05:30
Prathamesh More
0c4cabc755 Fixed unshuffled songs when restoring the playing queue 2022-03-27 21:42:37 +05:30
Prathamesh More
97f93e09d6 Fixed settings change not reflecting in MainActivity 2022-03-26 18:34:51 +05:30
Prathamesh More
802cab7818 Updated MDC 2022-03-25 14:17:33 +05:30
Omar
ebe90262cb Renamed keep history to pause history 2022-03-08 18:05:06 +02:00
Omar
9b59c5299a Added option to disable history and undo clear history + UX improvements (History Tab) 2022-03-06 17:58:10 +02:00
AgarwalsRahul
e820aa9d02 Merge branch 'dev' of https://github.com/RetroMusicPlayer/RetroMusicPlayer into Fix-#1273 2022-03-03 19:23:35 +05:30
AgarwalsRahul
fb2904193a Solved on back pressed issue 2022-03-03 19:23:04 +05:30
Prathamesh More
a422fadc14
Merge pull request #1274 from cdhiraj40/dev
Add an option to share crash report as a file after a crash
2022-03-03 17:47:21 +05:30
cdhiraj40
30b1f031ff issue#123 added an option to share crash report 2022-03-03 15:19:28 +05:30
Prathamesh More
cda7af4420 Code Cleanup 2022-02-19 10:57:18 +05:30
Prathamesh More
fcdf9ad590 [Glide] Code Cleanup 2022-02-19 09:55:11 +05:30
Prathamesh More
56100cab0a Fixed MainActivity restart when opening activity from notification & widget 2022-02-17 21:25:33 +05:30
Prathamesh More
70e96cf808 Fixed a typo 2022-02-16 19:34:30 +05:30
Prathamesh More
3f188d028a Code Cleanup 2022-02-10 00:20:09 +05:30
Prathamesh More
7c5a97c410 Fixed Just Black theme 2022-01-29 22:04:02 +05:30
Prathamesh More
75837607f4 Optimized imports 2022-01-29 01:04:53 +05:30
Prathamesh More
5c1a88b32b Code Cleanup 2022-01-29 00:31:03 +05:30
Prathamesh More
f45e570097 Converted MusicService to Kotlin 2022-01-27 18:45:34 +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
1c94e4d18a Fixed white navigation bar 2022-01-21 17:57:04 +05:30
Prathamesh More
09572b2551 Added option to use circular play button 2022-01-20 19:53:26 +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
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
9d1018c03c Added ability to extract accent color from wallpaper on 8.1+ devices 2022-01-17 13:53:25 +05:30
Prathamesh More
ea4a54d404 Code Cleanup 2022-01-16 17:57:31 +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
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
2e674d4ba2 Use DynamicColors theme instead on applying themeOverlay afterwards for Material You 2022-01-14 12:00:24 +05:30
Prathamesh More
903fb97eef View Binding 2022-01-08 15:43:04 +05:30