OpenDocument.droid
OpenDocument.droid copied to clipboard
It's Android's first OpenOffice Document Reader!
When you open the app and a document from the file chooser, then press `back` the app closes which is unexpected. @TomTasche pointed out that this is the right behavior...
java.lang.SecurityException: Permission Denial: opening provider com.android.providers.media.MediaDocumentsProvider from ProcessRecord{e31429d 18462:at.tomtasche.reader/u0a276} (pid=18462, uid=10276) requires that you obtain access using ACTION_OPEN_DOCUMENT or related APIs
It would be useful to have a view where you can zoom in and out but without the need of doing horizontal scrolling. Something like a web view where you...
Fixes #392 - App now returns to main screen instead of closing when pressing back after opening documents through internal file chooser. ## Problem When users opened documents via the...
https://github.com/opendocument-app/OpenDocument.droid/pull/399#discussion_r2191628364 GitHub Copilot suggested to use `env->DeleteLocalRef(...);` after being done with a variable to avoid leaks