| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
-- use the new keystore APU to save one more selection in WiFi EAP setting.
|
| |
|
|
|
|
| |
resetting the flow a bit better.
|
| |
|
|\
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| | |
Shrink power widget to 3 cells wide. Reorder buttons to group wireless
and other. Add color bar to indicate on/off.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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:
Shrink power widget to 3 cells wide.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* 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.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Update Portuguese translations.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
CompatibilityMode settings
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Merge commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226' into donut
* commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226':
AI 149721: Import Portuguese translations.
|
| | |
| | |
| | |
| | | |
Automated import of CL 149721
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Removing empty b tag in string (that leaves a big multi-line warning in each build).
|
| | |/
| |/|
| | |
| | | |
build).
|
|/ /
| |
| |
| |
| | |
Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Shows sorted list of power usage (with some debug information) by the top 10
apps and subsystems. Doesn't yet take into account certain subsystems such
as data network usage, audio/video DSP usage, Bluetooth and lights other than
screen backlight.
Screen, Idle, Wifi and Voice usage and CPU time are accounted for.
Also need to add detail screens for each item and suggested actions.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Teleca 2b changes.
|
| | | |
|
|/ /
| |
| |
| | |
See http://b/issue?id=1839074 for more details.
|