abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2024-12-05Czech diacritic QWERTZ layout (#814)tenextractor1-0/+3
2024-12-05Albanian QWERTZ layout (#813)tenextractor1-0/+3
2024-12-05Add Georgian layouts (#809)Kxeo1-0/+6
2024-12-04Add Belgian layout (#780)PtitGNU1-0/+3
2024-12-04Update comment in res/values/layouts.xmlJules Aguillon1-1/+1
2024-11-24New and Improved Kurdish layouts (#773)Anastázius Kaejatídarján1-1/+4
* improved symmetry and incorrect chars * new persian-based keyboard for kurdish
2024-11-18launcher: Animated vector describing swipe gestureJules Aguillon5-1/+58
Replace the short video with an animated vector image that shows the swipe gesture. This is much lighter and reliable than the mp4 video, which failed to play on many devices. Source for the image of the key is in inkscape SVG format in srcs/res and is converted to an android drawable when needed. The swipe animation is hand-written.
2024-11-17method.xml: Add AustraliaJules Aguillon1-0/+1
2024-10-26Rosé Pine Theme (#788)Kalan Walmsley20-0/+39
2024-10-19Update Russian translation (#784)solokot1-1/+1
2024-10-05Slavonictajiki (#776)Anastázius Kaejatídarján1-0/+6
new layouts for old slavonic and tajik languages
2024-10-05Update Ukrainian translation (#781)Sergiy Stupar1-1/+1
2024-10-04Add combining diacritics keysJules Aguillon18-0/+18
Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu>
2024-09-21Increase default label size (#747)bokidori1-1/+1
Change default label size to 1.15
2024-09-14Add Serbian to method.xmlJules Aguillon1-0/+1
2024-09-08Add Japanese translation and layout (#743)cknight8283-0/+132
2024-08-24Update Korean translations (#737)IYO-OYI1-93/+93
2024-07-25Add Serbian Latin QWERTY layout (#720)bokidori1-0/+3
Adds Serbian Latin QWERTY layout. Serbian language uses both Latin and Cyrillic as its official scripts, and this variant should cover anyone from Serbo-Croatian speaking group that uses Latin script.
2024-07-25Add Serbian Cyrillic layout (#718)bokidori1-0/+3
Adds Serbian Cyrillic layout. Modmap of Fn key allows for desktop-like easier access to actions such as selectAll, copy, paste, etc. This is because, unlike desktop systems, on mobile ctrl does not combine with cyrillic keys to perform actions.
2024-07-20method.xml: Remove overridesImplicitlyEnabledSubtypeJules Aguillon1-1/+1
This was hoped to fix a random layouts to be shown by default to users of unsupported languages. This breaks language switching using the system dialog.
2024-07-14Update Russian translation (#702)solokot1-8/+8
2024-07-14Fix unintended layout used for unsupported languagesJules Aguillon1-1/+1
The arabic layout was used as the default on devices where all the installed languages are not supported by the keyboard. This is not intended. This is probably caused by 'getCurrentInputMethodSubtype' returning the first layout in the list of disabled subtypes in alphabetical or language tag order. Re-ordering the subtypes in method.xml had no effect. Setting 'overridesImplicitlyEnabledSubtype' in method.xml has no measured effect.
2024-07-13Update Turkish Translations (#699)Mehmet Ali1-20/+20
2024-07-09Add missing Latvian translations (#698)Edgars1-15/+15
2024-07-08Update Spanish translations (#695)Spike1-15/+15
2024-07-07Update Polish translation (#691)Chasm Solacer1-16/+16
2024-07-07Update Ukrainian translation (#692)Sergiy Stupar1-8/+8
2024-07-07Update Czech strings.xml (#693)Validbit1-15/+15
2024-07-07Update values-de/strings.xml (#694)polyctena1-10/+10
2024-07-06Update French translationsJules Aguillon1-23/+23
2024-07-06Add support for Android 12+ dynamic colors (#647)TadaCZE19-0/+81
2024-07-06Make the emoji and clipboard bottom rows consistentJules Aguillon1-3/+3
2024-07-06Clipboard pane (#681)Jules Aguillon28-2/+171
This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied text" checkbox will cause the keyboard to keep a temporary history of copied text. This history can only contain 3 elements which expire after 5 minutes. If this is unchecked, no history is collected. History entries can be pinned into the persisted list of pins.
2024-07-06Update Russian translation (#689)solokot1-2/+2
2024-06-30Update Ukrainian translation (#682)Sergiy Stupar1-2/+2
2024-06-30Option to disable key repeatJules Aguillon18-1/+19
Internally "key repeat" is reword into "long press" when the same mechanism was used for both features. The constraint that 'timeoutWhat' must be set to '-1' when no message is expected has been lifted to simplify the code.
2024-06-30settings: Reword "Key repeat" into "Long press"Jules Aguillon17-17/+17
The long press timeout is used for long press on keys that do not repeat, for example the keyboard switching key. This must be detached from the key repeat as it might be disableable in the future and more keys might be longpressable.
2024-06-24Set preferred position for Norwegian extra keysJules Aguillon1-1/+1
This should make the QWERTY (US) layout look the same to Norwegian users as the current latn_qwerty_no layout, allowing it to be changed.
2024-06-24Remove 'loc' keys from latn_qwerty_usJules Aguillon1-20/+20
Use the "preferred position" feature to place the removed keys approximately where they were.
2024-06-16Update Ukrainian translation (#670)Sergiy Stupar1-5/+5
2024-06-16Update German translations (#667)alotbsol5551-5/+5
2024-06-16Refactor: Remove unecessary view in emoji paneJules Aguillon1-3/+1
2024-06-11Update Russian translation (#656)solokot1-6/+6
2024-06-09Option to tweak or disable the circle gestureJules Aguillon19-0/+98
2024-06-09Automatic placement of f11/f12 placeholdersJules Aguillon2-3/+3
2024-06-09Allow to remove keys Tab and EscJules Aguillon2-4/+4
2024-05-08Pull the emoji list from unicode.org (#612)Quinn Cypher1-3792/+3775
- Removing unused information (names and descriptions) from the Emoji class - Creating a Gradle task that generates a more efficient res/raw/emojis.txt file from the most recent Unicode standard - Saving recently used emoji preferences as emoji values rather than names - Migrating old user preferences to the new system
2024-05-05Add settings button to launcher app (#629)alotbsol5552-0/+11
2024-04-24Update Simplified Chinese translation (#617)复予1-46/+46
2024-04-03Add Danish layout (#606)Tomasz Cielecki2-0/+4