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
Prathamesh More
7195ab2afd
Fix ChromeCast crash and bugs
2022-05-04 23:51:23 +05:30
Daksh P. Jain
a4d3ae560b
Merge branch 'l10n_dev' into dev
2022-05-04 22:45:48 +05:30
Prathamesh More
a0c745641a
Fix Backup & Restore not restoring user profile images
2022-05-04 17:53:54 +05:30
Daksh P. Jain
a06ff41ed8
New translations strings.xml (Chinese Traditional)
2022-05-04 16:44:05 +05:30
Daksh P. Jain
c4f01148ca
New translations strings.xml (Chinese Traditional)
2022-05-04 10:42:19 +05:30
Daksh P. Jain
3f30660998
New translations strings.xml (German)
2022-05-04 04:43:04 +05:30
Daksh P. Jain
44dedaddff
New translations strings.xml (Chinese Traditional)
2022-05-04 04:43:02 +05:30
Daksh P. Jain
6e9ec4210d
New translations strings.xml (Chinese Traditional)
2022-05-03 22:33:32 +05:30
Prathamesh More
95e39e4f4c
Better BottomNavigationView hide/unhide animation
2022-05-03 20:31:53 +05:30
Prathamesh More
e7f700ee9a
Optimized imports and removed unused dependencies
2022-05-02 19:13:17 +05:30
Prathamesh More
f55c7ac21c
Transparent background for WebView in Changelog
2022-05-02 18:39:25 +05:30
Prathamesh More
02f076de57
Add support for Just Black with Material You
2022-05-02 18:24:44 +05:30
Prathamesh More
aa4c20bd8c
Workaround loading of light mode resources and Revert "Remove and replace light mode default song, album, artist images with dark mode ones"
...
This reverts commit 337d7301
2022-05-02 17:25:57 +05:30
Prathamesh More
806b3beaa7
Fix Audio Crossfade
2022-05-02 17:25:57 +05:30
Prathamesh More
608c265390
Code Cleanup
2022-05-02 17:25:57 +05:30
Daksh P. Jain
41bfffc2f4
New translations strings.xml (Chinese Traditional)
2022-04-30 09:32:35 +05:30
Daksh P. Jain
e0dbe8921f
New translations strings.xml (Chinese Traditional)
2022-04-30 03:15:16 +05:30
Daksh P. Jain
bbed112443
New translations strings.xml (Chinese Traditional)
2022-04-29 21:14:47 +05:30
Prathamesh More
8b5b6d0e64
Try to suppress crashes because of startForegroundService
...
Sometimes, this method is called before the app is in foreground resulting in crash because of A12 foreground limitations, so we try to catch the exception
2022-04-29 17:09:03 +05:30
Prathamesh More
8cd3fcfd38
Call recreate on A12 and higher as it smoothly recreates activity anyway, instead of manually recreating the activity by saving state and starting activity with transition
2022-04-29 17:05:15 +05:30
Prathamesh More
5e1637da62
Updated dependencies
2022-04-29 16:59:51 +05:30
Prathamesh More
ce3939aeb1
Fixed Image cover Crossfade bug in blur, blur card and circle themes
2022-04-29 16:59:30 +05:30
Daksh P. Jain
9af3bb43cf
New translations strings.xml (Chinese Traditional)
2022-04-29 15:13:33 +05:30
Daksh P. Jain
30fbb9f05e
New translations strings.xml (Chinese Traditional)
2022-04-29 09:08:56 +05:30
Daksh P. Jain
9e34557ed8
New translations strings.xml (Chinese Traditional)
2022-04-24 23:51:59 +05:30
Daksh P. Jain
3575394ca7
New translations strings.xml (Chinese Traditional)
2022-04-24 17:47:28 +05:30
Daksh P. Jain
2699fe9f1f
New translations strings.xml (Indonesian)
2022-04-22 20:03:13 +05:30
Prathamesh More
af7997321c
Code Cleanup
2022-04-21 22:36:58 +05:30
Prathamesh More
e605b8c695
Converted RetroUtil to Kotlin
2022-04-21 22:35:54 +05:30
Prathamesh More
6cc1ba746a
Rename .java to .kt
2022-04-21 22:35:52 +05:30
Prathamesh More
55b3ec81b6
Fixed incorrect toast after adding songs to playlist
2022-04-21 22:21:53 +05:30
Prathamesh More
b143419520
Code Cleanup
2022-04-21 19:47:24 +05:30
Prathamesh More
4b4232ce6b
Using registerForActivityResult
2022-04-21 19:24:04 +05:30
Prathamesh More
5216a11170
Use MenuProvider to inflate & handle menus in fragments
2022-04-21 19:07:04 +05:30
Prathamesh More
c5a25c200c
Converted WhatsNewActivity to BottomSheetDialogFragment
2022-04-21 17:07:57 +05:30
Prathamesh More
dabdcc1d31
Removed RetroBottomSheetBehavior
...
RetroBottomSheetBehavior was there to enable or disable dragging of bottom sheet but BottomSheetBehavior has methods to do that
2022-04-21 17:06:32 +05:30
Prathamesh More
d34fcab30c
Updated targetSdk to API 32 & Updated dependencies
2022-04-21 17:03:57 +05:30
Prathamesh More
576f88ddbc
Updated MDC & Kotlin
2022-04-20 19:54:28 +05:30
Prathamesh More
b9c580ca3f
Using Drawable Extensions to convert drawables to bitmaps
2022-04-20 19:54:02 +05:30
Prathamesh More
c09e39b23f
Converted some util, glide classes to Kotlin
2022-04-20 19:52:57 +05:30
Prathamesh More
5ee5611fbe
Rename .java to .kt
2022-04-20 19:52:55 +05:30
Prathamesh More
3e1657d8eb
Removed unused methods
2022-04-20 19:50:19 +05:30
Prathamesh More
a3399e7aed
Removed legacy playlist methods and converted PlaylistsUtil to Kotlin
2022-04-20 19:45:03 +05:30
Prathamesh More
bb37692e46
Rename .java to .kt
2022-04-20 19:45:01 +05:30