| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-13 | Use the improved font for shift, globe, enter and space | Jules Aguillon | 1 | -5/+11 | |
| These glyph were available in the custom font but not used yet. | |||||
| 2022-02-06 | Replace unusual return symbol | Max Schillinger | 1 | -1/+1 | |
| 2022-02-06 | Add the Meta key | Jules Aguillon | 1 | -0/+2 | |
| Currently using the diamond symbol like the history meta key: https://en.wikipedia.org/wiki/Meta_key However, this key is actually interpreted as the Super/Windows key but Android calls it "meta" internally. | |||||
| 2022-01-29 | Fn+Tab to send the tab character | Jules Aguillon | 1 | -0/+1 | |
| 2022-01-29 | Fix modifier not working on non-ASCII | Jules Aguillon | 1 | -1/+2 | |
| Characters defined in layouts that aren't defined in KeyValue weren't recognized as character keys. Not working with modifiers. | |||||
| 2022-01-22 | Use symbols for configuration and emoji keys | Edgars | 1 | -2/+2 | |
| `srcs/juloo.keyboard2/KeyValue.java` was updated to replace `Conf` with `⛭` (`\u2699`) and `:)` with `☻` (`\u263B`). | |||||
| 2022-01-20 | Add keys for Latvian | Edgars | 1 | -3/+8 | |
| New accents - caron and macron - were defined and QWERTY layout was updated to add accents for Latvian specific characters. | |||||
| 2022-01-09 | Add the Action key | Jules Aguillon | 1 | -0/+2 | |
| 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 | Add the German language | Jules Aguillon | 1 | -3/+11 | |
| Add the 'ß' character on the bottom-left corner of the 's' key, which is hidden for other languages. Co-authored-by: Moini <moini@noreply.invalid> | |||||
| 2022-01-09 | Allow to hide more keys than just accents | Jules Aguillon | 1 | -0/+9 | |
| Add the "FLAGS_LANGS" set of flags, which will be used to hide individual keys that are not accents. | |||||
| 2021-12-22 | Always send the keycode for the tab key | Jules Aguillon | 1 | -1/+1 | |
| Don't write the tab character and always send the keycode, which is most probably handled by applications. | |||||
| 2021-12-22 | Use the right keycode for the home key | Jules Aguillon | 1 | -1/+1 | |
| The previous keycode wasn't the classical "home" movement key but Android's actual home key, which has no effect when generated from the keyboard. | |||||
| 2021-12-19 | Auto-format Java and XML files | Jules Aguillon | 1 | -11/+11 | |
| Use xmllint. Re-indent Java files using spaces. | |||||
| 2021-12-11 | Add Swedish | Jules Aguillon | 1 | -1/+3 | |
| First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring) | |||||
| 2021-12-05 | Fix swapped page_up/page_down | Jules Aguillon | 1 | -2/+2 | |
| 2021-05-08 | Improve the numeric keyboard | Jules Aguillon | 1 | -2/+18 | |
| 2021-05-07 | Add a dashed circle symbol on accents | Jules Aguillon | 1 | -6/+6 | |
| To help recognize them. | |||||
| 2021-05-01 | Better placement of accents on QWERTY | Jules Aguillon | 1 | -6/+6 | |
| Also change internal names for accents. | |||||
| 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-21 | Add some missing keycodes | Jules Aguillon | 1 | -3/+18 | |
| Allows to sent ctrl and alt combinations. Notably the ] character. | |||||
| 2021-04-20 | Add precise repeat on some keys | Jules Aguillon | 1 | -26/+32 | |
| 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 | 1 | -3/+3 | |
| 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 | 1 | -13/+33 | |
| 2021-04-18 | Add function keys | Jules Aguillon | 1 | -1/+3 | |
| Add the Fn modifier that change the digits into F1 to F10. | |||||
| 2021-04-18 | Separate handling of modifiers from KeyValue class | Jules Aguillon | 1 | -106/+53 | |
| 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-13 | Add an option to toggle accent keys | Jules Aguillon | 1 | -0/+3 | |
| These keys are not useful at all in English. A new option allows to hide them, [false] by default. | |||||
| 2016-12-11 | switchToNextInputMethod key | juloo | 1 | -0/+2 | |
| 2015-10-28 | Fix some bugs + Try to show a preview popup | jaguillo | 1 | -15/+16 | |
| 2015-10-27 | Fix crash + Fix emoji type buttons | jaguillo | 1 | -5/+0 | |
| 2015-10-26 | More emoji category + Fix last emoji used saving | jaguillo | 1 | -0/+5 | |
| 2015-10-24 | Emoji pane | jaguillo | 1 | -41/+45 | |
| 2015-10-13 | Special key font + Esc key | jaguillo | 1 | -15/+18 | |
| 2015-10-11 | Key to switch to numeric pane | jaguillo | 1 | -1/+6 | |
| 2015-10-03 | Perf improvement (small) | jaguillo | 1 | -1/+12 | |
| 2015-08-18 | Add trema accent + Add accents to azerty | juloo | 1 | -0/+4 | |
| 2015-08-18 | Accent | juloo | 1 | -50/+77 | |
| 2015-08-04 | Add icons + Nothing | juloo | 1 | -2/+2 | |
| 2015-08-03 | Add qwerty layout + popup to change layout | juloo | 1 | -0/+2 | |
| 2015-08-02 | Fix keys drawing | juloo | 1 | -1/+1 | |
| 2015-08-02 | Insert key | juloo | 1 | -1/+2 | |
| 2015-08-02 | Send Ctrl/Alt(/Shift) to the application | juloo | 1 | -50/+71 | |
| 2015-08-02 | Lockable keys | juloo | 1 | -6/+9 | |
| 2015-08-01 | Implement shift key | juloo | 1 | -9/+25 | |
| 2015-08-01 | Send keys to the application | juloo | 1 | -23/+48 | |
| 2015-08-01 | Improve KeyValue | juloo | 1 | -74/+47 | |
| 2015-08-01 | Add more keys + (tmp) change KeyValue | juloo | 1 | -66/+69 | |
| 2015-07-31 | Add sub more subkeys + Better drawing | juloo | 1 | -1/+21 | |
| 2015-07-31 | Create KeyboardData class and handle move on keys | juloo | 1 | -1/+3 | |
