Commit Graph

7 Commits

Author SHA1 Message Date
Aleksandras Kostarevas
db82511d92 Add README for make-keyboard-text-py 2024-07-24 21:32:49 +03:00
Aleksandras Kostarevas
68f7f4251a Update punctuation to be more similar to other keyboards 2024-07-24 21:23:38 +03:00
Aleksandras Kostarevas
b2d3107357 Fix Arabic missing diacritics 2024-07-23 17:11:04 +03:00
Aleksandras Kostarevas
4c04bb8375 Add missing superscripts and subscripts 2024-07-13 04:20:04 +03:00
Aleksandras Kostarevas
1756bde713 Update some popular layouts with new moreKeys system 2024-07-13 03:53:25 +03:00
Aleksandras Kostarevas
dd0ba32804 Update settings categories. Add option for customizing long-press key layout. Draw icon key hints
The texts for more keys have been updated:
* morekeys_a should now include only letters relevant to the active language
* morekeys_misc_a should include misc letters (accents, etc) not specifically needed for typing in the language

The above still needs to be applied to most other languages. Only QWERTY has been updated with the new morekeys system. Other layouts still need to be updated.
2024-07-07 21:25:36 +03:00
Aleksandras Kostarevas
6bf523010d Create Python version of the make-keyboard-text tool
The Python version uses json files, separate from the xml files. Comments haven't been migrated still.

I'm still not very happy with the way the keyboard texts are managed and that it requires running a separate tool to generate a .java file. It's at least better than manually editing an autogenerated file as before, and python3 is more widely available than the archaic Android build system
2024-06-25 12:55:24 +03:00