| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-10 | Fix various linter warnings | Jules Aguillon | 1 | -4/+0 | |
| Among others: - Use `apply` instead of `commit` when saving shared preferences. - Avoid inlined Api - Remove unused resources | |||||
| 2023-06-03 | Refactor: Remove dimens used as option defaults | Jules Aguillon | 1 | -2/+0 | |
| The conversion into px was done twice, leading to wrong values. | |||||
| 2023-01-15 | Separate option for bottom margin in landscape mode | Jules Aguillon | 1 | -0/+1 | |
| A large margin in portrait mode is desirable but generally not in landscape mode. | |||||
| 2023-01-15 | Separate option for horizontal margin in landscape mode | Jules Aguillon | 1 | -1/+1 | |
| A separate option is needed, the +25dp offset wasn't enough. | |||||
| 2022-06-06 | Fix inconsistent text size in landscape mode | Jules Aguillon | 1 | -6/+0 | |
| Dimens weren't refreshed when the orientation changed. Dimens are not the right solution anyway, use scaling factors instead. | |||||
| 2022-06-06 | Increase horizontal spacing in landscape mode | Jules Aguillon | 1 | -1/+1 | |
| Space between the keys and margin on the left and right edges of the screen. | |||||
| 2022-02-27 | Compute text size relative to key height | Jules Aguillon | 1 | -2/+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 | |||||
| 2021-12-19 | Auto-format Java and XML files | Jules Aguillon | 1 | -7/+7 | |
| Use xmllint. Re-indent Java files using spaces. | |||||
| 2015-10-24 | Emoji pane | jaguillo | 1 | -0/+1 | |
| 2015-08-08 | Todo settings | juloo | 1 | -1/+2 | |
| 2015-08-02 | Fix keys drawing | juloo | 1 | -2/+2 | |
| 2015-08-01 | Replace key_margin with key_bg_padding + Add {vertical,horizontal}_margin | juloo | 1 | -1/+2 | |
| 2015-07-31 | Add dimens.xml for landscape mode | juloo | 1 | -0/+7 | |
