Commit ee1bd3a
authored
Fix the status badge, the shortcut offer and the feed's first check (#895)
The status badge is the only route to the System status page, where the
settings for opening Vector live, and a tick does not read as a button
(#856). While the framework is active the tick now morphs into a gear for
ten seconds every thirty; across those ten seconds the gear tosses a coin
every two seconds and either turns once or stands still, because a wheel
that starts and stops reads as something being operated while one that
simply rotates becomes decoration. Every degree it moves was tossed for,
including the one hint in thirty-two that does not move at all. Only the
tick does this; the other states are reports, two of them urgent. The
hint retires after five badge taps in a day and returns the next.
A pinned shortcut does not follow the user to a launcher installed later,
yet getPinnedShortcuts keeps reporting it, because the pin flag belongs
to the shortcut rather than to the pair and only the active launcher may
read the per-launcher sets (#883). The launchers that have pinned it are
now recorded on this side, and a device running a launcher that is not
among them is offered the shortcut again. Where nothing is recorded the
current launcher is adopted, so no existing shortcut is declared missing,
and a home screen resolving to the chooser or to nothing counts as
unknown rather than as a mismatch.
Opening Home tossed a coin, and four times in five it showed whatever was
on disk — right for returning to Home, wrong for the first Home of a
process, when the archive has had longest to go stale. The first now
always revalidates; the toss governs only the visits after it.1 parent e8bec6b commit ee1bd3a
5 files changed
Lines changed: 372 additions & 13 deletions
File tree
- manager/src/main/kotlin/org/matrix/vector/manager
- data/repository
- ui
- components
- screens/home
Lines changed: 74 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
75 | 83 | | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
80 | 138 | | |
81 | 139 | | |
82 | 140 | | |
| |||
90 | 148 | | |
91 | 149 | | |
92 | 150 | | |
93 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
94 | 164 | | |
95 | 165 | | |
96 | 166 | | |
| |||
244 | 314 | | |
245 | 315 | | |
246 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
247 | 320 | | |
248 | 321 | | |
249 | 322 | | |
| |||
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
323 | 324 | | |
324 | 325 | | |
325 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
326 | 398 | | |
327 | 399 | | |
328 | 400 | | |
| |||
0 commit comments