| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-10 | Swap the Enter and Action keys when needed | Jules Aguillon | 1 | -2/+11 | |
| When IME_FLAG_NO_ENTER_ACTION is set. | |||||
| 2022-01-09 | Add the Action key | Jules Aguillon | 1 | -2/+11 | |
| 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. | |||||
| 2022-01-09 | Allow to hide more keys than just accents | Jules Aguillon | 1 | -2/+2 | |
| Add the "FLAGS_LANGS" set of flags, which will be used to hide individual keys that are not accents. | |||||
| 2021-12-30 | Improve the "precision" option | Jules Aguillon | 1 | -2/+2 | |
| Now named "swiping distance". Changed to a dropdown. | |||||
| 2021-12-30 | Move the border radius from Config to Theme | Jules Aguillon | 1 | -4/+2 | |
| Also, draw activated keys with a round border too. | |||||
| 2021-12-28 | Separate "handler" code | Jules Aguillon | 1 | -2/+2 | |
| As with the previous commit, remove casts of the context. The "handler" object is referenced in the "config" object for now. | |||||
| 2021-12-28 | Turn Config into a singleton object | Jules Aguillon | 1 | -3/+3 | |
| The goal is to remove a cast of the 'context' into 'Keyboard2'. | |||||
| 2021-12-26 | Move Theme code to its own class | Jules Aguillon | 1 | -50/+14 | |
| 2021-12-19 | Auto-format Java and XML files | Jules Aguillon | 1 | -298/+298 | |
| Use xmllint. Re-indent Java files using spaces. | |||||
| 2021-12-05 | Avoid using getWidth() from onMeasure() | Jules Aguillon | 1 | -6/+7 | |
| 2021-05-09 | Add the accents preference | Jules Aguillon | 1 | -6/+6 | |
| 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-05-01 | Fix rendering of the first label | Jules Aguillon | 1 | -7/+8 | |
| Caused by a shared Paint not correctly resetted. | |||||
| 2021-04-29 | Highlight activated keys | Jules Aguillon | 1 | -10/+37 | |
| 2021-04-29 | Slightly reduce the size of the bottom row | Jules Aguillon | 1 | -20/+18 | |
| 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 | 1 | -2/+5 | |
| Some versions of android don't allow to configure several languages. | |||||
| 2021-04-25 | Tweak dimensions | Jules Aguillon | 1 | -8/+8 | |
| 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 | 1 | -1/+1 | |
| 2021-04-24 | Allow different sizes | Jules Aguillon | 1 | -42/+42 | |
| Improve Paint code. | |||||
| 2021-04-20 | Disable vibration when holding keys | Jules Aguillon | 1 | -4/+0 | |
| 2021-04-20 | Add a setting for precise repeat | Jules Aguillon | 1 | -1/+1 | |
| 2021-04-20 | Add precise repeat on some keys | Jules Aguillon | 1 | -5/+18 | |
| Repeat speed increase as the pointer is away from the initial position. On arrows, backspace and delete. | |||||
| 2021-04-18 | Separate handling of modifiers from KeyValue class | Jules Aguillon | 1 | -10/+12 | |
| 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 | -4/+5 | |
| 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 | 1 | -15/+8 | |
| Remove the constant of keys per rows. Add the 'shift' attribute to declare eventual alignment/blanks in layouts. | |||||
| 2021-04-15 | Stateless KeyboardData class | Jules Aguillon | 1 | -3/+6 | |
| It was a pain to use. It was also a pain to write this though. | |||||
| 2021-01-05 | Remove the preview popup | Jules Aguillon | 1 | -21/+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-29 | Move configs to Config object | jaguillo | 1 | -93/+50 | |
| 2015-10-28 | preview_enabled settings | jaguillo | 1 | -2/+5 | |
| 2015-10-28 | Improve preview popup | jaguillo | 1 | -5/+18 | |
| 2015-10-28 | A bit of style | jaguillo | 1 | -0/+2 | |
| 2015-10-28 | Fix some bugs + Try to show a preview popup | jaguillo | 1 | -6/+30 | |
| 2015-10-24 | Emoji pane | jaguillo | 1 | -33/+36 | |
| 2015-10-23 | Start with emojis | jaguillo | 1 | -1/+1 | |
| 2015-10-13 | Special key font + Esc key | jaguillo | 1 | -31/+58 | |
| 2015-10-11 | Key to switch to numeric pane | jaguillo | 1 | -8/+5 | |
| 2015-10-03 | Perf improvement (small) | jaguillo | 1 | -10/+15 | |
| 2015-09-30 | Add margin_bottom, key_height and horizontal_margin configs | jaguillo | 1 | -7/+10 | |
| 2015-08-18 | Accent | juloo | 1 | -7/+8 | |
| 2015-08-18 | Fix key repeat on meta keys and empty keys | juloo | 1 | -1/+2 | |
| 2015-08-08 | More settings | juloo | 1 | -12/+5 | |
| 2015-08-08 | SideBarPreference + Continuing settings | juloo | 1 | -6/+17 | |
| 2015-08-08 | Start SettingsActivity | juloo | 1 | -18/+37 | |
| 2015-08-08 | Todo settings | juloo | 1 | -15/+19 | |
| 2015-08-05 | Improve key repeat | juloo | 1 | -28/+52 | |
| 2015-08-03 | Add qwerty layout + popup to change layout | juloo | 1 | -0/+2 | |
| 2015-08-03 | Fix del key and keyEvent keys | juloo | 1 | -1/+1 | |
| 2015-08-03 | Repeat key on long press | juloo | 1 | -54/+50 | |
| 2015-08-03 | Vibrate | juloo | 1 | -0/+29 | |
