abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2023-02-26Update translationsJules Aguillon12-12/+12
Outdated since 0f62b30
2023-02-26Add theme "Alternative Black" (#297)JackDotJS16-0/+19
* Add alternative black theme
2023-02-12Option to switch to the previous input methodJules Aguillon15-57/+102
A new option changes the "change_method" into the new "change_method_prev". It switch to the previously used input method. A long press on "change_method_prev" sends "change_method". A new section is added in the settings and existing options are moved.
2023-02-09Vietnamese keyboard (#291)Kazoku4-0/+43
Added missing accent (horn, hook, dot below) Added layout Added accent font svg (by modified existing accent)
2023-02-08Complete Vietnamese translation (#292)rVnPower1-0/+74
2023-01-31Add theme 'ePaper' (#287)Ram Kromberg15-0/+34
* Add theme 'ePaper'
2023-01-31Add layouts 'he_il_1452_1' and 'he_il_1452_2'Ram Kromberg5-1/+86
2023-01-31Update French translationJules Aguillon1-7/+7
2023-01-30Add optional number rowJules Aguillon15-0/+40
An option is added to enable an extra number row at the top of the keyboard. Digits are removed from the keyboard while the number row is visible.
2023-01-30Apply modify_layout to text layout onlyJules Aguillon3-3/+3
Refactor. Allows to remove the 'extra_keys' and 'num_pad' flags and to implement more complicated transformations to the layouts.
2023-01-29Slightly increase the width of the spacebarJules Aguillon1-5/+5
The left and right arrows are less often needed and the key can be shorter.
2023-01-22Move cursor by sliding on the space barJules Aguillon1-1/+1
Send key events for the left or right arrow as the finger slides on the space bar. Can be used to select text by holding shift. Works under Termux. Events are sent linearly as the finger travels. The distance between each events is defined from the swiping distance divided by 4. 'slider="true"' can be set on a key that have 'edgekeys="true"'. 'key2' and 'key3' represent the right and left keys.
2023-01-22Remove the modulated repeatJules Aguillon14-27/+0
It allowed to modulate the repeat speed of some keys (arrow, backspace, delete) by move the finger farther or closer to the key. In practice, this wasn't pratical and doesn't seem popular. It is removed in favor of a better mechanism for moving the cursor.
2023-01-21Update russian strings.xml (#280)Maki Nishikino1-2/+2
2023-01-15Present the "keyboard height" option similarly to the margin optionsJules Aguillon14-15/+4
2023-01-15Separate option for bottom margin in landscape modeJules Aguillon2-1/+5
A large margin in portrait mode is desirable but generally not in landscape mode.
2023-01-15Separate option for horizontal margin in landscape modeJules Aguillon16-3/+31
A separate option is needed, the +25dp offset wasn't enough.
2023-01-15Update Russian translation and add Russain description (#279)Maki Nishikino1-37/+37
* Add ru-RU market description * Add russian settings translate
2023-01-14Add layout 'qwertz_sk'Jules Aguillon3-0/+42
Co-authored-by: Jozef Kundlak <ingjozefkundlak@gmail.com>
2023-01-07Remove borders on the black themeJules Aguillon1-1/+1
2022-12-31Fix dimensions going off after rotationJules Aguillon1-1/+0
Values like 'characterSize' and 'horizontalMargin' can't be fed back into the default value because they are not of the same unit. To avoid this happening again, change the way the default value is defined for every options. The 'key_height' dimension was no longer used.
2022-12-30Add keys for every context menu actionsJules Aguillon1-0/+7
The most requested keys are undo and redo. Unfortunatly redo doesn't work reliably. The other context menu actions like share, assist and autofill are added even thought they are rarely useful or implemented.
2022-12-14qwerty_pl layout is default for Polish language (#253)Chasm Solacer1-1/+1
2022-12-11Make the keyboard transparent (#252)Chasm Solacer14-0/+42
* Add option for keyboard opacity (transparency). Keyboard background, keys and pressed keys can be adjusted separately. * Make the borders transparent as well * Moved setAlphas outside drawKeyFrame to top of onDraw method
2022-12-11Improve emoji pane layoutJules Aguillon2-2/+4
The measurement function was wrong in some situations. Set a width for columns and properly configure the GridView.
2022-12-11Added qwerty_pl layout (#251)Chasm Solacer3-3/+42
* Updated pl translation * Added qwerty_pl.xml – QWERTY (Polski) layout
2022-12-11Fix syntax error in values-frJules Aguillon1-1/+1
2022-12-10Update translation: frJules Aguillon1-7/+7
2022-12-10Add option 'numpad_layout'Jules Aguillon15-0/+48
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-10Added pl_PL (Polish) translation (#250)Chasm Solacer1-0/+64
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-26Update French translationJules Aguillon11-9/+53
Also, sync all the translations since the added option.
2022-11-26Allow using a custom layoutJules Aguillon3-0/+9
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-26Make sure translation are in syncJules Aguillon11-5/+99
The new script makes sure that strings files don't contain obsolete strings but also ease the job of contributors by adding missing translations as comments. A Github Action ensures that translations stay in sync over time.
2022-11-26Update Simplified Chinese translation (#245)six-61-2/+16
2022-11-13Draw borders and update themesJules Aguillon1-2/+31
Themes can define the color of each borders independently. Every borders must have the same width for now. It's possible to set a different width when the key is activated, thought this is only used to remove borders. The 4 themes are updated to take advantage of borders.
2022-11-13Add editing keys: copy, paste, cut, select allJules Aguillon1-0/+4
2022-11-13Allow switching quickly between two layoutsJules Aguillon14-35/+19
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 Aguillon2-0/+2
The brightness value is used as the alpha value when drawing the labels.
2022-11-11Dim secondary keysJules Aguillon1-0/+5
Reduce the constrast of "secondary" labels. Modifiers (except diacritics), event and keyevent keys are considered secondary.
2022-11-11Add missing Latvian translationsEdgars1-0/+5
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 Aguillon8-22/+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 'qwertz_cs' to the settingsJules Aguillon1-0/+2
The layout was added in 5169472d but was not present in the settings.
2022-11-01Add the 'qwertz_de' layoutJules Aguillon3-1/+43
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.