| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2015-10-01 | Mini fix | jaguillo | 1 | -0/+17 | |
| 2015-09-30 | Add margin_bottom, key_height and horizontal_margin configs | jaguillo | 1 | -7/+10 | |
| 2015-08-18 | Add trema accent + Add accents to azerty | juloo | 1 | -0/+4 | |
| 2015-08-18 | Accent | juloo | 3 | -60/+88 | |
| 2015-08-18 | Fix key repeat on meta keys and empty keys | juloo | 1 | -1/+2 | |
| 2015-08-08 | More settings | juloo | 3 | -13/+122 | |
| 2015-08-08 | SideBarPreference + Continuing settings | juloo | 3 | -6/+150 | |
| 2015-08-08 | Conf key open SettingsActivity | juloo | 1 | -2/+6 | |
| 2015-08-08 | Start SettingsActivity | juloo | 3 | -48/+61 | |
| 2015-08-08 | Todo settings | juloo | 2 | -33/+20 | |
| 2015-08-07 | Move logcat | juloo | 1 | -2/+0 | |
| 2015-08-05 | Improve key repeat | juloo | 1 | -28/+52 | |
| 2015-08-04 | logcat.py | juloo | 1 | -0/+12 | |
| 2015-08-04 | Add icons + Nothing | juloo | 1 | -2/+2 | |
| 2015-08-03 | Add qwerty layout + popup to change layout | juloo | 3 | -3/+38 | |
| 2015-08-03 | Fix del key and keyEvent keys | juloo | 2 | -31/+33 | |
| 2015-08-03 | Repeat key on long press | juloo | 2 | -55/+51 | |
| 2015-08-03 | Vibrate | juloo | 1 | -0/+29 | |
| 2015-08-02 | Nothing | juloo | 1 | -3/+3 | |
| 2015-08-02 | Fix keys drawing | juloo | 2 | -9/+21 | |
| 2015-08-02 | Insert key | juloo | 1 | -1/+2 | |
| 2015-08-02 | Send Ctrl/Alt(/Shift) to the application | juloo | 2 | -66/+105 | |
| 2015-08-02 | Lockable keys | juloo | 2 | -11/+26 | |
| 2015-08-02 | Fix mini crash + Can disable on keys | juloo | 2 | -6/+15 | |
