| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-24 | Allow different sizes | Jules Aguillon | 1 | -1/+1 | |
| Improve Paint code. | |||||
| 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 | 1 | -15/+13 | |
| 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 | Hide the input switching key if it's not needed | Jules Aguillon | 1 | -1/+2 | |
| Android has a new way of switching between input methods and this key need to be hidden in most cases. | |||||
| 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 | 1 | -15/+1 | |
| It was a pain to use. It was also a pain to write this though. | |||||
| 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. | |||||
| 2016-12-11 | switchToNextInputMethod key | juloo | 1 | -0/+8 | |
| 2015-10-29 | Move configs to Config object | jaguillo | 1 | -2/+14 | |
| 2015-10-26 | Last used emoji | jaguillo | 1 | -14/+6 | |
| 2015-10-24 | Emoji pane | jaguillo | 1 | -14/+27 | |
| 2015-10-23 | Start with emojis | jaguillo | 1 | -20/+36 | |
| 2015-10-17 | Stop special handling of delete keys | jaguillo | 1 | -12/+12 | |
| 2015-10-11 | Key to switch to numeric pane | jaguillo | 1 | -1/+33 | |
| 2015-10-03 | Perf improvement (small) | jaguillo | 1 | -4/+0 | |
| 2015-10-01 | Mini fix | jaguillo | 1 | -0/+17 | |
| 2015-08-18 | Accent | juloo | 1 | -3/+3 | |
| 2015-08-08 | SideBarPreference + Continuing settings | juloo | 1 | -0/+6 | |
| 2015-08-08 | Conf key open SettingsActivity | juloo | 1 | -2/+6 | |
| 2015-08-08 | Start SettingsActivity | juloo | 1 | -30/+10 | |
| 2015-08-08 | Todo settings | juloo | 1 | -18/+1 | |
| 2015-08-07 | Move logcat | juloo | 1 | -2/+0 | |
| 2015-08-04 | logcat.py | juloo | 1 | -0/+12 | |
| 2015-08-03 | Add qwerty layout + popup to change layout | juloo | 1 | -3/+34 | |
| 2015-08-03 | Fix del key and keyEvent keys | juloo | 1 | -30/+32 | |
| 2015-08-03 | Repeat key on long press | juloo | 1 | -1/+1 | |
| 2015-08-02 | Send Ctrl/Alt(/Shift) to the application | juloo | 1 | -16/+34 | |
| 2015-08-02 | Fix mini crash + Can disable on keys | juloo | 1 | -0/+2 | |
| 2015-08-01 | Implement shift key | juloo | 1 | -2/+2 | |
| 2015-08-01 | Send keys to the application | juloo | 1 | -2/+19 | |
| 2015-08-01 | Improve KeyValue | juloo | 1 | -0/+5 | |
| 2015-07-31 | Create KeyboardData class and handle move on keys | juloo | 1 | -1/+10 | |
| 2015-07-30 | Initial commit | juloo | 1 | -0/+25 | |
