k3b
k3b
@GITMichaelK Thanks for feedback. Can you [create a problem log file](https://github.com/k3b/APhotoManager/wiki/Problem-Reporting-Logfile-Howto) , put it in a zip-file and attach it to this ticket? Then i can analyse what is going...
There is already a faq: https://github.com/k3b/APhotoManager/pull/121 but it is not yet included in the wiki/wiki-menu
Thankyou for reporting. > When I try to view a picture from my OTG device How did you try it? * from a filemanager (same as #118 ?) * from...
see also my answer in https://www.reddit.com/r/androidapps/comments/6yhhxy/android_ideas_for_a_mediumbig_project_for_my/
Still does not work due to file permissions introduced in android-4.4. Todo Partial rewrite via storeage access framework see http://stackoverflow.com/questions/36862675/android-sd-card-write-permission-using-saf-storage-access-framework see also http://stackoverflow.com/questions/23982589/how-to-check-permission-is-granted-for-a-directory-path-and-wont-thorow-eacces
Here is an android security hole via the file-media-provider: http://forum.xda-developers.com/showthread.php?t=2634840 Found on http://stackoverflow.com/questions/40068984/universal-way-to-write-to-external-sd-card-on-android#40126690 that adresses the same issue. also related: * https://gitlab.com/axet/android-media-merger/issues/3
thanks for the info. Since i currently have only android-4.2 and android-4.4 physical devices and therefore no way to test this in real life, this ticket has low priority for...
Is this a duplicate of #26?
Hello HoWilgh. Thanks for feedback. Does gallery zoom mean that yo want to change the number of images in gallery view? example: on my landsape tablet i currently have 4...
technical implementation details: this requieres two different datasources: one for direct child folders and one for the images in current folder. May be useful: mergeadapter https://github.com/commonsguy/cwac-merge. Is somebody willing to...