abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2022-01-15German keyboard added (#20)Moini3-1/+47
* Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-01-09Add the Action keyJules Aguillon3-3/+3
It is placed on the top-right of the enter key on every layouts. It sends a special event (performEditorAction) instead of writing a newline. The "actionId" is passed through the EditorInfo object in an obfuscated way so it's not clear whether it's using the right one.
2022-01-09Fix a few stringsMoini1-3/+3
2022-01-09Add the German languageJules Aguillon3-2/+3
Add the 'ß' character on the bottom-left corner of the 's' key, which is hidden for other languages. Co-authored-by: Moini <moini@noreply.invalid>
2022-01-09Allow to hide more keys than just accentsJules Aguillon1-4/+4
Add the "FLAGS_LANGS" set of flags, which will be used to hide individual keys that are not accents.
2021-12-30Improve the "precision" optionJules Aguillon3-3/+22
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 Aguillon4-31/+20
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 Aguillon6-3/+29
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 Aguillon6-21/+48
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
2021-12-19Auto-format Java and XML filesJules Aguillon13-363/+213
Use xmllint. Re-indent Java files using spaces.
2021-12-11Add SwedishJules Aguillon3-2/+9
First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring)
2021-12-05Increase the maximum value of the key height optionJules Aguillon1-1/+1
2021-05-09Add support for Spanish and ItalianJules Aguillon2-5/+18
Both using the qwerty layout. Removes the tilde from French.
2021-05-09Add the accents preferenceJules Aguillon4-9/+30
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-05-08Move the "Ins" key under FnJules Aguillon2-2/+2
2021-05-08Move french accents againJules Aguillon2-12/+12
Users didn't like the new placement.
2021-05-08Improve the numeric keyboardJules Aguillon1-10/+10
2021-05-01Better placement of accents on QWERTYJules Aguillon2-14/+14
Also change internal names for accents.
2021-04-29Highlight activated keysJules Aguillon1-0/+1
2021-04-29Slightly reduce the size of the bottom rowJules Aguillon3-3/+3
2021-04-29Move system keys to the alt keyJules Aguillon2-8/+8
2021-04-29Improve the azerty layoutJules Aguillon1-18/+18
- More intuitive placement of (), [], {} and <>. - Move accent keys into the top-left corner, on a key they may be used with. - Some minor changes.
2021-04-29Add the "layout" option againJules Aguillon4-6/+24
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 Aguillon2-2/+12
2021-04-20Adjust azerty layoutJules Aguillon1-2/+2
Add the 'change_method' key and remove a key that is available through accents.
2021-04-20Set the en_US layout defaultJules Aguillon1-6/+6
Now that it's necessary to change the device's settings to use a different layout, qwerty is a better international default than azerty.
2021-04-20Add a setting for precise repeatJules Aguillon2-0/+8
2021-04-19Add more characters under accentsJules Aguillon1-1/+1
Notably subscript and superscript digits and some quote characters.
2021-04-19Move some keys under the Fn modifier and move it on the bottom rowJules Aguillon2-4/+4
2021-04-18Add function keysJules Aguillon2-2/+2
Add the Fn modifier that change the digits into F1 to F10.
2021-04-18Improve the bottom rowJules Aguillon3-12/+12
Remove the "emoji" and "conf" action from the enter key. Move the former to the "arrows" key and the latter to "p". Slightly increase the size of the keys around the spacebar, and decrease the spacebar size.
2021-04-18Rework the numeric layoutJules Aguillon1-38/+32
Remove the empty keys, make it more symetric and add more characters.
2021-04-17Remove fixed keyboard widthJules Aguillon1-1/+1
Remove the constant of keys per rows. Add the 'shift' attribute to declare eventual alignment/blanks in layouts.
2021-04-15Use subtypes to choose layoutJules Aguillon3-14/+15
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 Aguillon2-0/+8
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-17Remove duplicate emojis and skin tonesJules Aguillon1-1943/+9
Statuses other than "fully-qualified" are duplicates or won't render. Skin tones are available using combinations, no need to keep each variants.
2021-01-17Update the list of emojisJules Aguillon3-47/+4602
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 Aguillon5-31/+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)
2016-12-11switchToNextInputMethod keyjuloo1-1/+1
2015-10-28preview_enabled settingsjaguillo2-10/+23
2015-10-28Improve preview popupjaguillo2-4/+4
2015-10-28A bit of stylejaguillo2-6/+14
2015-10-28Show preview popupjaguillo1-0/+11
2015-10-28Fix some bugs + Try to show a preview popupjaguillo2-2/+1
2015-10-27Improve init of emoji panejaguillo2-37/+13