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