Improve page load time by not doing a scan everytime user enters page
[profile/ivi/SettingsApp.git] / packaging / Settings.changes
1 * Thu Oct 17 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131007.221312@7a2360b
2 - Improve page load time by not doing a scan everytime user enters page
3
4 * Tue Oct 15 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131007.221312@71c3e9e
5 - Monitor settings daemon events and update changes
6
7 * Tue Oct 15 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131007.221312@ff849bb
8 - Remove duplicating disconnect button from WiFi details panel
9
10 * Fri Oct 04 2013 Jimmy Huang <jimmy.huang@intel.com> submit/tizen/20131003.210102@6d2592a
11 - Fixes TIVI-1943
12
13 * Thu Oct 03 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20130918.214652@278671f
14 - New release of SettingsApp
15     - Bumped version to 0.0.2
16     - Fixes TIVI-1788 - Setting error: Setting daemon is not connected
17     - Added runtime dependency on settingsd
18     - Fixed a bug where hidden network is still showing
19     - Various fixes date and time settings
20     - Added support for automatic time and timezone updates
21     - Add support for is_time_update_enabled and is_timezone_update_enabled requests
22     - Switch to text input instead of time and date input since the picker is broken
23     - Added time and date string validator
24     - Fixes clock not syncing right when moving out of focus
25     - Updated dummy backend
26     - Fixed a bug where GUI doesn't allow you to disconnect from encrypted networks
27     - Display ip address and other connected information
28     - Fixed a bug where toggle changes triggers recursive callbacks
29     - Cleaning up debug logs and error messages
30     - Fixed a bug where previous scan is not canceled when page is loaded
31     - Display wifi network encryption and signal strength
32     - Display error when trying to connect to encrypted network since it's not implemented
33     - Updated wifi scan handling code and added some more dummy data
34     - Ask user to reconnect to settings daemon if it is disconnected
35     - Disable wifi toggle button when scanning
36     - Show an error message for disconnecting from websocket
37
38
39 * Thu Sep 19 2013 Jimmy Huang <jimmy.huang@intel.com>
40 - Uninstall widget when doing rpm uninstall
41
42 * Wed Sep 18 2013 Jimmy Huang <jimmy.huang@intel.com>
43 - Added new icon to package, fixes TIVI-1709
44
45 * Fri Sep 13 2013 Jimmy Huang <jimmy.huang@intel.com> submit/tizen/20130828.173751@0f314ff
46 - Disable dummy backend and connect to settings daemon
47 - Added date and time settings
48 - Added wifi settings and dummy data
49 - Code refactoring and cleanup
50 - Added new app icon, fixes TIVI-1709
51
52 * Thu Aug 22 2013 Jimmy Huang <jimmy.huang@intel.com>
53 - Initial commit