1
0
Fork 0
Commit graph

10 commits

Author SHA1 Message Date
sspanak
58f9be779a during build time the dictionary freshness is determined using 'sha256sum' shell command instead of Groovy's digest('SHA-256') to hopefuly prevent build crashing on F-droid 2025-05-06 19:23:21 +03:00
sspanak
51cd39fe27 added support for frequencies in dictionaries with transcriptions 2025-03-26 13:58:04 +02:00
sspanak
3a25c9f52f fixed the .gradle file indentation and updated the Editorconfig rules 2025-01-03 10:39:30 +02:00
Dimo Karaivanov
5a108dcda9
Korean (#671)
* added Korean language

* fokin context no more messing up everything in the InputModes

* no more unnecessary textField and inputType passing in the InputModes

* a single source of truth for the InputMode kind

* ModePredictive -> ModeWords

* no more db queries to increase the priority of emojis and special chars

* Korean virtual keypad

* more consistent displaying of the ABC string

* sorted out the labels of 1-key and 0-key in numeric modes

* documentation update
2024-11-28 13:20:49 +02:00
Dimo Karaivanov
da5b4f17b7
New dictionary format (#662)
* new dictionary format that supports syllabaries

* optimized the dictionary build cache significantly to truly build only the changed language files

* code style fixes
2024-11-06 10:43:16 +02:00
Dimo Karaivanov
2eea62b26f
New languages screen (#595)
* added a dictionary size property

* new language selection screen

* added a language search field

* SettingsStore now return a copy of the enabled languages to prevent accidental overwriting of the original settings object
2024-08-08 14:59:50 +03:00
sspanak
6670bccc50 'full' and 'lite' flavors 2024-06-20 10:00:49 +03:00
sspanak
4907671aa3 db migrations
simplified the Add Word dialog

added a popup confirmation when there are new dictionary words
2024-02-26 10:59:48 +02:00
sspanak
0e8dfbe578 dictionary properties are now calculated in parallel for faster build time 2024-02-26 10:59:48 +02:00
sspanak
140b8ced08 upgraded Gradle 8.0.2 -> 8.2.2 2024-02-26 10:59:48 +02:00
Renamed from gradle/scripts/dictionary-tools.gradle (Browse further)