Cameron Clough
7208524d42
don't use cereal
7 days ago
Trey Moen
79cac4e919
add a main method to target
7 days ago
Dean Lee
71e3fd7183
system/ui: use icon for special characters ( #35248 )
...
* use icon for special characters
* add icon for SHIFT_DOWN_KEY
7 days ago
Dean Lee
5babe18184
system/ui/setup: fix WiFi manager UI element overlap issues ( #35251 )
...
fix ui overlap issue
7 days ago
Dean Lee
6adc7e6bdb
system/ui: disable continue button when no network connecton in setup.py ( #35249 )
...
disable continue button when no network connecton
7 days ago
Dean Lee
b740d23dd0
system/ui: display icons in wifi manager ( #35244 )
...
display icons in wifi manager
1 week ago
Dean Lee
dcfbb99b13
system/ui: add password visibility toggle with eye icon to keyboard ( #35246 )
...
* add password visibility toggle with eye icon to keyboard
* added show_password_toggle
1 week ago
Cameron Clough
512d83cc36
ui(raylib): setup.py ( #35140 )
...
* setup.py
* better font
* use gui_button
* btn
* fix button and triangle
* low voltage text color
* fix network page
* HARDWARE.get_os_version()
* typing
* white title
* update default text color
* use default font color
* fix software screen
* fix software screen
* radio font size
* line length
* fix regex
* draw svgs
* comment is out of date
* add cairosvg
* use cairosvg
* remove unused import
* support other image types
* revert origin
* fix setup warning icon
* fix
* remove cairosvg
* use pngs
* wrap
* fix disabled style
* TODO
* revert uv.lock
* use new file paths (not rasterized yet)
* oops
* fixes
* params not used
* network check thread
* oops
* fix custom URL and download failed screens
* clear keyboard
* rm
* fixes
* show full error message
* check network type
1 week ago
Cameron Clough
83679bd856
selfdrive/assets: rasterize SVGs ( #35243 )
...
* selfdrive/assets: rasterize SVGs
* do entire assets dir
* fixed size - 4096px is a lot
* optimise them too
* use inkscape
* regenerate
* abandon runtime svg
1 week ago
Cameron Clough
ec208f2d3d
cleanup selfdrive/assets ( #35241 )
...
* remove unused assets
* these are icons
* these are images
* fix
* fix
* Revert "remove unused assets"
This reverts commit 95d1a800de
.
* move these too
1 week ago
Cameron Clough
6c03e9472d
system/ui: disabled button styles ( #35236 )
1 week ago
Dean Lee
84e9b75983
system/ui: fix WiFi manager shutdown task errors ( #35204 )
...
fix WiFi manager shutdown task errors
1 week ago
Dean Lee
f1c0109c89
system/ui: Fix crash when exiting the application with CTRL+C (KeyboardInterrupt). ( #35221 )
...
handle KeyboardInterrupt
1 week ago
Dean Lee
b1bdab0c90
system/ui: improve texture caching ( #35222 )
...
improve texture caching
1 week ago
Dean Lee
c57f576436
system/ui: fix FPS drop issues ( #35220 )
...
set VSYNC flag only when the env is set
1 week ago
Maxime Desroches
3fd05d2ace
more robust modem
1 week ago
Dean Lee
73ff9dc944
system/ui: add require_full_screen to WifiManagerUI ( #35191 )
...
add require_full_screen to WifiManagerUI
1 week ago
Dean Lee
896dabb190
system/ui: add right-side text eliding to gui_label ( #35201 )
...
add optional right-side text eliding to gui_label
1 week ago
Dean Lee
b5545a6736
system/ui: confirm dialog always opens in fullscreen mode ( #35192 )
...
confirm dialog always opens in fullscreen mode
2 weeks ago
Dean Lee
ce4fda1f92
system/ui: add minimum WIFI password length validation ( #35190 )
...
* add minimum WIFI password length validation
* add min text size to keyboard
* disable enter if text size<min size
* add MAX_PASSWORD_LENGTH
* disable enter key
* set min_text_size for demo
2 weeks ago
Dean Lee
8c995ab26d
system/ui: implement CameraView widget ( #35185 )
...
* initial commit
* run at 60hz, nonblock
* graceful cleanup
* re-position
* rename
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 weeks ago
Dean Lee
02125f6862
system/ui: fix cursor position in inputBox mouse click handler ( #35189 )
...
fix cursor position in inputBox mouse click handler
2 weeks ago
Cameron Clough
43054a56c2
system/ui: fix tethering ssid ( #35188 )
...
system/ui: fix tethering ssid when no params
2 weeks ago
Cameron Clough
59fbeb6070
system/ui: keyboard demo script
2 weeks ago
Dean Lee
2b32325be1
system/ui: Full-Featured InputBox Component ( #35178 )
...
custom input box component
2 weeks ago
Adeeb Shihadeh
35dbdf9124
raylib: fwd everything to cloudlog
2 weeks ago
Dean Lee
e62b6a38e9
system/ui: set keyboard to use full window area ( #35181 )
...
set keyboard to use full window area
2 weeks ago
Dean Lee
bfadab078e
system/ui: set log level to WARNING to reduce noise ( #35180 )
...
* set log level to WARNING to reduce noise
* custom callback handling for raylib logs
2 weeks ago
Dean Lee
01867f1b2b
system/ui: integrate WifiManagerUI into Updater ( #35177 )
...
integrate WifiManagerUI into Updater
2 weeks ago
Dean Lee
bbeb37d726
system/ui: add MultiOptionDialog for selection from scrollable lists ( #35176 )
...
* add MultiOptionDialog for selection from scrollable lists
* mv
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 weeks ago
Dean Lee
f1760e63d3
system/ui: performance optimizations for WiFi Manager with cached network data ( #35170 )
...
Performance optimizations for WiFi Manager with cached network data
2 weeks ago
Dean Lee
eaa595958c
system/ui: prevent duplicate WiFi connections when retrying with new password ( #35174 )
...
Prevent duplicate WiFi connections when retrying with new password
2 weeks ago
Dean Lee
7147c26954
system/ui: fix WIFI authentication callback and connection tracking ( #35169 )
...
fix authentication callback and state handling
2 weeks ago
Dean Lee
3b94e6f92f
system/ui: add tethering support to WifiManager ( #35167 )
...
add tethering support to WifiManager
2 weeks ago
Shane Smiskol
db855d56d3
Log Hexagon DSP temperature ( #35166 )
...
* add hexagon dsp temp
* log
* whoops
2 weeks ago
Dean Lee
908ea36126
ui(raylib): add thread-safe property access to WifiManagerWrapper ( #35162 )
...
* Add thread-safe property access to WifiManagerWrapper
* cleanup
* type-safe manager, always specify default
* import
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 weeks ago
Cameron Clough
4bbbe3d2d1
ui(raylib): revert fps to 60 ( #35163 )
...
bump default fps
2 weeks ago
Dean Lee
33849245d8
uploader.py: fix empty string handing in AthenadRecentlyViewedRoutes parameter ( #35139 )
...
Fix empty strings in AthenadRecentlyViewedRoutes parameter
2 weeks ago
Cameron Clough
73ee0c022f
Reapply "ui(raylib): create BaseWindow ( #35074 )" ( #35077 )
...
* Reapply "ui(raylib): create BaseWindow (#35074 )"
This reverts commit 83b84a5bec
.
* correct title
* error msg
* cloudlog
2 weeks ago
Dean Lee
e7f7675458
micd: fix thread safety by adding locking for shared state ( #35148 )
...
* fix thread safety by adding locking for shared state
* Update system/micd.py
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 weeks ago
Maxime Desroches
52669b6ad2
AGNOS 12.1 ( #35154 )
...
12.1
2 weeks ago
Maxime Desroches
47ed90c6cf
Reapply "Mypy: Got passing on macos ( #34591 )" ( #35126 ) ( #35153 )
...
* Mypy: Got passing on macos (#34591 )
* Mypy: Got mypy passing on macos
* common/realtime.py refactor
* Mypy: mypy passing on darwin
* Refactor: Removed else: pass statement
* Refactor: Removed unnecessary check
* added xattr to pyproject
* loggerd: switched to xatter module
* loggerd: removed unused module in xattr_cache.py
* UV: update uv.lock
* Update system/athena/athenad.py
* athenad: fixed blank lines
* loggerd: refactor of xattr_cache
* cleanup
---------
* fix getxattr no attribute on macOS
* try fixing missing ENOATTR on Linux
---------
Co-authored-by: Andrei Radulescu <andi.radulescu@gmail.com>
Co-authored-by: BrainLess <116778989+BrainLessPea@users.noreply.github.com>
2 weeks ago
Maxime Desroches
2451d70408
AGNOS 12 ( #35151 )
...
agnos 12
2 weeks ago
Maxime Desroches
36ff474bc8
remove `numpy.core` usage ( #35152 )
...
fix
2 weeks ago
Dean Lee
7c16e65347
loggerd: remove redundant Params Construction ( #35138 )
...
remove redundant Params Construction
2 weeks ago
Maxime Desroches
aa1b790708
revert agnos 12
2 weeks ago
Andrei Radulescu
bbf37ae5c7
Reapply "Mypy: Got passing on macos ( #34591 )" ( #35126 )
...
* Mypy: Got passing on macos (#34591 )
* Mypy: Got mypy passing on macos
* common/realtime.py refactor
* Mypy: mypy passing on darwin
* Refactor: Removed else: pass statement
* Refactor: Removed unnecessary check
* added xattr to pyproject
* loggerd: switched to xatter module
* loggerd: removed unused module in xattr_cache.py
* UV: update uv.lock
* Update system/athena/athenad.py
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
* athenad: fixed blank lines
* loggerd: refactor of xattr_cache
* cleanup
---------
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
* fix getxattr no attribute on macOS
* try fixing missing ENOATTR on Linux
---------
Co-authored-by: BrainLess <116778989+BrainLessPea@users.noreply.github.com>
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
2 weeks ago
Maxime Desroches
b400312042
agnos 12 ( #35133 )
...
* new
* all
* prod
* both
* 12
* version
* update
2 weeks ago
Dean Lee
9622b6f8bd
ui(raylib): add a simple toggle component ( #35128 )
...
* simple toggle
* Update system/ui/lib/toggle.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* cleanup
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2 weeks ago
Dean Lee
c33e5b3209
python ui: wifi manager ( #34814 )
...
* python wifi manager
* fix ui
* need auth callback
* move to widgets
* confirm forgot
* add drag detection
* improve keyboard & list
* remove duplicate
* typos
* use gui_app render
* refactor
* cleanup
* cleanup
* shutdown
* fix types
* revert
* scroll panel cleanup
* reset is_dragging on mouse release
* Revert "reset is_dragging on mouse release"
This reverts commit ff5e51cf6f00848d93aa3ce0bab16602fea7a319.
* unformat
* cleanup
* update state when connecting
* forgotten callback
* maybe fix? first tap didn't work
* Revert "maybe fix? first tap didn't work"
This reverts commit 739f0e3bd37323d10479b081a20d05c7fdff5495.
* remove set_target_fps
* Revert "remove set_target_fps"
This reverts commit 96f74553ef
.
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
3 weeks ago