| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-19 | Added Macedonian language layout (#1016) | David | 1 | -0/+1 | |
| 2025-05-25 | Add icelandic layout (#999) | tenextractor | 1 | -1/+1 | |
| 2025-04-20 | Sinhala phonetic layout (#965) | Anton Karmanov | 1 | -0/+1 | |
| 2025-04-14 | Add ù and û to French languages | Jules Aguillon | 1 | -4/+4 | |
| 2025-02-15 | Remove Japanese from method.xml | Jules Aguillon | 1 | -1/+0 | |
| This makes the keyboard incorrectly reports that it supports Japanese. | |||||
| 2025-01-25 | Maltese layout (#825) | tenextractor | 1 | -0/+1 | |
| 2025-01-25 | Add Mongolian layout (#882) | David Holdeman | 1 | -0/+1 | |
| 2025-01-18 | Azerbaijani layout (#827) | tenextractor | 1 | -0/+1 | |
| 2025-01-02 | Lithuanian QWERTY layout (#824) | tenextractor | 1 | -1/+1 | |
| 2024-12-29 | Uzbek layout (#828) | tenextractor | 1 | -0/+1 | |
| 2024-12-26 | Add Estonian to method.xml | Jules Aguillon | 1 | -0/+1 | |
| 2024-12-19 | Added tamil layout (#833) | Jagadeeshan S | 1 | -0/+1 | |
| Signed-off-by: Jagadeeshan S <jagadeeshan.s@addverb.com> | |||||
| 2024-12-14 | Welsh layout (#816) | tenextractor | 1 | -0/+1 | |
| 2024-12-07 | Add support for de-BE, en-IN, fr-BE, ga, haw, ka-GE, kk, sq | Jules Aguillon | 1 | -2/+13 | |
| 2024-12-07 | Add support for Kannada | Jules Aguillon | 1 | -0/+1 | |
| Add language support for Kannada, including a layout and numerals. | |||||
| 2024-12-05 | method.xml: Move en-US to the top of the list | Jules Aguillon | 1 | -1/+1 | |
| The first language of the list can be used as the default. | |||||
| 2024-11-17 | method.xml: Add Australia | Jules Aguillon | 1 | -0/+1 | |
| 2024-09-14 | Add Serbian to method.xml | Jules Aguillon | 1 | -0/+1 | |
| 2024-09-08 | Add Japanese translation and layout (#743) | cknight828 | 1 | -0/+1 | |
| 2024-07-20 | method.xml: Remove overridesImplicitlyEnabledSubtype | Jules Aguillon | 1 | -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-14 | Fix unintended layout used for unsupported languages | Jules Aguillon | 1 | -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-06-24 | Set preferred position for Norwegian extra keys | Jules Aguillon | 1 | -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-24 | Remove 'loc' keys from latn_qwerty_us | Jules Aguillon | 1 | -20/+20 | |
| Use the "preferred position" feature to place the removed keys approximately where they were. | |||||
| 2024-04-03 | Add Danish layout (#606) | Tomasz Cielecki | 1 | -0/+1 | |
| 2024-03-02 | Improve the AZERTY layout | Jules Aguillon | 1 | -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. | |||||
| 2024-02-24 | method.xml: Add en-CA and fr-CA | Jules Aguillon | 1 | -1/+3 | |
| Without this, the system might choose en-GB and fr-CH. This makes them more similar to en-US and fr-FR (without € in extra keys). | |||||
| 2024-02-22 | Remove € from en-GB extra keys | Jules Aguillon | 1 | -1/+1 | |
| 2024-02-16 | Add QWERTY GB layout (#557) | Ryan Gibb | 1 | -1/+1 | |
| Adapted from latn_qwerty_us * Make it the default layout for en-GB | |||||
| 2024-02-06 | Update method.xml to support arab_hamvaj_tly (#547) | vedamanavi | 1 | -0/+1 | |
| 2024-01-31 | Add language support for Talysh New Latin (#534) | vedamanavi | 1 | -0/+1 | |
| 2023-12-26 | Separate arabic layouts with hindu or arabic numerals | Jules Aguillon | 1 | -2/+2 | |
| This reverts the Tusinian layout (1af4e45) and instead introduce a new arabic PC layout with arabic numbers. Layouts are renamed: - arab_pc => arab_pc_hindu - arab_pc_tn => arab_pc | |||||
| 2023-12-21 | Add Tunisian layout | Jules Aguillon | 1 | -1/+2 | |
| It is a copy of the 'arab_pc' layout with arabic digits. Also, fix the default layout for arabic. | |||||
| 2023-11-13 | method.xml: Add Armenian | Jules Aguillon | 1 | -0/+1 | |
| 2023-10-20 | Add Bulgarian BDS layout (#479) | Lyubomir Vasilev | 1 | -1/+1 | |
| 2023-09-24 | Preferred position for locale `extra_keys` | Jules Aguillon | 1 | -1/+1 | |
| `method.xml` is now able to specify a preferred position for each extra keys in term of an other key to which it should be placed nearby. It's implemented for French as an example. | |||||
| 2023-08-16 | Create latn_qwertz_fr_CH.xml (#390) | Eluc | 1 | -1/+2 | |
| Adapted from qwertz DE to match qwertz fr_CH layout. Added all missing characters with accents needed in French while leaving the most common Swiss German characters as it is on the Swiss layout PC keyboard. Re-organized some special characters to be in a similar position than the PC layout. * Add locale fr-CH | |||||
| 2023-08-07 | Add ordinals to ptbr extrakeys | Rapha | 1 | -1/+1 | |
| 2023-08-06 | method.xml: Specify extra keys alternatives | Jules Aguillon | 1 | -15/+15 | |
| 2023-08-05 | Add Persian to method.xml | Jules Aguillon | 1 | -0/+1 | |
| 2023-07-09 | Add symbol ₴ to Fn+h and to Ukrainian | Jules Aguillon | 1 | -1/+1 | |
| 2023-07-01 | Add extra keys to Norwegian | Jules Aguillon | 1 | -1/+1 | |
| The added keys are also placed on the Dvorak layout. | |||||
| 2023-06-25 | Standard layout names (#386) | Jules Aguillon | 1 | -32/+32 | |
| The names are comprised of: script, layout name, country code. Co-authored-by: grim <verdastelo9604@hotmail.com> | |||||
| 2023-06-25 | Added Romanian layout and translations with special romanian characters (#358) | Vasile Chelban | 1 | -0/+1 | |
| Added Romanian characters to the keyboard layout and changed the positioning corner for the secondary characters that were conflicting with the newly-introduced romanian characters Added Romanian translations | |||||
| 2023-06-24 | Specify the script of every layouts and locales | Jules Aguillon | 1 | -31/+31 | |
| This new information will avoid showing é on a cyrillic layout and ґ on a latin layout. | |||||
| 2023-06-22 | Add ə to the extra keys for Italian | Jules Aguillon | 1 | -1/+1 | |
| 2023-04-15 | Add language: Icelandic | Jules Aguillon | 1 | -2/+3 | |
| 2023-03-11 | Add Arabic layout (#314) | Mostafa Ayesh | 1 | -0/+1 | |
| * add arabic keyboard * use unicode values for special characters * add alternate layout * use arabic numbers | |||||
| 2023-03-11 | New Hindi layout (#313) | Luke Videckis | 1 | -1/+3 | |
| * New Hindi layout * Update default layout for Marathi, Nepali * Consistent naming for Devanagari layouts | |||||
| 2023-03-05 | Add extra keys for Ukrainian | Jules Aguillon | 1 | -1/+1 | |
| 2023-03-05 | Add support for Belarusian | Jules Aguillon | 1 | -5/+6 | |
| It uses the russian layout with placed extra keys. | |||||
