Update WWWJDIC for Android (org.nick.wwwjdic) to 2.3.3 (2330)
This commit is contained in:
parent
39304e399e
commit
f974d9ba40
|
@ -4,6 +4,7 @@ License:Apache2
|
|||
Web Site:https://code.google.com/p/wwwjdic/
|
||||
Source Code:https://code.google.com/p/wwwjdic/source/list
|
||||
Issue Tracker:https://code.google.com/p/wwwjdic/issues/list
|
||||
Bitcoin:1DXhWFS9SL78GGyX7Luao9EuP5SxtDiPG1
|
||||
|
||||
Auto Name:WWWJDIC for Android
|
||||
Summary:Japanese online dictionary
|
||||
|
@ -29,8 +30,8 @@ to use all features.
|
|||
* Optical Character Recognition (WeOCR; author's server)
|
||||
* OCR-based handwritten kanji recognition, does not require correct stroke order
|
||||
|
||||
Flurry analytics library was removed before building. Thus the analytics switch
|
||||
in the preferences isn't relevant. Anti-feature: Tracking. Crash
|
||||
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.
|
||||
.
|
||||
|
||||
|
@ -66,6 +67,25 @@ Build:2.3.2,2320
|
|||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' ../wwwjdic/project.properties && \
|
||||
echo "android.library.reference.2=$$FinfAgent$$" >> ../wwwjdic/project.properties
|
||||
|
||||
Build:2.3.3,2330
|
||||
commit=1071
|
||||
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.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.3.3
|
||||
|
|
Loading…
Reference in a new issue