diff --git a/metadata/org.nick.wwwjdic.txt b/metadata/org.nick.wwwjdic.txt index eb1aa29cfb..6c7f146155 100644 --- a/metadata/org.nick.wwwjdic.txt +++ b/metadata/org.nick.wwwjdic.txt @@ -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. .