Commit graph

2671 commits

Author SHA1 Message Date
Prathamesh More
60b740021a Fixed Classic notification crash 2022-04-15 11:21:43 +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
fc4f0396a4 Closed some leaked closeable objects 2022-04-13 11:50:16 +05:30
Prathamesh More
ee8deedd76 Fixed incorrect app context usage 2022-04-13 11:49:20 +05:30
Prathamesh More
fc5f3adcd9 Removed unused strings 2022-04-13 00:05:07 +05:30
Prathamesh More
a4d44406d6 Converted Java View classes to Kotlin 2022-04-13 00:04:36 +05:30
Prathamesh More
ad90694879 Code Cleanup 2022-04-13 00:03:27 +05:30
Prathamesh More
818703c573 Updated dependencies 2022-04-12 23:41:59 +05:30
Prathamesh More
eb21c07f5b [Cleanup] ViewModel cleanup, fixed coroutine dispatchers for some functions 2022-04-12 19:14:48 +05:30
Prathamesh More
8b100b4a17
Merge pull request #1322 from TacoTheDank/ktxExtensions
Utilize KTX extensions
2022-04-08 20:15:10 +05:30
Prathamesh More
9bd15ed5c4
Merge branch 'dev' into ktxExtensions 2022-04-08 20:02:06 +05:30
Prathamesh More
68d7c6daf7
Merge pull request #1321 from TacoTheDank/cleanupCompat
Clean up redundant compat usages
2022-04-08 10:49:50 +05:30
TacoTheDank
c264c28840 Simplify some LyricUtil methods with Kotlin 2022-04-07 17:36:49 -04:00
TacoTheDank
e31898a8ec Utilize toSpannable KTX extension 2022-04-07 17:36:49 -04:00
TacoTheDank
6e7288f0b5 Utilize updateLayoutParams KTX extension 2022-04-07 17:36:49 -04:00
TacoTheDank
04afa6a271 Utilize withStyledAttributes KTX extension 2022-04-07 17:36:49 -04:00
TacoTheDank
1a71242fc6 Utilize contentValuesOf KTX extension 2022-04-07 17:36:49 -04:00
TacoTheDank
e026a748e2 Utilize fragment KTX extensions 2022-04-07 17:36:49 -04:00
TacoTheDank
549aba88df Utilize bitmap KTX extensions 2022-04-07 17:36:49 -04:00
TacoTheDank
1c85dd0e32 Utilize sharedPref edit KTX extension 2022-04-07 17:36:48 -04:00
TacoTheDank
d4ec8b917c Utilize visibility KTX extensions 2022-04-07 17:27:59 -04:00
TacoTheDank
3aa7523435 Utilize bundleOf KTX extension 2022-04-07 17:21:55 -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
Daksh P. Jain
4d873e59f0
Merge pull request #1320 from prathameshmm02/dev
Bug fixes
2022-04-07 20:07:01 +05:30
Prathamesh More
a5346609dd Bump versionCode and update changelog 2022-04-07 19:29:05 +05:30
Prathamesh More
45a40b1faa Updated Kotlin 2022-04-04 19:43:33 +05:30
Prathamesh More
882e8c15cf Added more languages to in-app language chooser 2022-04-03 18:09:57 +05:30
Prathamesh More
998655fd48 Fixed ViewPager transformers 2022-04-02 15:50:34 +05:30
Prathamesh More
a67985d040 Code Cleanup 2022-04-02 11:55:46 +05:30
Prathamesh More
7b3b52e3b0 Fixed Song duration not visible in Card & Blur card themes 2022-04-01 23:50:22 +05:30
Prathamesh More
4dc84c2564 Code Cleanup 2022-04-01 20:06:25 +05:30
Prathamesh More
7e3b4404cf [Notification] Code Cleanup 2022-03-27 22:57:05 +05:30
Prathamesh More
ad51d09672 Use MediaButtonReceiver from androidx.media to handle headset button actions 2022-03-27 21:42:38 +05:30
Prathamesh More
b4dc50306f Exit Playlist page when playlist is deleted 2022-03-27 21:42:37 +05:30
Prathamesh More
0c4cabc755 Fixed unshuffled songs when restoring the playing queue 2022-03-27 21:42:37 +05:30
Prathamesh More
ead8520333 Fixed shuffle button not shuffling songs 2022-03-27 21:42:35 +05:30
Prathamesh More
97f93e09d6 Fixed settings change not reflecting in MainActivity 2022-03-26 18:34:51 +05:30
Prathamesh More
b0b552a060 Fixed speech-to-text search 2022-03-25 22:09:03 +05:30
Prathamesh More
d3597d123d Fixed some Playing queue crashes 2022-03-25 21:43:09 +05:30
Daksh P. Jain
dc41fe509b
Merge pull request #1314 from prathameshmm02/dev
UI improvements
2022-03-25 15:09:59 +05:30
Prathamesh More
88b28e4c46 Bump versionCode 2022-03-25 14:39:54 +05:30
Prathamesh More
fe1a5c8ab0 Fixed Classic Notification crash 2022-03-25 14:17:33 +05:30
Prathamesh More
802cab7818 Updated MDC 2022-03-25 14:17:33 +05:30
Prathamesh More
9b9def5a73 Fixed contents of Artist details page going behind mini player 2022-03-25 14:17:33 +05:30