Commit 8c0e870
Sources sheet: graphical Compare tab, more metrics, tab-inline live dots
UI refactor on the data-sources bottom sheet:
- Drop the standalone "Live data sources" pill row above the tabs. Each
tab label now carries its own live/offline dot (filled coloured circle
vs hollow grey ring) so source state reads inline with the tab name.
- Compare tab redesign: two side-by-side picker chip rows joined by a
centered "VS" badge. No more "Pick two sources" / "A" / "B" labels.
- Comparisons are now graphical line charts of a rolling 30-second time
series per metric, per source. Both lines share an auto-fitted Y axis;
the panel header carries the current Δ as a numeric badge so the value
stays glanceable.
- New comparison metrics: heading (deg), vertical speed (m/s),
|G| horizontal. Phone tab now also shows heading from Location.bearing
when speed > 0; satellites count + ±accuracy line for any source that
reports them.
RaceBox parser additions (both standard 0x01/0x07 and extended 0xFF/0x01
frames):
- Heading of motion from offset 64 (int32 deg * 1e-5, wrapped to 0..360).
- Vertical speed derived from NED velD at offset 56 (mm/s, +down -> +up).
- Number of satellites from offset 23.
ExternalGpsSample + SourceSnapshot gain matching nullable fields.
Version bump for branch testing: 0.6.4-ex_gps (versionCode 43), so test
builds are obvious vs the production 0.6.3 build on main.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4d044e6 commit 8c0e870
6 files changed
Lines changed: 516 additions & 161 deletions
File tree
- app
- src/main/java/com/eried/eucplanet
- ble/gps
- data/model
- ui/dashboard/sources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
117 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
118 | 131 | | |
119 | 132 | | |
120 | 133 | | |
| |||
135 | 148 | | |
136 | 149 | | |
137 | 150 | | |
| 151 | + | |
138 | 152 | | |
139 | 153 | | |
140 | 154 | | |
141 | 155 | | |
| 156 | + | |
142 | 157 | | |
143 | 158 | | |
144 | 159 | | |
145 | 160 | | |
| 161 | + | |
146 | 162 | | |
147 | 163 | | |
148 | 164 | | |
| |||
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
163 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
164 | 185 | | |
165 | 186 | | |
166 | 187 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
24 | 34 | | |
25 | 35 | | |
26 | 36 | | |
| |||
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
| |||
0 commit comments