abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Add SwedishJules Aguillon1-0/+1
First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring)
2021-05-09Fix recently introduced crashJules Aguillon1-2/+2
2021-05-09Add the accents preferenceJules Aguillon1-3/+22
This replaces the "disable accent keys" checkbox. The default should work for anyone: Accents will be hidden unless the user has the french language installed. The value "show every accents" is useful for versions of android that don't have subtypes.
2021-04-29Add the "layout" option againJules Aguillon1-0/+15
Some versions of android don't allow to configure several languages.
2021-04-25Tweak dimensionsJules Aguillon1-2/+4
Increase a bit labels size and reduce empty space between keys.
2021-04-24Add the label size optionJules Aguillon1-0/+3
2021-04-20Add a setting for precise repeatJules Aguillon1-0/+3
2021-04-18Hide the input switching key if it's not neededJules Aguillon1-0/+4
Android has a new way of switching between input methods and this key need to be hidden in most cases.
2021-04-13Add an option to toggle accent keysJules Aguillon1-1/+3
These keys are not useful at all in English. A new option allows to hide them, [false] by default.
2021-01-05Remove the preview popupJules Aguillon1-7/+0
This was a half-finished feature: - Dangerous when typing passwords - Caused crash on some devices - Ugly (on its own but also blinking when sliding and not fixed in size)
2015-10-29Move configs to Config objectjaguillo1-0/+83