abouttreesummaryrefslogcommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-24Update Korean translations (#737)IYO-OYI2-109/+97
2024-08-18Modmap: Reorganize (#730)Spike1-14/+21
Put new example in Examples section; put all overview material at start; use "modmap" for the modmap tag but "mapping" for the various subtags; set out each subtag separately; stop illustrating example mappings as complete modmap.
2024-08-18Fix crash when clipboard contains an imageJules Aguillon1-1/+5
2024-07-28Update target SDK version to 35Jules Aguillon1-1/+1
2024-07-28Map Fn+Cursor_move to home/end (#728)bokidori1-0/+11
Fn modifier switches cursor_left to home key, cursor_right to end key
2024-07-27Release 1.29.1 (42)Jules Aguillon2-2/+8
2024-07-27Added supported key for avoiding the pain of auto-caps (#725)Adrian2-106/+108
2024-07-27Update cyrl_lynyertz_sr.xml (#727)bokidori1-7/+27
Include comprehensive ctrl modmap, enabling the use of ctrl modifier with Serbian Cyrillic keys. Remove clunky fn modmap previously used for just a few actions such as cut/copy/paste/etc.
2024-07-27Add new keyevent "menu" (#726)Nils Brederlow2-0/+2
* Update ExtraKeysPreference.java add "menu" to array of extra keys * Update KeyValue.java add menu keyevent
2024-07-27Fix scaling for layouts with few columnsJules Aguillon1-1/+1
This was causing a slight padding on the right of 4 columns layouts, which turned into a large padding when the number row was added.
2024-07-27Fix crash on Android 6Jules Aguillon1-4/+6
The call to getLanguageTag() introduced in 4629410 requires API 24.
2024-07-26check_layout.py: Handle compass-point attributesJules Aguillon2-5/+9
2024-07-26doc: Document the <ctrl /> modmapJules Aguillon1-6/+14
2024-07-25Allow Ctrl modmaps in layoutsJules Aguillon2-4/+22
The 'ctrl' modmap is different from the other modmaps as it also applies the built-in Ctrl modifier to the resulting character, even if it was first modified by the custom modmap. For example, this will map Ctrl+в to Ctrl+V (not to v): <ctrl a="в" b="v"/> This is intended to add keyboard shortcuts in non-latin layouts. A caveat is that the latin character appears on the keyboard while Ctrl is activated.
2024-07-25Update ComposeKeyDataJules Aguillon1-218/+218
Outdated since 6c786f2
2024-07-25Revert "latn_qwerty_pl: Consistent placement for ó" (#714)asivery1-2/+2
This reverts commit c5e9e3ff5c2581004ff5ce2ab3061ff2ed40ea96.
2024-07-25Add Serbian Latin QWERTY layout (#720)bokidori3-0/+52
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)bokidori3-0/+62
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-25Update accent_circonflexe.json (#719)bokidori1-1/+6
Allow combining circumflex \u0302 for Cyrillic vowels, enabling users to express themselves accurately. ја сам са̂м = I am alone ја сам сам = I am am да = yes да̂ = give код = at ко̂д = code Similar to #437 for aigo.
2024-07-21Allow extending the compose key (#713)Jules Aguillon9-241/+272
This allows adding more compose sequences without modifying en_US_UTF_8_Compose.pre. This is done by grouping sequences files that should be merged together into a directory. This also allows moving keysymdef.h into that directory.
2024-07-21Improve zwnj/halfspace symbol and Persian layout (#711)Reza Hosseinzadeh3-7/+7
* Fix persian's half-space invisibility * Add a 0.5 space before ظ in persian * Change the place of چ in persian * Change the width of backspace in persian * Rename zwnj to halfspace in KeyValue.java and beng_provat layout
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-15Release 1.29.0 (41)Jules Aguillon2-2/+10
2024-07-14Update Russian translation (#702)solokot1-8/+8
2024-07-14Fix unintended layout used for unsupported languagesJules Aguillon2-8/+17
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-14Fix crash when using a different script layoutJules Aguillon1-2/+4
This might happen when using a layout of a different script than the installed languages.
2024-07-13Update Turkish Translations (#699)Mehmet Ali1-20/+20
2024-07-10doc: Re-add text for better overview (#697)Spike1-4/+2
2024-07-09Add missing Latvian translations (#698)Edgars1-15/+15
2024-07-08Clerical edits related to locale_extra_keys (#696)Spike1-12/+4
* Post-edit on Metadata ① Tell reader exactly what to type to disable locale_extra_keys, as with prev. bullet ② Values should be quoted ③ Rephrase one passive * locale_extra_keys obviates 2nd example under modmap
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-06Add locale_extra_keys keyboard attributeJules Aguillon3-5/+10
This attribute can be used to disable adding the extra keys from method.xml.
2024-07-06Update French translationsJules Aguillon1-23/+23
2024-07-06Add support for Android 12+ dynamic colors (#647)TadaCZE20-1/+88
2024-07-06Make the emoji and clipboard bottom rows consistentJules Aguillon1-3/+3
2024-07-06Clipboard pane (#681)Jules Aguillon43-7/+711
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-06Fix crash with narrow layoutsJules Aguillon1-1/+1
The PreferredPos mechanism cause an out of bound access since 773147a.
2024-07-06Update Russian translation (#689)solokot1-2/+2
2024-07-03doc: Clarify the possible key valuesJules Aguillon2-7/+8
2024-06-30Update Ukrainian translation (#682)Sergiy Stupar1-2/+2
2024-06-30doc: Correct mentions of gesturesJules Aguillon1-5/+7
2024-06-30Option to disable key repeatJules Aguillon20-35/+53
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-29Validate more fields in custom layoutsJules Aguillon1-5/+11
This adds some errors: - 'script' or 'numpad_script' is set an empty string. - Multiple '<modmap>' elements. - 'shift', 'width' and 'height' on every nodes that support them are clamped to a valid value.
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 Aguillon2-30/+30
Use the "preferred position" feature to place the removed keys approximately where they were.