Prathamesh More
5f5bddf5e9
Code Cleanup
2022-05-12 00:06:01 +05:30
Prathamesh More
9c07ca2763
Converted hardcoded strings to string resources
2022-05-11 23:06:34 +05:30
Prathamesh More
7195ab2afd
Fix ChromeCast crash and bugs
2022-05-04 23:51:23 +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
1b91394fe9
Optimized imports
2022-04-20 18:26:52 +05:30
Prathamesh More
3105da068d
Extracted deprecated methods to functions e.g. Environment.getExternalStorageDirectory()
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
2119e0c754
Fixed a crash when opening music file from a external file manager
2022-04-15 11:21:44 +05:30
Prathamesh More
e0f345b616
Cleanup with Kotlin extension functions
2022-04-15 11:21:40 +05:30
Prathamesh More
ad90694879
Code Cleanup
2022-04-13 00:03:27 +05:30
Prathamesh More
ead8520333
Fixed shuffle button not shuffling songs
2022-03-27 21:42:35 +05:30
Prathamesh More
9d6d7de1c7
Fixed odd accent color for profile image
2022-03-15 22:42:52 +05:30
Prathamesh More
75837607f4
Optimized imports
2022-01-29 01:04:53 +05:30
Prathamesh More
84295eda82
Fixed Playlist save
2022-01-28 11:10:16 +05:30
Prathamesh More
5f8ba985a3
Fixed wallpaper accent not updating when wallpaper is changed
2022-01-21 15:36:13 +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
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
5772fcd812
Added lyrics shadow for better visibility of text
2022-01-08 00:40:51 +05:30
Prathamesh More
7a2d14e061
Added Artist song sort order in Artist details fragment
2021-12-31 19:48:07 +05:30
Prathamesh More
cbf410f0cd
[Backup & Restore] Code Cleanup
2021-12-31 19:48:06 +05:30
Prathamesh More
7db6186ff8
[Backup & Restore] Code Cleanup
2021-12-31 19:48:06 +05:30
Prathamesh More
1d77b3155a
[Backup & Restore] Better Backup & Restore
...
Removed Playing Queue, Most Played, History, etc. from Backup. Better Backup & Restore for Playlists & Custom Artist Images.
2021-12-31 19:48:05 +05:30
Prathamesh More
48da7dced3
[Backup] Code Cleanup
2021-12-31 19:47:08 +05:30
Prathamesh More
94925722ac
[Restore] Fixed wrong file name in RestoreActivity
2021-12-31 19:47:08 +05:30
Prathamesh More
bc7768f5ab
Centered app icon
2021-12-28 14:06:49 +05:30
Prathamesh More
5a41a07b76
Added Chooser to choose what to restore
2021-12-19 16:00:12 +05:30
Prathamesh More
4d31c4ccc3
Updated Open Source Licenses
2021-12-14 23:18:42 +05:30
Prathamesh More
c9ac6498ae
[Menu] Rounded menu popup for songs
2021-12-07 18:13:50 +05:30
Prathamesh More
fd639d6348
Fixed Album artist sort order in Albums tab
2021-12-01 18:05:16 +05:30
Prathamesh More
dab5ddb838
Added Custom Artist images backup
2021-11-27 20:07:22 +05:30
Prathamesh More
fa976b1cba
[Cleanup] Fixing Warnings
2021-11-27 14:06:49 +05:30
Prathamesh More
1fdd537253
[Backup] Code Cleanup
2021-11-27 14:05:31 +05:30
Prathamesh More
4fbcb5d77f
Added file selection from system file picker for restore
2021-11-24 00:37:16 +05:30
Prathamesh More
e9b7b5a203
Fixed Playlist save
2021-11-22 17:40:23 +05:30
Prathamesh More
348dc08f73
Changed backup root path to Documents
2021-11-21 08:46:17 +05:30
Prathamesh More
97c56f9e57
Fixed IllegalStateException when deleting multiple songs
2021-11-15 11:26:59 +05:30
Prathamesh More
e216591419
Fixed order of songs in Playlist save
2021-11-12 21:14:18 +05:30
Prathamesh More
db3a7d4097
Fixed crash and added more options to backup
2021-10-23 21:31:33 +05:30
Prathamesh More
6ff3eb2e2a
Fixed backups not visible
2021-10-21 17:00:36 +05:30
Prathamesh More
d703a05182
Added ability to restore
2021-10-21 17:00:34 +05:30
Prathamesh More
897b160834
Added ability to backup settings, databases & images
2021-10-21 17:00:34 +05:30
Prathamesh More
6e081f30c0
Added Shuffle fab in songs, albums & artist tab
2021-10-21 17:00:30 +05:30
Prathamesh More
518485738e
Migrated to mavenCentral version of some dependencies
2021-10-21 17:00:19 +05:30
Prathamesh More
ee7545f64e
Fixed Audio Fade, Crossfade & Android Auto search
2021-10-21 16:59:55 +05:30
Prathamesh More
bce6dbfa27
V5 Push
...
Here's a list of changes/features: https://github.com/RetroMusicPlayer/RetroMusicPlayer/releases/tag/v5.0
Internal Changes:
1) Migrated to ViewBinding
2) Migrated to Glide V4
3) Migrated to kotlin version of Material Dialogs
2021-09-09 00:00:20 +05:30
Hemanth S
4fdb336444
Artist album changes to card
2020-10-12 22:58:39 +05:30
Hemanth S
33f4f31066
Updated
...
Playlist refresh
Bottom navigation shows when coming from notification
Removed animation for lyrics page
Added playlist reorder
Added refresh for album & artist details when update
Fix when scan to update library
Added sort for playlist
Fix album art not showing in lockscreen
2020-10-09 23:14:02 +05:30
Hemanth S
defcd86152
Add Spotless
2020-10-06 14:16:04 +05:30
Hemanth S
3f368e186b
Updated code
...
Added Fragment options
Renamed Interfaces
Rolled back to previous implementaion for Now playing to handle backpress
2020-09-24 02:25:12 +05:30