WWWJDIC for Android: Update to latest working version
This commit is contained in:
parent
c967bc63ef
commit
75453e529c
|
@ -33,6 +33,8 @@ to use all features.
|
||||||
A proprietary analytics library was removed before building, so the analytics
|
A proprietary analytics library was removed before building, so the analytics
|
||||||
switch in the preferences isn't relevant. Anti-feature: Tracking. Crash
|
switch in the preferences isn't relevant. Anti-feature: Tracking. Crash
|
||||||
reports are sent by default, though that can be disabled.
|
reports are sent by default, though that can be disabled.
|
||||||
|
|
||||||
|
[https://code.google.com/p/wwwjdic/wiki/Changelog Changelog]
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git-svn
|
Repo Type:git-svn
|
||||||
|
@ -114,6 +116,45 @@ Build:2.3.5,2350
|
||||||
update=.,../wwwjdic
|
update=.,../wwwjdic
|
||||||
target=android-19
|
target=android-19
|
||||||
|
|
||||||
|
Build:2.3.7,2370
|
||||||
|
commit=1092
|
||||||
|
subdir=wwwjdic-app
|
||||||
|
init=rm build.xml
|
||||||
|
rm=wwwjdic/libs/*.jar,wwwjdic-android/war/WEB-INF/lib/*.jar
|
||||||
|
srclibs=ActionBarSherlock@4.4.0,ACRA@acra-4.5.0,OpenCSV-org@release-2.2
|
||||||
|
encoding=utf-8
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
prebuild=wget https://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 && \
|
||||||
|
cp -fR $$ACRA$$/src/main/java/* ../wwwjdic/src && \
|
||||||
|
rm -rf $$OpenCSV-org$$/src/au/com/bytecode/opencsv/bean && \
|
||||||
|
cp -fR $$OpenCSV-org$$/src/* ../wwwjdic/src && \
|
||||||
|
mkdir src
|
||||||
|
update=.,../wwwjdic,../../srclib/ActionBarSherlock/actionbarsherlock
|
||||||
|
target=android-19
|
||||||
|
|
||||||
|
Build:2.3.8,2380
|
||||||
|
disable=App crash when clicking on a item in setting dialog. Upstream bug?
|
||||||
|
commit=1099
|
||||||
|
subdir=wwwjdic-app
|
||||||
|
init=rm build.xml
|
||||||
|
rm=wwwjdic/libs/*.jar,wwwjdic-android/war/WEB-INF/lib/*.jar
|
||||||
|
srclibs=ActionBarSherlock@4.4.0,ACRA@acra-4.5.0,OpenCSV-org@release-2.2
|
||||||
|
encoding=utf-8
|
||||||
|
extlibs=android/android-support-v4.jar
|
||||||
|
prebuild=wget https://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 && \
|
||||||
|
cp -fR $$ACRA$$/src/main/java/* ../wwwjdic/src && \
|
||||||
|
rm -rf $$OpenCSV-org$$/src/au/com/bytecode/opencsv/bean && \
|
||||||
|
cp -fR $$OpenCSV-org$$/src/* ../wwwjdic/src && \
|
||||||
|
mkdir src
|
||||||
|
update=.,../wwwjdic,../../srclib/ActionBarSherlock/actionbarsherlock
|
||||||
|
target=android-19
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Note that all development is in branches/2.0, not trunk.
|
Note that all development is in branches/2.0, not trunk.
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue