Luke Hubmayer-Werner
a74ccdcfcb
A better solution would be using element bounds, but that requires a higher API level so I need a working fallback. |
||
---|---|---|
.idea | ||
app | ||
gradle | ||
.gitignore | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
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 - currently just a bundled test file
- Delete+Reorder Pages - doesn't have to save the source file, but does need to save a change journal
- 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
- Improve overall UI