Updated changelog
[profile/ivi/SettingsApp.git] / packaging / Settings.changes
1 * Thu Mar 06 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140304.231343@170ecab
2 - Bump version to 0.0.5
3 - Fixed wifi tethering issues
4 - Settings app now tries to reconnect if it's disconnected by Settings-daemon
5 - Fixed a bug where tethering is not allowed unless it's connected
6 - No need to scan wifi until propertyChanged signal is received
7 - Fixes TIVI-2791 - The month number will change
8
9 * Tue Mar 04 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140212.213749@bc02b57
10 - Bump version to 0.0.4
11 - Update popup message for incorret password
12 - Fixes TIVI-2784 - Wifi password is not empty
13 - Fixes TIVI-2825 - WiFi/Wired status not stable
14
15 * Wed Feb 12 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140205.225825@00bcc70
16 - Versiom bump to 0.0.3
17
18 * Tue Feb 11 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140205.225825@87c90cb
19 - Make error popups by default undimissibal
20
21 * Tue Feb 11 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140205.225825@41cc562
22 - Implements TIVI-2083, adds tethering support
23
24 * Wed Feb 05 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140110.224142@9df45ae
25 - Added support for autoconnect for connman services
26
27 * Wed Feb 05 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140110.224142@b921b34
28 - Fixes TIVI-2499
29
30 * Wed Feb 05 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/ivi/20140110.224142@2834adc
31 - Added missing country code in string value for Japanese and German
32
33 * Fri Jan 24 2014 Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org> accepted/tizen/ivi/20140110.224142@5cf7f01
34 - Revert: Fixes TIVI-2064 - This workaround is no more needed (it was fixed in pkgmgr-info)
35
36 * Fri Jan 10 2014 Jimmy Huang <jimmy.huang@intel.com> submit/tizen_ivi_release/20140108.030030@561a602
37 - Fixes TIVI-2570 - Unencrypted WiFi connection fails
38
39 * Mon Jan 06 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131212.205817@be0921c
40 - Fixes TIVI-2484 - Back button in language has no function
41
42 * Mon Jan 06 2014 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131212.205817@bd85ecc
43 - Fixed bug where cancel button in locale setttings does nothing
44
45 * Wed Dec 11 2013 Jimmy Huang <jimmy.huang@intel.com> submit/tizen/20131127.215730@0e0c7db
46 - Fixes TIVI-2064
47
48 * Wed Nov 27 2013 Jimmy Huang <jimmy.huang@intel.com> ivi_oct_m2@f9f74cb
49 - Reverting previous commit to add locale privilege
50
51 * Wed Nov 27 2013 Jimmy Huang <jimmy.huang@intel.com> ivi_oct_m2@6917fc4
52 - Updated dummy backend
53
54 * Wed Nov 27 2013 Jimmy Huang <jimmy.huang@intel.com> ivi_oct_m2@d39bf75
55 - Updated connman and bluetooth settings to the new connman protocols in settings-daemon
56
57 * Fri Nov 15 2013 Jimmy Huang <jimmy.huang@intel.com> submit/tizen_ivi_milestone/20131113.054020@1cf567d
58 - Refactor WiFi module
59
60 * Thu Oct 17 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131007.221312@7a2360b
61 - Improve page load time by not doing a scan everytime user enters page
62
63 * Tue Oct 15 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131007.221312@71c3e9e
64 - Monitor settings daemon events and update changes
65
66 * Tue Oct 15 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20131007.221312@ff849bb
67 - Remove duplicating disconnect button from WiFi details panel
68
69 * Fri Oct 04 2013 Jimmy Huang <jimmy.huang@intel.com> submit/tizen/20131003.210102@6d2592a
70 - Fixes TIVI-1943
71
72 * Thu Oct 03 2013 Jimmy Huang <jimmy.huang@intel.com> accepted/tizen/20130918.214652@278671f
73 - New release of SettingsApp
74     - Bumped version to 0.0.2
75     - Fixes TIVI-1788 - Setting error: Setting daemon is not connected
76     - Added runtime dependency on settingsd
77     - Fixed a bug where hidden network is still showing
78     - Various fixes date and time settings
79     - Added support for automatic time and timezone updates
80     - Add support for is_time_update_enabled and is_timezone_update_enabled requests
81     - Switch to text input instead of time and date input since the picker is broken
82     - Added time and date string validator
83     - Fixes clock not syncing right when moving out of focus
84     - Updated dummy backend
85     - Fixed a bug where GUI doesn't allow you to disconnect from encrypted networks
86     - Display ip address and other connected information
87     - Fixed a bug where toggle changes triggers recursive callbacks
88     - Cleaning up debug logs and error messages
89     - Fixed a bug where previous scan is not canceled when page is loaded
90     - Display wifi network encryption and signal strength
91     - Display error when trying to connect to encrypted network since it's not implemented
92     - Updated wifi scan handling code and added some more dummy data
93     - Ask user to reconnect to settings daemon if it is disconnected
94     - Disable wifi toggle button when scanning
95     - Show an error message for disconnecting from websocket
96
97
98 * Thu Sep 19 2013 Jimmy Huang <jimmy.huang@intel.com>
99 - Uninstall widget when doing rpm uninstall
100
101 * Wed Sep 18 2013 Jimmy Huang <jimmy.huang@intel.com>
102 - Added new icon to package, fixes TIVI-1709
103
104 * Fri Sep 13 2013 Jimmy Huang <jimmy.huang@intel.com> submit/tizen/20130828.173751@0f314ff
105 - Disable dummy backend and connect to settings daemon
106 - Added date and time settings
107 - Added wifi settings and dummy data
108 - Code refactoring and cleanup
109 - Added new app icon, fixes TIVI-1709
110
111 * Thu Aug 22 2013 Jimmy Huang <jimmy.huang@intel.com>
112 - Initial commit