Skip to content

Commit 02619c4

Browse files
committed
chore: release v3.7.4
1 parent d2b541b commit 02619c4

26 files changed

Lines changed: 1328 additions & 462 deletions

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "com.leanbitlab.leantype"
2323
minSdk = 21
2424
targetSdk = 35
25-
versionCode = 3703
26-
versionName = "3.7.3"
25+
versionCode = 3704
26+
versionName = "3.7.4"
2727

2828
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
2929

Lines changed: 167 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,176 @@
11
[
22
[
3-
{ "label": "1", "type": "numeric" },
4-
{ "label": "2", "type": "numeric" },
5-
{ "label": "3", "type": "numeric" },
6-
{ "label": "-", "type": "function", "popup": { "main": { "label": "+" } }, "labelFlags": 64 }
3+
{
4+
"label": "1",
5+
"type": "numeric",
6+
"width": 0.28
7+
},
8+
{
9+
"label": "2",
10+
"type": "numeric",
11+
"width": 0.28
12+
},
13+
{
14+
"label": "3",
15+
"type": "numeric",
16+
"width": 0.28
17+
},
18+
{
19+
"label": "-",
20+
"type": "function",
21+
"width": 0.16,
22+
"popup": {
23+
"main": {
24+
"label": "+"
25+
}
26+
},
27+
"labelFlags": 64
28+
}
729
],
830
[
9-
{ "label": "4", "type": "numeric" },
10-
{ "label": "5", "type": "numeric" },
11-
{ "label": "6", "type": "numeric" },
12-
{ "label": "space", "type": "function" }
31+
{
32+
"label": "4",
33+
"type": "numeric",
34+
"width": 0.28
35+
},
36+
{
37+
"label": "5",
38+
"type": "numeric",
39+
"width": 0.28
40+
},
41+
{
42+
"label": "6",
43+
"type": "numeric",
44+
"width": 0.28
45+
},
46+
{
47+
"label": "space",
48+
"type": "function",
49+
"width": 0.16
50+
}
1351
],
1452
[
15-
{ "label": "7", "type": "numeric" },
16-
{ "label": "8", "type": "numeric" },
17-
{ "label": "9", "type": "numeric" },
18-
{ "label": "delete" }
53+
{
54+
"label": "7",
55+
"type": "numeric",
56+
"width": 0.28
57+
},
58+
{
59+
"label": "8",
60+
"type": "numeric",
61+
"width": 0.28
62+
},
63+
{
64+
"label": "9",
65+
"type": "numeric",
66+
"width": 0.28
67+
},
68+
{
69+
"label": "delete",
70+
"width": 0.16
71+
}
1972
],
2073
[
21-
{ "$": "variation_selector",
22-
"default": { "label": ",", "type": "numeric", "groupId": 1 },
23-
"date": { "label": ".", "type": "numeric", "groupId": 1 },
24-
"time": { "label": ".", "type": "numeric", "groupId": 1, "popup": { "relevant": [
25-
{ "label": "!fixedColumnOrder!2" },
26-
{ "label": "!hasLabels!" },
27-
{ "label": "AM" },
28-
{ "label": "PM" }
29-
] } },
30-
"datetime": { "label": ".", "type": "numeric", "groupId": 1, "popup": { "relevant": [
31-
{ "label": "!fixedColumnOrder!2" },
32-
{ "label": "!hasLabels!" },
33-
{ "label": "AM" },
34-
{ "label": "PM" }
35-
] } }
36-
},
37-
{ "label": "0", "type": "numeric" },
38-
{ "$": "variation_selector",
39-
"default": { "label": ".", "type": "numeric" },
40-
"date": { "label": "/", "type": "numeric" },
41-
"time": { "label": ":", "type": "numeric" },
42-
"datetime": { "label": "/ :|/", "type": "numeric", "popup": { "relevant": [
43-
{ "label": "!noPanelAutoPopupKey!" },
44-
{ "label": "," }
45-
] } }
46-
},
47-
{ "label": "enter"}
74+
{
75+
"$": "variation_selector",
76+
"default": {
77+
"label": ",",
78+
"type": "function",
79+
"groupId": 1,
80+
"width": 0.28
81+
},
82+
"date": {
83+
"label": ".",
84+
"type": "function",
85+
"groupId": 1,
86+
"width": 0.28
87+
},
88+
"time": {
89+
"label": ".",
90+
"type": "function",
91+
"groupId": 1,
92+
"width": 0.28,
93+
"popup": {
94+
"relevant": [
95+
{
96+
"label": "!fixedColumnOrder!2"
97+
},
98+
{
99+
"label": "!hasLabels!"
100+
},
101+
{
102+
"label": "AM"
103+
},
104+
{
105+
"label": "PM"
106+
}
107+
]
108+
}
109+
},
110+
"datetime": {
111+
"label": ".",
112+
"type": "function",
113+
"groupId": 1,
114+
"width": 0.28,
115+
"popup": {
116+
"relevant": [
117+
{
118+
"label": "!fixedColumnOrder!2"
119+
},
120+
{
121+
"label": "!hasLabels!"
122+
},
123+
{
124+
"label": "AM"
125+
},
126+
{
127+
"label": "PM"
128+
}
129+
]
130+
}
131+
}
132+
},
133+
{
134+
"label": "0",
135+
"type": "numeric",
136+
"width": 0.28
137+
},
138+
{
139+
"$": "variation_selector",
140+
"default": {
141+
"label": ".",
142+
"type": "function",
143+
"width": 0.28
144+
},
145+
"date": {
146+
"label": "/",
147+
"type": "function",
148+
"width": 0.28
149+
},
150+
"time": {
151+
"label": ":",
152+
"type": "function",
153+
"width": 0.28
154+
},
155+
"datetime": {
156+
"label": "/ :|/",
157+
"type": "function",
158+
"width": 0.28,
159+
"popup": {
160+
"relevant": [
161+
{
162+
"label": "!noPanelAutoPopupKey!"
163+
},
164+
{
165+
"label": ","
166+
}
167+
]
168+
}
169+
}
170+
},
171+
{
172+
"label": "enter",
173+
"width": 0.16
174+
}
48175
]
49-
]
176+
]
Lines changed: 138 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,147 @@
11
[
22
[
3-
{ "label": "1", "type": "numeric" },
4-
{ "label": "2", "type": "numeric", "popup": { "main": { "label": "ABC" } } },
5-
{ "label": "3", "type": "numeric", "popup": { "main": { "label": "DEF" } } },
6-
{ "label": "-", "type": "function", "labelFlags": 1073742400, "popup": { "main": { "label": "+" } } }
3+
{
4+
"label": "1",
5+
"type": "numeric",
6+
"width": 0.28
7+
},
8+
{
9+
"label": "2",
10+
"type": "numeric",
11+
"width": 0.28,
12+
"popup": {
13+
"main": {
14+
"label": "ABC"
15+
}
16+
}
17+
},
18+
{
19+
"label": "3",
20+
"type": "numeric",
21+
"width": 0.28,
22+
"popup": {
23+
"main": {
24+
"label": "DEF"
25+
}
26+
}
27+
},
28+
{
29+
"label": "-",
30+
"type": "function",
31+
"width": 0.16,
32+
"labelFlags": 1073742400,
33+
"popup": {
34+
"main": {
35+
"label": "+"
36+
}
37+
}
38+
}
739
],
840
[
9-
{ "label": "4", "type": "numeric", "popup": { "main": { "label": "GHI" } } },
10-
{ "label": "5", "type": "numeric", "popup": { "main": { "label": "JKL" } } },
11-
{ "label": "6", "type": "numeric", "popup": { "main": { "label": "MNO" } } },
12-
{ "label": "space", "type": "function" }
41+
{
42+
"label": "4",
43+
"type": "numeric",
44+
"width": 0.28,
45+
"popup": {
46+
"main": {
47+
"label": "GHI"
48+
}
49+
}
50+
},
51+
{
52+
"label": "5",
53+
"type": "numeric",
54+
"width": 0.28,
55+
"popup": {
56+
"main": {
57+
"label": "JKL"
58+
}
59+
}
60+
},
61+
{
62+
"label": "6",
63+
"type": "numeric",
64+
"width": 0.28,
65+
"popup": {
66+
"main": {
67+
"label": "MNO"
68+
}
69+
}
70+
},
71+
{
72+
"label": "space",
73+
"type": "function",
74+
"width": 0.16
75+
}
1376
],
1477
[
15-
{ "label": "7", "type": "numeric", "popup": { "main": { "label": "PQRS" } } },
16-
{ "label": "8", "type": "numeric", "popup": { "main": { "label": "TUV" } } },
17-
{ "label": "9", "type": "numeric", "popup": { "main": { "label": "WXYZ" } } },
18-
{ "label": "delete" }
78+
{
79+
"label": "7",
80+
"type": "numeric",
81+
"width": 0.28,
82+
"popup": {
83+
"main": {
84+
"label": "PQRS"
85+
}
86+
}
87+
},
88+
{
89+
"label": "8",
90+
"type": "numeric",
91+
"width": 0.28,
92+
"popup": {
93+
"main": {
94+
"label": "TUV"
95+
}
96+
}
97+
},
98+
{
99+
"label": "9",
100+
"type": "numeric",
101+
"width": 0.28,
102+
"popup": {
103+
"main": {
104+
"label": "WXYZ"
105+
}
106+
}
107+
},
108+
{
109+
"label": "delete",
110+
"width": 0.16
111+
}
19112
],
20113
[
21-
{ "label": "*#|!code/key_switch_alpha_symbol", "type": "numeric", "labelFlags": 524432 },
22-
{ "label": "0 +|0", "type": "numeric", "popup": { "relevant": [ { "label": "!noPanelAutoPopupKey!" }, { "label": "+" } ] } },
23-
{ "label": ".", "type": "numeric", "labelFlags": 64, "groupId": 1 },
24-
{ "label": "action" }
114+
{
115+
"label": "*#|!code/key_switch_alpha_symbol",
116+
"type": "function",
117+
"width": 0.28,
118+
"labelFlags": 524432
119+
},
120+
{
121+
"label": "0 +|0",
122+
"type": "numeric",
123+
"width": 0.28,
124+
"popup": {
125+
"relevant": [
126+
{
127+
"label": "!noPanelAutoPopupKey!"
128+
},
129+
{
130+
"label": "+"
131+
}
132+
]
133+
}
134+
},
135+
{
136+
"label": ".",
137+
"type": "function",
138+
"width": 0.28,
139+
"labelFlags": 64,
140+
"groupId": 1
141+
},
142+
{
143+
"label": "action",
144+
"width": 0.16
145+
}
25146
]
26-
]
147+
]

0 commit comments

Comments
 (0)