summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implement Bluetooth device pickerYue Lixin2009-08-191-0/+4
| | | | | | | Add Bluetooth device picker in Settings - add resource to support device picker - show different UI accroding to start Intent - add OPP profile manager
* Remove wallpapers pickerRomain Guy2009-08-131-11/+0
|
* Add new activity for picking live wallpapers.Dianne Hackborn2009-08-081-0/+11
|
* update the permissions for the AccountManagerServiceFred Quintana2009-07-231-0/+1
|
* Initial 2.1 bluetooth support.Jaikumar Ganesh2009-07-201-2/+2
| | | | Need to work with Strings and UI person to fix and later test everything.
* Improve VpnSettings start-up time.Hung-ying Tyan2009-07-181-2/+8
| | | | | | | * Changes + add orientation and keyboard config change in the manifest file. + remove state saving code + improve status checking time by doing it in one server connection.
* Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIALHung-ying Tyan2009-07-041-0/+2
| | | | Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.
* Clean up some of the intent filters in the manifest.Dianne Hackborn2009-06-261-0/+6
|
* Some cleanup of settings launching, adding shortcuts.Dianne Hackborn2009-06-241-6/+35
| | | | | | | | | - 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.
* Remove LAUNCHER category from VPN settings activity's intent filter.Hung-ying Tyan2009-06-141-2/+1
| | | | Also add preference summary to the VPN entry in the security settings.
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-121-0/+1
|
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-121-0/+14
| | | | | | | | | | | | | | | | | | | | | | 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.
* Adding Text-To-Speech default settings in the Settings application.Jean-Michel Trivi2009-06-091-0/+7
|
* Implement the power-control widget.Ken Shirriff2009-06-081-4/+11
| | | | | | | | | 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-031-1/+10
| | | | | 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/+6
| | | | | | | | | | | 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.
* Require BIND_APPWIDGET to bind widgets.Jeff Sharkey2009-05-181-1/+1
| | | | See http://b/issue?id=1839074 for more details.
* Accessibility feature - settings (replacing 704 and merging with the latest ↵svetoslavganov2009-05-141-2/+9
| | | | Donut)
* AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-021-2/+4
| | | | Automated import of CL 144185
* Automated import from //branches/donutburger/...@141651,141651Jeffrey Sharkey2009-03-241-2/+2
|
* Automated import from //branches/donutburger/...@140841,140841Joe Onorato2009-03-241-1/+1
|
* Automated import from //branches/donutburger/...@140511,140511Joe Onorato2009-03-241-2/+6
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-10/+2
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-5/+5
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-8/+8
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+508
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-497/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-14/+3
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+14
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-43/+50
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+10
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-1/+1
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+7
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-10/+54
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+429