Sylvia van Os
Sylvia van Os
This has been improved, but the new script from #2778 doesn't detect everything and could use some cleanup. So I'm leaving this open. Please check the FIXME and TODOs in...
Sorry, ignore my last comment, I got confused with another issue. We used to have this feature but it got removed because it triggered too often and people got bothered....
> I suggest changing the value of the key "app_name" in the file located at "Android/app/src/main/res/values-ko/strings.xml" from "Catima" to "카티마." Since I don't know to get editing permissions, I'm leaving...
Choosing your own background colour was never supported. The default background colour being either white/black instead of the dominant colour was done to fix #2199, which became an issue when...
Maybe we can find a better image cropping/editing library which allows adding a background manually, to keep Catima's code simpler and more generic? The current one doesn't seem actively maintained...
The toolbar seemed to be the most broken part last time. Look at https://github.com/material-components/material-components-android/blob/master/docs/components/TopAppBar.md to confirm our setup is right
It's not really "proper" support but I've been linked to https://android.googlesource.com/platform/packages/apps/MusicFX/+/cb72de3e999fd9cf082c448672037f54363b60ca which contains this workaround Google uses for some apps: ```diff index 8ec4b98..d275a85 100644 --- a/src/com/android/musicfx/ActivityMusic.java +++ b/src/com/android/musicfx/ActivityMusic.java @@ -46,6...
Also worth noting, uCrop doesn't support this still: https://github.com/Yalantis/uCrop/issues/913 People are posting workarounds in that thread too.
Apparently Tusky uses https://github.com/CanHub/Android-Image-Cropper. Maybe that has better Android 16 support. However, it also doesn't seem Compose ready: https://chaos.social/@ConnyDuck/114800012394870581
Interesting note: for email this seems to often be the *sending* client that decides the format, not the receiving client: https://github.com/thunderbird/thunderbird-android/issues/1357#issuecomment-217667602