Commit Graph

697 Commits

Author SHA1 Message Date
Adeeb Shihadeh be6b9b024c training guide fixups (#21485)
* training images

* wide training guide

* fixup some images

* cleanup

* one more

* release files
old-commit-hash: a334203f7b656a10085e5d4b808a0787b57ce3d1
2021-07-05 01:31:31 -07:00
sshane 52c951e797 Tethering: Edit password while enabled (#21457)
* restart tethering if password is edited

* fixes

* connect straight to WifiManager

* revert
old-commit-hash: f96b3cc597b5b700edd2e81fdaee34e01895bc97
2021-07-04 18:17:46 -07:00
Willem Melching c266cffa97 nav: improve logging (#21477)
* nav: add logging

* handle errors in route reply
old-commit-hash: 32d5239912b592078faf50628e0f08b07a0eb755
2021-07-04 15:34:25 +02:00
sshane 8256cd7564 Networking: use active AP signal (#21461)
* use active ap signal

* working
old-commit-hash: d2d1aaad0859dafe9c9acb39925dc319da775315
2021-07-02 13:30:42 -07:00
Willem Melching 9d4829523d nav: don't set FBO, render when not loaded and resize once (#21468)
* nav: don't set FBO and resize once

* always update

* when visible
old-commit-hash: 06acd76d6d9583429b1c0977a6d18586997e3623
2021-07-02 15:19:33 +02:00
Willem Melching 34678fb7fb Qt logging through cloudlog (#21452)
* Qt logging through cloudlog

* sort imports

* rename to swaLogMessageHandler

* move to util

* info is high enough

* smaller diff
old-commit-hash: 54b6a9f121aa7af0920016d7288b0037beca1260
2021-07-02 14:01:59 +02:00
Adeeb Shihadeh 82731ecb31 UI: faster offroad transition (#21466)
old-commit-hash: 30683e62910125e8a35205a2e3ac8f958f84e4d1
2021-07-02 00:37:30 -07:00
sshane 6755365476 Networking: populate tethering password (#21455)
* 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
old-commit-hash: 146973da7faace08cc49f4edde4b01377cf4f6bb
2021-07-01 19:59:02 -07:00
sshane 1226f91637 Networking: refresh once in background (#21453)
clean up

move to setup()
old-commit-hash: 07d393499661cbac94e4d13c6b9258f56cfb436a
2021-07-01 18:32:55 -07:00
sshane c110154869 Networking: Use common header (#21456)
old-commit-hash: 4cdd26596e83470e4213b4c024d95d7d65b3e996
2021-07-01 15:33:51 -07:00
sshane d28d90818d Wait for adapter to setup WifiManager (#21432)
* 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 3887fc87ebfea2e8acc6b440b4c7a49b0feb1975.

* 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
old-commit-hash: 924e8d5c28ad88b8180cdee5ea296d6bb13d3647
2021-07-01 14:01:29 -07:00
ShaneSmiskol 68ac29452d Fix logging unsupported empty ssid networks
old-commit-hash: a680d0cea18698347e2791e2d7546e711353dc00
2021-06-30 17:28:06 -07:00
sshane 90e49777ec Networking: Only refresh when visible (#21445)
* only refresh when visible

* catch other case
old-commit-hash: 4000d4a8d2bdcf127a323d788064e0fd43138321
2021-06-30 17:24:44 -07:00
ShaneSmiskol 3a6b434870 Revert "debugging"
This reverts commit 66852f118478b5bdc65ce66644b6426b9d3bddac.

old-commit-hash: f1ee79ef14fcee03f4c2a790ab997677c9c97e20
2021-06-30 12:39:15 -07:00
ShaneSmiskol 098b580197 debugging
old-commit-hash: 67e32b4a3cc76aa13bd8bd6347e683dc71efa817
2021-06-30 12:38:53 -07:00
Willem Melching 3ad659a211 nav: truncate favorite length
old-commit-hash: 240214afc0531cf9611b462deca8033c4172ea91
2021-06-30 16:14:12 +02:00
Dean Lee 476a5e2e05 qt/util.h: move implementation to source file (#21412)
* Move implementation to source file

* space

* include the headers

* mv all to cc

* space
old-commit-hash: f90a3eeb20d5222a949239a3e2a511d45e7e742f
2021-06-29 14:05:37 -07:00
Willem Melching 2db1d4589e nav: show star for favorites (#21434)
old-commit-hash: 2de4c09e6284e14885ac02c83721163d86138111
2021-06-29 15:16:16 +02:00
Willem Melching 9980d08915 nav: use mapChanged signal alongside isFullyLoaded()
old-commit-hash: f73dc9f19c81539312743376bd21142bd28b47e2
2021-06-29 15:13:23 +02:00
Willem Melching 492083a4a8 nav: pull next location while onroad (#21421)
old-commit-hash: 60cc07c62ac5dd8a5cd63312758353695cf040de
2021-06-29 11:08:37 +02:00
Adeeb Shihadeh e56a6919bd fixup release build (#21430)
* fixup release3 build

* works on pc

* install release3

* push dashcam

* only import on tici

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 49d96f0acc5d6675357b5f9bed3958ada48c0874
2021-06-28 14:30:44 -07:00
sshane f3f9c7b5b9 Quicker refreshing and use connection signals (#21408)
* Quicker refreshing and use connection signals

* Android remembers connections with incorrect passwords

* forget network on password incorrect

* knownConnections is already filled here
old-commit-hash: 01773c11f0be4578f1f14c344efa9789a499fd57
2021-06-28 13:26:24 -07:00
sshane 255f39a2c2 Fix connect button race condition (#21406)
old-commit-hash: 0a603d2d21489c9bc55903ebf635ad5ab73ab1fb
2021-06-25 14:30:04 -07:00
Willem Melching fba42aab80 nav: show recents (#21405)
* add recent buttons

* remove static request

* layout

* recent doesn't have to be a favorite

* work

* spacing

* spacing

* no recents

* query next

* not null

* this needs to live here

* less spacing between items
old-commit-hash: 9f98a3e44f3b5b70d7e420f9e51f737bb854266d
2021-06-25 16:26:02 +02:00
sshane e2eddf74ee keyboard: backspace key repeat (#21395)
old-commit-hash: 6402edb8985f8188ff89e6944af2bc308fb18a96
2021-06-24 21:40:51 -07:00
Willem Melching ff0c7a27f2 nav: change map loaded detection (#21397)
old-commit-hash: 4c9aba2dd542df7eef4f396e7c11f2e51852ad73
2021-06-24 14:56:38 +02:00
Adeeb Shihadeh 784601c8e1 remove lte toggle (#21392)
* remove lte toggle

* little more
old-commit-hash: a420c7ad50eec716e53537957b1439b2ce44d73e
2021-06-23 17:01:17 -07:00
Adeeb Shihadeh 28c60666ff tici: differentiate ethernet and tethering (#21391)
* differentiate ethernet

* fix tethering

* cleanup

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 050a89e5981a1cf48abec38c9c7a362092e7dad2
2021-06-23 15:55:51 -07:00
sshane 1a0ebedad0 Support WPS with no security (#21372)
* Support WPA with no security

* clean up

* add logging
old-commit-hash: cd5c931461bdfacf7dd442d162e98bd3dc72e976
2021-06-23 14:53:11 -07:00
Willem Melching 3aae7b5fc3 nav: simplify segment transition (#21383)
old-commit-hash: f32ca73724243ffaca59d8c4ef6fa46ff29fed38
2021-06-23 15:00:32 +02:00
Willem Melching 16143bef1b nav: cleanup errors and wait for map to be loaded (#21381)
* Cleanup errors

* prevent flicker
old-commit-hash: 7e6a9ce9a5c311940a9553dfef44cecd4db852c4
2021-06-23 14:33:27 +02:00
Dean Lee f883cfec39 DevicePanel: set specific stylesheet for reboot & poweroff buttons (#21364)
* set specific stylesheet for reboot&poweroff buttons

* remove hack

* fix css in network panel
old-commit-hash: c9d4dfe99fbc49e5db16292200e7daef3295dfb3
2021-06-22 13:24:55 -07:00
Willem Melching 2f4257c7e3 nav: map color match offroad color scheme
old-commit-hash: febdc39d2d15eef790e76580023bda24be647e2e
2021-06-22 14:57:57 +02:00
Willem Melching 1a9706361f nav: route color match explorer
old-commit-hash: a5f65c12f7a1f991cd633850f5a30de88eaf02f7
2021-06-22 13:34:47 +02:00
Willem Melching dc19c670b6 nav: home/work shortcuts (#21276)
* add home/work widgets

* remove todo

* set contents from response

* turn into buttons

* add navigate button

* fix includes

* close settings on nav press

* close sidebar when closing settings

* use live api endpoint

* larger fonts

* more text fits

* only place name

* remove static response

* properly clear
old-commit-hash: c21ea8b50653bfb3b4c93e7042d7ffa62abfcf2a
2021-06-22 13:25:22 +02:00
Willem Melching 1f8a63af7e nav: give word wrapped widgets a fixed width
old-commit-hash: a5112bfb2e40749e467a405128b7305110e4344c
2021-06-22 13:24:11 +02:00
Willem Melching d7d0e0a047 add env variable for wider ui
old-commit-hash: 9159094b62dc331d7f5f74b3ac9acdb8002d83f2
2021-06-22 11:14:44 +02:00
Willem Melching ff5656b0f8 nav: bump font size by 25%
old-commit-hash: 64e4294b04dd6481ec1fcb07d2f80595a1c834ab
2021-06-22 10:46:01 +02:00
sshane 84369b373d Scan for networks on UI init (#21310)
* 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
old-commit-hash: a3a8fa9eac1897964ab339ec97694f90822aa623
2021-06-21 20:55:55 -07:00
Willem Melching e1556c0ab1 nav: update no gps text
old-commit-hash: 28694041d5ee860cdd5f26acb63887e0ce7d8bbf
2021-06-21 19:21:58 +02:00
Willem Melching 77a8b7aaf1 nav: banner add stretch to fix label size
old-commit-hash: 6ca0861360cc16849dbbd359593ee9374ab160ba
2021-06-21 18:53:19 +02:00
Willem Melching 3004b29805 Nav: ETA layout improvements (#21361)
* bold and more space

* rounded corners

* oneline

* center

* fix am/pm

* revert width change
old-commit-hash: a3b155839b1bac791f8819812feaffc7b814202c
2021-06-21 17:23:44 +02:00
Willem Melching b9042b255d nav: clear last_banner on no gps
old-commit-hash: c60f5ab6f6b976c95e0b772b68c890680877be61
2021-06-21 17:04:57 +02:00
Willem Melching aaa743ab7a Nav: No GPS warning (#21359)
* Nav: No GPS warning

* optional
old-commit-hash: e4e67985d610539ccaf0ceb7261e9fc937bc70b7
2021-06-21 15:50:23 +02:00
Joost Wooning 3590f9b56f Change QR code to url for pairing with both explorer and connect (#21314)
old-commit-hash: dd959412e3dd19a0523ab564fb298e05cc704b89
2021-06-21 13:57:13 +02:00
Dean Lee 9ae8335b5e onboarding: small cleanup (#21351)
old-commit-hash: 2433cb28bb821f91080924186d40b75fd6f72147
2021-06-20 18:59:49 -07:00
Dean Lee e3f21bfb41 OffroadHome: merge stylesheets (#21312)
* merge stylesheet

* css:target #alert_notification button

* Update selfdrive/ui/qt/home.cc

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 175506532f78b85d901789ff845048184bd3aba9
2021-06-19 16:10:10 -07:00
Willem Melching 182b3eb4c7 Fix triangle size (#21332)
old-commit-hash: 9086c377e245bf7ad668b834ef6dfa25a617559f
2021-06-19 11:21:54 +02:00
Dean Lee 701ee27c91 HttpRequest: move http cache to RequestRepeater (#21228)
* move cache from HttpRequest to RequestRepeater

* apply review
old-commit-hash: 9ebfc2ba8df7dcde5c6ea6be3b61d8577d89d652
2021-06-18 23:47:23 -07:00
sshane 2515966550 Fix forget network button on tethering connection (#21340)
old-commit-hash: 26343951c948ca61c41f82560fb02c8b732bac64
2021-06-18 22:41:51 -07:00