Commit graph

1145 commits

Author SHA1 Message Date
Prathamesh More
edd1903c6c Added back album name to Notification 2022-03-15 23:07:11 +05:30
Prathamesh More
9d6d7de1c7 Fixed odd accent color for profile image 2022-03-15 22:42:52 +05:30
Prathamesh More
6a7fa40efa Added adaptive color in Material now playing theme 2022-03-15 18:34:39 +05:30
Prathamesh More
66f3670aed Optimized imports 2022-03-11 09:06:35 +05:30
Prathamesh More
a1a6e98376 Optimized search 2022-03-11 08:48:04 +05:30
Prathamesh More
8a050e114b Code Cleanup 2022-03-11 08:44:30 +05:30
Logic Gupta
c37fca4a5e
Merge branch 'dev' into Confirm-add-to-playlist-#1283 2022-03-10 10:02:02 -08:00
=logicgupta59
4aed5b81fe code cleanup complete 2022-03-09 22:51:47 +05:30
=logicgupta59
16e765d150 code cleanup 2022-03-09 22:45:09 +05:30
=logicgupta59
7f3d803ac9 done for issue #1283 2022-03-09 09:45:55 +05:30
=logicgupta59
4596e6e82c init 2022-03-09 09:44:48 +05:30
Omar
c3bf711c7d Removed hiding history when history is disabled 2022-03-08 20:44:12 +02:00
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
66Omar
55dd275e9d
Merge branch 'RetroMusicPlayer:dev' into 1216-add-option-to-clear-history 2022-03-04 14:16:42 +02:00
Omar
ddf801f9f3 Added clear history function to repositories 2022-03-04 14:05:41 +02:00
Omar
71282919d3 Added clear history fun & change observableHistorySongs to MutableLiveData 2022-03-04 14:03:45 +02:00
Omar
0cdc83818a Added a query to clear song history 2022-03-04 14:01:34 +02:00
Omar
6adf09254b Added menu item to clear history (only shown on history page) 2022-03-04 14:00:26 +02:00
Prathamesh More
6e1f00132d
Merge pull request #1276 from AgarwalsRahul/Fix-#1273
Solved on back press issue
2022-03-03 22:12:09 +05:30
Prathamesh More
535bd8d872
Merge pull request #1275 from 66Omar/1220-add-last-modified
1220 add last modified to song (file) details
2022-03-03 22:02:56 +05:30
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
Omar
893ac34362 Added functionality of showing last modification date 2022-03-03 14:13:44 +02:00
Omar
b456e71c41 Added new fun getDateModifiedString 2022-03-03 14:11:41 +02:00
cdhiraj40
30b1f031ff issue#123 added an option to share crash report 2022-03-03 15:19:28 +05:30
Prathamesh More
3aef95c9a1 Made sleep timer precise 2022-02-28 18:42:04 +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
e827acea83 Fixed Circle widget 2022-02-17 20:06:55 +05:30
Prathamesh More
70e96cf808 Fixed a typo 2022-02-16 19:34:30 +05:30
Prathamesh More
63263b270b Fixed crash on song deletion 2022-02-16 00:02:41 +05:30
Prathamesh More
5731b777f0 Fixed a crash while removing songs from the queue 2022-02-15 00:44:20 +05:30
Prathamesh More
74d9d1db39 Fixed shuffle button not shuffling songs 2022-02-15 00:44:20 +05:30
Prathamesh More
425eb4807e Fixed lyrics editing crash 2022-02-10 00:45:30 +05:30
Prathamesh More
3f188d028a Code Cleanup 2022-02-10 00:20:09 +05:30
Prathamesh More
7140ef3d83 Optimized imports 2022-02-10 00:04:39 +05:30
Prathamesh More
9f5fdab3ed Fixed crash when removing song from Playing queue 2022-02-10 00:03:38 +05:30
Anton Kesy
be24fb446a
check if dataSet postition is valid
workaround for #1187

True problem is probably dataSet getting updated too early
2022-02-02 07:47:24 +01:00
Prathamesh More
bd4141b4b1 Merge branch 'dev' of https://github.com/prathameshmm02/RetroMusicPlayer into dev 2022-01-30 23:41:21 +05:30
GeorgCantor
06966e697c Some fixes 2022-01-30 17:05:39 +03:00
Prathamesh More
8db4afa502 Added option to disable changing song by swiping anywhere on the now playing screen 2022-01-29 22:35:25 +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
f6617b0844 Fixed invisible menu items/icons 2022-01-29 01:04:53 +05:30
Prathamesh More
010b771373 Fixed slow search because of Genres, and also added Playlists to Search results, Don't worry that won't slow the search. 2022-01-29 00:31:04 +05:30
Prathamesh More
5c1a88b32b Code Cleanup 2022-01-29 00:31:03 +05:30
Prathamesh More
2bffff1eaa Fixed song duration not visible on Flat theme 2022-01-28 17:37:29 +05:30