abouttreesummaryrefslogcommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2015-08-18Accentjuloo4-62/+90
2015-08-18Fix key repeat on meta keys and empty keysjuloo1-1/+2
2015-08-16Publish on Play storejuloo3-0/+3
2015-08-16Image for the play storejuloo6-0/+0
2015-08-16Move some keys + Change namejuloo2-10/+10
2015-08-08More settingsjuloo5-25/+154
2015-08-08SideBarPreference + Continuing settingsjuloo6-16/+188