mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-02-17 18:10:58 +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
81 B
JSON
9 lines
81 B
JSON
{
|
|
"a": "ä",
|
|
"e": "ë",
|
|
"i": "ï",
|
|
"o": "ö",
|
|
"u": "ü",
|
|
"y": "ÿ"
|
|
}
|