abouttreesummaryrefslogcommitdiff
path: root/res/values/strings.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-01-30Add optional number rowJules Aguillon1-0/+2
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-22Remove the modulated repeatJules Aguillon1-2/+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-15Present the "keyboard height" option similarly to the margin optionsJules Aguillon1-1/+0
2023-01-15Separate option for horizontal margin in landscape modeJules Aguillon1-0/+2
A separate option is needed, the +25dp offset wasn't enough.
2022-12-11Make the keyboard transparent (#252)Chasm Solacer1-0/+3
* 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-10Add option 'numpad_layout'Jules Aguillon1-0/+3
Allow choosing whether to show the high or the low digits first. The numeric pane and the numpad are affected by the option.
2022-11-26Allow using a custom layoutJules Aguillon1-0/+4
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-13Allow switching quickly between two layoutsJules Aguillon1-2/+2
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-06Remove option "Lockable modifiers"Jules Aguillon1-2/+0
2022-10-23Add optional NumPadGero Streng1-0/+4
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-15Mention long press in lockable modifiers optionJules Aguillon1-1/+1
More documentation about this feature would be appropriate.
2022-09-24Add white e-ink oriented theme (#193)Piotrek Marciniak1-0/+1
* Add white e-ing oriented theme Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-09-19Add the Extra Keys optionJules Aguillon1-0/+1
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-24Option "Lockable modifiers" is deprecatedJules Aguillon1-2/+2
Mark that it is planned to be removed, remove corresponding translations.
2022-07-24Hold any modifier to lockJules Aguillon1-0/+2
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/+2
2022-06-24Revert "Remove the vibration settings"Jules Aguillon1-0/+2
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-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-06Remove the option "Show every accents"Jules Aguillon1-1/+0
This option cannot be implemented easily now that the set of "accents" (localized keys) isn't defined.
2022-04-03Add the Programming Layout optionJules Aguillon1-0/+2
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-03-21Update Spanish translationArenaL51-1/+1
and fix a couple typos
2022-03-14Identify debug version in app nameJules Aguillon1-1/+2
Using the --product option of aapt. Remove the app name from translations because it is never translated. It is still possible to translate it by specifying 'product="default"'.
2022-03-05Clicking twice on CTRL or ALT will lock them in 'ON' state (#72)Raphael1-0/+2
* Clicking twice on CTRL or ALT will lock them in 'ON' state * Make Locking behaviour optional, configurable in preferences * Nest the new settings into a different page To avoid spamming the settings page and repetition in the summaries. Cannot be a popup unfortunately because that would require API >= 11. * Add Fn and Meta Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-02-13Define the height of the keyboard relative to the screen sizeJules Aguillon1-1/+1
Depending on the pixel density isn't ideal for a keyboard, which would render differently depending on the "scaling" accessibility option. Landscape mode needs a special values. At the same time, increase the horizontal margin when landscape.
2022-01-30Add options for the spacing between the keysJules Aguillon1-0/+2
Two options: vertical and horizontal.
2022-01-30Select theme depending on system settingsJules Aguillon1-0/+1
Automatically choose between the Dark and Light themes.
2022-01-23Improve some stringsJules Aguillon1-4/+4
2022-01-23Make action key labels translatableJules Aguillon1-0/+6
2022-01-09Fix a few stringsMoini1-3/+3
2021-12-30Improve the "precision" optionJules Aguillon1-2/+7
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 Aguillon1-15/+1
Inline constants in settings.xml, strings.xml is only for strings that can be translated.
2021-12-30Add the Black themeJules Aguillon1-0/+1
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-30Add themesJules Aguillon1-0/+4
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-19Auto-format Java and XML filesJules Aguillon1-30/+22
Use xmllint. Re-indent Java files using spaces.
2021-05-09Add support for Spanish and ItalianJules Aguillon1-2/+1
Both using the qwerty layout. Removes the tilde from French.
2021-05-09Add the accents preferenceJules Aguillon1-2/+7
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-04-29Add the "layout" option againJules Aguillon1-2/+9
Some versions of android don't allow to configure several languages.
2021-04-24Add the label size optionJules Aguillon1-2/+4
2021-04-20Add a setting for precise repeatJules Aguillon1-0/+2
2021-04-15Use subtypes to choose layoutJules Aguillon1-6/+3
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 Aguillon1-0/+2
These keys are not useful at all in English. A new option allows to hide them, [false] by default.
2021-01-05Remove the preview popupJules Aguillon1-4/+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)
2015-10-28preview_enabled settingsjaguillo1-1/+4
2015-10-11Key to switch to numeric panejaguillo1-1/+0
2015-10-01Numeric keyboardjaguillo1-0/+1
2015-09-30Add margin_bottom, key_height and horizontal_margin configsjaguillo1-0/+8