abouttreesummaryrefslogcommitdiff
path: root/res/values
AgeCommit message (Collapse)AuthorFilesLines
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-23Improve some stringsJules Aguillon1-4/+4
2022-01-23Make action key labels translatableJules Aguillon1-0/+6
2022-01-15German keyboard added (#20)Moini1-0/+2
* Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-01-09Fix a few stringsMoini1-3/+3
2021-12-30Improve the "precision" optionJules Aguillon2-2/+21
Now named "swiping distance". Changed to a dropdown.
2021-12-30Turn the "precision" option to dp instead of pxJules Aguillon1-1/+1
2021-12-30Simplify string definitionsJules Aguillon2-17/+6
Inline constants in settings.xml, strings.xml is only for strings that can be translated.
2021-12-30Add the Black themeJules Aguillon3-0/+17
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-30Move the border radius from Config to ThemeJules Aguillon2-1/+4
Also, draw activated keys with a round border too.
2021-12-30Add themesJules Aguillon3-0/+26
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-28Use the themes abstractionJules Aguillon4-18/+45
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
2021-12-19Auto-format Java and XML filesJules Aguillon5-72/+62
Use xmllint. Re-indent Java files using spaces.
2021-05-09Add support for Spanish and ItalianJules Aguillon1-2/+1
Both using the qwerty layout. Removes the tilde from French.
2021-05-09Add the accents preferenceJules Aguillon2-2/+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-29Highlight activated keysJules Aguillon1-0/+1
2021-04-29Add the "layout" option againJules Aguillon2-6/+14
Some versions of android don't allow to configure several languages.
2021-04-25Tweak dimensionsJules Aguillon1-7/+8
Increase a bit labels size and reduce empty space between keys.
2021-04-24Add the label size optionJules Aguillon1-2/+4
2021-04-20Add a setting for precise repeatJules Aguillon1-0/+2
2021-04-15Use subtypes to choose layoutJules Aguillon1-6/+3
This removes the "layout" setting. Every layouts that the user could use will appear in the global settings.
2021-04-13Add an option to toggle accent keysJules Aguillon1-0/+2
These keys are not useful at all in English. A new option allows to hide them, [false] by default.
2021-01-17Slightly improve emoji group buttonsJules Aguillon1-1/+3
2021-01-17Update the list of emojisJules Aguillon1-3/+0
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source.
2021-01-05Remove the preview popupJules Aguillon3-12/+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-28preview_enabled settingsjaguillo1-1/+4
2015-10-28Improve preview popupjaguillo2-4/+4
2015-10-28A bit of stylejaguillo2-6/+14
2015-10-28Fix some bugs + Try to show a preview popupjaguillo1-1/+1
2015-10-27Improve init of emoji panejaguillo1-0/+9
2015-10-27Fix crash + Fix emoji type buttonsjaguillo1-0/+12
2015-10-26Last used emojijaguillo1-0/+1
2015-10-24Emoji panejaguillo2-0/+5
2015-10-11Key to switch to numeric panejaguillo2-2/+0
2015-10-01Numeric keyboardjaguillo2-0/+2
2015-09-30Add margin_bottom, key_height and horizontal_margin configsjaguillo1-0/+8
2015-08-16Move some keys + Change namejuloo1-2/+2
2015-08-08More settingsjuloo1-3/+6
2015-08-08SideBarPreference + Continuing settingsjuloo2-2/+17
2015-08-08Start SettingsActivityjuloo1-0/+15
2015-08-08Todo settingsjuloo1-3/+4
2015-08-04Add icons + Nothingjuloo1-1/+0
2015-08-02Fix keys drawingjuloo1-1/+1
2015-08-02Lockable keysjuloo1-0/+1
2015-08-01Implement shift keyjuloo1-1/+1
2015-08-01Send keys to the applicationjuloo2-6/+7
2015-08-01Replace key_margin with key_bg_padding + Add {vertical,horizontal}_marginjuloo1-2/+4
2015-07-31Use dimens.xml instead of constantsjuloo1-0/+8
2015-07-31Add sub more subkeys + Better drawingjuloo1-1/+2
2015-07-30Try to handle multi touch eventjuloo1-1/+1