2012-01-27 22:12:28 +00:00
|
|
|
AntiFeatures:Tracking
|
|
|
|
Category:Office
|
2011-01-19 23:12:16 +00:00
|
|
|
License:GPLv3+
|
2012-12-27 12:11:26 +00:00
|
|
|
Web Site:http://blog.tomtasche.at/p/openoffice-document-reader_9.html
|
2012-01-27 22:12:28 +00:00
|
|
|
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
|
2012-06-28 14:01:52 +00:00
|
|
|
FlattrID:117140
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2013-01-18 13:32:12 +00:00
|
|
|
Summary:Open Office document reader
|
2011-01-05 22:21:29 +00:00
|
|
|
Description:
|
2013-01-18 13:32:12 +00:00
|
|
|
Read odf documents. ODF is a document format that can be
|
|
|
|
read by a wide variety of programs,
|
2012-12-27 12:11:26 +00:00
|
|
|
including OpenOffice and LibreOffice.
|
2012-10-19 16:51:28 +00:00
|
|
|
|
2012-12-27 12:11:26 +00:00
|
|
|
Anti-feature: Tracking. Phones home periodically.
|
2013-01-24 09:37:06 +00:00
|
|
|
|
|
|
|
Status: v1.3.2 was the latest fully FOSS version; we are working on
|
|
|
|
bringing the new versions, by removing the non-free libraries.
|
2011-01-05 22:21:29 +00:00
|
|
|
.
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2011-01-05 22:21:29 +00:00
|
|
|
Repo Type:git
|
2012-01-27 22:12:28 +00:00
|
|
|
Repo:https://github.com/TomTasche/OpenDocument.droid.git
|
2012-01-10 23:25:28 +00:00
|
|
|
|
2011-01-05 22:21:29 +00:00
|
|
|
Build Version:1.1.9,11,243eba4f441b3601de96
|
2011-01-13 07:53:21 +00:00
|
|
|
Build Version:1.2,12,d174bed05a6026ddb5db
|
|
|
|
Build Version:1.2.3,15,8fe022fd67e5bb62c6d8
|
2012-02-18 14:38:31 +00:00
|
|
|
Build Version:1.3.0,22,4b8ea7438125e90d43bdadfc042723a7a485a217,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
|
|
|
|
Build Version:1.3.2,24,4bcf9024ac9fb96bc5c03c3129f9d401272caaf0,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && rm libs/jopendocument.jar && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
|
2013-01-07 14:02:33 +00:00
|
|
|
|
|
|
|
#commons and odf2html jars are from https://github.com/andiwand/odf2html but change often
|
2013-01-24 09:37:06 +00:00
|
|
|
Build Version:2.0.6,33,!unknown build server problems b88d8bf6d,srclibs=\
|
2013-01-07 14:02:33 +00:00
|
|
|
BillingLibrary@3ecc7cad9c;MobAdMob@2d5736;FilePicker@d12f209e8;aFileChooser@c3197bb151,prebuild=\
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$aFileChooser$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$FilePicker$$@' project.properties && \
|
|
|
|
echo "android.library.reference.3=$$BillingLibrary$$" >> project.properties && \
|
|
|
|
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties && \
|
|
|
|
cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \
|
|
|
|
rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests
|
|
|
|
|
|
|
|
Build Version:2.0.6.1,33,!build problems 5cf92e6,srclibs=\
|
|
|
|
BillingLibrary@3ecc7cad9c;MobAdMob@2d5736;FilePicker@d12f209e8;aFileChooser@c3197bb151;\
|
|
|
|
SlidingMenu@71d057d493;AppMsg@34ab9675f8,prebuild=\
|
|
|
|
sed -i 's@\(android.library.reference.1=\).*@\1$$aFileChooser$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.2=\).*@\1$$FilePicker$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.3=\).*@\1$$SlidingMenu$$@' project.properties && \
|
|
|
|
sed -i 's@\(android.library.reference.4=\).*@\1$$AppMsg$$@' project.properties && \
|
|
|
|
echo "android.library.reference.5=$$BillingLibrary$$" >> project.properties && \
|
|
|
|
echo "android.library.reference.6=$$MobAdMob$$" >> project.properties && \
|
|
|
|
cp $$aFileChooser$$/libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
|
|
|
cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \
|
|
|
|
rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests
|
2011-01-05 22:21:29 +00:00
|
|
|
|
2012-10-18 18:43:18 +00:00
|
|
|
Auto Update Mode:None
|
2012-10-10 13:34:22 +00:00
|
|
|
#Device-variable
|
|
|
|
Update Check Mode:RepoManifest
|
2012-12-04 04:03:58 +00:00
|
|
|
Current Version:2.0.6.1
|
2012-11-28 11:32:42 +00:00
|
|
|
Current Version Code:33
|
2011-01-10 08:00:47 +00:00
|
|
|
|