Commit graph

3202 commits

Author SHA1 Message Date
Muntashir Al-Islam
2c9547c621 Cleanup unnecessary files
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-03-15 12:37:12 +06:00
Muntashir Al-Islam
46ad05a832 Merge RetroMusicPlayer/dev into dev
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-03-15 11:42:02 +06:00
Muntashir Al-Islam
e1b127d282 Fix build failure
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-03-15 00:50:27 +06:00
Muntashir Al-Islam
8dcb690a9c Update gradle-wrapper
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-03-15 00:28:19 +06:00
Muntashir Al-Islam
2845945763 Reinstate package name
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-03-15 00:26:47 +06:00
Muntashir Al-Islam
9971c25649 Update gradle dependencies
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-03-14 14:32:23 +06:00
Daksh P. Jain
74b317e159
Merge pull request #1456 from RetroMusicPlayer/dev-alpha
Release 6.0.4
2023-03-13 18:52:02 +05:30
Prathamesh More
ea8d455c05 fix: Fix indentation 2023-03-13 18:34:49 +05:30
Prathamesh More
885d6900a2 Release stable 2023-03-13 10:27:12 +05:30
Prathamesh More
836cdf28a9 Add looking for contributors message 2023-03-13 10:24:24 +05:30
Prathamesh More
9fc5893f42 Bump version code 2023-03-11 12:40:34 +05:30
Prathamesh More
0d205b310e fix: Fix toolbar color in Share story activity 2023-03-11 12:40:19 +05:30
Prathamesh More
979c26ff40 Update dependencies 2023-03-10 16:04:28 +05:30
Daksh P. Jain
da8ff7bc64
Update README.md 2023-03-10 15:30:17 +05:30
Prathamesh More
a2389ca61e fix: Fix back button in settings 2023-03-10 11:44:19 +05:30
Prathamesh More
3ae38cb1de fix: Fix status bar background in Home tab when Collapsing App Bar mode is enabled 2023-03-10 11:12:37 +05:30
Prathamesh More
ea5072945e fix: Fix wrong version in change log 2023-03-10 11:09:48 +05:30
Prathamesh More
2fbe025bf9 Revert "fix: PermissionActivity extends AbsBaseActivity now instead of AbsMusicServiceActivity"
This reverts commit 35c54829a8.
2023-03-10 11:07:13 +05:30
Prathamesh More
ec6220a97d Bump version and update change-log 2023-03-09 18:03:14 +05:30
Prathamesh More
35c54829a8 fix: PermissionActivity extends AbsBaseActivity now instead of AbsMusicServiceActivity 2023-03-09 17:53:40 +05:30
Prathamesh More
fb1d6990c1 fix: Fix for ForegroundServiceDidNotStartInTimeException 2023-03-09 16:47:36 +05:30
Prathamesh More
3c84274e2d fix: Fixed a typo in MusicService 2023-03-09 16:03:00 +05:30
Prathamesh More
ba59bf8216 fix: Remove unnecessary FrameLayouts in some fragments 2023-03-09 12:45:39 +05:30
Prathamesh More
bb99213848 feat: App bar mode is also reflected in Home tab and Settings now (Compact / Expanded) 2023-03-09 12:08:26 +05:30
Prathamesh More
210d9afa1a fix: Fix Breadcrumbs disappearing when resuming the folders tab 2023-03-09 10:46:11 +05:30
Prathamesh More
125681b938 fix: Fix Playlist image loading 2023-03-08 18:41:22 +05:30
Prathamesh More
b9f3e7979b feat: Minor redesign in Playlist details page 2023-03-08 17:29:25 +05:30
Prathamesh More
c6dd54d200 fix: Implement onBackPressedDispatcher in AbsSlidingMusicPanelActivity 2023-03-06 22:47:45 +05:30
Prathamesh More
9f334c09b2 fix: Fixed some deprecations 2023-03-06 21:58:18 +05:30
Prathamesh More
71f112673b fix: Added startForegroundService calls inside handler.post to avoid android.app.RemoteServiceException
Fixes Context.startForegroundService() did not then call Service.startForeground() (probably)
2023-03-06 21:43:10 +05:30
Prathamesh More
de92e1d9a7 fix: Fix an issue where app would crash when song is changed after seeking when cross-fading 2023-03-06 21:40:26 +05:30
Prathamesh More
c441674943 Update Gradle wrapper and other dependencies 2023-03-06 21:38:41 +05:30
Prathamesh More
57b14460dc fix: Fix dependency updates plugin implementation 2023-03-06 21:08:14 +05:30
Prathamesh More
ae60624744 Remove kapt 2023-03-06 18:52:53 +05:30
Prathamesh More
054c09d999 Migrate to ksp and fixed some deprecations 2023-03-06 18:52:50 +05:30
Prathamesh More
4236a134ad Update dependencies & compileSdkVersion 2023-03-06 18:50:36 +05:30
Prathamesh More
d6a21ee42b
Merge pull request #1442 from michaellee123/dev
Fixed something about notification and lockscreen.
2023-03-06 18:49:17 +05:30
Prathamesh More
533c5c1489 Revert some changes in LockScreenActivity and MusicService 2023-03-06 18:39:11 +05:30
Prathamesh More
e7c97e07a5
Merge pull request #1448 from dmyTRUEk/fix/file-popup-in-folders-tab
Fix file popup onClick in Folders tab
2023-01-31 23:48:14 +05:30
dmyTRUEk
8926a79cca Fix file popup onClick in Folders tab 2023-01-22 21:01:43 +02:00
michaellee123
94bc86b5d4 1. Fixed album art image is not clear enough and always shows the previous song's cover;
2. Change Setting -> Personalize -> LOCKSCREEN (Show album cover, Blur album cover, Fullscreen controls) only about lockscreen, without change notification style anymore;
3. Lockscreen adapt landscape mode;
4. Move lockscreen image to the top, keep looks like player's style;
5. Change some defStyleAttr default value frome -1 to 0, to make Android Studio to preview;
6. Fitting more pages can display circular buttons.
2022-12-27 21:52:10 +08:00
michaellee123
4ce212a6e6 Fixed album art image is not clear enough and always shows the previous song's cover in Android 13 (test device: Sony Xperia 1 IV) 2022-12-26 15:34:55 +08:00
biaji
78faa0ea14
Fix click on miniPlayerFragment not function 2022-11-11 20:20:32 +06:00
Daksh P. Jain
e6267ef6a2
Update README.md 2022-11-10 11:03:26 +05:30
Daksh P. Jain
9d88c871d9
Merge pull request #1416 from RetroMusicPlayer/dev-alpha
Fix #1415
2022-09-03 10:43:03 +05:30
Prathamesh More
644640c14f Fixed Last track of queue playing again when gapless playback is on 2022-08-31 23:51:13 +05:30
Prathamesh More
9dc8d55897 Updated dependencies and removed ksp for now as Glide doesn't support it yet 2022-08-31 23:51:12 +05:30
rustzz
388674b05e
Update RU strings.xml (#89)
words go to another line
2022-08-27 00:00:10 +06:00
Daksh P. Jain
b70cd181d6
Merge pull request #1411 from RetroMusicPlayer/dev-alpha
Dev alpha
2022-08-14 19:09:46 +05:30
Prathamesh More
676c0a444c Fix build error 2022-08-14 14:13:48 +05:30