288 lines
6.8 KiB
YAML
288 lines
6.8 KiB
YAML
Categories:
|
||
- Science & Education
|
||
License: GPL-3.0-or-later
|
||
AuthorName: Philippe Daouadi
|
||
AuthorEmail: blastrock@free.fr
|
||
SourceCode: https://github.com/blastrock/kakugo
|
||
IssueTracker: https://github.com/blastrock/kakugo/issues
|
||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=MACMBD35R2BB6¤cy_code=EUR
|
||
Bitcoin: 12bnT7epKmf9ztkAeuM8dHCcoc76r9rgVX
|
||
|
||
AutoName: Kakugo
|
||
Description: |-
|
||
Kakugo is an application that helps learning Japanese. It includes multiple
|
||
tests to memorize hiragana, katakana, and kanji and adapts to the user’s
|
||
learning pace.
|
||
|
||
One of the biggest difficulty with learning Japanese is memorizing kanji
|
||
and vocabulary. While learning them by just reading and writing them
|
||
everyday may work, the more kanji you know, the harder it gets and the more
|
||
time it takes to revise them all. Proper tools can help you memorize these
|
||
huge amounts of knowledge to more quickly become a fluent Japanese speaker.
|
||
|
||
Kakugo is one of these tools. It helps learning and revising kanji and
|
||
vocabulary in an efficient manner. It uses Spaced Repetition in a unique
|
||
way that adapts to the user’s pace. If you only have time to revise 30
|
||
kanji every day, or if you can revise as much as 100 kanji every day,
|
||
Kakugo will adapt and test you on the right kanji at the right time for you
|
||
to memorize them. There is no "kanji of the day" list to revise, you can
|
||
start and finish a session whenever you feel like it.
|
||
|
||
Kakugo also features a wide variety of tests to help you find the best ways
|
||
that will help you learn Japanese.
|
||
|
||
'''Features include'''
|
||
|
||
* Hiragana, Katakana quizzes
|
||
* Kanji quizzes by reading and meaning
|
||
* Kanji test by part composition
|
||
* Kanji writing test
|
||
* Vocabulary quizzes by reading and meaning
|
||
* Unique spaced repetition formula that adapts to your own learning pace
|
||
* Unlimited quiz sessions that allow you to take a quiz at any time, for however long you want, useful to efficiently spend commuting time
|
||
* Show similar-looking kanji in answers to teach you the differences
|
||
* Kanji and vocabulary sorted by JLPT level
|
||
* Clicking on kanji opens [https://play.google.com/store/apps/details?id=sk.baka.aedict3 aedict3] (a non-free Japanese dictionary) or [https://jisho.org jisho.org]
|
||
* Optimized tablet support
|
||
* Open source
|
||
* No ads
|
||
* No internet access required
|
||
* Supported languages: English, French
|
||
* More to come
|
||
|
||
'''Credits'''
|
||
|
||
* The kanji quizzes are based on [http://www.edrdg.org/kanjidic/kanjidic.html kanjidic].
|
||
* The vocabulary quizzes are based on [http://www.edrdg.org/jmdict/j_jmdict.html JMdict].
|
||
* The kanji similarity database comes from https://minerva-access.unimelb.edu.au/handle/11343/35336 and http://lars.yencken.org/datasets/phd/
|
||
* The kanji composition and drawing database comes from [https://kanjivg.tagaini.net/ KanjiVG].
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/blastrock/kaqui
|
||
|
||
Builds:
|
||
- versionName: '1.12'
|
||
versionCode: 27
|
||
commit: '1.12'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.13.1
|
||
versionCode: 29
|
||
commit: 1.13.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.14'
|
||
versionCode: 30
|
||
commit: '1.14'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.15'
|
||
versionCode: 31
|
||
commit: '1.15'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.15.3
|
||
versionCode: 34
|
||
commit: 1.15.3
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.16.1
|
||
versionCode: 36
|
||
commit: 1.16.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.18'
|
||
versionCode: 38
|
||
commit: '1.18'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.19'
|
||
versionCode: 39
|
||
commit: '1.19'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.20'
|
||
versionCode: 40
|
||
commit: '1.20'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.21.2
|
||
versionCode: 43
|
||
commit: 1.21.2
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.21.3
|
||
versionCode: 44
|
||
commit: 1.21.3
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.21.4
|
||
versionCode: 45
|
||
commit: 1.21.4
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.22'
|
||
versionCode: 46
|
||
commit: '1.22'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.23'
|
||
versionCode: 49
|
||
commit: '1.23'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.24'
|
||
versionCode: 52
|
||
commit: '1.24'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.25'
|
||
versionCode: 53
|
||
commit: '1.25'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.26'
|
||
versionCode: 54
|
||
commit: '1.26'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.26.1
|
||
versionCode: 55
|
||
commit: 1.26.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.27'
|
||
versionCode: 56
|
||
commit: '1.27'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.27.1
|
||
versionCode: 57
|
||
commit: 1.27.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.28'
|
||
versionCode: 58
|
||
commit: '1.28'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.29'
|
||
versionCode: 61
|
||
commit: 1.29.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: '1.30'
|
||
versionCode: 62
|
||
commit: '1.30'
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
- versionName: 1.30.1
|
||
versionCode: 63
|
||
commit: 1.30.1
|
||
subdir: app
|
||
gradle:
|
||
- yes
|
||
scanignore:
|
||
- app/src/main/res/raw/dict
|
||
|
||
MaintainerNotes: |-
|
||
The scanignore'd file contains the dictionaries to be imported when the app
|
||
first runs. It is a gzipped sqlite3 database.
|
||
|
||
AutoUpdateMode: Version %v
|
||
UpdateCheckMode: Tags
|
||
CurrentVersion: 1.30.1
|
||
CurrentVersionCode: 63
|