WIP at.tomtasche.reader
This commit is contained in:
parent
916f995c10
commit
6cdb3ded65
|
|
@ -1,7 +1,7 @@
|
|||
AntiFeatures:Tracking
|
||||
Category:Office
|
||||
License:GPLv3+
|
||||
Web Site:http://blog.tomtasche.at/p/openoffice-document-reader_9.html
|
||||
Web Site:http://reader.tomtasche.at
|
||||
Source Code:https://github.com/TomTasche/OpenDocument.droid
|
||||
Issue Tracker:https://github.com/TomTasche/OpenDocument.droid/issues
|
||||
Donate:https://flattr.com/thing/117140/OpenOffice-Document-Reader
|
||||
|
|
@ -18,10 +18,9 @@ including OpenOffice and LibreOffice.
|
|||
Anti-feature: Tracking. A recent version had code for sending
|
||||
some device info via HTTP POST to a appspot.com server.
|
||||
|
||||
Google Admob was removed before building.
|
||||
A proprietary ad library was removed before building.
|
||||
.
|
||||
|
||||
#todo: build commons and odf2html libraries see https://github.com/andiwand/odf2html/issues
|
||||
Repo Type:git
|
||||
Repo:https://github.com/TomTasche/OpenDocument.droid.git
|
||||
|
||||
|
|
@ -65,6 +64,7 @@ cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/libra
|
|||
build=cd odf2html/library/ && ant -f dep/commons/library/build.xml && \
|
||||
mkdir -p lib/ && mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && ant && mv odf2html.jar ../../libs/
|
||||
|
||||
Build Version:2.0.8.2,37,!broken v2.0.8.2,submodules=no,init=\
|
||||
rm -rf $(find . -name bin) && rm -rf $(find . -name gen) && \
|
||||
rm -rf odf2html/.gitmodules odf2html/library/dep/commons && git submodule update --init && \
|
||||
|
|
@ -80,10 +80,23 @@ cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/libra
|
|||
build=cd odf2html/library/ && ant -f dep/commons/library/build.xml && \
|
||||
mkdir -p lib/ && mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && ant && mv odf2html.jar ../../libs/
|
||||
Build Version:2.0.9.2,40,!build error
|
||||
|
||||
Build Version:2.10.1,45,!Very much WIP at v2.10.1,submodules=yes,init=\
|
||||
rm -rf $(find . -name bin) && rm -rf $(find . -name gen) && cd odf2html && \
|
||||
git submodule update --init,srclibs=MobAdMob@2d5736;NoAnalytics@158a4a,\
|
||||
update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;\
|
||||
Android-RateThisApp/library;Android-AppMsg/library;pay-me/library,prebuild=\
|
||||
echo -e "android.library.reference.6=$$MobAdMob$$\n\
|
||||
android.library.reference.7=$$NoAnalytics$$" >> project.properties && \
|
||||
sed -i 's/1.6/1.7/g' odf2html/build.xml && \
|
||||
sed -i 's/1.6/1.7/g' odf2html/dep/commons/build.xml && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/libGoogleAnalytics*.jar OpenDocument.apk \
|
||||
libs/android-support-v4.jar odf2html/OpenDocument.jar odf2html/dep/commons/commons.jar,\
|
||||
build=cd odf2html/ && ant -f dep/commons/build.xml && \
|
||||
ant && mv dep/commons/commons.jar ../libs/ && mv OpenDocument.jar ../libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
#Device-variable; don't want to nuke submodules with Tags
|
||||
# Device-variable; don't want to nuke submodules with Tags
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.10.1
|
||||
Current Version Code:45
|
||||
|
|
|
|||
Loading…
Reference in a new issue