this post was submitted on 02 Sep 2025
10 points (100.0% liked)

GrapheneOS [Unofficial]

3210 readers
32 users here now

Welcome to the GrapheneOS (Unofficial) community

This feed is currently only used for announcements and news.

Official support available on our forum and matrix chat rooms

GrapheneOS is a privacy and security focused mobile OS with Android app compatibility.

Links

More Site links

Social Media

This is a community based around the GrapheneOS projects including the hardened Android Open Source Project fork, Auditor, AttestationServer, the hardened malloc implementation and other projects.

founded 4 years ago
MODERATORS
 

Notable changes in version 31:

  • minor fixes for edge-to-edge support to avoid incorrect theme colors
  • fix issue causing the text layer used for text selection to not rotate when the PDF is rotated within the app
  • enable hardware memory tagging for use outside of GrapheneOS in the narrow cases where it's available for apps opting into it (Android 16 Advanced Protection Mode on hardware with support for MTE)
  • update pdf.js library to 5.4.149
  • update esbuild to 0.25.9
  • update other npm dependencies
  • update AndroidX Fragment KTX library to 1.8.9
  • update AndroidX Core KTX library to 1.17.0
  • update AndroidX AppCompat library to 1.7.1
  • update Gradle to 8.14.3
  • update Android Gradle plugin to 8.12.2
  • update Kotlin to 2.2.10
  • update Android SDK to 36 (Android 16)
  • update Android build tools to 36.0.0

A full list of changes from the previous release (version 30) 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.

Content-Security-Policy is used to enforce that the JavaScript and styling properties within the WebView are entirely static content from the APK assets along with blocking custom fonts since pdf.js handles rendering those itself.

It reuses the hardened Chromium rendering stack while only exposing a tiny subset of the attack surface compared to actual web content. The PDF rendering code itself is memory safe with dynamic code evaluation disabled, and even if an attacker did gain code execution by exploiting the underlying web rendering engine, they're within the Chromium renderer sandbox with less access than it would have within the browser.

This app is available through the Play Store with the app.grapheneos.pdfviewer.play app id. Play Store releases go through review and it usually takes around 1 to 3 days before the Play Store pushes out the update to users. Play Store releases use Play Signing, so we use a separate app id from the releases we publish ourselves to avoid conflicts and to distinguish between them. Each release is initially pushed out through the Beta channel followed by the Stable channel.

Releases of the app signed by GrapheneOS with the app.grapheneos.pdfviewer id are published in the GrapheneOS App Store which provides fully automatic updates. Each release is initially pushed out through the Alpha channel, followed by the Beta channel and then finally the Stable channel. These releases are also bundled as part of GrapheneOS and published on GitHub.

GrapheneOS users must obtain GrapheneOS app updates through our App Store since verified boot metadata is required for out-of-band system app updates on GrapheneOS as part of extending verified boot to them.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] warmaster@lemmy.world 1 points 1 month ago (1 children)

Can it search or scroll through pages?

[โ€“] KindnessInfinity@lemmy.ml 1 points 1 month ago

Sadly still need to press page navigation buttons at the top of the app to change pages. Last time i used the app, i didn't see a search.