* fix indentation
* add primeTypeChanged signal to uiState
* hide advanced networking toggles on prime type change
* switch between map settings on prime type change
* cleanup
* remove duplicate code, wait for signal
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
* rough multiple language demo
* more wrappings
* stash
* add some bad translations
* updates
* map from french to spanish still has same problem of needing to call setText on everything
* add files
* restart UI
* use return code
* relative path
* more translations
* don't loop restart
* Toggle and prime translations
* try on device
* try QComboBox with readable style
* stash
* not yet scrollable
* stash
* dynamic translations (doesn't work for dynamic widget strings yet)
* clean up multiple option selector
* store languages in json
* try transparent
* Try transparent popup
* see how this looks
* tweaks
* clean up
* clean up
* clean up 2 and missing tr
* wrap more strings
* missing updater
* fixes
* add basic test to ensure all strings wrapped
* try in CI
* clean up
* test name
* fix test
* always install qt dev tools
* fix deps
* fast test
* add section so it prints multiple errors
* debug
* debug
get rid of those
* make any difference?
* comment
* oh...
* run with offscreen platform
* try out section
* clean up
* fix missing wrappings (it works!)
* move down
* space
* clear relevant params, set TICI=1
* Change APN from settings
* subtext
* one function
* bring connection down and up
* fix adapter type
* trim input
* fix scrolling in scanning state
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* roaming toggle
* clean up
* only tici
* fix order
* move to wifiManager
* should be working
* clean up
clean up
* use map icon
* move to advanced settings
* clean up
* temporarily change home-only
* keep setting for now
* set both to defaults in case ui doesn't start
* knownConnections stores conn names
* Revert "knownConnections stores conn names"
This reverts commit 4466a029a3.
* save lteConnectionPath instead
* use the if statement
Co-authored-by: Comma Device <device@comma.ai>
* refresh on show event
* setup fix
* show scanning message if no networks nearby
* setup isn't ready in 1 second, use signal again
* clean up
* clean up
* Update selfdrive/ui/qt/offroad/networking.cc
* Update selfdrive/ui/qt/offroad/networking.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* populate password from hotspot connection
move to setup()
populate tethering password
fix password editing
setup tethering when editing password or enabling
fix
* fixes
* last fix, don't activate when adding
* check before
* if not
* wait for adapter to initialize wifimanager
* clean up
* formatting
* don't try to use adapter when not available
* Revert "don't try to use adapter when not available"
This reverts commit 3887fc87eb.
* only tetheringEnabled for now
* request scan once adapter is up (prev behavior)
* populate introspection cache when we need it
populate introspection cache when we need it
* Quicker refreshing and use connection signals
* Android remembers connections with incorrect passwords
* forget network on password incorrect
* knownConnections is already filled here
* refresh on UI init
* scan and wait for signal from networkmanager to update
* fixes incorrectPassword never triggering on known connections
* Update UI on connect state change
* pause timer on leaving networking
* no need to update adapter state on init
* uses AccessPoints signal
clean up
clean up
* Revert "uses AccessPoints signal"
This reverts commit 534219857a10dc200f979e1a66705ac13ca68698.
* perform non-blocking scan on first start only
* suggestions
* forgetNetwork already checks this
* Prevent double refresh on connect interaction and revert timer change
* Should fix nm is inactive error
* Revert "Should fix nm is inactive error"
This reverts commit 36a7ad098b713ae7e17cf1a8d717455ecdd29e2b.
* Fixup original timer code. could be cleaned up, but works
* use WifiManager's firstScan
* no more force!
* fix after rebase
fix after rebase
* scan for next update (seems clearer this way)
* see how responsive device is at scanning, PC is taking up to 15 seconds
* clean up and check ifVisible for scanning and UI updating
* explicitly define relationship since it's not called in Networking any more