OpenDocument.droid
OpenDocument.droid copied to clipboard
It's Android's first OpenOffice Document Reader!
Bumps firebase-bom from 30.3.2 to 30.4.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps webkit from 1.4.0 to 1.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.206.2 to 2.209.1. Release notes Sourced from fastlane's releases. 2.209.1 Improvements [fastlane_core] install all Apple WWDR Intermediate Certificates (#20537) via Tony Li (@crazytonyli) [Fastlane.swift] the word phrasing...
cryptopp/8.5.0: Error in build() method, line 94 ### ERROR: cryptopp/8.5.0: Error in build() method, line 94 cmake = self._configure_cmake() while calling '_configure_cmake', line 89 self._cmake.configure(build_folder=self._build_subfolder) **cryptopp/8.5.0: Error in build() method,...
just drafting and iterating through CI right now
Hi, This app is amazing, and it would be nice if it was possible to create ODF documents directly from it, because there is currently no way to do so...
On https://opendocument.app/ please add an F-Droid badge with a link to https://f-droid.org/en/packages/at.tomtasche.reader/ For information on F-Droid badges, see https://gitlab.com/fdroid/artwork/tree/master/badge#designs Unfortunately, at the moment we do not have 1-bit version (black...
at the moment we only store URLs of documents a user attempted to open previously. we should conisder copying those documents to our internal cache and show a nice list...
All the work currently handled by [*Loader classes](https://github.com/opendocument-app/OpenDocument.droid/tree/master/app/src/main/java/at/tomtasche/reader/background) inside of [DocumentFragment](https://github.com/opendocument-app/OpenDocument.droid/blob/master/app/src/main/java/at/tomtasche/reader/ui/activity/DocumentFragment.java) should move to a Service. Two goals I hope to achieve by doing so: 1. make the app more...