Trey Moen
d00bf37a3b
simple
2 weeks ago
Trey Moen
e148da7d3b
space
2 weeks ago
Trey Moen
c02effffdb
nickname, bug fixes
2 weeks ago
Trey Moen
957bc7cdac
keep
2 weeks ago
Trey Moen
a5a9ebee45
keep old file the same for easier diff
2 weeks ago
Trey Moen
58a3b0195e
check if valid
2 weeks ago
Trey Moen
b4bd6a6e5e
delete old LPA, add enable/disable/validation
2 weeks ago
Trey Moen
6656640d35
handle timeouts
2 weeks ago
Trey Moen
3d8ca4f72f
handle multiple messages
2 weeks ago
Trey Moen
a8771abfde
init: lpa interface
2 weeks ago
Cameron Clough
6640986622
system/ui: increase keyboard key font/icon size ( #35276 )
2 weeks ago
Adeeb Shihadeh
f1ba6c389b
quick repo garbage collection ( #35274 )
...
* start gc
* lil more
* debug
* no sound
* add back
2 weeks ago
Cameron Clough
d7bf309eca
system/ui: update keyboard enter key ( #35275 )
...
* system/ui: update keyboard enter key
- use arrow-right icon
- use primary color
* format
2 weeks ago
Cameron Clough
15c7d556f6
Reapply "system/ui: add SCALE env var ( #35272 )" ( #35273 )
...
* Reapply "system/ui: add SCALE env var (#35272 )"
This reverts commit e2569a8b32
.
* set mouse scale factor
2 weeks ago
Cameron Clough
e2569a8b32
Revert "system/ui: add SCALE env var ( #35272 )"
...
This reverts commit ed0f812995
.
2 weeks ago
Adeeb Shihadeh
ed0f812995
system/ui: add SCALE env var ( #35272 )
...
* ui: add SCALE env var
* linting
* cleaner
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 weeks ago
Cameron Clough
da670108e7
system/ui: all font weights ( #35255 )
3 weeks ago
Cameron Clough
8097a92515
zipapp pack ( #35253 )
...
Used to ship python UI in agnos without an openpilot clone
* add a main method to target
* pack script
* validate inputs
* refactors
* copy into temp, dont keep this
* cleanup
* help messages
* rename to pack.py
* pack.py
* updates for device
* moar
* don't use cereal
* just log normally
* use importlib.resources
* revert
* Revert "don't use cereal"
This reverts commit 7208524d42
.
* fix cereal?
* cleanup
* Revert "cleanup"
This reverts commit 921edfe502
.
* cython hotfix
* Reapply "cleanup"
This reverts commit 9b54552f78
.
* more cleanup
* any script?
* slightly clearer
* rm print
* nothing python should use SVGs
---------
Co-authored-by: Trey Moen <trey@moen.ai>
3 weeks ago
Dean Lee
09fde3c3ad
system/ui: Use OPENPILOT_URL instead of google.com for network connectivity check ( #35254 )
...
check OPENPILOT_URL
3 weeks ago
Dean Lee
71e3fd7183
system/ui: use icon for special characters ( #35248 )
...
* use icon for special characters
* add icon for SHIFT_DOWN_KEY
3 weeks ago
Dean Lee
5babe18184
system/ui/setup: fix WiFi manager UI element overlap issues ( #35251 )
...
fix ui overlap issue
3 weeks ago
Dean Lee
6adc7e6bdb
system/ui: disable continue button when no network connecton in setup.py ( #35249 )
...
disable continue button when no network connecton
3 weeks ago
Dean Lee
b740d23dd0
system/ui: display icons in wifi manager ( #35244 )
...
display icons in wifi manager
3 weeks 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
3 weeks 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
3 weeks 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
3 weeks 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
3 weeks ago
Cameron Clough
6c03e9472d
system/ui: disabled button styles ( #35236 )
3 weeks ago
Dean Lee
84e9b75983
system/ui: fix WiFi manager shutdown task errors ( #35204 )
...
fix WiFi manager shutdown task errors
3 weeks ago
Dean Lee
f1c0109c89
system/ui: Fix crash when exiting the application with CTRL+C (KeyboardInterrupt). ( #35221 )
...
handle KeyboardInterrupt
3 weeks ago
Dean Lee
b1bdab0c90
system/ui: improve texture caching ( #35222 )
...
improve texture caching
3 weeks ago
Dean Lee
c57f576436
system/ui: fix FPS drop issues ( #35220 )
...
set VSYNC flag only when the env is set
3 weeks ago
Maxime Desroches
3fd05d2ace
more robust modem
3 weeks ago
Dean Lee
73ff9dc944
system/ui: add require_full_screen to WifiManagerUI ( #35191 )
...
add require_full_screen to WifiManagerUI
3 weeks ago
Dean Lee
896dabb190
system/ui: add right-side text eliding to gui_label ( #35201 )
...
add optional right-side text eliding to gui_label
3 weeks ago
Dean Lee
b5545a6736
system/ui: confirm dialog always opens in fullscreen mode ( #35192 )
...
confirm dialog always opens in fullscreen mode
3 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
3 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>
3 weeks ago
Dean Lee
02125f6862
system/ui: fix cursor position in inputBox mouse click handler ( #35189 )
...
fix cursor position in inputBox mouse click handler
3 weeks ago
Cameron Clough
43054a56c2
system/ui: fix tethering ssid ( #35188 )
...
system/ui: fix tethering ssid when no params
3 weeks ago
Cameron Clough
59fbeb6070
system/ui: keyboard demo script
3 weeks ago
Dean Lee
2b32325be1
system/ui: Full-Featured InputBox Component ( #35178 )
...
custom input box component
3 weeks ago
Adeeb Shihadeh
35dbdf9124
raylib: fwd everything to cloudlog
3 weeks ago
Dean Lee
e62b6a38e9
system/ui: set keyboard to use full window area ( #35181 )
...
set keyboard to use full window area
3 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
3 weeks ago
Dean Lee
01867f1b2b
system/ui: integrate WifiManagerUI into Updater ( #35177 )
...
integrate WifiManagerUI into Updater
3 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>
3 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
3 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
3 weeks ago
Dean Lee
7147c26954
system/ui: fix WIFI authentication callback and connection tracking ( #35169 )
...
fix authentication callback and state handling
3 weeks ago