| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-05-01 | Add '¿' and '¡' | Jules Aguillon | 1 | -0/+2 | |
| 2021-05-01 | Better placement of accents on QWERTY | Jules Aguillon | 1 | -6/+6 | |
| Also change internal names for accents. | |||||
| 2021-05-01 | Fix rendering of the first label | Jules Aguillon | 1 | -7/+8 | |
| Caused by a shared Paint not correctly resetted. | |||||
| 2021-05-01 | Reset keyboard when finishing | Jules Aguillon | 1 | -0/+7 | |
| This may cause key repeat continuing for a bit after the keyboard closes. | |||||
| 2021-04-29 | Highlight activated keys | Jules Aguillon | 1 | -10/+37 | |
| 2021-04-29 | Slightly reduce the size of the bottom row | Jules Aguillon | 2 | -51/+57 | |
| 2021-04-29 | Improve the azerty layout | Jules Aguillon | 1 | -1/+1 | |
| - More intuitive placement of (), [], {} and <>. - Move accent keys into the top-left corner, on a key they may be used with. - Some minor changes. | |||||
| 2021-04-29 | Fix modifiers | Jules Aguillon | 1 | -42/+60 | |
| Fixes: - Toggling off a modifier was not possible in the corners (eg. accents). - Modifiers on the same key can't be activated at the same time. - Characters on the same key as a modifier weren't working properly. | |||||
| 2021-04-29 | Add the "layout" option again | Jules Aguillon | 3 | -26/+40 | |
| Some versions of android don't allow to configure several languages. | |||||
| 2021-04-25 | Tweak dimensions | Jules Aguillon | 2 | -10/+12 | |
| Increase a bit labels size and reduce empty space between keys. | |||||
| 2021-04-24 | Scale down larger symbols | Jules Aguillon | 1 | -7/+17 | |
| 2021-04-24 | Add the label size option | Jules Aguillon | 2 | -1/+4 | |
| 2021-04-24 | Allow different sizes | Jules Aguillon | 2 | -43/+43 | |
| Improve Paint code. | |||||
| 2021-04-24 | SlideBarPreference: Reduce the number of step | Jules Aguillon | 1 | -4/+4 | |
| To have cleaner values. | |||||
| 2021-04-21 | Add some missing keycodes | Jules Aguillon | 1 | -3/+18 | |
| Allows to sent ctrl and alt combinations. Notably the ] character. | |||||
| 2021-04-20 | Disable vibration when holding keys | Jules Aguillon | 1 | -4/+0 | |
| 2021-04-20 | Add a setting for precise repeat | Jules Aguillon | 2 | -1/+4 | |
| 2021-04-20 | Add precise repeat on some keys | Jules Aguillon | 2 | -31/+50 | |
| Repeat speed increase as the pointer is away from the initial position. On arrows, backspace and delete. | |||||
| 2021-04-19 | Add more characters under accents | Jules Aguillon | 2 | -12/+56 | |
| Notably subscript and superscript digits and some quote characters. | |||||
| 2021-04-19 | Move some keys under the Fn modifier and move it on the bottom row | Jules Aguillon | 2 | -29/+50 | |
| 2021-04-18 | Add function keys | Jules Aguillon | 2 | -9/+39 | |
| Add the Fn modifier that change the digits into F1 to F10. | |||||
| 2021-04-18 | Fix crash when no current input binding | Jules Aguillon | 1 | -3/+8 | |
| Broken recently. Restore previous code | |||||
| 2021-04-18 | Separate handling of modifiers from KeyValue class | Jules Aguillon | 8 | -138/+155 | |
| KeyValue defines an ADT and some of its values, it now contains public final fields and no internal logic. KeyModifier handles modifiers and accents and creates new instances of KeyValue when needed. This operation is now properly cached. | |||||
| 2021-04-18 | Cleanup key definitions | Jules Aguillon | 1 | -88/+106 | |
| Remove repeated code and remove side-effects from the constructor. | |||||
| 2021-04-18 | Render the emoji key as ":)" | Jules Aguillon | 1 | -1/+1 | |
| In order to remove the colors in the rendering. | |||||
| 2021-04-18 | Hide the input switching key if it's not needed | Jules Aguillon | 4 | -5/+23 | |
| Android has a new way of switching between input methods and this key need to be hidden in most cases. | |||||
| 2021-04-17 | Remove fixed keyboard width | Jules Aguillon | 2 | -37/+28 | |
| Remove the constant of keys per rows. Add the 'shift' attribute to declare eventual alignment/blanks in layouts. | |||||
| 2021-04-15 | Use subtypes to choose layout | Jules Aguillon | 1 | -23/+54 | |
| This removes the "layout" setting. Every layouts that the user could use will appear in the global settings. | |||||
| 2021-04-15 | Stateless KeyboardData class | Jules Aguillon | 3 | -86/+117 | |
| It was a pain to use. It was also a pain to write this though. | |||||
| 2021-04-13 | Add an option to toggle accent keys | Jules Aguillon | 3 | -1/+27 | |
| These keys are not useful at all in English. A new option allows to hide them, [false] by default. | |||||
| 2021-04-13 | Fix layout pref under debug builds | Jules Aguillon | 1 | -8/+18 | |
| Remove the use of [getIdentifier] because it requires the current package name to be passed, which can't be found reliably since the change in build system. | |||||
| 2021-01-17 | Update the list of emojis | Jules Aguillon | 4 | -957/+83 | |
| 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 | -136/+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) | |||||
| 2016-12-11 | switchToNextInputMethod key | juloo | 2 | -0/+10 | |
| 2015-10-29 | Move configs to Config object | jaguillo | 4 | -102/+155 | |
| 2015-10-28 | preview_enabled settings | jaguillo | 1 | -2/+5 | |
| 2015-10-28 | Improve preview popup | jaguillo | 2 | -22/+84 | |
| 2015-10-28 | A bit of style | jaguillo | 1 | -0/+2 | |
| 2015-10-28 | Show preview popup | jaguillo | 1 | -3/+23 | |
| 2015-10-28 | Fix some bugs + Try to show a preview popup | jaguillo | 4 | -27/+87 | |
| 2015-10-27 | Improve init of emoji pane | jaguillo | 1 | -24/+40 | |
| 2015-10-27 | Fix crash + Fix emoji type buttons | jaguillo | 3 | -8/+2 | |
| 2015-10-26 | More emoji category + Fix last emoji used saving | jaguillo | 4 | -301/+347 | |
| 2015-10-26 | Last used emoji | jaguillo | 4 | -32/+98 | |
| 2015-10-24 | Emoji pane | jaguillo | 7 | -122/+215 | |
| 2015-10-23 | Start with emojis | jaguillo | 4 | -21/+1050 | |
| 2015-10-17 | Stop special handling of delete keys | jaguillo | 1 | -12/+12 | |
| 2015-10-13 | Special key font + Esc key | jaguillo | 2 | -46/+76 | |
| 2015-10-11 | Key to switch to numeric pane | jaguillo | 3 | -10/+44 | |
| 2015-10-03 | Perf improvement (small) | jaguillo | 3 | -15/+27 | |
