summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jimmy Huang [Mon, 6 Jan 2014 19:47:51 +0000 (11:47 -0800)]
Fixed bug where cancel button in locale setttings does nothing
Change-Id: Ie3b0b46685459b7077293b140e5833fd8984b5db
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 11 Dec 2013 22:58:04 +0000 (14:58 -0800)]
Fixes TIVI-2064
This is work-around to grant the app privilege to access the privacy APIs
Since the pkg manager doesn't install the package information in the privacy database
and the privacy-popup is not compatible with wayland and toyota's homescreen so for now
just manually grant access by updating the privacy database directly.
Change-Id: Iba9de2925f9288f4eec4f8a4bb43f8de97c6a4a6
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 27 Nov 2013 21:29:19 +0000 (13:29 -0800)]
Reverting previous commit to add locale privilege
Change-Id: Ifd332925ad5da4c0ca71db0e5931ee1242532eb9
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 27 Nov 2013 20:40:45 +0000 (12:40 -0800)]
Updated dummy backend
Change-Id: I02379f9cf765c3c66d2485cb6ef724189f20d041
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 27 Nov 2013 20:25:17 +0000 (12:25 -0800)]
Updated connman and bluetooth settings to the new connman protocols in settings-daemon
- Settings will now use the new settings daemon protocols for connman-related apis
- Connman settings supports thew new get_technologies and get_services requests
Change-Id: I0b12321080183695bb5259d1b7a615070ace46a5
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Thu, 21 Nov 2013 22:36:44 +0000 (14:36 -0800)]
Added locale settings support
- New locale settings uses the locale web api to get/set locale
Change-Id: I8d180a2f4b33f2af0600acbc447698e36cf8aa3b
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Thu, 21 Nov 2013 21:48:22 +0000 (13:48 -0800)]
Refactored event subscription calls to use websocket
Change-Id: Idb5d68713a489cd67931a2c0c4690b37718a679e
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 13 Nov 2013 19:56:46 +0000 (11:56 -0800)]
Refactor WiFi module
- Renamed WiFi settings to Connman settings to support different connman technologies
- Fixed event handling for connman property changes
- Added support for adding unknown/hidden networks
- Added support to connect to protected networks
Change-Id: I15557ff56582b7202d20a0e55d78ce0af432b266
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Kevron Rees [Mon, 11 Nov 2013 22:33:56 +0000 (14:33 -0800)]
added locale privilege
Change-Id: Ic22da0319ccee20a98f0a55ce418a82cfdbf0349
Jimmy Huang [Thu, 17 Oct 2013 16:47:23 +0000 (09:47 -0700)]
Improve page load time by not doing a scan everytime user enters page
Change-Id: If48adfe6c87ebe8055302ee57f3f124a901f11ff
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Tue, 15 Oct 2013 17:55:22 +0000 (10:55 -0700)]
Monitor settings daemon events and update changes
- Subscribe the serviceChanged and propertyChanged events from settings daemon
- Update Bluetooth and WiFi status according to events
Change-Id: I6a5ff62455d54ad9143299ed600c7d162984d251
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Tue, 15 Oct 2013 17:45:27 +0000 (10:45 -0700)]
Remove duplicating disconnect button from WiFi details panel
Change-Id: Ie7f78921ca5202212d6ca9eea23e87a74f441f3e
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Fri, 4 Oct 2013 21:41:18 +0000 (14:41 -0700)]
Fixes TIVI-1943
There is a small delay that the connman scan api is usable after WiFi is turned on, which results in SettingsApp showing net.connman.Error.NoCarrier message. Adding a small 1 sec delay to do the initial scan after wifi is turned on to eliminate this issue.
Change-Id: I4fd4e64382dbf45c0e84fd44b616fc5a9bfebcf2
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Thu, 3 Oct 2013 20:49:14 +0000 (13:49 -0700)]
New release of SettingsApp
- Bumped version to 0.0.2
- Fixes TIVI-1788 - Setting error: Setting daemon is not connected
- Added runtime dependency on settingsd
- Fixed a bug where hidden network is still showing
- Various fixes date and time settings
- Added support for automatic time and timezone updates
- Add support for is_time_update_enabled and is_timezone_update_enabled requests
- Switch to text input instead of time and date input since the picker is broken
- Added time and date string validator
- Fixes clock not syncing right when moving out of focus
- Updated dummy backend
- Fixed a bug where GUI doesn't allow you to disconnect from encrypted networks
- Display ip address and other connected information
- Fixed a bug where toggle changes triggers recursive callbacks
- Cleaning up debug logs and error messages
- Fixed a bug where previous scan is not canceled when page is loaded
- Display wifi network encryption and signal strength
- Display error when trying to connect to encrypted network since it's not implemented
- Updated wifi scan handling code and added some more dummy data
- Ask user to reconnect to settings daemon if it is disconnected
- Disable wifi toggle button when scanning
- Show an error message for disconnecting from websocket
Change-Id: I50ab8b3f356f4821fd740d9971c9befcf5287f8d
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Ossama Othman [Fri, 20 Sep 2013 05:33:56 +0000 (22:33 -0700)]
Updated WiFi scan results sample to match settings-daemon output.
Change-Id: I14fb1390b3e42bbc07ffb8f8749d89a53418ceaf
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
Jimmy Huang [Thu, 19 Sep 2013 22:55:45 +0000 (15:55 -0700)]
Uninstall widget when doing rpm uninstall
Change-Id: Icf1719133b7ff8121e045fbbf5e96e721f93675d
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 18 Sep 2013 23:27:13 +0000 (16:27 -0700)]
Send setTime argument using epoch time
Change-Id: Id3e631efdc3ea77436283805920b2d8576346201
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 18 Sep 2013 23:17:47 +0000 (16:17 -0700)]
Match settings daemon api to use strings for request type
Change-Id: I18588a8e60693323b8d258a53db181c05cc47868
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Wed, 18 Sep 2013 19:58:56 +0000 (12:58 -0700)]
Added new icon to package, fixes TIVI-1709
Change-Id: Ief3e7b0a126f0ef8e01d87fd6eb1cc6be4db7b0c
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Sat, 14 Sep 2013 00:30:40 +0000 (17:30 -0700)]
Updated changelog
Change-Id: Ida5d681b2967b308e5cbeff5cc1ce7be37f2c0d1
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Sat, 14 Sep 2013 00:08:09 +0000 (17:08 -0700)]
Disable dummy backend and connect to settings daemon
Change-Id: Idb42a6b653cab2a34df8c8dba5256e6138e1b7bc
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Sat, 14 Sep 2013 00:06:11 +0000 (17:06 -0700)]
Added date and time settings
Change-Id: I5dda4007a46a2eb945304b78d33a468aef8a829b
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Sat, 14 Sep 2013 00:02:41 +0000 (17:02 -0700)]
Added wifi settings and dummy data
Change-Id: I64b7fd7e68986d74310bf73baf81cc3e64a37e74
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Fri, 13 Sep 2013 23:55:21 +0000 (16:55 -0700)]
Code refactoring and cleanup
Change-Id: Ib6b5018442cd35b585d7d899f952cc4d4e5bf9da
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Fri, 13 Sep 2013 01:50:15 +0000 (18:50 -0700)]
Added new app icon, fixes TIVI-1709
Change-Id: If740346c92117b564c9ef864668519ad932bb4c3
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
Jimmy Huang [Thu, 22 Aug 2013 23:06:16 +0000 (16:06 -0700)]
Initial commit
Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>