abouttreesummaryrefslogcommitdiff
path: root/res/values/arrays.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-01-15German keyboard added (#20)Moini1-0/+2
* Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr>
2021-12-30Improve the "precision" optionJules Aguillon1-0/+14
Now named "swiping distance". Changed to a dropdown.
2021-12-30Simplify string definitionsJules Aguillon1-2/+5
Inline constants in settings.xml, strings.xml is only for strings that can be translated.
2021-12-30Add the Black themeJules Aguillon1-0/+2
Friendly to Amoled screens. The background of keys is the same as the background of the whole keyboard: pure black. Colors are also slightly stronger.
2021-12-30Add themesJules Aguillon1-0/+9
Add a "Theme" option to choose between a dark and light theme. The light theme uses the colors of the dark theme with the luminance inversed. The reloading after a configuration change is changed slightly: - Special handling is needed when the Theme is changed (recreate the views) - The default implementation of 'onConfigurationChanged' is used Which triggers more refresh (but don't recreate the views) - 'onCreateInputView' is no longer needed
2021-12-19Auto-format Java and XML filesJules Aguillon1-2/+0
Use xmllint. Re-indent Java files using spaces.
2021-05-09Add the accents preferenceJules Aguillon1-0/+15
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-4/+5
Some versions of android don't allow to configure several languages.
2015-10-11Key to switch to numeric panejaguillo1-1/+0
2015-10-01Numeric keyboardjaguillo1-0/+1
2015-08-08SideBarPreference + Continuing settingsjuloo1-0/+7