changes to wwwjdic
This commit is contained in:
parent
9af4d39e21
commit
46cc4acbdb
|
@ -8,8 +8,8 @@ Summary:Live wallpaper
|
|||
Description:
|
||||
This simulates a school of sardines using the BOIDS algorithm.
|
||||
If your device become slow or choppy, please adjust the settings.
|
||||
There is now an option to remove the notification icon or on Android 4+
|
||||
you can always suppress the notification by going to App Info.
|
||||
You can always suppress the notification by going to App Info, if
|
||||
you use Android 4.1+.
|
||||
|
||||
* You can increase the number of sardine to 150
|
||||
* You can change the speed that the sardine swims
|
||||
|
@ -19,7 +19,7 @@ you can always suppress the notification by going to App Info.
|
|||
* You can change distance from a viewpoint to the center of the aquarium
|
||||
* There are viewpoint modes both of a sardine and a whale shark
|
||||
|
||||
Admob code was removed before building.
|
||||
The Admob replacement MobAdMob was included to get the app to build.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AntiFeatures:Tracking
|
||||
AntiFeatures:Tracking,NonFreeAdd
|
||||
Category:Office
|
||||
License:Apache2
|
||||
Web Site:https://code.google.com/p/wwwjdic/
|
||||
|
@ -14,7 +14,7 @@ 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)
|
||||
* Japanese pronunciation (via a separate app)
|
||||
* Text to speech for kanji and dictionary entry translations
|
||||
* Multi-radical kanji search
|
||||
* Kanji of the day widget
|
||||
|
@ -24,13 +24,14 @@ to use all features.
|
|||
* 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]])
|
||||
* Handwriting recognition (via a separate app)
|
||||
* Optical Character Recognition (OCR)
|
||||
* OCR-based handwritten kanji recognition, does not require correct stroke order
|
||||
|
||||
Flurry analytics code was removed before building. Thus the analytics switch
|
||||
in the preferences isn't relevant. Anti-features: Tracking. Crash reports are
|
||||
sent by default, thought that can be disabled.
|
||||
Flurry analytics library was removed before building. Thus the analytics switch
|
||||
in the preferences isn't relevant. Anti-features: Tracking, Addons. Crash
|
||||
reports are sent by default, thought that can be disabled; the kanji
|
||||
recognizer and suggested TTS apps seem to be non-free.
|
||||
.
|
||||
|
||||
#the trunk is old; leave as svn because it'll likely change
|
||||
|
|
Loading…
Reference in a new issue