Commit e8e13d4
committed
Settings polish bundle: scroll nested expansions, name-as-last-backup, period sweep
- BringIntoViewOnFirstShow() helper added; dropped into every conditional
expansion on the Settings screen so newly-revealed sub-blocks reveal
themselves the same way the top-level CollapsibleSection cards do:
autoRecord, autoRecordStartInMotion, voiceEnabled, volumeKeysEnabled,
engineSoundEnabled, autoLightsEnabled, autoVolumeEnabled and the
Additional GPS sub-section.
- "Last backup" label now reads "Last backup: <date> AS <name>" after a
long-press named save. Adds lastSettingsBackupName to AppSettings +
SettingsJson + stripDeviceBindings, and a new cloud_last_backup_named
string localised across 14 locales. Every successful backup updates
the timestamp now (default and named), with the name field staying
null for the default snapshot.
- Backup name dialog: dropped the "Will save as eucplanet_settings-..."
preview line; the field label and the dialog title (gone in the prior
polish pass) are enough.
- Overwrite confirm dialog: Cancel and tap-outside both reopen the name
input with the previously-typed name preserved, instead of dismissing
the whole flow.
- Single-sentence hint / caption / desc strings drop their trailing
period across all 15 locale files (perl sweep skips *_body / *_message
keys so multi-sentence dialog copy keeps its punctuation). Matches the
feel of "Rules are checked top-to-bottom" which already had no period.
Phone code 78 -> 79, wear 100079 -> 100080; versionName stays at 0.7.0.1 parent 57ad918 commit e8e13d4
23 files changed
Lines changed: 537 additions & 470 deletions
File tree
- app
- src/main
- java/com/eried/eucplanet
- data
- model
- store
- sync
- ui/settings
- res
- values-b+es+419
- values-da
- values-de
- values-es
- values-fr
- values-it
- values-nl
- values-no
- values-pl
- values-pt-rBR
- values-ru
- values-sv
- values-uk
- values-zh
- values
- wear
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| 188 | + | |
186 | 189 | | |
187 | 190 | | |
188 | 191 | | |
| |||
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
374 | 378 | | |
375 | 379 | | |
376 | 380 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| 207 | + | |
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
Lines changed: 67 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
| 677 | + | |
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
681 | 682 | | |
682 | 683 | | |
| 684 | + | |
683 | 685 | | |
684 | 686 | | |
685 | 687 | | |
| |||
940 | 942 | | |
941 | 943 | | |
942 | 944 | | |
| 945 | + | |
943 | 946 | | |
944 | 947 | | |
945 | 948 | | |
| |||
1256 | 1259 | | |
1257 | 1260 | | |
1258 | 1261 | | |
| 1262 | + | |
1259 | 1263 | | |
1260 | 1264 | | |
1261 | 1265 | | |
| |||
1498 | 1502 | | |
1499 | 1503 | | |
1500 | 1504 | | |
| 1505 | + | |
1501 | 1506 | | |
1502 | 1507 | | |
1503 | 1508 | | |
| |||
1539 | 1544 | | |
1540 | 1545 | | |
1541 | 1546 | | |
1542 | | - | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
| 1550 | + | |
| 1551 | + | |
1543 | 1552 | | |
1544 | 1553 | | |
| 1554 | + | |
1545 | 1555 | | |
1546 | 1556 | | |
1547 | 1557 | | |
| |||
1550 | 1560 | | |
1551 | 1561 | | |
1552 | 1562 | | |
1553 | | - | |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
| 1567 | + | |
| 1568 | + | |
| 1569 | + | |
| 1570 | + | |
1554 | 1571 | | |
1555 | 1572 | | |
1556 | 1573 | | |
1557 | 1574 | | |
1558 | 1575 | | |
| 1576 | + | |
1559 | 1577 | | |
1560 | 1578 | | |
1561 | 1579 | | |
1562 | 1580 | | |
1563 | | - | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
1564 | 1586 | | |
1565 | 1587 | | |
1566 | 1588 | | |
| |||
1713 | 1735 | | |
1714 | 1736 | | |
1715 | 1737 | | |
1716 | | - | |
| 1738 | + | |
1717 | 1739 | | |
1718 | | - | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
1719 | 1747 | | |
1720 | 1748 | | |
1721 | 1749 | | |
| |||
2265 | 2293 | | |
2266 | 2294 | | |
2267 | 2295 | | |
| 2296 | + | |
2268 | 2297 | | |
2269 | 2298 | | |
2270 | 2299 | | |
| |||
2887 | 2916 | | |
2888 | 2917 | | |
2889 | 2918 | | |
| 2919 | + | |
| 2920 | + | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
| 2929 | + | |
| 2930 | + | |
| 2931 | + | |
| 2932 | + | |
| 2933 | + | |
| 2934 | + | |
| 2935 | + | |
| 2936 | + | |
| 2937 | + | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
2890 | 2941 | | |
2891 | 2942 | | |
2892 | 2943 | | |
| |||
2927 | 2978 | | |
2928 | 2979 | | |
2929 | 2980 | | |
| 2981 | + | |
2930 | 2982 | | |
2931 | 2983 | | |
2932 | 2984 | | |
2933 | 2985 | | |
2934 | | - | |
| 2986 | + | |
2935 | 2987 | | |
2936 | | - | |
2937 | | - | |
2938 | | - | |
2939 | 2988 | | |
2940 | 2989 | | |
2941 | 2990 | | |
| |||
2946 | 2995 | | |
2947 | 2996 | | |
2948 | 2997 | | |
2949 | | - | |
2950 | | - | |
2951 | | - | |
2952 | | - | |
2953 | | - | |
2954 | | - | |
2955 | | - | |
2956 | | - | |
2957 | | - | |
2958 | | - | |
2959 | | - | |
2960 | | - | |
2961 | | - | |
2962 | | - | |
2963 | | - | |
2964 | | - | |
2965 | | - | |
2966 | | - | |
| 2998 | + | |
| 2999 | + | |
| 3000 | + | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
| 3004 | + | |
| 3005 | + | |
| 3006 | + | |
2967 | 3007 | | |
2968 | 3008 | | |
2969 | 3009 | | |
| |||
0 commit comments