- 19 Jul, 2013 1 commit
-
-
Robert Greenwalt authored
-
- 11 Jul, 2013 1 commit
-
-
Chen Hong authored
When checked "Show Advanced settings" in wifi setup wifi setup wizard, and rotate the phone to landscape, the advanced settings are gone, but the checkbox is still checked. It's because of checkbox is set click listener but not checked changed listener, it can't handle checkbox's status properly. Change-Id: I2930cab4d0878c3d91db46560f837ca21d45da4d
-
- 28 Jun, 2013 2 commits
-
-
Robert Greenwalt authored
-
Johan Redestig authored
Dont enable Wi-Fi if it's not toggleable in flight mode by restoring the return which was removed by e78c1879 Change-Id: I8ca5a3e9b3f36f148f08ce97b8a2b854bf7de21c
-
- 27 Jun, 2013 1 commit
-
-
Elliott Hughes authored
-
- 25 Jun, 2013 3 commits
-
-
Elliott Hughes authored
There's no need to do time zone formatting manually. Change-Id: Ibef222d11d04a327e9ef64ddc48322558028555d
-
Elliott Hughes authored
-
Elliott Hughes authored
We fixed this for Settings in 7ccfa061, but @sonymobile.com point out that it's still broken for SetupWizard. Change-Id: I59348200105246f3ed7c0892e5f19b901d3e95ac
-
- 30 May, 2013 1 commit
-
-
Jean-Baptiste Queru authored
-
- 20 May, 2013 2 commits
-
-
Amith Yamasani authored
-
smitha.x.smitha authored
When entering the APN menu, the actionbar is missing a back icon allowing the user to go back to the previous pane. Added parentActivityName in ApnSettings, to enable action bar back icon. Change-Id: Iee8bb420f47c0e2c0d9a43739f534466abba30db
-
- 30 Apr, 2013 1 commit
-
-
Kenny Root authored
-
- 29 Apr, 2013 1 commit
-
-
Kenny Root authored
Change-Id: I25d6612b12ab46b1f5c88c400b95bba1c023398a
-
- 27 Apr, 2013 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
This should be enabled whenever there is a credential in the keystore since there can be unencrypted credentials in there now. (cherry picked from commit c4372c3e) Bug: 8651830 Change-Id: Ie06f20cf90f5a359975cb30d67052f8867b429b9
-
- 16 Apr, 2013 2 commits
-
-
Amith Yamasani authored
-
Amith Yamasani authored
-
- 08 Apr, 2013 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
Since keystore has been refactored to let muliple users use it simultaneously, we can remove all the restrictions put into place to prevent it. Bug: 7249554 Change-Id: I5aa069ca439cea68e87e141c497be8cd86b0ba9d
-
- 29 Mar, 2013 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
Give the user an idea of what kind of credential storage is in use on this device for keystore daemon. Change-Id: Ic970fb908989662665bf1af968ca4a6a9dbfb55a
-
- 28 Mar, 2013 2 commits
-
-
Kenny Root authored
-
Kenny Root authored
We need the ability to install from the system UID to wifi UID to explicitly bind WiFi credentials to the WiFi profile. This adds the ability for Wifi Settings to invoke installation of a PKCS12 file for the wifi UID. Bug: 8183258 Change-Id: I357c4387baf7e2f6fd6acc9046d9e6b52fdd4bb0
-
- 26 Mar, 2013 1 commit
-
-
Johan Redestig authored
getServiceInfo returns null if you have a service defined in the manifest as: <service android:name=".Xxx" android:exported="false" /> or and in an <application> with no label or icon. Dont crash the Settings application because of that. Change-Id: I6f9f69c130e610b7e4ab66426177b7bade1e1515
-
- 20 Mar, 2013 2 commits
-
-
Jeff Sharkey authored
-
Jaewan Kim authored
mStateSession is not initialized at the time hasEthernet is called to set mShowEthernet, so Ethernet tab is not shown at the startup. In this case, if the device doesn't support mobile network, user cannot even select it from the context menu. Bug: 8365419 Change-Id: I441971f18346c34a3adf3f18d9355075d9dce3f0
-
- 16 Mar, 2013 1 commit
-
-
Robert Greenwalt authored
-
- 14 Mar, 2013 2 commits
-
-
Elliott Hughes authored
-
Sungmin Choi authored
In case of using DatePickerDialog, user could select any date before 1970-01-01. However, the system clock cannot be set to a date before 1970-01-01. As a result, user couldn't select date before 1970-01-01. So, use date from 1970-01-01 to 2037-12-31 of DatePickerDialog. Steps to reproduce: 1. Settings -> Date & time 2. uncheck Automatic date & time 3. Set Date 4. choose any date before 1970 and Done Change-Id: I075b3fcaa86df1c314c85dd3dd85474a28b8c637
-
- 12 Mar, 2013 1 commit
-
-
Amith Yamasani authored
-
- 11 Mar, 2013 1 commit
-
-
Henrik Baard authored
There is an array (NEED_VOICE_CAPABILITY) with all keys that should not be present in a device that does not have voice capability. The key KEY_VIBRATE was not part of this array, it was handled separately in the code. Moved KEY_VIBRATE to NEED_VOICE_CAPABILITY and remove the special treatement. Change-Id: I96aa066cec373ccbfe89c46b530feb484f6f8164
-
- 08 Mar, 2013 2 commits
-
-
Amith Yamasani authored
-
Ryan Baxter authored
Currently says "Turning Wifi off..." This change will display "Turning Bluetooth off..." instead. Change-Id: I697d19ca4d7a69cc6b3729ad09fcf38bf5ab2427 Signed-off-by:
Ryan Baxter <rbryanbaxter@gmail.com>
-
- 05 Mar, 2013 2 commits
-
-
Irfan Sheriff authored
-
Jaewan Kim authored
If attempt to configure the first network fails, AccessPoints fails to update error message because it only checks the error code if it is not active. With this change, user may see saved network message for a second because SupplicantStateTracker retries on authentication failure so intermediate status is displayed between each trial. Bug: 8284024 Change-Id: I8b976b03878e27e46726ee8a176f131115b7a409
-
- 28 Feb, 2013 1 commit
-
-
Sungmin Choi authored
For MVNO, add related data fields. Bug: 8143480 Change-Id: Idfa06c6f39a2c15ff4f0815724823f44b76ac819
-
- 20 Feb, 2013 2 commits
-
-
Wink Saville authored
-
Amith Yamasani authored
-
- 15 Feb, 2013 2 commits
-
-
Irfan Sheriff authored
* changes: Use updated enterprise API Fix EAP field display for a new network Allow only valid EAP configs Update enterprise API usage
-
Irfan Sheriff authored
Change-Id: If41fad5fae5864555bb1de3fc99130682b1cdff1
-