ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

APK size significantly increased due to Pdfium usage #157

Closed melvin4u445 closed 2 years ago

melvin4u445 commented 2 years ago

Remove pdfium library from the build because it has increased the apk size from 5 MB to 48 MB and according to @CloudLevi there are also other reasons to replace this library.

Related commit https://github.com/ARK-Builders/ARK-Navigator/commit/ba41cb5f2e91850d3ef47fa15b980f8cfcfab127

kirillt commented 2 years ago

1) We have split universal APK into individual APKs by target: https://github.com/ARK-Builders/ARK-Navigator/actions/runs/2449022646 Size reduced to 23MB.

2) We have implemented PDF previews rendering using Pdfium but in the Rust lib, build size reduced further to 18.5MB: https://github.com/ARK-Builders/ARK-Navigator/actions/runs/2645847993

https://github.com/ARK-Builders/arklib-android/pull/8 This PR isn't merged yet due to necessity of performance tuning (PDF previews generation slowed down significantly), but this should be matter of time and this issue isn't actual now anyway.