opendocument-app / OpenDocument.droid

It's Android's first OpenOffice Document Reader!
https://opendocument.app/
Other
243 stars 35 forks source link

Twice the size between 3.19 and 3.26 #350

Open Cwpute opened 1 month ago

Cwpute commented 1 month ago

I was wondering what caused the size doubling between these two releases ? I use Fdroid and 3.19 was the latest available there before.

On another note it would be good if you linked a changelog in Fdroid's metadata so we are informed of what's changed.

ViliusSutkus89 commented 1 month ago

This is probably because of changes in pdf2htmlEX library. Previously pdf2htmlEX used to compile all the dependencies in tree and build them in, currently it depends on them as external packages.

They size may (hopefully) come down once we consume it as a Conan package ( https://github.com/opendocument-app/pdf2htmlEX-Android/issues/93 ). If not, I'll investigate how to reduce it somewhat.