Shane Smiskol
10065c8c28
WifiManager: handle failed state change ( #37205 )
...
* handle connecting to network that drops out w/ wrong password (no longer says connected and now deletes connection)
* clean up
* combine
2026-02-13 17:02:42 -08:00
Shane Smiskol
1b426a3160
wifi button shows connecting ( #37202 )
...
* connecting wifi button
* use real wifi strength
* simplify
* meh cursor brought up edge case
2026-02-13 16:15:59 -08:00
Shane Smiskol
c91225b52e
WifiUi: reset networks on panel hide ( #37199 )
...
* stash
* fix setup
* clean up
* clean up
* clean up
* set active as safeguard
2026-02-13 15:37:07 -08:00
Adeeb Shihadeh
49a611df59
CI: don't block on badges job for release builds
2026-02-13 14:08:26 -08:00
YassineYousfi
2ba6df2506
chunk tinygrad pkl below GitHub max size - NoCache and AlwaysBuild ( #37194 )
...
* nocache
* +
* fixes
* lint
* not split
* use pathlib
* cleanup
* better
* even better
2026-02-13 10:14:24 -08:00
David
9b7bf4a101
mici ui replay: fix indeterminism with swiping and animations ( #37110 )
...
* fix: get_time and get_frame_time determinism
* remove some hackiness
* don't need that
2026-02-13 09:26:14 -08:00
felsager
a61badb564
test_following_distance: bump error margin when initial speed is 0 ( #37196 )
2026-02-12 20:59:14 -08:00
Shane Smiskol
2e21deeae8
WifiUi: fix up wrong password dialog ( #37195 )
...
* debug why so slow
* forget after
* i'm not sure why this is a thing
* better forget connecting reset
* ????
* has lag
* fix
* clean up
* should be fine
2026-02-12 20:48:34 -08:00
Harald Schäfer
132f10365a
relax dm timing tgwarp ( #37191 )
2026-02-12 19:52:22 -08:00
David
98bc70344f
fix: use correct display ID for WSL2 when setting up Xvfb ( #36697 )
...
use correct display ID for wsl
2026-02-12 19:19:25 -08:00
Shane Smiskol
0fa8e01d1f
Wifi ui: render scroller gradient under ( #37193 )
...
* gradient under
* blend mode works
* Revert "blend mode works"
This reverts commit 092924fbd6dc40cbb937cac8578257ba5a28a7ef.
* everywehre
* everywehre
2026-02-12 18:39:08 -08:00
Shane Smiskol
f142f1cd70
scroller: move scissor to render
2026-02-12 16:24:48 -08:00
Shane Smiskol
eb5cd542d9
WifiUi: add new networks to end, delete buttons on exit ( #37189 )
...
* add networks to end, remove bad scroller restore logic that sometimes starts in the middle
* works
* almost
* wifi slash
* clean up
* clean up
* opactiy
* more clean up
* more clean up
* set enabled and network missing on regain network
* cmt
2026-02-12 16:23:58 -08:00
Shane Smiskol
1257d31a56
WifiManager: dbus debug flag ( #37188 )
...
* add dbus debug wrapper
* no
2026-02-12 15:00:50 -08:00
Shane Smiskol
2e9b980fc2
remove lang_button
2026-02-12 13:48:55 -08:00
Shane Smiskol
2b7f91d151
WifiManager: update networks on active ( #37186 )
...
* immediately
* only if active
2026-02-12 13:40:00 -08:00
David
7665045fc6
ui replay: fix coverage reporting to include imports ( #37180 )
...
Fix coverage reporting by adjusting MiciMainLayout import
2026-02-12 10:46:34 -08:00
Harald Schäfer
af1583cdfc
Reapply tgwarp w NV12 fix ( #37168 )
...
* Revert "Revert tgwarp again (#37161 )"
This reverts commit 45099e7fcd .
* Weird uv sizes
* Fix interleaving
* Fix on CPU
* make CPU safe
* Prevent corruption without clone
* Claude knows speeed
* fix interleaving
* less kernels
* blob caching
* This is still slightly faster
* Comment for blob cache
2026-02-12 08:59:19 -08:00
Shane Smiskol
a46007d84d
WifiManager: safeguard an error response ( #37182 )
...
safeguard
2026-02-11 23:14:38 -08:00
Shane Smiskol
13b71b4e81
WifiManager: update networks on scan ( #37177 )
...
* like c++ wifiman
* rename to scan
* can do this
can do this
* Revert "can do this"
This reverts commit 295f7f49d448c6aacdde2ef810904df86357840b.
* kinda useless now
* clean up
2026-02-11 23:14:13 -08:00
Shane Smiskol
b084294dc0
incorrect -> wrong
2026-02-11 23:05:04 -08:00
Shane Smiskol
6cf95918c5
WifiManager: clean up connections ( #37179 )
...
* fix recent connect regression from connection not being known yet
* always update connections in background, keep track via signals only. no getallconnections each time one is added/deleted. matches c++
* works
* clean up
* clean up
* clean up
2026-02-11 23:02:07 -08:00
Shane Smiskol
0072449b01
WifiManager: cache connections until new/removed connection ( #37175 )
...
* new/removed conns signal
* clean up
* only get connections when adding/removing not every refresh
* add debug
* block
* Revert "block"
This reverts commit 30bbffca8d2db21c53d7a3601ae46bf05e2a7cd5.
* rm debug
* block on any new message, faster conn rem/add reaction
* better names
2026-02-11 17:07:41 -08:00
Shane Smiskol
f03efab907
Reduce wifi dbus calls pt. 4 ( #37174 )
...
* combine active AP and all APs into getall
* combine these two functions reducing more calls
* little clean up
* down here
2026-02-11 16:30:40 -08:00
Shane Smiskol
cddc3b9e8f
Reduce wifi dbus calls pt. 3 ( #37172 )
...
* fewer calls to set metered
* print
* hell yeah
* Revert "hell yeah"
This reverts commit 0e0786bc204821329febc62a1b8dfd870e9aeb6e.
* Revert "print"
This reverts commit e9c7550496e9835888cb71c7dd622cbfb4624fbf.
2026-02-11 15:25:53 -08:00
Shane Smiskol
d977a5bd62
ui: reduce wifi dbus calls during scanning pt. 2 ( #37171 )
...
one GetAll instead of 2 calls per wifi activeconnection
can't trust anyone these days
2026-02-11 15:13:30 -08:00
Shane Smiskol
99c2fcc797
ui: reduce wifi dbus calls ( #37170 )
...
* 2 -> 1
* cmt
2026-02-11 15:05:10 -08:00
felsager
5b98ea04ad
mpc tuning report: minor improvements ( #37167 )
2026-02-11 10:21:12 -08:00
Shane Smiskol
b9344af9bb
WifiManager: sort by known networks ( #37164 )
...
sort by known
2026-02-11 01:23:14 -08:00
Shane Smiskol
1e0f1a8abc
Scroll panel: adapt to content size shrinking ( #37163 )
...
fix
2026-02-11 01:23:00 -08:00
Shane Smiskol
8ba36b76a0
Simple scroll indicator ( #37162 )
...
* scroll indicator
* 65%
* calibrate
* margin
* cleaner?
* manual clean up
* clean up
* full scroll bar
* look
* looks
* unlook
* no fade, looks good but "too much"
* clean up
* cmt
2026-02-11 01:15:02 -08:00
Shane Smiskol
3f382d6e69
Remove vertical scroll bar
2026-02-11 00:18:02 -08:00
Shane Smiskol
10edb90ac6
newline in updater error
2026-02-10 23:27:38 -08:00
Harald Schäfer
45099e7fcd
Revert tgwarp again ( #37161 )
...
* Reapply "revert tg calib and opencl cleanup (#37113 )" (#37115 )
This reverts commit 667f3bb32f .
* revert msgq too
* msgq on master
2026-02-10 23:12:41 -08:00
Shane Smiskol
77f069cbe5
BigButton: don't round drawn content ( #37158 )
...
* unround icons
* unround rest
2026-02-10 21:57:34 -08:00
Shane Smiskol
1070dda3ee
ui.py: fix stride ( #37159 )
...
fix uii.py
2026-02-10 21:56:45 -08:00
Shane Smiskol
fcd5897650
BigButton: push up all content when pressed ( #37157 )
...
clean implementation
2026-02-10 21:29:14 -08:00
Adeeb Shihadeh
f1785c245a
remove pytest-repeat ( #37156 )
2026-02-10 20:53:02 -08:00
commaci-public
6892b62761
[bot] Update Python packages ( #37147 )
...
* Update Python packages
* fix
* bump panda
* revert tinygrad
---------
Co-authored-by: Vehicle Researcher <user@comma.ai >
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com >
2026-02-10 20:48:34 -08:00
Daniel Koepping
a18ddf12eb
remove azure deps ( #37084 )
...
* remove azure deps
* fix lint
* restore scripts
2026-02-10 17:51:09 -08:00
Shane Smiskol
46ae67b607
BigButton: fix alignment and style ( #37153 )
...
* correct from bottom alignment
* temp
* fix scale animation w/ btn_y
* home settings are always 64
* cleanup
* some clean up
* make 23 const
* rev
* more
2026-02-10 17:15:59 -08:00
Shane Smiskol
4d3aeaba6d
ui: remove dead side button ( #37151 )
...
* rm side button
* fix
* fix
2026-02-10 15:04:36 -08:00
Shane Smiskol
ba67e468ab
remove dead multilang for mici ( #37150 )
2026-02-10 14:53:25 -08:00
ZwX1616
e946e9de0b
Revert "DM: Ford GT model" ( #37148 )
...
Revert "DM: Ford GT model (#37013 )"
This reverts commit 1459d3519d .
2026-02-10 13:56:07 -08:00
Adeeb Shihadeh
7d2563880a
show dependency tree in weekly uv lock job ( #37146 )
2026-02-10 09:31:50 -08:00
Andi Radulescu
43edc51cb6
bump numpy to 2.4.2 ( #37145 )
2026-02-10 09:20:52 -08:00
Andi Radulescu
9476a8a7f6
bump create-pull-request action to v8.1.0 ( #37143 )
...
The pinned SHA was v6.0.4, which is incompatible with actions/checkout@v6
and causes a "Duplicate header: Authorization" 400 error during git
remote operations. See peter-evans/create-pull-request#4272 .
2026-02-10 09:19:56 -08:00
Andi Radulescu
053441fbb3
fix first-interaction action inputs for v3 ( #37144 )
...
v3 renamed inputs from kebab-case to snake_case (repo-token -> repo_token,
pr-message -> pr_message). The old names were silently ignored, causing
"Input required and not supplied: issue_message" errors.
2026-02-10 09:19:37 -08:00
Daniel Koepping
e35a1eca99
Process replay: move refs to ci-artifacts ( #37049 )
...
* rm upload
* use ci-artifacts
* sanitize
* rm ref_commit
* add ci
* handle exept
* bootstrap
* always
* fix
* replay
* keep ref_commit fork compatibility
* remove upload-only
* apply comments
* safe diffs in master
* Revert "safe diffs in master"
This reverts commit 369fccac786a67799193e9152488813c6df20414.
* continue on master diff
* Update .github/workflows/tests.yaml
Co-authored-by: Shane Smiskol <shane@smiskol.com >
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com >
2026-02-09 21:37:20 -08:00
Harald Schäfer
3d11e8ef36
Revert "Chunk big model files ( #37134 )" ( #37139 )
...
This reverts commit a941e8f78f .
2026-02-09 20:58:22 -08:00