abouttreesummaryrefslogcommitdiff
path: root/res/values-tr/strings.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-06-03More control over vibrationJules Aguillon1-0/+5
The newer haptic feedback API that is used instead of the vibrator service since ef03dfe doesn't work for everyone. The new vibration option allow to choose both the newer API ("system") and the older API ("strong", "medium", "light").
2023-04-02Launcher activity: Input boxJules Aguillon1-1/+2
For trying the keyboard without having to mess with an other app.
2023-03-28Add a launchable explanatory activityJules Aguillon1-0/+3
This activity points to the system settings page for enabling input methods. This is purely a shortcut but is expected by many users. It could be made more useful in the future or hidden whenever the keyboard is enabled.
2023-02-26Update translationsJules Aguillon1-1/+1
Outdated since 0f62b30
2023-02-26Add theme "Alternative Black" (#297)JackDotJS1-0/+1
* Add alternative black theme
2023-02-12Option to switch to the previous input methodJules Aguillon1-4/+7
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-01-31Add theme 'ePaper' (#287)Ram Kromberg1-0/+1
* Add theme 'ePaper'
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-26Update French translationJules Aguillon1-0/+4
Also, sync all the translations since the added option.
2022-11-26Make sure translation are in syncJules Aguillon1-0/+13
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-13Allow switching quickly between two layoutsJules Aguillon1-2/+1
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-07-24Option "Lockable modifiers" is deprecatedJules Aguillon1-2/+0
Mark that it is planned to be removed, remove corresponding translations.
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-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-06-05Turkish layout & translation (#151)erqan1-0/+53
* Turkish layout & translation