summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Add .gitreview defaultbranch for eeleel_4.99.4eel/4.99.44.99.4Jan-Simon Möller1-1/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-08-11binding: wifi: switch from qmake to cmakeeel_4.99.3eel_4.99.2eel_4.99.1eel/4.99.3eel/4.99.2eel/4.99.14.99.34.99.24.99.1Matt Ranostay18-345/+373
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>
2017-08-09binding: wifi: make exposed verbs more consistent with other bindingsMatt Ranostay1-140/+47
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>
2017-08-08binding: wifi: switch to v2 binding formatMatt Ranostay5-97/+80
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>
2017-08-07binding: wifi: start binding on system startupMatt Ranostay1-0/+1
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>
2017-07-03config: require permissionsJosé Bollo1-0/+4
Requires 2 permissions: - use of DBUS - being hidden Bug-AGL: SPEC-719 Change-Id: Icd2dacd6b8ec99f8750116edaf0eb6eb4b8a09bd Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-07-01Add gitreview fileJan-Simon Möller1-0/+6
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
2017-06-30binding: wifi: make system wide serviceMatt Ranostay13-1/+377
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>
2017-04-06WiFi: Match names of functions with binding verbsMilan Srdinko1-23/+23
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>
2017-04-03Merge "WiFi: Update comments for a functions"Jan-Simon Moeller1-54/+162
2017-03-30WiFi: Update comments for a functionsMilan Srdinko1-54/+162
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>
2017-03-24Update config.xml for new framework on systemdJosé Bollo1-1/+1
Also fix a typo Change-Id: Id1e391922c77b1c355b05d0445f5f9bdc632a929 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-03-17WiFi: add event unsubscribe/delete on Wi-Fi disableMilan Srdinko1-5/+32
Change-Id: I2b3c74fc24b57c6152f105ff7bd8b090d9dad155 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-02-13WiFi: Improve log messagesMilan Srdinko4-108/+87
Change-Id: I180e3af084edfb72492d6155eb9db1964590afd3 Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2017-02-06WiFi: reworked to support websockets and subscriptions for eventsMilan Srdinko4-75/+283
Change-Id: I2d1f2724d7c1efd64c12b7fa639436946209196e Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
2016-12-22Add status icon for wifisrimaldia3-0/+72
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>
2016-12-14merge the Settings in CES2017 and bindings from ALPSTasuku Suzuki8-0/+1287
Change-Id: I00a7a6c5dae1cd579f91d543b0f5fba4616a633b Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>