2024-08-14 15:53:22 +09:30
|
|
|
# Untitled Android PDF Reader
|
|
|
|
Minimum Viable Goals:
|
|
|
|
- [x] Continuous Horizontal Scroll - unreasonably rare feature
|
|
|
|
- [x] Presentation View - i.e. show on an external monitor - haven't seen another app do this yet!
|
|
|
|
- [x] Immersive View - no system status bar etc.
|
2024-08-14 18:54:28 +09:30
|
|
|
- [x] Autocrop margins
|
2024-08-18 00:05:02 +09:30
|
|
|
- [ ] Open files the Android way
|
|
|
|
- - [x] Accept intents to load a single PDF
|
|
|
|
- - [ ] Built-in file browser with requisite permissions
|
2024-08-14 15:53:22 +09:30
|
|
|
- [ ] Delete+Reorder Pages - doesn't have to save the source file, but does need to save a change journal
|
2024-08-27 18:40:33 +09:30
|
|
|
- - [x] Tap thumbnails in Home fragment to (un)group with previous
|
|
|
|
- - [x] Tap thumbnails in Gallery fragment to (un)hide page groups
|
2024-08-14 23:51:38 +09:30
|
|
|
- - [ ] Drag thumbnails to rearrange pages
|
|
|
|
- - [ ] Save metadata of these actions between sessions
|
2024-08-14 15:53:22 +09:30
|
|
|
- [ ] 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
|
2024-08-14 23:51:38 +09:30
|
|
|
- [ ] Autocrop undesired elements (e.g. logo in top right corner, copyright footer)
|
2024-08-14 15:53:22 +09:30
|
|
|
- [ ] Improve overall UI
|