abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Theme.java
AgeCommit message (Expand)AuthorFilesLines
2025-05-30Fix high keyboard height making it overflowsJules Aguillon1-2/+11
2025-03-22Fix label brightness not being appliedJules Aguillon1-3/+6
2025-02-09Refactor: Compute appearance values before onDrawJules Aguillon1-40/+110
2024-05-29Configure anticircle gesture per-key (#644)Jules Aguillon1-2/+4
2024-02-17compose: Grey out keys that are not in sequenceJules Aguillon1-0/+3
2024-02-17Dim secondary keys in every themesJules Aguillon1-4/+6
2023-11-25Use Gradle (#452)deftkHD1-1/+0
2022-11-13Draw borders and update themesJules Aguillon1-1/+16
2022-11-11Dim secondary keysJules Aguillon1-2/+14
2022-10-24Draw letter indication on the pin layoutJules Aguillon1-0/+7
2022-09-19Add the Extra Keys optionJules Aguillon1-8/+6
2022-05-07Set the color of the navigation barJules Aguillon1-0/+5
2022-03-17Stateless build of the special font fileJules Aguillon1-1/+1
2022-02-27Compute text size relative to key heightJules Aguillon1-6/+0
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger1-2/+2
2021-12-30Move the border radius from Config to ThemeJules Aguillon1-0/+4
2021-12-30Add themesJules Aguillon1-1/+1
2021-12-28Use the themes abstractionJules Aguillon1-6/+10
2021-12-28Reference the "special key font" in the Theme objectJules Aguillon1-3/+14
2021-12-26Move Theme code to its own classJules Aguillon1-0/+64