Merge branch 'master' of gitorious.org:f-droid/fdroiddata
Conflicts: metadata/org.lumicall.android.txt
This commit is contained in:
commit
86f6a1410b
|
@ -26,7 +26,7 @@ Build Version:2.8.11,93,8eac7d
|
|||
Build Version:2.8.14,96,317d1cdf584a
|
||||
Build Version:2.8.17,99,89248bd5da61
|
||||
Build Version:2.9.1,101,!remove because beta feebcb632fe9
|
||||
Build Version:2.9.3,103,!build fails - missing ic_launcher.png at 6390245a7c21
|
||||
Build Version:2.9.4,104,8a57089be290
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
|
@ -1,23 +1,46 @@
|
|||
Disabled:Some Flurry nonsense
|
||||
Category:Office
|
||||
License:Apache2
|
||||
Web Site:https://code.google.com/p/wwwjdic/
|
||||
Source Code:https://code.google.com/p/wwwjdic/source/list
|
||||
Issue Tracker:
|
||||
Issue Tracker:https://code.google.com/p/wwwjdic/issues/list
|
||||
|
||||
Summary:Frontend for WWWJDIC
|
||||
Summary:Japanese and kanji online dictionary
|
||||
Description:
|
||||
Frontend for
|
||||
[http://www.csse.monash.edu.au/~jwb/cgi-bin/wwwjdic.cgi?1C WWWJDIC].
|
||||
For more details, see the [http://code.google.com/p/wwwjdic/wiki/FAQ FAQ].
|
||||
Dictionary search supports romaji lookup, but you need a Japanese IME
|
||||
to use all features.
|
||||
|
||||
* Full tablet (Honeycomb) support
|
||||
* Japanese pronunciation (via a different app)
|
||||
* Text to speech for kanji and dictionary entry translations
|
||||
* Multi-radical kanji search
|
||||
* Kanji of the day widget
|
||||
* Japanese sentence translation
|
||||
* Example search with approximately 150,000 examples (Japanese/English pairs)
|
||||
* Example word breakdown/translation
|
||||
* Animated stroke order diagrams for over 6000 kanji
|
||||
* History and favorites with backup and restore
|
||||
* Favorites export to CSV and Anki
|
||||
* Handwriting recognition (including offline via [[com.leafdigital.kanji.android]])
|
||||
* Optical Character Recognition (OCR) (need to have [[com.google.zxing.client.android]])
|
||||
* OCR-based handwritten kanji recognition, does not require correct stroke order
|
||||
|
||||
Flurry code was removed before building.
|
||||
.
|
||||
|
||||
#the trunk is old
|
||||
#the trunk is old; leave as svn because it'll likely change
|
||||
Repo Type:svn
|
||||
Repo:http://wwwjdic.googlecode.com/svn/branches/2.0/
|
||||
|
||||
#doesn't work, flurry related errors
|
||||
Build Version:2.2.4,2240,983,subdir=wwwjdic-app,target=android-15,\
|
||||
update=.;../wwwjdic,srclibs=ActionBarSherlock@9598f2bb2c,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' ../wwwjdic/project.properties
|
||||
Build Version:2.2.5,2250,!wait on merge request 995,subdir=wwwjdic-app,encoding=utf-8,target=android-15,\
|
||||
update=.;../wwwjdic,srclibs=ActionBarSherlock@4.2.0;FinfAgent@v0.1,\
|
||||
extlibs=android/android-support-v4r11.jar,prebuild=\
|
||||
mv libs/android-support-v4r11.jar ../wwwjdic/libs/android-support-v4.jar && \
|
||||
cp ../wwwjdic/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
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue