Closed naveensingh closed 1 year ago
have you also tested upgrading from master branch in release mode?
selecting items like folders by long press and drag doesnt work, only works at main tracks fragment
have you also tested upgrading from master branch in release mode?
No, I did some tests in release mode but not the migration one. Only tested the upgrade with debug builds, will check it now. I'd tested migration in release mode at the time of media3 changes though
selecting items like folders by long press and drag doesnt work, only works at main tracks fragment
I'm on it...
selecting items like folders by long press and drag doesnt work, only works at main tracks fragment
I broke it :)
have you also tested upgrading from master branch in release mode?
did some basic testing, and nothing looks broken when upgrading from the last release in release mode (on android 14 too)
Fixed everything, check now, please.
if I have 1 playlist only and I long press it, it doesnt have the selected background. Albums opened from Artists tab dont have selected backgrounds either.
I have 1 playlist only and I long press it, it doesnt have the selected background
have you pulled the latest changes? I broke it during media3 changes and fixed it above https://github.com/SimpleMobileTools/Simple-Music-Player/pull/592/commits/bebd99bf5ff53a77ae0789e746e13fd10a92cf52
Albums opened from Artists tab dont have selected backgrounds either
I remember that one never really worked and I kept ignoring it, I'm going to fix it now. EDIT: Fixed it.
right, it works well now, but colors arent properly updated in onResume. The placeholder icon and selectiong texts either.
Not sure what I need to do reproduce this. I select some items => go to home screen => reopen the app => everything is just as before
no need to select anything, just open the app settings, change colors and go back at the main screen, you will see placeholder not being changed. Then you can also long press items.
Fixed the color issues and resolved some conflicts. I think the colors were not updated in some other apps with lists, will have to check.
the placeholder icon at tracks that have no image still doesnt toggle between light/dark properly
I didn't have any tracks without thumbnails so didn't notice it, added now.
yeah looks good now, lets see how will it go ;) Thanks
Major changes:
FOREGROUND_SERVICE_MEDIA_PLAYBACK
permissionMinor changes:
getRealPathFromUri
used at third-party intents isn't working for files with download documents uri, I'll check it soon.Fatal Exception: java.lang.IllegalStateException: TypeToken must be created with a type argument
. See https://r8.googlesource.com/r8/+/refs/heads/main/compatibility-faq.md#troubleshooting-gson-gson. Why do we need Gson here anyway? We can just doIntent.putParcelable()
, once I implemented an app using intent parcelables and it worked pretty well.Notes: