Commit graph

3224 commits

Author SHA1 Message Date
Hemanth Savarala
24e6f23c1d
Merge pull request #1671 from tomaThomas/sleep-timer-android-14
Fix sleep timer crash on Android 14+
2024-10-19 23:02:17 +05:30
Hemanth Savarala
0489cd8190
Merge pull request #1674 from tomaThomas/local-broadcast-manager
Use LocalBroadcastManager for application internal communication
2024-10-19 23:01:53 +05:30
Hemanth Savarala
3ad2409956
Merge pull request #1675 from tomaThomas/proguard-rules
Proguard rules
2024-10-19 23:01:15 +05:30
tomaThomas
fd31db5686
Fix some linter issues 2024-10-18 23:39:04 +02:00
tomaThomas
df58f7a17b
Request alarm permissions for sleep timer 2024-10-18 19:06:16 +02:00
tomaThomas
1f4e33ad9d
Prevent TypeToken types from being stripped 2024-10-17 23:54:29 +02:00
tomaThomas
4ad11cdbfe
Update AGP 2024-10-17 22:38:03 +02:00
tomaThomas
46544e000e
Prevent R8 from removing appthemehelper classes 2024-10-17 22:31:40 +02:00
tomaThomas
0150ea250e
Use LocalBroadcastManager for application internal communication 2024-10-17 22:19:41 +02:00
Hemanth Savarala
2bcce6977d
Merge pull request #1672 from tomaThomas/target-sdk-34
Update target sdk to 34
2024-10-16 17:01:04 +05:30
tomaThomas
28fd3fb218
Update target sdk to 34 2024-10-11 22:58:23 +02:00
Prathamesh More
1859354f94
Merge pull request #1591 from rahul-gill/fix_queue_ord
fix #1577: incorrect play queue order
2023-12-30 14:48:17 +05:30
Prathamesh More
4c3a429878
Merge pull request #1521 from ifeelsoalone/dev
Add bit depth to song info if the audio codec is lossless
2023-12-30 14:42:28 +05:30
Rahul Gill
f2b33c3a7b fix #1577: incorrect play queue order 2023-12-23 01:39:22 +05:30
ILikeToCode
6c5d0e3008 add: bitsPerSample to SongInfo if audio codec is lossless 2023-05-24 15:31:24 +01:00
Prathamesh More
757a75a9dc
Merge pull request #1506 from luispinho/fix-android-auto-shuffle
Fix option to shuffle all songs in Android Auto
2023-05-06 17:16:44 +05:30
Luís Pinho
55831f40a7 Remove unused import; 2023-05-02 09:45:09 +01:00
Luís Pinho
1c19624841 Fix ArrayList cast issue preventing shuffling all songs in Android Auto; 2023-05-02 09:43:55 +01:00
Prathamesh More
ac2454ab6b
Merge pull request #1500 from TuleSimon/feat/classicplayer_landscape
Feat/classicplayer landscape
2023-04-28 22:10:49 +05:30
Daksh P. Jain
ba59a61a96
Merge pull request #1501 from Chaitanya-Shahare/fix-readme.md_grammar
fix: README.md grammar
2023-04-27 15:33:35 +05:30
Chaitanya Shahare
263b9df8c8
fix: README.md grammar 2023-04-24 13:33:53 +05:30
Tule Simon
de7ea90909 cleanup 2023-04-22 19:01:53 +01:00
Tule Simon
ecfc04e772 fixing back buttons 2023-04-22 18:50:56 +01:00
Tule Simon
640b2ab19c tinting navigation bar when on landscape mode 2023-04-22 18:18:18 +01:00
Tule Simon
fa40966eb3 fixin size issues 2023-04-22 16:54:47 +01:00
Tule Simon
77f462be9d creating landscape variant 2023-04-22 16:48:44 +01:00
Tule Simon
7e1ca1e211
Migrated dependencies and plugins to version catalog (#1497) 2023-04-17 00:09:15 +05:30
Tule Simon
b08d80b181 finished improving naming conventiong 2023-04-16 19:14:17 +01:00
Tule Simon
356876c14e finished improving naming conventiong 2023-04-16 19:09:53 +01:00
Tule Simon
577824b86e finishedimproving naming conventiong 2023-04-16 19:09:12 +01:00
Tule Simon
7ee1aa6466 improving naming conventiong 2023-04-16 17:40:07 +01:00
Tule Simon
8ade78bf48 finished migration to version catalog 2023-04-16 15:48:07 +01:00
Tule Simon
b1040f05f2 migrating project level build.gradle 2023-04-16 14:49:05 +01:00
Tule Simon
3e165b5867
Merge pull request #1 from RetroMusicPlayer/dev
updated
2023-04-16 13:59:39 +01:00
Prathamesh More
8136612eaa
Merge pull request #1485 from WSTxda/dev
Update and refresh app icon
2023-04-10 09:59:48 +05:30
Daksh P. Jain
3bba3a8c74
Merge pull request #1487 from RetroMusicPlayer/fix-fastlane
Fix fastlane logo and add feature graphic
2023-04-07 12:40:48 +05:30
Prathamesh More
9022b55497
feat: Add feature graphic to fastlane 2023-04-07 12:37:00 +05:30
Prathamesh More
d6eb545ca8
fix: Fix fastlane app icon 2023-04-07 11:04:33 +05:30
Daksh P. Jain
249c3fd089
Merge pull request #1483 from RetroMusicPlayer/doc-store-badge
Add Play store and F-droid badges to Readme
2023-04-07 09:57:35 +05:30
WSTxda
5f77b7edad Adaptive icon crop 2023-04-05 21:25:06 -03:00
WSTxda
1b9b4a234e Set correct background color 2023-04-05 21:19:27 -03:00
WSTxda
3b13eca856 Adjust padding 2023-04-05 21:17:08 -03:00
WSTxda
e283387934 Adaptive icon 2023-04-05 21:00:09 -03:00
WSTxda
4b7b78d7e8 Square shape 2023-04-05 20:43:36 -03:00
WSTxda
d73dc31101 Update app icon 2023-04-05 20:41:45 -03:00
Prathamesh More
bcf7864780
doc: Add github releases in download section 2023-04-05 18:48:54 +05:30
Prathamesh More
68f96042df
docs: Add Play store and F-droid badges to readme 2023-04-05 18:44:43 +05:30
Daksh P. Jain
a312854d4c
Merge pull request #1480 from RetroMusicPlayer/dev-alpha
Remove PlagiarismUtil
2023-04-05 08:39:12 +05:30
Prathamesh More
0d08aea89f
Merge pull request #1481 from MGislv/patch-1
Look also for WebP files as external artwork
2023-04-04 23:43:06 +05:30
MGislv
5069029e08
Look also for WebP files as external artwork 2023-04-04 14:24:33 +00:00