| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-04-24 | Add the label size option | Jules Aguillon | 4 | -3/+16 | |
| 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 | build: Explicitly set signing algorithms | Jules Aguillon | 1 | -1/+1 | |
| Newer versions of jarsigner default to SHA256, which is unsupported for some versions of Android we support. | |||||
| 2021-04-20 | Release 1.7 (8) | Jules Aguillon | 1 | -2/+2 | |
| 2021-04-20 | Adjust azerty layout | Jules Aguillon | 1 | -2/+2 | |
| Add the 'change_method' key and remove a key that is available through accents. | |||||
| 2021-04-20 | Set the en_US layout default | Jules Aguillon | 1 | -6/+6 | |
| Now that it's necessary to change the device's settings to use a different layout, qwerty is a better international default than azerty. | |||||
| 2021-04-20 | Disable vibration when holding keys | Jules Aguillon | 1 | -4/+0 | |
| 2021-04-20 | Add a setting for precise repeat | Jules Aguillon | 4 | -1/+12 | |
| 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 | 3 | -13/+57 | |
| 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 | 4 | -33/+54 | |
| 2021-04-18 | Add function keys | Jules Aguillon | 4 | -11/+41 | |
| 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 | Improve the bottom row | Jules Aguillon | 3 | -12/+12 | |
| Remove the "emoji" and "conf" action from the enter key. Move the former to the "arrows" key and the latter to "p". Slightly increase the size of the keys around the spacebar, and decrease the spacebar size. | |||||
| 2021-04-18 | Rework the numeric layout | Jules Aguillon | 1 | -38/+32 | |
| Remove the empty keys, make it more symetric and add more characters. | |||||
| 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 | 3 | -38/+29 | |
| 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 | 4 | -37/+69 | |
| 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 | 5 | -1/+35 | |
| 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-04-13 | Change build system to make | Jules Aguillon | 6 | -137/+114 | |
| The ant scripts included in the android SDK were removed recently. The alternative is Gradle. Gradle doesn't work well in this app because it's not possible to use Nix to pull dependencies. Gradle will try to patch the SDK. Also, it's very slow. It turns out the required build script is quite simple. | |||||
| 2021-01-17 | Release 1.6 (7) | Jules Aguillon | 1 | -2/+2 | |
| 2021-01-17 | Slightly improve emoji group buttons | Jules Aguillon | 1 | -1/+3 | |
| 2021-01-17 | Remove duplicate emojis and skin tones | Jules Aguillon | 2 | -1944/+20 | |
| Statuses other than "fully-qualified" are duplicates or won't render. Skin tones are available using combinations, no need to keep each variants. | |||||
| 2021-01-17 | Update the list of emojis | Jules Aguillon | 8 | -2752/+5574 | |
| 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-16 | Use openjdk8 | Jules Aguillon | 1 | -1/+1 | |
| 2021-01-05 | Use more recent Java | Jules Aguillon | 2 | -3/+3 | |
| 2021-01-05 | Remove the preview popup | Jules Aguillon | 8 | -167/+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) | |||||
| 2021-01-04 | Upgrade the platform version to 29 | Jules Aguillon | 3 | -3/+3 | |
| 2021-01-04 | Use full class path in AndroidManifest | Jules Aguillon | 1 | -2/+2 | |
| Allows to make debug variant of the app by only changing the `package` attribute. | |||||
| 2021-01-04 | Add 'shell.nix' and build the project | Jules Aguillon | 2 | -0/+25 | |
| Add a working environment and specify Java version | |||||
| 2016-12-11 | switchToNextInputMethod key | juloo | 4 | -2/+12 | |
| 2015-10-29 | Move configs to Config object | jaguillo | 4 | -102/+155 | |
| 2015-10-28 | Update play store images | jaguillo | 15 | -0/+0 | |
| 2015-10-28 | Upgrade 1.5 (6) | jaguillo | 1 | -2/+2 | |
| 2015-10-28 | preview_enabled settings | jaguillo | 3 | -12/+28 | |
| 2015-10-28 | Improve preview popup | jaguillo | 4 | -26/+88 | |
| 2015-10-28 | A bit of style | jaguillo | 3 | -6/+16 | |
| 2015-10-28 | Show preview popup | jaguillo | 2 | -3/+34 | |
| 2015-10-28 | Fix some bugs + Try to show a preview popup | jaguillo | 6 | -29/+88 | |
| 2015-10-27 | Improve init of emoji pane | jaguillo | 3 | -61/+53 | |
| 2015-10-27 | Update 1.4 (v5) | jaguillo | 1 | -2/+2 | |
| 2015-10-27 | Fix crash + Fix emoji type buttons | jaguillo | 5 | -48/+25 | |
| 2015-10-26 | More emoji category + Fix last emoji used saving | jaguillo | 5 | -314/+386 | |
