abouttreesummaryrefslogcommitdiff
path: root/res/values/arrays.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-03-15Brazilian portuguese layout (#91)igorSilCar1-0/+2
* Providing a comprehensible Brazilian Portuguese keyboard layout removed cedille as it is already provided by an independent key; changed layout to correspond to the locale
2022-03-15Add Swedish layoutJacob Strömgren1-0/+2
2022-02-22spanish translation and layoutInvert White1-0/+2
2022-02-13Add Russian layout (#66)Vladimir Chernov1-0/+2
* Add Russian layout Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-02-07Dvorak layout (#16)AlexandraAlter1-0/+2
2022-01-30Select theme depending on system settingsJules Aguillon1-0/+2
Automatically choose between the Dark and Light themes.
2022-01-29Add support for the Bulgarian language and layoutJules Aguillon1-0/+2
Thanks Zdravko Iskrenov for the contribution.
2022-01-29Add Latvian specific QWERTY layoutEdgars1-0/+2
A customised Latvian specific QWERTY layout (QWERTY (Latvian)) was added to access all Latvian diacritic characters with a swipe. Additionally caron, cedille and macron accents were enabled for this layout.
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