100 lines
2.4 KiB
YAML
100 lines
2.4 KiB
YAML
Categories:
|
|
- Reading
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/mpietrzak/apv
|
|
IssueTracker: https://github.com/mpietrzak/apv/issues
|
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LKB59NTKW9QLS
|
|
Bitcoin: 1MLdh6uAPymWVJ4bmRde684uTcLJWwumkK
|
|
|
|
AutoName: APV PDF Viewer
|
|
Description: |-
|
|
Native PDF viewer based on the MuPDF library
|
|
|
|
Features:
|
|
|
|
* Textual search support
|
|
* Flexible key/button/gesture configuration
|
|
* Different color schemes for comfortable reading
|
|
* Optimizations for eInk
|
|
* x86 support
|
|
* Pinch to zoom
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mpietrzak/apv
|
|
|
|
Builds:
|
|
- versionName: 0.3.0
|
|
versionCode: 300
|
|
disable: this crashes when built with the patch used in 0.3.2 7a75fb292687
|
|
commit: unknown - see disabled
|
|
subdir: pdfview
|
|
prebuild: scripts/build-native.sh
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.3.2
|
|
versionCode: 32000
|
|
commit: ff030f8b49e6
|
|
subdir: pdfview
|
|
patch:
|
|
- fdroid-ndk-build.patch
|
|
prebuild: scripts/build-native.sh
|
|
target: android-8
|
|
|
|
- versionName: 0.3.4
|
|
versionCode: 34000
|
|
commit: 4f6cb715dbef
|
|
subdir: pdfview
|
|
forceversion: true
|
|
forcevercode: true
|
|
prebuild:
|
|
- sed -i '/ndk-build/d' scripts/build-native.sh
|
|
- ./scripts/build-native.sh
|
|
- sed -i '/proguard/d' project.properties
|
|
target: android-10
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.3.4.5
|
|
versionCode: 34050
|
|
commit: 4af40f772898
|
|
subdir: pdfview
|
|
prebuild:
|
|
- sed -i '/ndk-build/d' scripts/build-native.sh
|
|
- ./scripts/build-native.sh
|
|
- sed -i '/proguard/d' project.properties
|
|
target: android-10
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.4.0
|
|
versionCode: 40000
|
|
commit: 69670732537b
|
|
subdir: pdfview
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
prebuild:
|
|
- sed -i '/ndk-build/d' scripts/build-native.sh
|
|
- ./scripts/build-native.sh
|
|
- sed -i '/proguard/d' project.properties
|
|
target: android-17
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.4.0.1
|
|
versionCode: 40010
|
|
disable: not a release
|
|
commit: unknown - see disabled
|
|
subdir: pdfview
|
|
|
|
- versionName: 0.4.0.2
|
|
versionCode: 40020
|
|
disable: not a release
|
|
commit: unknown - see disabled
|
|
subdir: pdfview
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.4.0.2
|
|
CurrentVersionCode: 40020
|