27
Notable changes in version 27:
- update pdf.js library to 5.1.91
- raise minimum Chromium WebView version to 133 and use it as the build target
- add redundant setBlockNetworkLoads(true) for the WebView (this is already the default due to not having the INTERNET permission, but being more explicit about this is a good thing)
- update esbuild to 0.25.2
- update dependencies of npm dependencies
- update AndroidX Core KTX library to 1.16.0
- update Android Gradle plugin to 8.9.1
- update Kotlin to 2.1.20
- update Gradle to 8.13
A full list of changes from the previous release (version 26) is available through the Git commit log between the releases.
Simple Android PDF viewer based on pdf.js and content providers. The app doesn't require any permissions. The PDF stream is fed into the sandboxed WebView without giving it access to the network, files, content providers or any other data.