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
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
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
cda7af4420
Code Cleanup
2022-02-19 10:57:18 +05:30
Prathamesh More
56100cab0a
Fixed MainActivity restart when opening activity from notification & widget
2022-02-17 21:25:33 +05:30
Prathamesh More
63263b270b
Fixed crash on song deletion
2022-02-16 00:02:41 +05:30
Prathamesh More
3f188d028a
Code Cleanup
2022-02-10 00:20:09 +05:30
Prathamesh More
9f5fdab3ed
Fixed crash when removing song from Playing queue
2022-02-10 00:03:38 +05:30
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
5c1a88b32b
Code Cleanup
2022-01-29 00:31:03 +05:30
Prathamesh More
7226f9e76c
[Now Playing] Fixed lyrics over cover
2022-01-21 21:51:15 +05:30
Prathamesh More
09572b2551
Added option to use circular play button
2022-01-20 19:53:26 +05:30
Prathamesh More
af4347c4ff
[Lyrics] Added lyrics editing on A11+ devices
2022-01-18 21:59:12 +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
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
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
dfa3129239
[Feature] Added option to switch to Manrope
2022-01-06 23:19:26 +05:30
Prathamesh More
5589fab2c6
Revert "Added Circular Std and a toggle to use it"
...
This reverts commit 02b72551
2022-01-05 20:22:54 +05:30
Prathamesh More
02b72551c9
Added Circular Std and a toggle to use it
2022-01-05 16:02:20 +05:30
Prathamesh More
943de60f23
Added ability to set Playback speed and pitch
2022-01-05 14:27:05 +05:30
Prathamesh More
956cce6989
Added option to show lyrics over Cover
2022-01-04 12:23:36 +05:30
Prathamesh More
7a2d14e061
Added Artist song sort order in Artist details fragment
2021-12-31 19:48:07 +05:30
Prathamesh More
5a310ec329
Added Snowfall effect
2021-12-24 16:47:57 +05:30
Prathamesh More
ff2574fffc
Fixed lyrics crash
2021-12-20 22:13:45 +05:30
Prathamesh More
2e16994276
Fixed light theme on A12
2021-12-19 14:59:16 +05:30
Prathamesh More
edb6574c35
Added navigation bar color to Pre Oreo devices for better navigation bar visibility
2021-12-18 14:36:18 +05:30
Prathamesh More
874e8df94c
[Themes & Styles] Code cleanup
2021-12-17 14:50:50 +05:30
Prathamesh More
36c94a9813
[Ringtone] Fixed Ringtone crash on A11+
2021-12-16 20:03:07 +05:30
Prathamesh More
4b857f6088
[Now Playing] Default Album cover theme for Now playing themes
2021-12-09 21:56:16 +05:30
Prathamesh More
05246729de
Fixed incorrect colors in Color Fragment for default/error/placeholder cover art and else where, where colors are extracted from image
2021-12-07 22:31:50 +05:30
Prathamesh More
e02e99ed02
[Glide] Added placeholder images for song, album & artist
2021-12-02 17:45:10 +05:30
Prathamesh More
fd639d6348
Fixed Album artist sort order in Albums tab
2021-12-01 18:05:16 +05:30
Prathamesh More
c6f6317839
Remove songs from Queue when deleting songs on R
2021-12-01 12:50:44 +05:30
Prathamesh More
bc93ff49b4
[UI] Changed default grid style of Artists back to circular
2021-12-01 12:44:27 +05:30
Prathamesh More
6ae4c3cae4
[Cleanup] Code Cleanup, Removed some unused methods
2021-11-28 22:25:18 +05:30
Prathamesh More
cbc29b553c
[Cleanup] Removed unused Classes
2021-11-28 12:35:07 +05:30
Prathamesh More
de14e72689
[Cleanup] Removed redundant API 21(Lollipop) or lower version checks as the minimum SDK version is 21
2021-11-28 12:31:33 +05:30
Prathamesh More
63bd71b7e6
[Library] Implemented Better saving of GridStyle
...
We used to store layout ID's of grid styles before which caused all sorts of trouble whenever an update was pushed. Layout ID's are generated at compile time according to alphabetical order ig, so if a layout is added or renamed, it will cause layout ID's to change, which resulted in either a Different layout than the one user stored, or totally random layout or a crash. So to counter this, 0-6 constant ID's are used to save Grid Styles which should result in stable updates.
2021-11-27 18:44:51 +05:30
Prathamesh More
fa976b1cba
[Cleanup] Fixing Warnings
2021-11-27 14:06:49 +05:30
Prathamesh More
d6bc78619b
[Playlists] Added Grid size selection for Playlists
2021-11-27 01:29:36 +05:30
Prathamesh More
216d25e3f0
[UI] Made Playlist Preview images rounded
2021-11-26 19:01:39 +05:30
Prathamesh More
5db550ccd2
Enable Material You by default on A12
2021-11-23 11:20:07 +05:30
Prathamesh More
e187b13912
Fixed File deletion on A10
2021-11-23 11:17:26 +05:30
Prathamesh More
8e64f117f9
Fixed tag editing for Android 11+ devices
2021-11-22 17:41:41 +05:30