abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
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
2024-03-24Update pt-BR translations (#598)marciozomb131-14/+14
2024-03-24launcher: Grammar fixes (#599)Benson Muite4-4/+4
2024-03-23Add Shaw Imperial layout (#592)Lev Brekalov1-0/+3
2024-03-14Update Russian translation (#588)solokot1-67/+67
2024-03-10Update Spanish translations (#586)Spike1-10/+10
2024-03-09Update to Unicode Emoji v15.1 (#583)Quinn Cypher1-709/+1835
2024-03-07Update cs strings.xml (#582)Validbit1-12/+12
2024-03-04Update Latvian translations (#580)Edgars1-8/+8
2024-03-03Update German strings.xml (#579)polyctena1-8/+8
2024-03-03Gujarati phonetic layout (#562)Yogesh-B1-0/+3
added shift modifier characters Add support for gujarati numerals Co-authored-by: yogesh-b <yogesh@improwised.com>
2024-03-03Update pl/strings.xml (#578)Chasm Solacer1-8/+8
2024-03-02Add QWERTY (Slovak) layoutJules Aguillon1-0/+3
The original author is @sejkm in https://github.com/Julow/Unexpected-Keyboard/issues/573
2024-03-02Improve the AZERTY layoutJules Aguillon1-1/+1
Add éèàç directly to the layout, which removes the corresponding dead keys. Remove the requirement for ù and ÿ from method.xml, which are extremely rare and can be typed via the compose key.