A pdf viewer for Android with Presentation support.
Go to file
Luke Hubmayer-Werner 34fda4ed34 Page groups mockup on Home fragment 2024-08-27 17:09:54 +09:30
.idea Only layout visible pages on presentation on Android 13 and under 2024-08-24 12:45:58 +09:30
app Page groups mockup on Home fragment 2024-08-27 17:09:54 +09:30
gradle Add PdfBox library for future parsing 2024-08-24 18:10:26 +09:30
.gitignore First commit 2024-08-14 15:42:34 +09:30
README.md Accept intents to load a single PDF 2024-08-18 00:05:02 +09:30
build.gradle.kts First commit 2024-08-14 15:42:34 +09:30
gradle.properties First commit 2024-08-14 15:42:34 +09:30
gradlew First commit 2024-08-14 15:42:34 +09:30
gradlew.bat First commit 2024-08-14 15:42:34 +09:30
settings.gradle.kts First commit 2024-08-14 15:42:34 +09:30

README.md

Untitled Android PDF Reader

Minimum Viable Goals:

  • Continuous Horizontal Scroll - unreasonably rare feature
  • Presentation View - i.e. show on an external monitor - haven't seen another app do this yet!
  • Immersive View - no system status bar etc.
  • Autocrop margins
  • Open files the Android way
    • Accept intents to load a single PDF
    • Built-in file browser with requisite permissions
  • Delete+Reorder Pages - doesn't have to save the source file, but does need to save a change journal
    • Tap thumbnails to hide/show pages
    • Drag thumbnails to rearrange pages
    • Save metadata of these actions between sessions
  • Text Annotations - as above

Stretch Goals:

  • Networked View:
    • send PDF file to another client
    • synchronize views for different readers
    • coordinate views for one reader multiscreen
  • Pen Annotations
  • Autocrop undesired elements (e.g. logo in top right corner, copyright footer)
  • Improve overall UI