apps/settings.git
6 years agoImprove output of multiple screen resolution 39/15939/1
Tadao Tanikawa [Thu, 2 Aug 2018 09:51:52 +0000 (09:51 +0000)]
Improve output of multiple screen resolution

To improve output on various monitor with various resolution,
use scale_factor from WM to fit various screen resolution.

Bug-AGL: SPEC-1568, SPEC-1569, SPEC-1611

Change-Id: Ic0b8538259a4e9949caa099cff475935af609d09
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agowifi: convert to libqtappfw network model 67/15767/2
Matt Porter [Wed, 25 Jul 2018 16:24:28 +0000 (12:24 -0400)]
wifi: convert to libqtappfw network model

Use libqtappfw's network model for the wifi network
list, wifi status, and wifi power/connect/disconnect
methods. Remove useless websocket message handling
and other related code.

Bug-AGL: SPEC-1542

Change-Id: I269fc03405be98f428b61e6a583eb5cbad767c6e
Signed-off-by: Matt Porter <mporter@konsulko.com>
6 years agosettings: bluetooth: qml: stop device lists from scrolling 43/14043/2 5.99.1 5.99.2 flounder/5.99.1 flounder/5.99.2 flounder_5.99.1 flounder_5.99.2
Matt Ranostay [Mon, 21 May 2018 09:01:42 +0000 (02:01 -0700)]
settings: bluetooth: qml: stop device lists from scrolling

Both device lists were emitting an layoutChanged() signal on any device
addition/update/removal which caused the model to refresh causing it to
'scroll' to the top. This event should only be emitted when the model is
being sorted, and hence incorrect in the current call.

Bug-AGL: SPEC-1385
Change-Id: I2828ad41e8bf4c9e0c83b62322b9e281e37408eb
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
6 years agosettings: bluetooth: qml: stop duplicate entries in lists 41/14041/1
Matt Ranostay [Mon, 21 May 2018 07:56:42 +0000 (00:56 -0700)]
settings: bluetooth: qml: stop duplicate entries in lists

Due to the current subscription model each subscriber causes an
discovery_result event to be emitted. So each client must be sure
they aren't adding entries more than once.

Bug-AGL: SPEC-1385
Change-Id: I125eb33327944407c018b01776ba9bb3e0d4c08f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agosettings: bluetooth: switch from qml websockets to libqtappfw 23/13823/2
Matt Ranostay [Fri, 13 Apr 2018 22:04:22 +0000 (15:04 -0700)]
settings: bluetooth: switch from qml websockets to libqtappfw

Initial support changeover to libqtappfw from qml websocket calls for
agl-service-bluetooth service

Bug-AGL: SPEC-1385
Change-Id: Iff434c386d19f737b76d6a92969ae131a3de8ebf
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agosettings: wifi: remove unused http address from Wifi QML 81/13781/1
Matt Ranostay [Mon, 16 Apr 2018 03:18:23 +0000 (20:18 -0700)]
settings: wifi: remove unused http address from Wifi QML

Change-Id: I0bd05233465a85d30aa132b0fa5996b9a6a8a926
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agosettings: remove build artifacts 79/13779/1
Matt Ranostay [Mon, 16 Apr 2018 02:28:57 +0000 (19:28 -0700)]
settings: remove build artifacts

Remove several files that were added by accident from build environment

Change-Id: I394b2d308afdcfc68c378af227691b4fe3f7947e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoImprove version information for AGL UCB. 49/13549/1
Harunobu Kurokawa [Mon, 5 Mar 2018 06:29:11 +0000 (15:29 +0900)]
Improve version information for AGL UCB.

Version information is hardcoded. This commit support
AGL UCB version automatically from /etc/os-release

Bug-AGL: SPEC-656

Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
7 years agoUpdate to new color scheme 13/12613/1
Tadao Tanikawa [Fri, 15 Dec 2017 13:52:48 +0000 (22:52 +0900)]
Update to new color scheme

The color scheme has been changed to new one.

Bug-AGL: SPEC-673

Change-Id: I6d8c30d9682b9a267c293dd7bcee7d3828af80b8
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
7 years agoRevert "settings: switch keyboard to qtvirtualkeyboardplugin" 75/12575/1
Matt Ranostay [Thu, 14 Dec 2017 09:25:32 +0000 (01:25 -0800)]
Revert "settings: switch keyboard to qtvirtualkeyboardplugin"

This reverts commit 9990ec3dfdbd159b2077a33aa62dd52f53f174b2.

Currently SPEC-1120 is blocking qtvirtualkeyboard from sending
keystokes to applications.

Bug-AGL: SPEC-1185
Change-Id: I02d02f6c1cf912d5b4f0face0add9c9af43c2af2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agosettings: switch keyboard to qtvirtualkeyboardplugin 89/12489/1
Matt Ranostay [Wed, 13 Dec 2017 07:02:37 +0000 (23:02 -0800)]
settings: switch keyboard to qtvirtualkeyboardplugin

Use qtvirtualkeyboardplugin for keyboard input since it supports
internationalization and uses vector graphics which allows screen
scaling.

Bug-AGL: SPEC-1185
Change-Id: Ifddefe9b9884d1087683befc011b7172f5c2305f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoQML: Bluetooth: fix initial paired devices list 99/12099/1 4.99.3 eel/4.99.3 eel_4.99.3
Matt Ranostay [Thu, 23 Nov 2017 03:34:09 +0000 (19:34 -0800)]
QML: Bluetooth: fix initial paired devices list

Paired device count was being set to zero after getting initial
list from the bluetooth service.

Bug-AGL: SPEC-1123
Change-Id: If4d70e45bcb2b3fcbde3f4ace0d251601e38c157
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoMerge "Porting to new HMI Framework"
Jan-Simon Moeller [Tue, 14 Nov 2017 16:15:20 +0000 (16:15 +0000)]
Merge "Porting to new HMI Framework"

7 years agoPorting to new HMI Framework 55/11955/1
Scott Murray [Tue, 14 Nov 2017 13:36:10 +0000 (22:36 +0900)]
Porting to new HMI Framework

Changes following guidelines given in "Kickstart: New HMI Framework"
document at:

https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf

Change-Id: I4d6883bd60951af97be2d834667ab38622040735
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
7 years agoQML: Bluetooth patch to limit device name length 97/11797/5
LiPengKun [Fri, 10 Nov 2017 00:21:19 +0000 (09:21 +0900)]
QML: Bluetooth patch to limit device name length

This is a patch to fix the Bluetooth issue that
long device name may cover pair button

Change-Id: Ida0fd980cf3308be959eb74ea30e11beeffd5453
Signed-off-by: LiPengKun <pengkun.li@jp.alps.com>
7 years agoChange version for EE in settings app 83/11683/1 4.99.2 eel/4.99.2 eel_4.99.2
Jan-Simon Möller [Sat, 4 Nov 2017 23:58:05 +0000 (00:58 +0100)]
Change version for EE in settings app

Change-Id: Ic34a8d89deb93b1b8d303dda86e0d524fef7e94b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
7 years agoqml: change BT layout 47/10747/1 sandbox/kmitsunari/hmi-framework 4.99.1 eel/4.99.1 eel_4.99.1
LiPengKun [Fri, 1 Sep 2017 07:38:45 +0000 (16:38 +0900)]
qml:  change BT layout
 This is change BT discoveried BT device into two list.
 List 1 : this is a list for paired device.
 List 2 : this is a list for discoveried device that not paired.

Change-Id: I5a24b6278078e267150d2f88e94c4eb32719f52b
Signed-off-by: LiPengKun <pengkun.li@jp.alps.com>
7 years agoqml: wifi: update subscription to events 93/10593/2
Matt Ranostay [Wed, 9 Aug 2017 17:31:40 +0000 (10:31 -0700)]
qml: wifi: update subscription to events

Update the subscription to wifi events to the ne
more consistent format

Bug-AGL: SPEC-820
Change-Id: Ie38b9f6d0e43f402cc4db76f9c9349d54d5ace04
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoqml: bluetooth: update subscription to events 79/10579/2
Matt Ranostay [Wed, 9 Aug 2017 02:22:58 +0000 (19:22 -0700)]
qml: bluetooth: update subscription to events

Update the subscription to bluetooth events to the new
more consistent format

Bug-AGL: SPEC-819
Change-Id: I4236ca5f018be42d58f474220c418354437721f4
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoUpdate version info to Daring Dab 71/10171/2
Harunobu Kurokawa [Sat, 10 Jun 2017 01:38:16 +0000 (10:38 +0900)]
Update version info to Daring Dab

Bug-AGL: SPEC-656

Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
7 years agobinding: remove bindings from settings application 83/9983/1
Matt Ranostay [Fri, 30 Jun 2017 03:31:40 +0000 (20:31 -0700)]
binding: remove bindings from settings application

bindings are moved to their own repos so no longer needed
in settings application

Bug-AGL: SPEC-661 SPEC-715
Change-Id: I0171a73fe20ed076c5d07edd708ffe46778d84bb
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoqml: launcher: initial bt + wifi states on load 97/9797/1
Matt Ranostay [Mon, 26 Jun 2017 04:19:58 +0000 (21:19 -0700)]
qml: launcher: initial bt + wifi states on load

Initial load didn't have the actual BT or WiFi states on the
slider switches. This patchset sets them after probing to find
current state via DBus services.

Change-Id: I9e0bc0a6477c81d5acf7adfe3d5f15d941c33da9
Bug-AGL: SPEC-703
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: allow connection to specified profile UUID 49/9749/3
Matt Ranostay [Fri, 16 Jun 2017 02:44:41 +0000 (19:44 -0700)]
binding: bluetooth: allow connection to specified profile UUID

Allow connect/disconnect to a single BT UUID profile that is
specified for a device.

Change-Id: Ia3c67fd5f0e9b6467aa7eaae2e75dddfe80251ae
Bug-AGL: SPEC-669
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: report connection events 47/9747/2
Matt Ranostay [Thu, 15 Jun 2017 23:41:09 +0000 (16:41 -0700)]
binding: bluetooth: report connection events

Subscribers to the bluetooth binding need to get reports of
connection and disconnections.

Bug-AGL: SPEC-669
Change-Id: I061fd7088a3a198d8004feaf594abc44c3a43f4f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: remove unused binding files 45/9745/2
Matt Ranostay [Thu, 15 Jun 2017 18:56:20 +0000 (11:56 -0700)]
binding: remove unused binding files

Binding.qml and MessageId.js aren't used in any part of the
settings application.

Change-Id: I4139fe41625695c25096961454eed219c744d66f
Bug-AGL: SPEC-648
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: available BT UUID profiles reporting 33/9633/1
Matt Ranostay [Wed, 7 Jun 2017 03:01:16 +0000 (20:01 -0700)]
binding: bluetooth: available BT UUID profiles reporting

Since selection connect/disconnect can be done to a certain
BT UUID profiles the available ones need to be listed to
subscribers.

Change-Id: I4497838ef2f9dd5e6fc40f1364a8b5f165a1831d
Bug-AGL: SPEC-638
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: allow connection to select uuid profiles 99/9599/2
Matt Ranostay [Thu, 1 Jun 2017 22:37:25 +0000 (15:37 -0700)]
binding: bluetooth: allow connection to select uuid profiles

Currenly the bluetooth binding connects to all available bluetooth
profiles. This change allows you select an singular profile.

Change-Id: Iccb016f132e0690699eefddee637ad91ea69e69c
Bug-AGL: SPEC-638
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: provide org.bluez.MediaTransport1 access 89/9589/1
Matt Ranostay [Wed, 31 May 2017 09:44:02 +0000 (02:44 -0700)]
binding: bluetooth: provide org.bluez.MediaTransport1 access

Allow binding to report transport state and volume levels

Bug-AGL: SPEC-642
Change-Id: I5daad68a096b70b6401cde045704ee4226ef368f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: fix memory leak in avrcp controls 43/9443/1 3.99.1 dab/3.99.1 dab_3.99.1
Matt Ranostay [Sat, 20 May 2017 20:46:12 +0000 (13:46 -0700)]
binding: bluetooth: fix memory leak in avrcp controls

avrcp data pointers need to be freed when btd_device
structure is destroyed

Change-Id: I39b534665d9e7b74ff20443668b5fee395446aa9
Bug-AGL: SPEC-596
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: add initial avrcp controls 21/9421/1
Matt Ranostay [Wed, 17 May 2017 20:55:56 +0000 (13:55 -0700)]
binding: bluetooth: add initial avrcp controls

These avrcp controls only work at the application level for the
settings application. The bluetooth binding at some point needs
to be converted to system level binding.

Change-Id: I5959c3939874b53c2b21115fb2a3e6a652ec0ffd
Bug-AGL: SPEC-596
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoMerge "binding: bluetooth: add support for avrcp metadata reporting"
Jan-Simon Moeller [Tue, 16 May 2017 05:03:57 +0000 (05:03 +0000)]
Merge "binding: bluetooth: add support for avrcp metadata reporting"

7 years agoMerge "binding: bluetooth: fix typo of propertyies"
Jan-Simon Moeller [Tue, 16 May 2017 05:03:43 +0000 (05:03 +0000)]
Merge "binding: bluetooth: fix typo of propertyies"

7 years agobinding: bluetooth: add support for avrcp metadata reporting 97/9397/1
Matt Ranostay [Mon, 15 May 2017 19:59:55 +0000 (12:59 -0700)]
binding: bluetooth: add support for avrcp metadata reporting

Add binding support for reporting avrcp metadata, and status events.

Bug-AGL: SPEC-596
Change-Id: I33a1045db5aa421a01e28c7bda254085b107e4f1
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobinding: bluetooth: fix typo of propertyies 87/9387/1
Matt Ranostay [Mon, 15 May 2017 00:16:30 +0000 (17:16 -0700)]
binding: bluetooth: fix typo of propertyies

Fix typo of propertyies that should be properties.

Bug-AGL: SPEC-578
Change-Id: I9b312666db39808d03fec33c0029858917a14b37
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agobluetooth: allow detection of bluetooth enabled 93/9293/3
Matt Ranostay [Mon, 1 May 2017 01:33:25 +0000 (18:33 -0700)]
bluetooth: allow detection of bluetooth enabled

Bluetooth can now be enabled via connmand dbus service, and needs
to detect if already enabled.

Change-Id: I279a571b89381579eb05705410210a9266039377
Bug-AGL: SPEC-570
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoqml: bluetooth: remove Windows/DOS end-of-lines 77/9377/1
Matt Ranostay [Sat, 13 May 2017 05:19:59 +0000 (22:19 -0700)]
qml: bluetooth: remove Windows/DOS end-of-lines

Recent merge of websocket changes introducted MSDOS/Windows
end of lines, this patchset removes them with dos2unix.

Bug-AGL: SPEC-592
Change-Id: Id16cae4e3cab1da8ed789b0924410c0e4ac7937b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
7 years agoMerge "BT: Update to support WebSocket"
Jan-Simon Moeller [Fri, 12 May 2017 21:51:59 +0000 (21:51 +0000)]
Merge "BT: Update to support WebSocket"

7 years agoqml: wifi: add missing parameter call 13/9313/1
Matt Ranostay [Wed, 3 May 2017 21:30:28 +0000 (14:30 -0700)]
qml: wifi: add missing parameter call

Add missing sendSocketMesage() after verbstr definition.

Bug-AGL: SPEC-578
Change-Id: Ib7e9cc0f5b4b993bd28bd89dd7ea32adfce60eef
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
8 years agoWiFi: Fix WiFi UI not sync with network manager 61/9161/2
Milan Srdinko [Fri, 21 Apr 2017 11:17:49 +0000 (13:17 +0200)]
WiFi: Fix WiFi UI not sync with network manager

Fix error that state of WiFi ON/OFF button after widget start is not in
sync with actual state of wireless adapter.

Change-Id: I71ac07d11b2364d6dbb69b492774323c9c39fbd6
AGL-BUG: SPEC-531
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
8 years agoBT: Update to support WebSocket 57/9057/8
yidongmiao [Fri, 7 Apr 2017 09:01:42 +0000 (17:01 +0800)]
BT: Update to support WebSocket

modified:   app/bluetooth/Bluetooth.qml
modified:   binding-bluetooth/binding-bluetooth.pro
new file:   binding-bluetooth/bluetooth-agent.c
new file:   binding-bluetooth/bluetooth-agent.h
modified:   binding-bluetooth/bluetooth-api.c
modified:   binding-bluetooth/bluetooth-api.h
modified:   binding-bluetooth/bluetooth-manager.c
modified:   binding-bluetooth/bluetooth-manager.h
new file:   binding-bluetooth/bluez-client.c
new file:   binding-bluetooth/bluez-client.h
new file:   binding-bluetooth/lib_agent.c
new file:   binding-bluetooth/lib_agent.h
new file:   binding-bluetooth/lib_bluez.c
new file:   binding-bluetooth/lib_bluez.h
new file:   binding-bluetooth/lib_ofono.c
new file:   binding-bluetooth/lib_ofono.h
new file:   binding-bluetooth/lib_ofono_modem.c
new file:   binding-bluetooth/lib_ofono_modem.h
new file:   binding-bluetooth/ofono-client.c
new file:   binding-bluetooth/ofono-client.h

modified:   Bluetooth.qml

Change-Id: I18bc7ed86b6759d5b55a2662cf3ebd0d1e81b07f
Signed-off-by: yidongmiao <yidong.miao@cn.alps.com>
Jira identifier: SPEC-528

8 years agoWiFi: Match names of functions with binding verbs 03/8903/2
Milan Srdinko [Mon, 20 Mar 2017 10:57:22 +0000 (11:57 +0100)]
WiFi: Match names of functions with binding verbs

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>
8 years agoMerge "WiFi: Update comments for a functions"
Jan-Simon Moeller [Mon, 3 Apr 2017 21:19:17 +0000 (21:19 +0000)]
Merge "WiFi: Update comments for a functions"

8 years agoWiFi: Update comments for a functions 01/8901/2
Milan Srdinko [Mon, 20 Mar 2017 10:24:20 +0000 (11:24 +0100)]
WiFi: Update comments for a functions

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>
8 years agoUpdate config.xml for new framework on systemd 09/8909/1
José Bollo [Fri, 24 Mar 2017 08:43:57 +0000 (09:43 +0100)]
Update config.xml for new framework on systemd

Also fix a typo

Change-Id: Id1e391922c77b1c355b05d0445f5f9bdc632a929
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
8 years agoWiFi: add event unsubscribe/delete on Wi-Fi disable 25/8825/1
Milan Srdinko [Mon, 13 Feb 2017 15:34:44 +0000 (16:34 +0100)]
WiFi: add event unsubscribe/delete on Wi-Fi disable

Change-Id: I2b3c74fc24b57c6152f105ff7bd8b090d9dad155
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
8 years agoWiFi: Improve log messages 17/8417/2
Milan Srdinko [Wed, 1 Feb 2017 13:30:06 +0000 (14:30 +0100)]
WiFi: Improve log messages

Change-Id: I180e3af084edfb72492d6155eb9db1964590afd3
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
8 years agoWiFi: reworked to support websockets and subscriptions for events 15/8415/2
Milan Srdinko [Wed, 1 Feb 2017 12:31:05 +0000 (13:31 +0100)]
WiFi: reworked to support websockets and subscriptions for events

Change-Id: I2d1f2724d7c1efd64c12b7fa639436946209196e
Signed-off-by: Milan Srdinko <msrdinko@alps.cz>
8 years agoAdd .gitreview file 55/7955/1
Jan-Simon Möller [Wed, 28 Dec 2016 21:44:10 +0000 (22:44 +0100)]
Add .gitreview file

Change-Id: Icd7657701d6fd52a1be4808c7e19d385b74332f7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
8 years agoMerge "Add connect command after set passkey"
Jan-Simon Moeller [Sat, 24 Dec 2016 21:29:31 +0000 (21:29 +0000)]
Merge "Add connect command after set passkey"

8 years agoWifi: Clear password data when the dialog hidden 65/7865/1
Tasuku Suzuki [Sat, 24 Dec 2016 02:30:12 +0000 (11:30 +0900)]
Wifi: Clear password data when the dialog hidden

Change-Id: I67d6112fe587abe3506e80835281ac347262aae7
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoAdd connect command after set passkey 63/7863/1
srimaldia [Fri, 23 Dec 2016 22:28:04 +0000 (07:28 +0900)]
Add connect command after set passkey

This modification is made to complete connection
procedure to secured AP after set passkey.

Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoMerge "Add status icon for bluetooth"
Jan-Simon Moeller [Thu, 22 Dec 2016 21:54:27 +0000 (21:54 +0000)]
Merge "Add status icon for bluetooth"

8 years agoAdd status icon for wifi 25/7825/5
srimaldia [Thu, 22 Dec 2016 09:47:12 +0000 (18:47 +0900)]
Add status icon for wifi

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>
8 years agoWifi: Add password dialog with Keyboard 13/7813/2
Tasuku Suzuki [Thu, 22 Dec 2016 09:36:55 +0000 (18:36 +0900)]
Wifi: Add password dialog with Keyboard

Change-Id: I97e219590bc2c817e1c90a5f70175de972a80313
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoWifi: Improve signal icon handling 19/7819/2
Tasuku Suzuki [Thu, 22 Dec 2016 10:12:28 +0000 (19:12 +0900)]
Wifi: Improve signal icon handling

Change-Id: I72fd21ef0800bc35617d5bb38ceee7de2dca2350
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoMerge "Wifi: Fix layout"
Jan-Simon Moeller [Thu, 22 Dec 2016 13:44:44 +0000 (13:44 +0000)]
Merge "Wifi: Fix layout"

8 years agoMerge "Wifi: improve parsing JSON"
Jan-Simon Moeller [Thu, 22 Dec 2016 13:44:40 +0000 (13:44 +0000)]
Merge "Wifi: improve parsing JSON"

8 years agoMerge "Wifi: improve some property bindings"
Jan-Simon Moeller [Thu, 22 Dec 2016 13:44:36 +0000 (13:44 +0000)]
Merge "Wifi: improve some property bindings"

8 years agoMerge "Wifi: Remove an Item unused"
Jan-Simon Moeller [Thu, 22 Dec 2016 13:44:31 +0000 (13:44 +0000)]
Merge "Wifi: Remove an Item unused"

8 years agoMerge "Wifi & Bluetooth: use binding address defined in main.cpp"
Jan-Simon Moeller [Thu, 22 Dec 2016 13:44:21 +0000 (13:44 +0000)]
Merge "Wifi & Bluetooth: use binding address defined in  main.cpp"

8 years agoMerge "Modify poll interval"
Jan-Simon Moeller [Thu, 22 Dec 2016 13:42:55 +0000 (13:42 +0000)]
Merge "Modify poll interval"

8 years agoAdd status icon for bluetooth 23/7823/1
srimaldia [Thu, 22 Dec 2016 09:42:54 +0000 (18:42 +0900)]
Add status icon for bluetooth

<?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: I598fd21f66620a518d5cc4068c352c31961834bd
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoModify poll interval 93/7793/2
srimaldia [Thu, 22 Dec 2016 07:58:46 +0000 (16:58 +0900)]
Modify poll interval

Change-Id: I2a963667dd1eadb92533746fba829d7fe5916a3d
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoMerge "Modify UI design of Wifi and Bluetooth"
Jan-Simon Moeller [Thu, 22 Dec 2016 09:07:46 +0000 (09:07 +0000)]
Merge "Modify UI design of Wifi and Bluetooth"

8 years agoWifi: Fix layout 09/7809/1
Tasuku Suzuki [Thu, 22 Dec 2016 09:02:50 +0000 (18:02 +0900)]
Wifi: Fix layout

Change-Id: I5add42f9834cdeb8a62856a165b0dfb31b2c2e5e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoWifi: improve parsing JSON 07/7807/1
Tasuku Suzuki [Thu, 22 Dec 2016 08:54:18 +0000 (17:54 +0900)]
Wifi: improve parsing JSON

Change-Id: I6135ad079a1d9d7512b852014dcf124f85cac5e2
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoWifi: improve some property bindings 05/7805/1
Tasuku Suzuki [Thu, 22 Dec 2016 08:48:21 +0000 (17:48 +0900)]
Wifi: improve some property bindings

Change-Id: I051b364b33a922f3264459e2ffb5d4cb09bd2983
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoWifi: Remove an Item unused 03/7803/1
Tasuku Suzuki [Thu, 22 Dec 2016 08:42:59 +0000 (17:42 +0900)]
Wifi: Remove an Item unused

Change-Id: I3252a15c25f902c254a9ccacfcbd9a5463135473
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoWifi & Bluetooth: use binding address defined in main.cpp 01/7801/1
Tasuku Suzuki [Thu, 22 Dec 2016 08:27:58 +0000 (17:27 +0900)]
Wifi & Bluetooth: use binding address defined in  main.cpp

Change-Id: I37927e3287cc63531e58aedec0fee67eb4331e47
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoRevert to latest merged version
srimaldia [Thu, 22 Dec 2016 08:13:59 +0000 (17:13 +0900)]
Revert to latest merged version

Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoModify poll interval 91/7791/1
srimaldia [Thu, 22 Dec 2016 07:58:46 +0000 (16:58 +0900)]
Modify poll interval

Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoModify UI design of Wifi and Bluetooth 79/7779/1
srimaldia [Thu, 22 Dec 2016 07:43:06 +0000 (16:43 +0900)]
Modify UI design of Wifi and Bluetooth

Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoRevert GUI Wifi and Blouetooth to latest mergered
srimaldia [Thu, 22 Dec 2016 07:30:13 +0000 (16:30 +0900)]
Revert GUI Wifi and Blouetooth to latest mergered

Change-Id: I9c8d36e9c4d9068e7c7bcb8834d84dd2cf810874
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoModify UI Design of Wifi and Bluetooth
srimaldia [Thu, 22 Dec 2016 05:18:18 +0000 (14:18 +0900)]
Modify UI Design of Wifi and Bluetooth

Change-Id: I9c8d36e9c4d9068e7c7bcb8834d84dd2cf810874
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agoAdd Version Info 15/7715/1
Tasuku Suzuki [Tue, 20 Dec 2016 12:32:30 +0000 (21:32 +0900)]
Add Version Info

Change-Id: I9c8d36e9c4d9068e7c7bcb8834d84dd2cf810874
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoAdd changing status icon in example 03/7703/2
Tasuku Suzuki [Tue, 20 Dec 2016 10:18:49 +0000 (19:18 +0900)]
Add changing status icon in example

to test this, you need to add a 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: I82c4b01db86ee54de87fad1db2ebf3f743b7c020
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoMove back to initial list when the app is hidden 97/7697/1
Tasuku Suzuki [Tue, 20 Dec 2016 08:26:35 +0000 (17:26 +0900)]
Move back to initial list when the app is hidden

Change-Id: I7c8b4978e96dc2366bf07d07221c44806fb9cb73
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoMerge "Add LICENSE file"
Jan-Simon Moeller [Sun, 18 Dec 2016 12:07:27 +0000 (12:07 +0000)]
Merge "Add LICENSE file"

8 years agoAdd LICENSE file 65/7665/1
Tasuku Suzuki [Fri, 16 Dec 2016 09:29:08 +0000 (18:29 +0900)]
Add LICENSE file

Change-Id: I3e9a13a940bfad09722f9c59cb257593ce18fad8
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoModify UI for Bluetooth and Wifi 45/7645/1
srimaldia [Thu, 15 Dec 2016 10:12:47 +0000 (19:12 +0900)]
Modify UI for Bluetooth and Wifi

Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
8 years agomerge the Settings in CES2017 and bindings from ALPS 91/7591/2
Tasuku Suzuki [Wed, 14 Dec 2016 09:10:54 +0000 (18:10 +0900)]
merge the Settings in CES2017 and bindings from ALPS

Change-Id: I00a7a6c5dae1cd579f91d543b0f5fba4616a633b
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
8 years agoInitial empty repository
Jan-Simon Moeller [Tue, 6 Dec 2016 14:35:49 +0000 (14:35 +0000)]
Initial empty repository