abouttreesummaryrefslogcommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-18Render the emoji key as ":)"Jules Aguillon1-1/+1
In order to remove the colors in the rendering.
2021-04-18Hide the input switching key if it's not neededJules Aguillon4-5/+23
Android has a new way of switching between input methods and this key need to be hidden in most cases.
2021-04-17Remove fixed keyboard widthJules Aguillon3-38/+29
Remove the constant of keys per rows. Add the 'shift' attribute to declare eventual alignment/blanks in layouts.
2021-04-15Use subtypes to choose layoutJules Aguillon4-37/+69
This removes the "layout" setting. Every layouts that the user could use will appear in the global settings.
2021-04-15Stateless KeyboardData classJules Aguillon3-86/+117
It was a pain to use. It was also a pain to write this though.
2021-04-13Add an option to toggle accent keysJules Aguillon5-1/+35
These keys are not useful at all in English. A new option allows to hide them, [false] by default.
2021-04-13Fix layout pref under debug buildsJules Aguillon1-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-13Change build system to makeJules Aguillon6-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-17Release 1.6 (7)Jules Aguillon1-2/+2
2021-01-17Slightly improve emoji group buttonsJules Aguillon1-1/+3
2021-01-17Remove duplicate emojis and skin tonesJules Aguillon2-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-17Update the list of emojisJules Aguillon8-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-16Use openjdk8Jules Aguillon1-1/+1
2021-01-05Use more recent JavaJules Aguillon2-3/+3
2021-01-05Remove the preview popupJules Aguillon8-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-04Upgrade the platform version to 29Jules Aguillon3-3/+3
2021-01-04Use full class path in AndroidManifestJules Aguillon1-2/+2
Allows to make debug variant of the app by only changing the `package` attribute.
2021-01-04Add 'shell.nix' and build the projectJules Aguillon2-0/+25
Add a working environment and specify Java version
2016-12-11switchToNextInputMethod keyjuloo4-2/+12
2015-10-29Move configs to Config objectjaguillo4-102/+155
2015-10-28Update play store imagesjaguillo15-0/+0
2015-10-28Upgrade 1.5 (6)jaguillo1-2/+2
2015-10-28preview_enabled settingsjaguillo3-12/+28
2015-10-28Improve preview popupjaguillo4-26/+88
2015-10-28A bit of stylejaguillo3-6/+16
2015-10-28Show preview popupjaguillo2-3/+34
2015-10-28Fix some bugs + Try to show a preview popupjaguillo6-29/+88
2015-10-27Improve init of emoji panejaguillo3-61/+53
2015-10-27Update 1.4 (v5)jaguillo1-2/+2
2015-10-27Fix crash + Fix emoji type buttonsjaguillo5-48/+25
2015-10-26More emoji category + Fix last emoji used savingjaguillo5-314/+386
2015-10-26Last used emojijaguillo7-33/+109
2015-10-24Emoji panejaguillo12-125/+325
2015-10-23Start with emojisjaguillo8-22/+2815
2015-10-17Stop special handling of delete keysjaguillo1-12/+12
2015-10-13Special key font + Esc keyjaguillo5-49/+79
2015-10-11Update 1.3 (v4)jaguillo1-2/+2
2015-10-11Key to switch to numeric panejaguillo8-15/+47
2015-10-03Perf improvement (small)jaguillo3-15/+27
2015-10-01Mini fixjaguillo1-0/+17
2015-10-01Improve numeric layoutjaguillo1-13/+17
2015-10-01Numeric keyboardjaguillo3-0/+39
2015-09-30Version 1.2 (3)jaguillo1-3/+3
2015-09-30Mergejaguillo0-0/+0
2015-09-30Add margin_bottom, key_height and horizontal_margin configsjaguillo4-8/+45
2015-09-30Add margin_bottom, key_height and horizontal_margin configsjaguillo4-8/+45
2015-09-30Fix \ charjaguillo2-2/+2
2015-08-18Move 2 keysjuloo1-2/+2
2015-08-18Upgradejuloo1-2/+2
2015-08-18Add trema accent + Add accents to azertyjuloo3-8/+12