abouttreesummaryrefslogcommitdiff
path: root/res/xml/method.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-09-24Added Norwegian keyboard layout (#202)ChristianGynnild1-0/+1
2022-09-24Bengali Keyboard Layout (#201)Md Rasel Hossain1-0/+1
* Bangla Layout
2022-07-03Add ukrainian layout (#172)Andrew Cat1-0/+1
2022-06-05Turkish layout & translation (#151)erqan1-0/+1
* Turkish layout & translation
2022-06-05Added support for Dutch(Belgium) (#156)draxaris10101-0/+1
2022-05-01Add support for Hungarian layout (#127)Tibor Billes1-0/+1
2022-04-24Add support for LithuanianJules Aguillon1-0/+1
Requires two new diacritics: ogonek and dot_above. The new accents are also added to the Latvian layout as the two language can be close but not to the other localized layouts. A new mechanism is needed to reproducibly add extra keys to layouts without manual placement.
2022-04-02Add Korean layout (#115)nickid1-0/+1
* Add Korean layout
2022-03-15Brazilian portuguese layout (#91)igorSilCar1-1/+1
* Providing a comprehensible Brazilian Portuguese keyboard layout removed cedille as it is already provided by an independent key; changed layout to correspond to the locale
2022-03-15Add Swedish layoutJacob Strömgren1-1/+1
2022-03-13Define localized keys as a set instead of flagsJules Aguillon1-9/+9
Using flags for removing keys like € and ß need too many flags and won't scale to more localized keys.
2022-02-26Fix typo in subtype description for BulgarianJules Aguillon1-1/+1
This causes a crash.
2022-02-22Update the spanish localeJules Aguillon1-1/+1
To use the new layout.
2022-02-19Localize € and £Jules Aguillon1-9/+10
Show these characters only for users that have the corresponding locale installed (a supported eu language for €, en-GB for £). Add these characters to most layouts.
2022-02-13Add Russian layout (#66)Vladimir Chernov1-0/+1
* Add Russian layout Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-02-05Add supoort to show accents for Portuguese languageRaphael1-0/+1
2022-01-29Add support for the Bulgarian language and layoutJules Aguillon1-0/+1
Thanks Zdravko Iskrenov for the contribution.
2022-01-29Add Latvian specific QWERTY layoutEdgars1-2/+2
A customised Latvian specific QWERTY layout (QWERTY (Latvian)) was added to access all Latvian diacritic characters with a swipe. Additionally caron, cedille and macron accents were enabled for this layout.
2022-01-20Add keys for LatvianEdgars1-2/+3
New accents - caron and macron - were defined and QWERTY layout was updated to add accents for Latvian specific characters.
2022-01-15German keyboard added (#20)Moini1-1/+1
* Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-01-09Add the German languageJules Aguillon1-0/+1
Add the 'ß' character on the bottom-left corner of the 's' key, which is hidden for other languages. Co-authored-by: Moini <moini@noreply.invalid>
2022-01-09Allow to hide more keys than just accentsJules Aguillon1-4/+4
Add the "FLAGS_LANGS" set of flags, which will be used to hide individual keys that are not accents.
2021-12-30Simplify string definitionsJules Aguillon1-5/+5
Inline constants in settings.xml, strings.xml is only for strings that can be translated.
2021-12-19Auto-format Java and XML filesJules Aguillon1-38/+6
Use xmllint. Re-indent Java files using spaces.
2021-12-11Add SwedishJules Aguillon1-0/+7
First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring)
2021-05-09Add support for Spanish and ItalianJules Aguillon1-3/+17
Both using the qwerty layout. Removes the tilde from French.
2021-05-09Add the accents preferenceJules Aguillon1-1/+1
This replaces the "disable accent keys" checkbox. The default should work for anyone: Accents will be hidden unless the user has the french language installed. The value "show every accents" is useful for versions of android that don't have subtypes.
2021-04-29Add the "layout" option againJules Aguillon1-0/+2
Some versions of android don't allow to configure several languages.
2021-04-20Set the en_US layout defaultJules Aguillon1-6/+6
Now that it's necessary to change the device's settings to use a different layout, qwerty is a better international default than azerty.
2021-04-15Use subtypes to choose layoutJules Aguillon1-0/+12
This removes the "layout" setting. Every layouts that the user could use will appear in the global settings.
2015-08-08Start SettingsActivityjuloo1-0/+1
2015-08-04Add icons + Nothingjuloo1-6/+0
2015-07-30Initial commitjuloo1-0/+10