-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect image shown in recents menu #185
Comments
I can't solve this anytime soon. I don't have Android 13/14 on my phone. I tried to test it with Android emulator, but the Google Pixel that are available on the emulator don't show the wallpaper in the recent screens at all, they only show a solid color. |
Other live wallpapers are shown in the recent menu in a blurred way or normal? And what phone do you have? |
They are shown in a blurred way. |
Thanks. I'll take another look. It is probably the Moto launcher that offers this feature of showing the wallpaper. I know the Moto Launcher customized the "recents screen" on Android 10 and this couldn't even be disabled, because it's part of the system. Even if you installed a third-party launcher, the Moto launcher was still handling the "recents screen" itself. Likely the same applies to Android 14. |
Hi, I believe the launcher is somehow using https://github.com/cvzi/darkmodewallpaper/blob/main/app/src/main/res/xml/wallpaper_info.xml#L25 as bg, tho i have no way to test and when im trying to generate local debug build it keeps failing. |
I have updated the repository, now the apk files are created in the Github actions. I believe if you enable Github actions in your cloned repository here and update the Github action file to the version that I just created gradleCI.yml, See Einlion/live-wall-test@721eb0f#r143729428 for why your build is failing. |
Thanks for the quick response! I tried the new version after those changes, looks file it's fixed now, I get a transparentish background as expected. I do not have full idea as to what that parameter actually is for and if changing it to transparent would cause any issue in hindsight. |
Any app can just request this thumbnail to use it, but the only use-case I know is the wallpaper selector. The thumbnail usually appears in the list of installed live wallpapers in the wallpaper selector. I wonder if it also works if you just remove the thumbnail. <wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/wallpaper_description"
android:settingsActivity="com.github.cvzi.darkmodewallpaper.activity.MainActivity"
android:showMetadataInPreview="true"
android:supportsMultipleDisplays="true" /> Maybe also change the application id again to prevent any caching of the thumbnail Edit: I've checked a few other open source live wallpapers, and they all seem to use this thumbnail the same way as I did. So at least that seems to be correct. Removing the thumbnail completely vs. a transparent thumbnail seems to make a difference for some phone manufacturers: |
@eddieofny This file has no thumbnail: https://github.com/cvzi/darkmodewallpaper/releases/download/v1.7.0/no-thumbnail.apk And this file has a transparent thumbnail: https://github.com/cvzi/darkmodewallpaper/releases/download/v1.7.0/transparent-thumbnail.apk I would appreciate if you could test both of them and see if it solves the problem or if there is any difference. Thanks! |
@cvzi Sorry this took me some time. I tested both APKs and they both work perfectly. Thanks! |
@eddieofny Thank you! I will include the solution in the normal version. |
I tried these as well, with no banner, it works fine but with the transparent one, my wallpaper app crashes and i cant apply new wallpaper the normal way, though there are workarounds for that. |
Thanks! I did include the "no thumbnail" solution in the normal version 😀 It will take a few days until F-Droid builds and publishes the new version. |
The new version 1.7.1 is now on F-Droid and in the Github releases (Google Play store will take a few hours or days). I would suggest to both of you to install that version again (you will lose the app settings unfortunately), so that you automatically get updates from F-Droid or Play Store . |
The wallpaper shown in recents screen is not the wallpaper being picked, instead its a default icon.
I am on Android 14 but this was present in 13 as well. I have tested applying other live wallpapers and they seem to work fine.
Thanks.
The text was updated successfully, but these errors were encountered: