Age | Commit message (Collapse) | Author | Files | Lines |
|
AFB_SESSION_NONE is defined as zero so it doesn't need to be
explicitly set.
Change-Id: I8b871723e14bd7de415d0c869b8ad08b8061f40b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Don't attempt to keep checking wifi state if there isn't wifi
card detected by Connman on startup.
Also check the error state of setHMIStatus() to deduce if
another attempt is required.
Bug-AGL: SPEC-1201
Change-Id: Ica9dc3db62ad1b41a86b365edae0bf4e3447db16
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Wait for homescreen service to become active and set initial
Wi-Fi state
Bug-AGL: SPEC-1197
Change-Id: I46c9eeb14b392b4cc6e580d6dd86695849c59484
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
When Wi-Fi is turned off disable the Homescreen icon, and display
zero bars
Bug-AGL: SPEC-1197
Change-Id: Ic3c3c602acb964a5f2094b8b5c16f8ecbe5e2f68
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Switch from legacy qmake to cmake to build binding
Bug-AGL: SPEC-823
Change-Id: I55532be199415a4d4adb441446c1143da9ef8edf
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Remove client requirement they register new events, and make
subscription verbs more consistent with other bindings
Bug-AGL: SPEC-820
Change-Id: I12ab2582436b3856c52b809183047d764d0bf9c9
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Update functions and structure to use the new version 2
of the afm binder framework
Bug-AGL: SPEC-816
Change-Id: I4fafc4e2302991dc895a1938f88754ace1a6360e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Autoload the wifi service on system startup to allow
other applications to access the SSID list
Bug-SPEC: SPEC-809
Change-Id: Id919e470756f7d4c9c6f259ec98dde070e63b37b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Requires 2 permissions:
- use of DBUS
- being hidden
Bug-AGL: SPEC-719
Change-Id: Icd2dacd6b8ec99f8750116edaf0eb6eb4b8a09bd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
|
|
Allow WiFi binding to be build separately and installed
as a system wide service
Bug-AGL: SPEC-661 SPEC-715
Change-Id: Id9eb9d9efae3f0bc3ab00641eb26cd1b5dae9d53
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Rename the names of binder's internal functions so they match the
binding verbs. With this doxygen comments can be used for
API documentation.
Change-Id: I130f02542c689272a6a9f48220098dd323b52533
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
|
|
|
|
Doxygen comments are reworked to be more understandable, functions that
not API's marked as internal.
Change-Id: I649c930201147a1c13038e5c7289d02229807db7
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
|
|
Also fix a typo
Change-Id: Id1e391922c77b1c355b05d0445f5f9bdc632a929
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Change-Id: I2b3c74fc24b57c6152f105ff7bd8b090d9dad155
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
|
|
Change-Id: I180e3af084edfb72492d6155eb9db1964590afd3
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
|
|
Change-Id: I2d1f2724d7c1efd64c12b7fa639436946209196e
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
|
|
to test this, you need to add conf file under /etc/dbus-1/session.d/
<?xml version="1.0"?> <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy context="default">
<allow send_destination="org.agl.homescreen"/>
</policy>
</busconfig>
Change-Id: I8fa1707883fa4c74460255949bc4ce1cd29cabf2
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
|
|
Change-Id: I00a7a6c5dae1cd579f91d543b0f5fba4616a633b
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|