1. Certificate related APIs were moved to CertTool. Therefore,
we have to migrate to CertTool instead.
2. Unlock the keystore if it is not unlocked yet(send the intent
out to credential storage) for EAP access points.
3. Add Password field for WPA_EAP and IEEE8021X(this is for
phase 2 auth.)
Merge commit '132b21440b1b930322fc129a504afa6107835f8e'
* commit '132b21440b1b930322fc129a504afa6107835f8e':
Disable the individual remote Bluetooth devices when BT is off
* Changes
+ Initial implementation of credential storage settings.
+ Use alert icon on delete and reconnect dialogs in VpnSettings.
(piggy-backed)
Patch Set 12:
+ Add password length and no-space verification.
+ Simplify dialog view xml files.
Merge commit '88ec7ebfe935c0541df3289c31574adbc01bd8bb'
* commit '88ec7ebfe935c0541df3289c31574adbc01bd8bb':
Fix bug 1943785 where the default country string could be accessed while
* Changes
+ Add L2tpActor, L2tpEditor, L2tpIpsecPskActor.
+ Make L2tpIpsecEditor extend L2tpEditor.
+ Revise the code for saving username. Make
VpnSettings.saveProfileToStorage() static.
+ Fix support for screen orientation change in both VpnSettings and
VpnEditor.
Patch Set 2:
+ Remove Util.isNullOrEmpty(). Use TextUtils.isEmpty() instead.
+ Remove unused imports. Wrap lines longer than 80 chars.
Patch Set 3:
+ Fix all the strings according to UI feedback.
+ Remove all the added actor subclasses and move password to editor.
+ Remove VPN entry in Security & location.
Patch Set 4:
+ Misc string fixes.
Patch Set 5:
+ Add strings for credential storage settings.
+ Changed the error dialog icon.
+ Fix "Remember me" indentation in connect dialog.
Patch Set 6:
+ resolve res/values/strings.xml
This patch implement CDMA Settings features
1. Add code to get MEID, MIN, and PRL value if the phone is a CDMA Phone
2. Display MEID, MIN, and PRL on Settings screen if it is a CDMA phone
3. Do not display IMSI, IMEI, and IMEI SV for a CDMA phone
* changes:
Remove pitch selection from TTS settings. Use the settings name for the locale property rather than the UI key. Add prefs entry to install the voice data.
Merge commit 'b7e46e89d77574dbb51855144ea3d46fcf220bbb'
* commit 'b7e46e89d77574dbb51855144ea3d46fcf220bbb':
Display a warning dialog when the user enables USB debugging.
- Move the battery usage item from applications to phone info.
- Give the battery usage item a summary.
- Fiddle with the manifest to make it so we can launch parts of the settings
app without messing up launching of the main app. (That is, remove
affinities so they each are treated as different tasks.)
- Add the ability to make shortcuts to some key settings panels.
Merge commit '1e6a45a2d029f9e711e2de9a43bde50607b082c0'
* commit '1e6a45a2d029f9e711e2de9a43bde50607b082c0':
Updated TTS settings to support language, country and variant settings.
* changes
+ Add checkbox to layout file and handling code in related classes.
+ Add new methods to VpnProfileActor.
+ Move dialog handling to VpnSettings from AuthenticatorActor in order
to support screen orientation change.
+ Hide "Connect" in the context menu if the profile is connecting.
+ Enable connecting profile in case it was disabled in last call.
Merge commit '4226b0af53a8f300b347836199bd03018489d192'
* commit '4226b0af53a8f300b347836199bd03018489d192':
Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).
Merge commit '74e565d85d13782b2a75647b3fd952a2324ca581'
* commit '74e565d85d13782b2a75647b3fd952a2324ca581':
Update the Text-To-Speech settings screen to allow listening to a TTS
example after checking that the data required by the TTS engine is
properly installed.
Removed use of local constants for the the default TTS values, use
the values defined in TextToSpeech.Engine instead.
Merge commit 'f11d7458ea2f52b3c4afad495274167b862e7a4c'
* commit 'f11d7458ea2f52b3c4afad495274167b862e7a4c':
Make the Quick Launch settings show localized application names.
Merge commit '19e134e494a561324394fcc030ee8e30bb41c614'
* commit '19e134e494a561324394fcc030ee8e30bb41c614':
Use new Keystore APIs in vpn profile editor.
Merge commit 'f06d8698a4a2de1973a25df0c6563bdfcba4eb03'
* commit 'f06d8698a4a2de1973a25df0c6563bdfcba4eb03':
Add setting for allowing Google to use location for better search results.
It looks like when you look up the name of an application bookmark,
you get the name in whatever locale the device was in when it first
booted. Check the PackageManager to get a name in the current locale,
if possible, to display instead.
Merge commit 'a78edb54182da5881f2f1e6bc76ae027a9a6f3e3'
* commit 'a78edb54182da5881f2f1e6bc76ae027a9a6f3e3':
Make the SD Card settings use the system file size formatter.