abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24Bone keyboard layout (#155)Quantenzitrone2-0/+47
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-24Add white e-ink oriented theme (#193)Piotrek Marciniak4-0/+16
* Add white e-ing oriented theme Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-09-24Add missing Latvian translations (#203)Edgars1-0/+8
2022-09-24Added Norwegian keyboard layout (#202)ChristianGynnild3-0/+40
2022-09-24Bengali Keyboard Layout (#201)Md Rasel Hossain3-0/+40
* Bangla Layout
2022-09-24Add translations for RussianJules Aguillon1-0/+50
Co-authored-by: @94KONG
2022-09-19Add the Extra Keys optionJules Aguillon3-1/+25
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-09-03italian translationcastix1-0/+54
2022-09-03Brazilian portuguese translations (#187)igorSilCar1-0/+7
* Translations for new setting, lockable modifier keys Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>
2022-07-24Option "Lockable modifiers" is deprecatedJules Aguillon7-14/+2
Mark that it is planned to be removed, remove corresponding translations.
2022-07-24Hold any modifier to lockJules Aguillon2-1/+3
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 Aguillon3-0/+5
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 Cat3-0/+45
2022-06-24Revert "Remove the vibration settings"Jules Aguillon10-0/+19
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 Aguillon10-40/+0
Instead of using the vibrator directly, use performHapticFeedback, which will integrate better with the system settings.
2022-06-06Fix inconsistent text size in landscape modeJules Aguillon2-8/+0
Dimens weren't refreshed when the orientation changed. Dimens are not the right solution anyway, use scaling factors instead.
2022-06-06Increase horizontal spacing in landscape modeJules Aguillon1-1/+1
Space between the keys and margin on the left and right edges of the screen.
2022-06-06New setting: Keyboard height in landscape modeJules Aguillon3-0/+3
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-06Remove the option "Show every accents"Jules Aguillon10-11/+0
This option cannot be implemented easily now that the set of "accents" (localized keys) isn't defined.
2022-06-05Turkish layout & translation (#151)erqan4-0/+93
* 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)Djuric2-0/+46
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 Aguillon2-0/+39
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-07Set the color of the navigation barJules Aguillon1-18/+18
Since SDK 21, applications can set the background color of the navigation bar. This is normally simply an item in a theme but it is more complicated for keyboards.
2022-05-07Add missing LV translations (#136)Edgars1-0/+8
2022-05-01Add support for Hungarian layout (#127)Tibor Billes3-0/+40
2022-04-30Strings PT: App partially renamed to improve globalization (#134)marciozomb131-3/+3
2022-04-24Added neo 2 layout (#125)matthiakl2-0/+51
* 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.
2022-04-23German translation updateBenjamin1-0/+4
2022-04-16Update PT strings (#121)marciozomb131-6/+10
Tiny fixes and improvements.
2022-04-06Fix mismatch layout nameJules Aguillon1-1/+1
The Korean layout id was not consistent and this caused a crash.
2022-04-03Revert "Swap Ctrl and switch_numeric keys"Jules Aguillon2-2/+2
This reverts commit b85b67c2f03d1dd1ed96f8352c06e5e23fcbccfe. The Ctrl key was too hard to use in the new position, especially in combination with arrows or backspace. Leave the switching key in the numeric layout however, where the Ctrl key is not very useful. Put Ctrl on the top-right because bottom-right is where the switching key is in the other layouts.
2022-04-03Add the Programming Layout optionJules Aguillon4-1/+14
Allow specifying a layout for programming and add a key for switching to it easily. The switching key is placed on the top edge of the space bar. The option has no effect by default because the ergonomic isn't ideal, it needs to be enabled explicitly. Users of Latin-script languages certainly prefer to use one layout (for programming or not). This feature might be removed in favor of a better language-switching mechanisms in the future.
2022-04-03Move keys away from the edges of the screenJules Aguillon12-64/+64
These keys are harder to hit as the finger might exit the screen before traveling enough to hit a corner. It might be particularly harder for people that use a phone case. Every layouts are changed, the notable changes are: - The Escape key is in the bottom-right corner of the first key. This position looks weird at first but is a lot easier to type. - The 0 key is on the top-left of the last key on the first row. It is not like the other digits. - The Tab key is on the top-right. This might be hard to re-learn. - Some layouts had more changes to accomodate these new positions. Co-authored-by: Raphael <rapha.a.r@gmail.com>
2022-04-03Swap Ctrl and switch_numeric keysJules Aguillon2-2/+2
The switch_numeric key is generally more important, especially in the numeric pane.
2022-04-03Swap Fn and AltJules Aguillon1-1/+1
Fn is increasingly more important while Alt is generally not.