Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.2 KB

File metadata and controls

24 lines (18 loc) · 1.2 KB

It's Android's first OpenOffice Document Reader!

This is an Android frontend for our C++ OpenDocument.core library. Feel free to use it in your own project too, but please don't forget to tell us about it!

Get it on F-Droid Get it on Google Play

More information at https://opendocument.app/ and in the app itself.

Translations

Please help to translate on the https://crowdin.com/project/opendocument

Setup

  • install conan using pip in a venv
  • conan profile detect --force
  • make sure conan is in your $PATH or replace conan-call in app/build.gradle
  • git submodule update --init --depth 1 OpenDocument.core
  • cd OpenDocument.core; git submodule update --init --depth 1 conan-odr-index
  • python OpenDocument.core/conan-odr-index/scripts/conan_export_all_packages.py