Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit b95b16f5fe5671de805403b8067367e5de3044bc.
That commit was introduced to ensure homescreen
built without errors while swapping libqtappfw/network
interface for a new one.
Homescreen is already using the new interface, thus
the commit can be reverted
Bug-AGL: SPEC-2392
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Ie92a16b9f66ddbca9c2502515e12c63fdc9752bb
|
|
Include some dummy methods in Network class to
keep homescreen build sane after change 21203
(network if rework) is picked by libqtappfw recipe;
this commit will be reverted after homescreen
change is updated too.
Bug-AGL: SPEC-2293
Change-Id: I6e0b52d8bca6377266894742cda1a199fa14c5bb
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
|
|
Refactor network class to prepare for wired
connections.
- extract Wifi model and flags into new
WifiAdapter class
- fix wifi networks disappearing for prolonged
periods after disconnecting from a wifi service
(this issue is intermittent, depends on the
wifi signal variability)
Bug-AGL: SPEC-2293
Change-Id: I75f3076d094daa9c8d04e05fe2944df98f5cfb81
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
|
|
Bug-AGL: SPEC-2293
Change-Id: I76c60df9563099f0d6093500f590f66fe3ad865e
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
|
|
Report invalid passphrases to clients via a signal
Bug-AGL: SPEC-2183
Change-Id: I98d34942427bf971663bac23a30be35aa2ae8dea
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2184
Change-Id: Ic9b4513dd7f63f02a6012170225a4993555006c1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add a wifiStrength property which exposes the signal strength
of the currently connected network. This is intended to be
used by global status indicators, such as a status bar WiFi
strength indicator.
Bug-AGL: SPEC-1626
Change-Id: I7285b04095bc67278c862fc363a2dfbfff57d44d
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
Add the top-level network model. Supports connect, disconnect,
power, and input invokables. Supports high-level WiFi enabled (powered)
and connection status properties. Exposes the ConnMan-managed WiFi
network list to QML.
Bug-AGL: SPEC-1541
Change-Id: I623579aa6753ece4b4c0b78adef528732e1b41f3
Signed-off-by: Matt Porter <mporter@konsulko.com>
|