abouttreesummaryrefslogcommitdiff
path: root/res/xml
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10Add option 'numpad_layout'Jules Aguillon1-0/+1
Allow choosing whether to show the high or the low digits first. The numeric pane and the numpad are affected by the option.
2022-12-10Settings: Allow the keyboard to be smallerJules Aguillon1-2/+2
Some users reported that 25% of the screen height is too high on their screen. This doesn't seem to be a good way to define the height but until it is improved, allow smaller values.
2022-11-26Allow using a custom layoutJules Aguillon1-0/+3
Add an option for specifying an XML layout description as a string. The option is a bit rough at the moment: - No documentation, users have to be aware of the keyboard's code to use this option. - No error are shown, the layout will fallback to qwerty on error.
2022-11-13Add editing keys: copy, paste, cut, select allJules Aguillon1-0/+4
2022-11-13Allow switching quickly between two layoutsJules Aguillon4-5/+5
A new option allow to choose a secondary layout, the switching key is placed on the top edge of the space bar. The "Programming layout" option was basically doing that but it was possible to choose from a few layouts only. It is improved and renamed. The 'LayoutListPreference' allows setting the string for the first entry but otherwise share the rest of the array. Add nice icons from materialdesignicons.
2022-11-11Add option for brightness of labelsJules Aguillon1-0/+1
The brightness value is used as the alpha value when drawing the labels.
2022-11-06Enable pin layout for decimal and signed inputsJules Aguillon1-2/+2
Decimal and signed inputs are more common than expected. Adding a few keys is enough to support these.
2022-11-06Remove option "Lockable modifiers"Jules Aguillon1-9/+0
2022-11-05Add combinations to 'accent_slash' and show in settingsJules Aguillon1-0/+1
The 'accent_slash' was missing in the extra keys setting. Allow to type more latin letters "with oblique stroke" or "with stroke" that visually have an oblique bar, that were not added to 'accent_bar'.
2022-11-05Add the bar diacritic dead keyJules Aguillon1-0/+1
Allows to type many of the "with stroke" or "with bar" latin letters.
2022-11-01Use '₹' instead of '₨' in HindiJules Aguillon1-1/+1
₨ is Shift+₹.
2022-11-01Add the 'qwertz_de' layoutJules Aguillon2-1/+41
Similar to 'qwertz' but is wider to show äöü on dedicated keys. Some punctuations are rebalanced to use the space better. The default layout for de_DE is changed.
2022-10-24Draw letter indication on the pin layoutJules Aguillon1-8/+8
There is no way to type letters on the pin layout, the indication are decoration only. Use the E.161 standard.
2022-10-24Add the pin entry layoutJules Aguillon1-0/+27
The layout is used for phone number and datetime input boxes as well as some numbers. It is easier to use when the full numeric layout is not needed.
2022-10-23Add optional NumPadGero Streng3-1/+29
Shows a NumPad depending on preference: Never/Landscape/Always
2022-10-23Add the capslock keyJules Aguillon24-23/+27
The key enable caps lock immediately. It does nothing if caps lock is already enabled. It is not present on the keyboard by default but a place is defined on every layout, top-right of the shift key. It can be enabled in the settings. The icon is from materialdesignicons.com.
2022-10-16Allow to disable Alt and Meta keysJules Aguillon4-7/+7
The keys are marked "loc" in the layouts and are handled like the other extra keys. The only difference is that they are enabled by default (for now).
2022-10-15Basic greek layout. (#207)lpv2-0/+38
* Basic greek layout.
2022-10-11Added Hindi language layout (#211)Raj90398525372-0/+38
* Hindi Keyboard Layout Hindi keyboard layout added Basic symbols like brackets, colons etc are useful. This includes ( ) { } [ ] \ / ÷ - + = ! % : ; . , ?
2022-09-24Added Czech translation and layout (#198)Validbit2-0/+38
* Added Czech translation and layout Translated keyboard and created Czech multilingual "practical" layout for faster typing and typing in commonly used languages (German, Slovak + French w/accents) * Update (Rephrase) full_description.txt ... to better suit the language and naturally promote keyboard's features and possibilities to a wider audience.
2022-09-24Bone keyboard layout (#155)Quantenzitrone1-0/+45
2022-09-24Add support for PolishJules Aguillon1-1/+2
2022-09-24Add switch_greekmath to the extra keysJules Aguillon2-1/+2
The Fn+switch_numeric shortcut might be hard to discover or too slow for heavy users. A location is allocated for the key so it has a consistent placement.
2022-09-24Added Norwegian keyboard layout (#202)ChristianGynnild2-0/+38
2022-09-24Bengali Keyboard Layout (#201)Md Rasel Hossain2-0/+38
* Bangla Layout
2022-09-19Add the Extra Keys optionJules Aguillon1-1/+18
Allows to add more keys to the keyboard from a predefined list. The implementation doesn't use MultiSelectListPreference because it doesn't seem possible to change the item layout to properly show the rendered symbols.
2022-07-24Hold any modifier to lockJules Aguillon1-1/+1
Modifiers can be locked with a long press. The key repeat mechanism is re-used and the press timeout is the same. Every modifiers can be locked that way, not only the "lockable" ones. The previous behavior can be enabled in the settings (for shift only) but the default is changed.
2022-07-24Add an option to control auto capitalisationJules Aguillon1-0/+1
2022-07-09Add missing ascii characters to the Hungarian layoutsJules Aguillon2-4/+5
Was missing '~' and '$'.
2022-07-09Add '#' to the numeric paneJules Aguillon1-1/+1
On the bottom-left of the '*' key.
2022-07-09Add key for switching to the greekmath paneJules Aguillon1-2/+3
The key is placed on the 3rd row of the numeric pane, by taking some space from the shift key.
2022-07-09Add the greekmath panequantenzitrone1-0/+47
The greek and math symbols from the Bone keyboard layout.
2022-07-03Add ukrainian layout (#172)Andrew Cat2-0/+43
2022-06-24Revert "Remove the vibration settings"Jules Aguillon1-0/+1
Bring back the "Vibration" option. The duration option isn't added back because the vibration settings are still handled by Android. In fact, the option has no effect if the vibration are disabled in the system settings. This partially reverts commit ef03dfed5c802a855c4655204eee39a8769cfed7.
2022-06-19Move 'ъ' where it belongs and increase the width of the keys (#160)Thunder-Squirrel1-15/+15
2022-06-06Remove the vibration settingsJules Aguillon1-4/+0
Instead of using the vibrator directly, use performHapticFeedback, which will integrate better with the system settings.
2022-06-06New setting: Keyboard height in landscape modeJules Aguillon1-0/+1
The previous fixed value of 55% was too high. The new default value is 50% and it is customizable.
2022-06-06Don't add extra keys to the numeric paneJules Aguillon1-1/+1
2022-06-05Turkish layout & translation (#151)erqan2-0/+38
* Turkish layout & translation
2022-06-05Added support for Dutch(Belgium) (#156)draxaris10101-0/+1
2022-06-04Colemak: Don't show uncessary dead keysJules Aguillon1-13/+11
Hide the dead keys that don't correspond to installed languages.
2022-06-04Add colemak layout (#135)Djuric1-0/+42
2022-05-29Move the '0' back to where it wasJules Aguillon11-11/+11
The '0' has been moved because it was hard to type due to being close to the edge of the screen. This is fixed in a more elegant way in a27c644, there's no reason to keep the '0' in an inconsistent place anymore.
2022-05-29Add layout: QWERTY (Hungarian)Jules Aguillon1-0/+37
2022-05-29Remove some localized keys from the layoutsJules Aguillon7-30/+30
These keys are not placed in a particular way, the automatic placement will do a better job.
2022-05-08Specify localized keys in each layoutsJules Aguillon11-65/+65
Each layouts can chose which key are localized instead of specifying it globally for each key. Important keys are no longer removed from layouts if the 'extra_keys' mechanism is not working properly. This can happen if language tags specified in method.xml don't match the user's language. Removed some currency symbols from some layouts. They are all in the Fn layer.
2022-05-01Add support for Hungarian layout (#127)Tibor Billes2-0/+38
2022-04-24Added neo 2 layout (#125)matthiakl1-0/+49
* Added neo 2 layout * Move accents away from screen edge into second row
2022-04-24Add Double acute diacriticJules Aguillon2-2/+2
Will be used by the Hungarian language.
2022-04-24Add support for LithuanianJules Aguillon4-6/+7
Requires two new diacritics: ogonek and dot_above. The new accents are also added to the Latvian layout as the two language can be close but not to the other localized layouts. A new mechanism is needed to reproducibly add extra keys to layouts without manual placement.