| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-27 | Compute text size relative to key height | Jules Aguillon | 1 | -3/+3 | |
| Instead of a fixed size that don't work at all for bigger screens. Other tweaks: - Use the value-land dimens to vary 'extra_horizontal_margin' - Move label size to Config, because it can change at runtime (rotation) - Slightly decrease the size of "long" symbols | |||||
| 2022-02-13 | Define the height of the keyboard relative to the screen size | Jules Aguillon | 1 | -0/+1 | |
| Depending on the pixel density isn't ideal for a keyboard, which would render differently depending on the "scaling" accessibility option. Landscape mode needs a special values. At the same time, increase the horizontal margin when landscape. | |||||
| 2021-12-30 | Move the border radius from Config to Theme | Jules Aguillon | 1 | -1/+0 | |
| Also, draw activated keys with a round border too. | |||||
| 2021-12-28 | Use the themes abstraction | Jules Aguillon | 1 | -0/+1 | |
| Themes replace 'colors.xml' and soon will replace 'dimens.xml'. | |||||
| 2021-12-19 | Auto-format Java and XML files | Jules Aguillon | 1 | -12/+12 | |
| Use xmllint. Re-indent Java files using spaces. | |||||
| 2021-04-25 | Tweak dimensions | Jules Aguillon | 1 | -7/+8 | |
| Increase a bit labels size and reduce empty space between keys. | |||||
| 2021-01-05 | Remove the preview popup | Jules Aguillon | 1 | -5/+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-28 | Improve preview popup | jaguillo | 1 | -2/+2 | |
| 2015-10-28 | A bit of style | jaguillo | 1 | -2/+7 | |
| 2015-10-24 | Emoji pane | jaguillo | 1 | -0/+2 | |
| 2015-08-08 | Todo settings | juloo | 1 | -3/+4 | |
| 2015-08-02 | Fix keys drawing | juloo | 1 | -1/+1 | |
| 2015-08-01 | Implement shift key | juloo | 1 | -1/+1 | |
| 2015-08-01 | Send keys to the application | juloo | 1 | -1/+2 | |
| 2015-08-01 | Replace key_margin with key_bg_padding + Add {vertical,horizontal}_margin | juloo | 1 | -2/+4 | |
| 2015-07-31 | Use dimens.xml instead of constants | juloo | 1 | -0/+8 | |
