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