summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of test cleanup: moving test files from AndroidTests closer to their ...Neal Nguyen2010-01-293-0/+569
* Merge "Fix StringIndexOutOfBoundsException in PackageManagerService"Suchi Amalapurapu2010-01-291-10/+5
|\
| * Fix StringIndexOutOfBoundsException in PackageManagerServiceBjorn Bringert2010-01-291-10/+5
* | Fix build.Daniel Sandler2010-01-291-1/+1
* | Merge "New full-screen activity for USB mass storage interaction."Daniel Sandler2010-01-291-1/+1
|\ \ | |/ |/|
| * New full-screen activity for USB mass storage interaction.Daniel Sandler2010-01-281-1/+1
* | WifiService: allow EAP variables to be unset using empty strings.Chia-chi Yeh2010-01-291-1/+1
* | Merge "Blacklist APs instead of disable"Irfan Sheriff2010-01-281-0/+2
|\ \
| * | Blacklist APs instead of disableIrfan Sheriff2010-01-281-0/+2
| |/
* | am 3e229076: am cc4b4016: Fix the reporting of NO_CONNECTIVITY.Robert Greenwalt2010-01-281-13/+20
|\ \
| * \ am cc4b4016: Fix the reporting of NO_CONNECTIVITY.Robert Greenwalt2010-01-251-13/+20
| |\ \
| | * | Fix the reporting of NO_CONNECTIVITY.Robert Greenwalt2010-01-251-13/+20
* | | | am 6d626d41: am 5381e4ef: Merge "Refine fix I53e91db7 to apply only to wifi n...Robert Greenwalt2010-01-281-2/+9
|\ \ \ \ | |/ / /
| * | | am 5381e4ef: Merge "Refine fix I53e91db7 to apply only to wifi network" into ...Robert Greenwalt2010-01-251-2/+9
| |\ \ \ | | |/ /
| | * | Refine fix I53e91db7 to apply only to wifi networkRobert Greenwalt2010-01-251-2/+9
* | | | More device admin.Dianne Hackborn2010-01-282-43/+91
* | | | resolved conflicts for merge of b0903104 to masterKenny Root2010-01-281-6/+18
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | am 678e66a4: Merge "Fix issue #2391429: Crash during boot if fwd locked app i...Dianne Hackborn2010-01-221-9/+20
| |\ \ | | |/
| | * Merge "Fix issue #2391429: Crash during boot if fwd locked app is incompletel...Dianne Hackborn2010-01-221-9/+20
| | |\
| | | * Fix issue #2391429: Crash during boot if fwd locked app is incompletely insta...Dianne Hackborn2010-01-221-9/+20
* | | | am 131c5e08: am a59551ba: Merge "Fix issue 2388215: Audio not routed to 3.5mm...Eric Laurent2010-01-281-8/+13
|\ \ \ \ | |/ / /
| * | | am a59551ba: Merge "Fix issue 2388215: Audio not routed to 3.5mm Headset afte...Eric Laurent2010-01-221-8/+13
| |\ \ \ | | |/ /
| | * | Fix issue 2388215: Audio not routed to 3.5mm Headset after removal/insertion.Eric Laurent2010-01-221-8/+13
| * | | merge from open-source masterThe Android Open Source Project2010-01-211-3/+1
| |\ \ \
| | * | | LocationManagerService: Fix bug removing proximity alerts.Mike Lockwood2010-01-191-3/+1
| | * | | merge from eclairJean-Baptiste Queru2009-11-1549-2870/+9881
| | |\ \ \
| | | * | | eclair snapshotJean-Baptiste Queru2009-11-1349-2874/+9897
* | | | | | Merge "Remove destroy asec command when mounting secure container"San Mehat2010-01-281-1/+0
|\ \ \ \ \ \
| * | | | | | Remove destroy asec command when mounting secure containerSuchi Amalapurapu2010-01-271-1/+0
* | | | | | | Merge "timestamp field in ApplicationErrorReport was not getting intitialized...Jacek Surazski2010-01-281-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | timestamp field in ApplicationErrorReport was not getting intitialized on ANRsJacek Surazski2010-01-271-1/+2
* | | | | | | Bite the bullet and add support for multiple device admins.Dianne Hackborn2010-01-271-43/+102
|/ / / / / /
* | | | | | Merge "Report tombstone (native crash) data to the dropbox."Dan Egnor2010-01-271-28/+56
|\ \ \ \ \ \
| * | | | | | Report tombstone (native crash) data to the dropbox.Dan Egnor2010-01-271-28/+56
* | | | | | | More work on device admins:Dianne Hackborn2010-01-271-77/+191
* | | | | | | AppsOnSd feature - Add default containerSuchi Amalapurapu2010-01-272-268/+690
* | | | | | | MountService: Introduce new @hide permissions to protect secure containers.San Mehat2010-01-271-0/+41
* | | | | | | Merge changes Iea11654e,I2242da5a,I66c40e73Dan Egnor2010-01-262-11/+29
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Include more verbose device information with kernel dumpsDan Egnor2010-01-261-10/+8
| * | | | | | Add package information to dropbox reports for ANR, crash, etc.Dan Egnor2010-01-261-1/+21
* | | | | | | MountService: Don't update the storage status when we're unmountedSan Mehat2010-01-261-2/+4
|/ / / / / /
* | | | | | Merge "MountService: Explicitly query volume state on startup"San Mehat2010-01-261-10/+42
|\ \ \ \ \ \
| * | | | | | MountService: Explicitly query volume state on startupSan Mehat2010-01-261-10/+42
* | | | | | | Merge "NativeDaemonConnector: fix doListCommand() to return *all* list elements"San Mehat2010-01-261-5/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | NativeDaemonConnector: fix doListCommand() to return *all* list elementsSan Mehat2010-01-261-5/+1
* | | | | | | Merge "Move towards a formal public API for backup and restore"Chris Tate2010-01-261-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Move towards a formal public API for backup and restoreChristopher Tate2010-01-251-4/+4
* | | | | | | | More device admin work: description, policy control.Dianne Hackborn2010-01-261-16/+35
* | | | | | | | Merge "Make PackageManager unpack gdbserver binaries at installation time."David Turner2010-01-261-14/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | Make PackageManager unpack gdbserver binaries at installation time.David 'Digit' Turner2010-01-251-14/+76
| |/ / / / / / /