| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-22 | spanish translation and layout | Invert White | 1 | -0/+2 | |
| 2022-02-13 | Define the height of the keyboard relative to the screen size | Jules Aguillon | 2 | -1/+2 | |
| 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-13 | Add Russian layout (#66) | Vladimir Chernov | 1 | -0/+2 | |
| * Add Russian layout Co-authored-by: Jules Aguillon <jules@j3s.fr> | |||||
| 2022-02-13 | Fix forced inverted colors on Xiaomi phones | Jules Aguillon | 1 | -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-07 | Dvorak layout (#16) | AlexandraAlter | 1 | -0/+2 | |
| 2022-01-30 | Add options for the spacing between the keys | Jules Aguillon | 1 | -0/+2 | |
| Two options: vertical and horizontal. | |||||
| 2022-01-30 | Select theme depending on system settings | Jules Aguillon | 2 | -0/+3 | |
| Automatically choose between the Dark and Light themes. | |||||
| 2022-01-30 | Avoid color inversion in dark theme | Jules Aguillon | 1 | -0/+4 | |
| 2022-01-29 | Add support for the Bulgarian language and layout | Jules Aguillon | 1 | -0/+2 | |
| Thanks Zdravko Iskrenov for the contribution. | |||||
| 2022-01-29 | Add Latvian specific QWERTY layout | Edgars | 1 | -0/+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-23 | Improve some strings | Jules Aguillon | 1 | -4/+4 | |
| 2022-01-23 | Make action key labels translatable | Jules Aguillon | 1 | -0/+6 | |
| 2022-01-15 | German keyboard added (#20) | Moini | 1 | -0/+2 | |
| * Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr> | |||||
| 2022-01-09 | Fix a few strings | Moini | 1 | -3/+3 | |
| 2021-12-30 | Improve the "precision" option | Jules Aguillon | 2 | -2/+21 | |
| Now named "swiping distance". Changed to a dropdown. | |||||
| 2021-12-30 | Turn the "precision" option to dp instead of px | Jules Aguillon | 1 | -1/+1 | |
| 2021-12-30 | Simplify string definitions | Jules Aguillon | 2 | -17/+6 | |
| Inline constants in settings.xml, strings.xml is only for strings that can be translated. | |||||
| 2021-12-30 | Add the Black theme | Jules Aguillon | 3 | -0/+17 | |
| Friendly to Amoled screens. The background of keys is the same as the background of the whole keyboard: pure black. Colors are also slightly stronger. | |||||
| 2021-12-30 | Move the border radius from Config to Theme | Jules Aguillon | 2 | -1/+4 | |
| Also, draw activated keys with a round border too. | |||||
| 2021-12-30 | Add themes | Jules Aguillon | 3 | -0/+26 | |
| Add a "Theme" option to choose between a dark and light theme. The light theme uses the colors of the dark theme with the luminance inversed. The reloading after a configuration change is changed slightly: - Special handling is needed when the Theme is changed (recreate the views) - The default implementation of 'onConfigurationChanged' is used Which triggers more refresh (but don't recreate the views) - 'onCreateInputView' is no longer needed | |||||
| 2021-12-28 | Use the themes abstraction | Jules Aguillon | 4 | -18/+45 | |
| Themes replace 'colors.xml' and soon will replace 'dimens.xml'. | |||||
| 2021-12-19 | Auto-format Java and XML files | Jules Aguillon | 5 | -72/+62 | |
| Use xmllint. Re-indent Java files using spaces. | |||||
| 2021-05-09 | Add support for Spanish and Italian | Jules Aguillon | 1 | -2/+1 | |
| Both using the qwerty layout. Removes the tilde from French. | |||||
| 2021-05-09 | Add the accents preference | Jules Aguillon | 2 | -2/+22 | |
| 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-29 | Highlight activated keys | Jules Aguillon | 1 | -0/+1 | |
| 2021-04-29 | Add the "layout" option again | Jules Aguillon | 2 | -6/+14 | |
| Some versions of android don't allow to configure several languages. | |||||
| 2021-04-25 | Tweak dimensions | Jules Aguillon | 1 | -7/+8 | |
| Increase a bit labels size and reduce empty space between keys. | |||||
| 2021-04-24 | Add the label size option | Jules Aguillon | 1 | -2/+4 | |
| 2021-04-20 | Add a setting for precise repeat | Jules Aguillon | 1 | -0/+2 | |
| 2021-04-15 | Use subtypes to choose layout | Jules Aguillon | 1 | -6/+3 | |
| This removes the "layout" setting. Every layouts that the user could use will appear in the global settings. | |||||
| 2021-04-13 | Add an option to toggle accent keys | Jules Aguillon | 1 | -0/+2 | |
| These keys are not useful at all in English. A new option allows to hide them, [false] by default. | |||||
| 2021-01-17 | Slightly improve emoji group buttons | Jules Aguillon | 1 | -1/+3 | |
| 2021-01-17 | Update the list of emojis | Jules Aguillon | 1 | -3/+0 | |
| Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt Also change the list of groups, from the same source. | |||||
| 2021-01-05 | Remove the preview popup | Jules Aguillon | 3 | -12/+0 | |
| This was a half-finished feature: - Dangerous when typing passwords - Caused crash on some devices - Ugly (on its own but also blinking when sliding and not fixed in size) | |||||
| 2015-10-28 | preview_enabled settings | jaguillo | 1 | -1/+4 | |
| 2015-10-28 | Improve preview popup | jaguillo | 2 | -4/+4 | |
| 2015-10-28 | A bit of style | jaguillo | 2 | -6/+14 | |
| 2015-10-28 | Fix some bugs + Try to show a preview popup | jaguillo | 1 | -1/+1 | |
| 2015-10-27 | Improve init of emoji pane | jaguillo | 1 | -0/+9 | |
| 2015-10-27 | Fix crash + Fix emoji type buttons | jaguillo | 1 | -0/+12 | |
| 2015-10-26 | Last used emoji | jaguillo | 1 | -0/+1 | |
| 2015-10-24 | Emoji pane | jaguillo | 2 | -0/+5 | |
| 2015-10-11 | Key to switch to numeric pane | jaguillo | 2 | -2/+0 | |
| 2015-10-01 | Numeric keyboard | jaguillo | 2 | -0/+2 | |
| 2015-09-30 | Add margin_bottom, key_height and horizontal_margin configs | jaguillo | 1 | -0/+8 | |
| 2015-08-16 | Move some keys + Change name | juloo | 1 | -2/+2 | |
| 2015-08-08 | More settings | juloo | 1 | -3/+6 | |
| 2015-08-08 | SideBarPreference + Continuing settings | juloo | 2 | -2/+17 | |
| 2015-08-08 | Start SettingsActivity | juloo | 1 | -0/+15 | |
| 2015-08-08 | Todo settings | juloo | 1 | -3/+4 | |
