mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-08 05:40:07 +01:00
This replaces the switch cases in KeyModifier.java with JSON files, one for each diacritic. The number of states increases from 6727 to 7377. The apk size slightly decreases (around 3kb).
9 lines
82 B
JSON
9 lines
82 B
JSON
{
|
|
"a": "ā",
|
|
"e": "ē",
|
|
"i": "ī",
|
|
"o": "ō",
|
|
"u": "ū",
|
|
"ü": "ǖ"
|
|
}
|