summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Integrate VPN with new keystore and misc fixes.Hung-ying Tyan2009-07-061-0/+7
| | | | | | | | | | | | | * Changes + Pass intent to keystore when needed and hooks to resume from it. + Generate random, unique ID for profile instead of base64 from its name. + Add VPN to "Wirless controls" description. + Add credential storage to "Security & location" description. + More hints to set password and unlock dialogs in credential storage settings for actions that come from other processes. + Sort VPN profiles according to the names. + Replace Keystore with CertTool in L2tpIpsecEditor
* Apply the new keystore and certtool library in Wifi setting.Chung-yih Wang2009-07-061-23/+23
| | | | | | | | | 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.)
* Add credential storage settings.Hung-ying Tyan2009-07-033-0/+174
| | | | | | | | | | * 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.
* Redo power widget layout with the proper widget style.Ken Shirriff2009-06-291-27/+12
| | | | | | | | The power widget now uses the fuzzy-edged widget background. It has a resonable layout in portrait and landscape. appwidget_inner is the background for a button on the inside, with a border on the left. appwidget_outer is the background for a button on the outside (i.e. leftmost); it does not have a border.
* Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.Hung-ying Tyan2009-06-261-43/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Track native processes.Amith Yamasani2009-06-252-34/+49
| | | | | Add gauge to detail screen and make it look like the item from summary screen. Some string changes.
* Add save-username checkbox in the connect dialog.Hung-ying Tyan2009-06-201-0/+6
| | | | | | | | | | * 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.
* Simply the EAP certificate selection in Wifi Setting.Chung-yih Wang2009-06-171-12/+3
| | | | -- use the new keystore APU to save one more selection in WiFi EAP setting.
* Improve power control widget GUI.Ken Shirriff2009-06-121-9/+6
| | | | | Shrink power widget to 3 cells wide. Reorder buttons to group wireless and other. Add color bar to indicate on/off.
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-122-5/+8
|
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-121-0/+48
| | | | | | | | | | | | | | | | | | | | | | 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.
* Shrink power widget to 3 cells wide.Ken Shirriff2009-06-111-7/+12
|
* More details in the summary and details screens.Amith Yamasani2009-06-103-7/+110
| | | | | | | 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.
* Add EAP/802.1X configuration for WiFi Setting.Chung-yih Wang2009-06-091-6/+97
| | | | | | | | | | 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.
* Implement the power-control widget.Ken Shirriff2009-06-081-0/+76
| | | | | | | | | 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.
* Add detail page for Battery usage and track GPS and foreground CPU.Amith Yamasani2009-06-032-0/+133
| | | | | Show details such as Cpu time, Cpu foreground time, data sent/received, and GPS usage.
* Top level screen for App Fuel Gauge.Amith Yamasani2009-05-221-0/+65
| | | | | | | | | | | 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.
* Add version number to Installed_App_DetailsSuchi Amalapurapu2009-05-111-3/+45
| | | | | | | | | Change uninstall string value to Factory reset for updated system apps present a new confirmation dialog when factory resetting a system app. refresh size, app properties and button's text(to clear, uninstall or factory reset) in onStart Add new version attribute in layout. Add new layout attributes for app snippets instead of using the one from ManageApps Use managed dialogs to avoid leaks
* AI 145861: am: CL 145578 Tweak buttons in ChooseLockPatternTutorial to ↵Jim Miller2009-04-132-16/+20
| | | | | | | | | accomodate more text and marquee if necessary. Original author: jaggies Merged from: //branches/cupcake/... Automated import of CL 145861
* Automated import from //branches/donutburger/...@142431,142431Evan Millar2009-03-241-17/+0
|
* Automated import from //branches/donutburger/...@141651,141651Jeffrey Sharkey2009-03-241-0/+25
|
* Automated import from //branches/donutburger/...@141018,141018Dianne Hackborn2009-03-241-18/+18
|
* Automated import from //branches/donutburger/...@140756,140756John Huang2009-03-241-0/+65
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-4/+6
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-1/+1
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-50/+55
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0340-0/+2767
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0340-2767/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-6/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-6/+4
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1040-1482/+451
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-222-0/+64
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+14
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-177-89/+273
|
* Initial ContributionThe Android Open Source Project2008-10-2157-0/+3544