Simon Poole
Simon Poole
Conventional *ix file operations don't work on Android outside of directories and files the app has created itself. File access happens via Uri that are specific to ContentProviders. In any...
A further note after some closer inspection in your example I don't see how that could work as the image in question is indexed via the mediastore and isn't owned...
Since Android 11 there is a special permission for file managers and similar https://developer.android.com/about/versions/11/privacy/storage#all-files-access We could in theory naturally ask for this too, but would have to live with even...
Hi, you don't seem to have to submitted a crash dump (this should be from the crash after using the imagery chooser), by its nature this is likely nearly impossible...
We use https://github.com/ACRA/acra for generating crash reports, while there is an option to suppress generating them, it is be default on, because you will be asked if you want to...
Any progress?
> Sorry, I've been busy with other projects. Is it OK to just leave this open for a while? No problem.
It would likely make more sense to use a pattern for filling such areas see https://developer.android.com/reference/android/graphics/BitmapShader
@matkoniecz this is getting stale.
The magenta color is an validation error indicator (untagged way in this case) and the validation styling currently is only based on the validation code and not on any other...