build a different commit for apv
This commit is contained in:
parent
d613daf866
commit
005065a185
|
@ -16,8 +16,8 @@ Features:
|
||||||
* Different color schemes for comfortable reading
|
* Different color schemes for comfortable reading
|
||||||
* Optimizations for eInk
|
* Optimizations for eInk
|
||||||
|
|
||||||
The latest beta for this is available in [[cx.hell.android.pdfviewpro]], which also
|
An enhanced version for this is available in [[cx.hell.android.pdfviewpro]], which also
|
||||||
has x86 support and pinch to zoom.
|
has x86 support, contents table and text reflow.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
@ -25,11 +25,13 @@ Repo:https://code.google.com/p/apv/
|
||||||
|
|
||||||
Build Version:0.3.0,300,!this crashes when built with the patch used in 0.3.2 7a75fb292687,\
|
Build Version:0.3.0,300,!this crashes when built with the patch used in 0.3.2 7a75fb292687,\
|
||||||
subdir=pdfview,buildjni=yes,prebuild=scripts/build-native.sh
|
subdir=pdfview,buildjni=yes,prebuild=scripts/build-native.sh
|
||||||
Build Version:0.3.2,32000,ff030f8b49e6,subdir=pdfview,buildjni=yes,\
|
Build Version:0.3.2,32000,ff030f8b49e6,subdir=pdfview,buildjni=no,target=android-8,\
|
||||||
patch=fdroid-ndk-build.patch,prebuild=scripts/build-native.sh
|
patch=fdroid-ndk-build.patch,prebuild=scripts/build-native.sh
|
||||||
|
Build Version:0.3.4,34000,c8724f674967,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
||||||
|
sed -i '/ndk-build/d' scripts/build-native.sh && \
|
||||||
|
./scripts/build-native.sh && sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||||
|
|
||||||
|
Update Check Mode:None
|
||||||
Update Check Mode:Market
|
Current Version:0.3.4
|
||||||
Current Version:0.3.0
|
Current Version Code:34000
|
||||||
Current Version Code:300
|
|
||||||
|
|
||||||
|
|
|
@ -8,12 +8,12 @@ Bitcoin:1MLdh6uAPymWVJ4bmRde684uTcLJWwumkK
|
||||||
|
|
||||||
Summary:PDF viewer
|
Summary:PDF viewer
|
||||||
Description:
|
Description:
|
||||||
This is beta: if you want a more stable version use [[cx.hell.android.pdfview]].
|
|
||||||
|
|
||||||
Native PDF Viewer based on the MuPDF library
|
Native PDF Viewer based on the MuPDF library
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Pinch to zoom
|
* Pinch to zoom
|
||||||
|
* Text reflow
|
||||||
|
* Table of contents
|
||||||
* Textual search support
|
* Textual search support
|
||||||
* Flexible key/button/gesture configuration
|
* Flexible key/button/gesture configuration
|
||||||
* Different color schemes for comfortable reading
|
* Different color schemes for comfortable reading
|
||||||
|
@ -27,17 +27,17 @@ Repo Type:hg
|
||||||
Repo:https://code.google.com/p/apv/
|
Repo:https://code.google.com/p/apv/
|
||||||
|
|
||||||
#Version code last digit: 0 for all arm; 1 for armeabi; 2 for armeabi-v7a; 3 for x86
|
#Version code last digit: 0 for all arm; 1 for armeabi; 2 for armeabi-v7a; 3 for x86
|
||||||
Build Version:0.3.3dev01-arm,33010,559c69be7b12,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
Build Version:0.3.4-arm,34000,c8724f674967,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
||||||
python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts/build-native.sh && \
|
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 && \
|
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk && \
|
||||||
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||||
Build Version:0.3.3dev01-x86,33013,559c69be7b12,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
Build Version:0.3.4-x86,34003,c8724f674967,subdir=pdfview,target=android-10,buildjni=yes,prebuild=\
|
||||||
python2.7 ./scripts/pjpp.py --configuration pro && sed -i '/ndk-build/d' scripts/build-native.sh && \
|
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 && \
|
./scripts/build-native.sh && sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk && \
|
||||||
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
sed -i '/proguard/d' project.properties,forceversion=yes,forcevercode=yes
|
||||||
|
|
||||||
#Device-variable
|
#Device-variable
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:0.3.3dev01-arm
|
Current Version:0.3.4-arm
|
||||||
Current Version Code:33030
|
Current Version Code:34000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue