summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* First pass at USB Tethering.Robert Greenwalt2010-02-043-8/+530
* Merge "Fix 1667521 - system process crash after bad notification"Joe Onorato2010-02-033-6/+29
|\
| * Fix 1667521 - system process crash after bad notificationJoe Onorato2010-02-033-6/+29
* | Merge "Implement system data migration support."Dianne Hackborn2010-02-032-47/+266
|\ \
| * | Implement system data migration support.Dianne Hackborn2010-02-032-47/+266
| |/
* | Merge "Add auto-restore setting and Backup Manager awareness thereof"Chris Tate2010-02-031-0/+17
|\ \
| * | Add auto-restore setting and Backup Manager awareness thereofChristopher Tate2010-02-031-0/+17
| |/
* | NativeDaemonConnector: Improve NativeDaemonException reporting to include the...San Mehat2010-02-032-7/+17
|/
* Merge "Apps on sdcard: Add new broadcasts"Suchi Amalapurapu2010-02-0310-236/+644
|\
| * Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-0210-236/+644
* | Modifying Services Tests XML file so it builds with the right permissions.Neal Nguyen2010-02-022-8/+5
|/
* Merge "Get rid of now-superfluous "backup or restore in progress" tracking"Chris Tate2010-02-021-45/+8
|\
| * Get rid of now-superfluous "backup or restore in progress" trackingChristopher Tate2010-02-021-45/+8
* | PackageManagerService: Refactor MountService calls (new api)San Mehat2010-02-021-72/+57
* | MountService: Massive bloat reduction and rewriteSan Mehat2010-02-021-799/+513
* | Merge "NativeDaemonConnector: Cleanup socket code and use a proper exception ...San Mehat2010-02-022-31/+70
|\ \ | |/ |/|
| * NativeDaemonConnector: Cleanup socket code and use a proper exceptionSan Mehat2010-01-292-31/+70
* | Fix bug 2362761 AppWidgetService should use Intent.setPackage()Joe Onorato2010-02-011-4/+2
* | More device policy work: clarify password modes, monkeying.Dianne Hackborn2010-01-292-25/+43
* | Merge "Phase 2 of test cleanup: moving test files from AndroidTests closer to...Neal Nguyen2010-01-293-0/+569
|\ \
| * | Phase 2 of test cleanup: moving test files from AndroidTests closer to their ...Neal Nguyen2010-01-293-0/+569
* | | Don't crash on transport unregistration if there is no current transportChristopher Tate2010-01-291-1/+1
* | | Merge "Make backup/restore asynchronous and enforce timeouts"Chris Tate2010-01-291-106/+207
|\ \ \
| * | | Make backup/restore asynchronous and enforce timeoutsChristopher Tate2010-01-291-106/+207
* | | | Support for triggering the lockscreen while the screen is on:Mike Lockwood2010-01-292-1/+6
| |/ / |/| |
* | | 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
| | |\ \ \