abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
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.
2022-10-23Add optional NumPadGero Streng7-4/+54
Shows a NumPad depending on preference: Never/Landscape/Always
2022-10-23Clarify the double tap option textJules Aguillon1-1/+1
Also update a bit the README.
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)lpv3-0/+40
* Basic greek layout.
2022-10-15Mention long press in lockable modifiers optionJules Aguillon1-1/+1
More documentation about this feature would be appropriate.
2022-10-11Added Hindi language layout (#211)Raj90398525373-0/+40
* Hindi Keyboard Layout Hindi keyboard layout added Basic symbols like brackets, colons etc are useful. This includes ( ) { } [ ] \ / ÷ - + = ! % : ; . , ?
2022-10-04German translation (#208)polyctena1-0/+11
Co-authored-by: Benjamin <f.weiss@stud.uni-goettingen.de>
2022-09-24Added Czech translation and layout (#198)Validbit3-0/+93
* 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)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