| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
still being null. This was due to Settings.Secure.getString() returning
null when a property isn't found, instead of a string with the value "null".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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:
Fix an NPE.
|
| |
| |
| |
| | |
Sometimes name is null, compare the other way around.
|
|\ \
| | |
| | |
| | |
| | | |
* 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.
|
| | |
| | |
| | |
| | |
| | | |
Use the settings name for the locale property rather than the UI key.
Add prefs entry to install the voice data.
|
| |/
|/|
| |
| | |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| |
| | |
Add gauge to detail screen and make it look like the item from summary screen.
Some string changes.
|
|/
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
Disable/enable entries based on whether language files are installed on the phone.
Added entry to install the language files on the phone.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|\
| |
| |
| |
| | |
* changes:
Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).
|
| |
| |
| |
| |
| | |
Due to the need to access the bit from SetupWizard, had to move
the setting to Settings.Secure from Settings.Gservices.
|
|/
|
|
|
|
|
| |
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.
|
|
|
|
| |
Fixes #1852765. Change strings to lowercase and capitalize on demand.
|
|\
| |
| |
| |
| | |
* changes:
Make the Quick Launch settings show localized application names.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| | |
-- use the new keystore APU to save one more selection in WiFi EAP setting.
|
|/ |
|
|\
| |
| |
| |
| | |
* changes:
Make the SD Card settings use the system file size formatter.
|
| |
| |
| |
| | |
The one built into the settings class wasn't internationalized.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* changes
+ mv SingleServerEditor.java VpnProfileEditor.java
+ Add loadExtraPreferecesTo() to VpnProfileEditor
+ Make L2tpIpsecEditor extend VpnProfileEditor and use loadExtraPreferencesTo()
+ Modify VpnEditor.getEditor() accordingly
|
| | |
|
| |
| |
| |
| | |
Also add preference summary to the VPN entry in the security settings.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the two formats that have a spelled-out month, since applications
using this setting are trying to format numeric dates.
Do not forcibly set the setting the first time you go into Date & Time --
let the setting remain null if it was null before.
Add a choice corresponding to null to the list of format options. It will
look like "Normal (12-31-2009)" in the list, and will cause the system
to use whatever numeric format the locale calls for.
For the other choices, feed them to the locale-aware formatter so they
will appear with the punctuation that the locale calls for.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PATCH SET 2:
+ Add import com.android.settings.R
PATCH SET 3:
+ Remove @Override interface methods to be compilable by Java 1.5.
PATCH SET 4:
+ Add import android.net.vpn.VpnManager
PATCH SET 5:
+ Add license headers.
PATCH SET 6:
+ Remove Constant.java and move the constants to VpnSettings.
+ Make AuthenticationActor implement DialogInterface's handlers.
+ Remove trailing spaces.
PATCH SET 7:
+ Remove default username.
|
|\
| |
| |
| |
| | |
* changes:
Removing the summary texts for the Accessibility checkbox as requested by Raman.
|
| |
| |
| |
| | |
as requested by Raman.
|
|/
|
|
| |
Revert back to my merged change 3710.
|
|\
| |
| |
| |
| | |
* changes:
Fix power widget bluetooth.
|
| |
| |
| |
| |
| | |
Starting wifi would also start bluetooth, due to a stray line.
bug=1910079
|
| |
| |
| |
| | |
This reverts commit 289705f3311932a45adef1710358f5e302115013.
|
| |
| |
| |
| | |
configured.
|
| |
| |
| |
| |
| | |
-- removed the temporal Keystore.java.
-- added the empty passphrase for private key.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Use Phone.[get|set]SmscAddress() instead of OEMHookRaw.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Show packages included, time that a subsystem was on for.
Load label and icon in the background and cache the values.
Switch between totals and since-unplugged.
Other UI improvements.
|
| |/
|/|
| |
| | |
Settings.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Remove the isEnterprise() filter in Scanresult.
2. This requires the new fields such as identity, eap, certificate/key
to support EAP authentication in Wifi Settings.
3. Add simple file-based keystore to select the cert/key from UI.
-- Updated from the comments.
-- Fix the bug for passing null pointer for adding spinner items.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This widget allows uses to turn on/off bluetooth, wifi, gps, and sync,
and adjust brightness without going through the settings menu.
The widget provider updates the settings when the buttons are pressed.
The widget provider is also a receiver for events indicating that the
status was updated elsewhere and the buttons need to be changed.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is needed so we can correctly update the network location checkbox
if the network location provider is disabled because the user disagreed
to the terms of service in a dialog shown by the provider.
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
| |
| |
| |
| |
| |
| | |
This dialog is being moved to the Network Location Provider itself.
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|/
|
|
|
| |
Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
|
| |
|