profile/ivi/SettingsApp.git
10 years agoFixes TIVI-1943 64/10564/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/20131007.175547 accepted/tizen/20131007.221312 accepted/tizen/ivi/genivi/20140131.070149 accepted/tizen_ivi_stable/20131116.012434 ivi_oct_m2 submit/tizen/20131007.174115 submit/tizen_ivi_generic/20140131.065421 submit/tizen_ivi_genivi/20140131.070559 submit/tizen_ivi_milestone/20131113.054020 submit/tizen_ivi_stable/20131116.005958
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>
10 years agoNew release of SettingsApp 41/10541/1 accepted/tizen/20131003.215912 accepted/tizen/20131003.220403 submit/tizen/20131003.210102
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>
10 years agoUpdated WiFi scan results sample to match settings-daemon output. 44/10144/1
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>
10 years agoUninstall widget when doing rpm uninstall 41/10141/1
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>
10 years agoSend setTime argument using epoch time 22/10122/1
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>
10 years agoMatch settings daemon api to use strings for request type 21/10121/1
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>
10 years agoAdded new icon to package, fixes TIVI-1709 15/10115/2 accepted/tizen/20130918.201631 accepted/tizen/20130918.214652 submit/tizen/20130918.200933
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>
10 years agoUpdated changelog accepted/tizen/20130914.003510 accepted/tizen/20130914.003523 submit/tizen/20130914.003434
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>
10 years agoDisable dummy backend and connect to settings daemon 27/10027/1
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>
10 years agoAdded date and time settings 26/10026/1
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>
10 years agoAdded wifi settings and dummy data 25/10025/1
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>
10 years agoCode refactoring and cleanup 24/10024/1
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>
10 years agoAdded new app icon, fixes TIVI-1709 23/10023/1
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>
10 years agoInitial commit 47/8547/1 submit/tizen/20130826.172818 submit/tizen/20130828.173751
Jimmy Huang [Thu, 22 Aug 2013 23:06:16 +0000 (16:06 -0700)]
Initial commit

Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>