fdroiddata/metadata/cx.hell.android.pdfviewpro.yml
Marcus Hoffmann e592d5f878 add ndk r12b to any buildjni build that doesn't have an ndk
r12b has been forever the default. Let's explicitly request that version
where we know we need it.

Note; there's other builds that still implicitly rely on that version
that don't use the buildjni flag. We don't really have a good way of
finding those, except manually.
2020-11-13 00:36:45 +01:00

70 lines
2 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:
* Pinch to zoom
* Text reflow
* Table of contents
* Textual search support
* Flexible key/button/gesture configuration
* Different color schemes for comfortable reading
* Optimizations for eInk
There are two apks, which contain native binaries for different CPU
architectures: if you are in doubt, you should try the arm one. The client will
mark the arm version as current so take care updating if you use the x86 one.
RepoType: git
Repo: https://github.com/mpietrzak/apv
Builds:
- versionName: 0.3.4-arm
versionCode: 34000
disable: jni probs 4f6cb715dbef
commit: unknown - see disabled
subdir: pdfview
forceversion: true
forcevercode: true
prebuild:
- python2.7 ./scripts/pjpp.py --configuration pro
- sed -i '/ndk-build/d' scripts/build-native.sh
- ./scripts/build-native.sh
- sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk
- sed -i '/proguard/d' project.properties
target: android-10
buildjni:
- yes
ndk: r12b
- versionName: 0.3.4-x86
versionCode: 34003
disable: jni probs 4f6cb715dbef
commit: unknown - see disabled
subdir: pdfview
forceversion: true
forcevercode: true
prebuild:
- python2.7 ./scripts/pjpp.py --configuration pro
- sed -i '/ndk-build/d' scripts/build-native.sh
- ./scripts/build-native.sh
- sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk
- sed -i '/proguard/d' project.properties
target: android-10
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 0.4.0-arm
CurrentVersionCode: 40000