Update WWWJDIC for Android (org.nick.wwwjdic) to 2.3.4 (2341)

This commit is contained in:
Ciaran Gultnieks 2014-01-08 20:41:25 +00:00
parent ee9c025855
commit 1577963b0a

View file

@ -1,4 +1,4 @@
AntiFeatures:Tracking
AntiFeatures:Tracking,UpstreamNonFree
Categories:Science & Education
License:Apache2
Web Site:https://code.google.com/p/wwwjdic/
@ -32,7 +32,7 @@ to use all features.
A proprietary analytics library was removed before building, so the analytics
switch in the preferences isn't relevant. Anti-feature: Tracking. Crash
reports are sent by default, thought that can be disabled.
reports are sent by default, though that can be disabled.
.
Repo Type:git-svn
@ -82,6 +82,21 @@ Build:2.3.3,2330
echo "android.library.reference.2=$$FinfAgent$$" >> ../wwwjdic/project.properties && \
mkdir src
Build:2.3.4,2341
commit=1080
subdir=wwwjdic-app
target=android-18
update=.;../wwwjdic
encoding=utf-8
extlibs=android/android-support-v4.jar
srclibs=ActionBarSherlock@4.2.0;FinfAgent@v0.1
prebuild=wget http://wwwjdic.googlecode.com/svn/branches/2.0/wwwjdic-app/assets/radkfile-u-jis208.txt -P assets/ && \
touch assets/keys && \
mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' ../wwwjdic/project.properties && \
echo "android.library.reference.2=$$FinfAgent$$" >> ../wwwjdic/project.properties && \
mkdir src
Maintainer Notes:
Note that all development is in branches/2.0, not trunk.
.