File tree
Expand file treeCollapse file tree
10 files changed
+173
-9
lines changedFilter options
- app/src/main
- cpp
- androidfrontend
- java/org/fcitx/fcitx5/android
- core
- input
- candidates/floating
Expand file treeCollapse file tree
10 files changed
+173
-9
lines changedapp/src/main/cpp/androidfrontend/androidfrontend.cpp
Copy file name to clipboardExpand all lines: app/src/main/cpp/androidfrontend/androidfrontend.cpp+46-2Lines changed: 46 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
| 134 | + |
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
| ||
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
153 | 167 |
|
154 | 168 |
|
155 | 169 |
|
| ||
237 | 251 |
|
238 | 252 |
|
239 | 253 |
|
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
240 | 275 |
|
241 | 276 |
|
242 | 277 |
|
| ||
328 | 363 |
|
329 | 364 |
|
330 | 365 |
|
331 |
| - |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
332 | 371 |
|
333 | 372 |
|
334 | 373 |
|
| ||
419 | 458 |
|
420 | 459 |
|
421 | 460 |
|
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
422 | 466 |
|
423 | 467 |
|
424 | 468 |
|
|
app/src/main/cpp/androidfrontend/androidfrontend.h
Copy file name to clipboardExpand all lines: app/src/main/cpp/androidfrontend/androidfrontend.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
| ||
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|
| 78 | + |
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
|
app/src/main/cpp/androidfrontend/androidfrontend_public.h
Copy file name to clipboardExpand all lines: app/src/main/cpp/androidfrontend/androidfrontend_public.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
71 | 74 |
|
72 | 75 |
|
73 | 76 |
|
|
app/src/main/cpp/native-lib.cpp
Copy file name to clipboardExpand all lines: app/src/main/cpp/native-lib.cpp+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
429 | 429 |
|
430 | 430 |
|
431 | 431 |
|
| 432 | + |
| 433 | + |
| 434 | + |
| 435 | + |
432 | 436 |
|
433 | 437 |
|
434 | 438 |
|
| ||
1068 | 1072 |
|
1069 | 1073 |
|
1070 | 1074 |
|
| 1075 | + |
| 1076 | + |
| 1077 | + |
| 1078 | + |
| 1079 | + |
| 1080 | + |
| 1081 | + |
1071 | 1082 |
|
1072 | 1083 |
|
1073 | 1084 |
|
|
app/src/main/java/org/fcitx/fcitx5/android/core/Fcitx.kt
Copy file name to clipboardExpand all lines: app/src/main/java/org/fcitx/fcitx5/android/core/Fcitx.kt+27-3Lines changed: 27 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
77 | 83 |
|
78 | 84 |
|
79 | 85 |
|
| ||
82 | 88 |
|
83 | 89 |
|
84 | 90 |
|
85 |
| - |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
86 | 98 |
|
87 | 99 |
|
88 | 100 |
|
| ||
172 | 184 |
|
173 | 185 |
|
174 | 186 |
|
| 187 | + |
| 188 | + |
| 189 | + |
175 | 190 |
|
176 | 191 |
|
177 | 192 |
|
| ||
233 | 248 |
|
234 | 249 |
|
235 | 250 |
|
236 |
| - |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
237 | 258 |
|
238 | 259 |
|
239 | 260 |
|
| ||
343 | 364 |
|
344 | 365 |
|
345 | 366 |
|
| 367 | + |
| 368 | + |
| 369 | + |
346 | 370 |
|
347 | 371 |
|
348 | 372 |
|
|
app/src/main/java/org/fcitx/fcitx5/android/core/FcitxAPI.kt
Copy file name to clipboardExpand all lines: app/src/main/java/org/fcitx/fcitx5/android/core/FcitxAPI.kt+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
| 106 | + |
106 | 107 |
|
107 | 108 |
|
app/src/main/java/org/fcitx/fcitx5/android/input/CandidatesView.kt
Copy file name to clipboardExpand all lines: app/src/main/java/org/fcitx/fcitx5/android/input/CandidatesView.kt+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
| 77 | + |
| 78 | + |
76 | 79 |
|
77 | 80 |
|
78 | 81 |
|
| ||
82 | 85 |
|
83 | 86 |
|
84 | 87 |
|
85 |
| - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
86 | 93 |
|
87 | 94 |
|
88 | 95 |
|
| ||
116 | 123 |
|
117 | 124 |
|
118 | 125 |
|
| 126 | + |
119 | 127 |
|
120 | 128 |
|
121 | 129 |
|
| ||
141 | 149 |
|
142 | 150 |
|
143 | 151 |
|
| 152 | + |
| 153 | + |
144 | 154 |
|
145 | 155 |
|
146 | 156 |
|
| ||
193 | 203 |
|
194 | 204 |
|
195 | 205 |
|
| 206 | + |
196 | 207 |
|
197 | 208 |
|
198 | 209 |
|
app/src/main/java/org/fcitx/fcitx5/android/input/TouchEventReceiverWindow.kt
Copy file name to clipboard+53Lines changed: 53 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
app/src/main/java/org/fcitx/fcitx5/android/input/candidates/floating/PagedCandidatesUi.kt
Copy file name to clipboardExpand all lines: app/src/main/java/org/fcitx/fcitx5/android/input/candidates/floating/PagedCandidatesUi.kt+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
| ||
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
53 | 63 |
|
54 | 64 |
|
55 | 65 |
|
| ||
59 | 69 |
|
60 | 70 |
|
61 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
62 | 75 |
|
63 | 76 |
|
64 | 77 |
|
| ||
79 | 92 |
|
80 | 93 |
|
81 | 94 |
|
| 95 | + |
82 | 96 |
|
83 | 97 |
|
84 | 98 |
|
|
app/src/main/java/org/fcitx/fcitx5/android/input/candidates/floating/PaginationUi.kt
Copy file name to clipboardExpand all lines: app/src/main/java/org/fcitx/fcitx5/android/input/candidates/floating/PaginationUi.kt+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 |
| - |
37 |
| - |
| 37 | + |
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
|
0 commit comments