abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2022-03-21Translate into Chinese-Simplifiedsix-61-0/+51
2022-03-21Update Spanish translationArenaL52-3/+5
and fix a couple typos
2022-03-21Add dead macron to Spanish layoutArenaL51-2/+2
This is only to make this layout more similar to the default English layout. Macrons are not actually used in any language spoken in Spain, but they appear to be used in some varieties of Nahuatl? Also added C-cedilla to the N-tilde key. Even if both C-cedilla and N-tilde are redundant in this keyboard, both letters are a staple of Spain keyboards, and Spaniards are used to have a dedicated key for C-cedilla in PC keyboards.
2022-03-21Increase vibration maximum from 50 ms to 100 msArenaL51-1/+1
2022-03-19Add F11 and F12Jules Aguillon11-36/+35
These keys are shown only when Fn is activated, "placeholder" keys are placed in the layouts.
2022-03-15Brazilian portuguese layout (#91)igorSilCar3-1/+41
* 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ömgren3-1/+45
2022-03-15Log editor infos while debuggingJules Aguillon1-0/+2
Useful when debugging why the keyboard doesn't work as expected with a specific app.
2022-03-14Identify debug version in app nameJules Aguillon6-6/+2
Using the --product option of aapt. Remove the app name from translations because it is never translated. It is still possible to translate it by specifying 'product="default"'.
2022-03-13Make superscript and subscript modifiers lockableJules Aguillon1-0/+2
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-03-09Brazilian portuguese translations (#100)igorSilCar1-0/+2
* Translations for new setting, lockable modifier keys Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>
2022-03-05Clicking twice on CTRL or ALT will lock them in 'ON' state (#72)Raphael2-0/+9
* Clicking twice on CTRL or ALT will lock them in 'ON' state * Make Locking behaviour optional, configurable in preferences * Nest the new settings into a different page To avoid spamming the settings page and repetition in the summaries. Cannot be a popup unfortunately because that would require API >= 11. * Add Fn and Meta Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-03-05Brazilian portuguese translations (#87)igorSilCar1-0/+48
* Added brazilian portuguese translations for app description and settings * making the swiping option more intelligible * fix typo on full_description pt-BR translation Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>
2022-02-27Increase contrastsJules Aguillon1-12/+12
For the Dark and Light theme. At the same time, use only "web safe colors" to have nice round numbers and ensure enough contrasts between colors. The background color is kept at the previous value, there's not enough contrast between the background and the keys but that's better than a solid black background.
2022-02-27Compute text size relative to key heightJules Aguillon3-8/+9
Instead of a fixed size that don't work at all for bigger screens. Other tweaks: - Use the value-land dimens to vary 'extra_horizontal_margin' - Move label size to Config, because it can change at runtime (rotation) - Slightly decrease the size of "long" symbols
2022-02-26Fix typo in subtype description for BulgarianJules Aguillon1-1/+1
This causes a crash.
2022-02-26Add a missing full stop to Latvian QWERTY layoutEdgars1-2/+2
`res/xml/qwerty_lv.xml` was updated to add the missing full stop character (`.`) as it got lost when the bottom row was moved to a separate XML `res/xml/bottom_row.xml` as it was placed on the arrows key. Additionally `?` was relocated, giving its place to the full stop.
2022-02-25German translationBenjamin1-4/+4
2022-02-25German translation strings.xml and full_description.txtBenjamin1-0/+48
2022-02-22Update the spanish localeJules Aguillon1-1/+1
To use the new layout.
2022-02-22spanish translation and layoutInvert White3-0/+88
2022-02-19Localize € and £Jules Aguillon6-43/+44
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-19add colon key to numeric keyboardRaphael1-1/+1
2022-02-19add-ordinal-numbers-symbol-systemRaphael1-1/+1
2022-02-13Define the height of the keyboard relative to the screen sizeJules Aguillon5-4/+5
Depending on the pixel density isn't ideal for a keyboard, which would render differently depending on the "scaling" accessibility option. Landscape mode needs a special values. At the same time, increase the horizontal margin when landscape.
2022-02-13Add Russian layout (#66)Vladimir Chernov3-0/+46
* Add Russian layout Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-02-13Add ю to the bulgarian layoutJules Aguillon1-1/+1
Thanks Zdravko for pointing out.
2022-02-13Fix forced inverted colors on Xiaomi phonesJules Aguillon1-0/+2
MIUI inverts the colors of the app it thinks doesn't implement dark themes correctly. Also, it inverts the colors in the dumbest possible way: it doesn't invert all the colors the same way. It thinks that presumably because I don't use the Material base themes.
2022-02-07Improve QWERTZJules Aguillon1-8/+8
- Add the umlauts back. - Remove the accents. QWERTZ changes from "programming layout" to "localized layout". - Move the '?' away from the edge of the screen.
2022-02-07Define the bottom row separatelyJules Aguillon8-43/+9
Avoid divergences when the bottom row is modified.
2022-02-07Dvorak layout (#16)AlexandraAlter2-0/+46
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger5-5/+5
Add a new boolean parameter "edgekeys" for defining keys that have the additional (swipe) keys on the edges (top, right, left, bottom) instead of at the corners (top left, top right, bottom left, bottom right).
2022-02-06Add the Meta key to every layoutsJules Aguillon4-4/+4
To follow soon: Define the bottom row separately from layouts.
2022-02-06Add the Meta keyJules Aguillon1-1/+1
Currently using the diamond symbol like the history meta key: https://en.wikipedia.org/wiki/Meta_key However, this key is actually interpreted as the Super/Windows key but Android calls it "meta" internally.
2022-02-05Add supoort to show accents for Portuguese languageRaphael1-0/+1
2022-01-31Turn the key spacing options to intsJules Aguillon1-2/+2
Float values were not rendered properly and the granularity isn't needed.
2022-01-30Add options for the spacing between the keysJules Aguillon3-0/+6
Two options: vertical and horizontal.
2022-01-30Select theme depending on system settingsJules Aguillon5-1/+6
Automatically choose between the Dark and Light themes.
2022-01-30Avoid color inversion in dark themeJules Aguillon1-0/+4
2022-01-30Missing Action key in the QWERTZ layoutJules Aguillon1-1/+1
This caused an even bigger problem: The Enter key would disappear instead of being swapped with the Action key.
2022-01-29Add support for the Bulgarian language and layoutJules Aguillon3-0/+47
Thanks Zdravko Iskrenov for the contribution.
2022-01-29Add Latvian translationEdgars1-0/+45
2022-01-29Add Latvian specific QWERTY layoutEdgars3-2/+48
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-23Translate to FrenchJules Aguillon1-0/+45
2022-01-23Improve some stringsJules Aguillon1-4/+4
2022-01-23Make action key labels translatableJules Aguillon1-0/+6
2022-01-20Add keys for LatvianEdgars2-5/+6
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)Moini3-1/+47
* Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-01-09Add the Action keyJules Aguillon3-3/+3
It is placed on the top-right of the enter key on every layouts. It sends a special event (performEditorAction) instead of writing a newline. The "actionId" is passed through the EditorInfo object in an obfuscated way so it's not clear whether it's using the right one.