summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | AI 143896: Fix issue #1748954 and #1737952:Dianne Hackborn2009-03-311-6/+21
| * | AI 143748: Fix issue #1743326 (More battery stats)Dianne Hackborn2009-03-315-33/+108
| * | AI 143124: Fix bug #1731826, in which auto-connect to remembered networks doe...Eric Shienbrood2009-03-271-4/+26
| * | Automated import from //branches/cupcake/...@142879,142879Dianne Hackborn2009-03-261-3/+7
| * | Automated import from //branches/cupcake/...@142870,142870Dianne Hackborn2009-03-251-14/+10
| * | Automated import from //branches/cupcake/...@142783,142783Chris Tate2009-03-251-4/+11
| * | Automated import from //branches/cupcake/...@142651,142651Dianne Hackborn2009-03-252-20/+38
| * | Automated import from //branches/cupcake/...@142392,142392Dianne Hackborn2009-03-241-33/+49
| * | Automated import from //branches/cupcake/...@142342,142342Dianne Hackborn2009-03-243-5/+45
| * | Automated import from //branches/cupcake/...@142154,142154Jim Miller2009-03-241-2/+2
| * | Automated import from //branches/cupcake/...@141957,141957Suchi Amalapurapu2009-03-241-1/+1
| * | auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-199-119/+281
* | | With this, the BackupService onBackup method is called.Joe Onorato2009-05-131-132/+150
| |/ |/|
* | Implement issue #1783881 (manifest option for adb-install-only apps)Dianne Hackborn2009-05-121-6/+12
* | PackageManager keeps track of who installed what.Jacek Surazski2009-05-121-16/+77
* | LocationManager: Recover if process containing NetworkLocation provider crashesMike Lockwood2009-05-121-2/+15
* | Fix issue #1837610 and #1753079Dianne Hackborn2009-05-112-19/+31
* | Implement targetSdkVersion and maxSdkVersion, plus version code names.Dianne Hackborn2009-05-081-4/+6
* | Merge change 1278 into donutAndroid (Google) Code Review2009-05-081-51/+101
|\ \
| * | Squashed commit of the following:Suchi Amalapurapu2009-05-081-51/+101
* | | Merge change 1275 into donutAndroid (Google) Code Review2009-05-081-2/+2
|\ \ \ | |/ / |/| |
| * | Make the internal storage monitor work correctly when internal storage is ver...Marco Nelissen2009-05-081-2/+2
* | | Improve shutdown process to send broadcast for applications.Dianne Hackborn2009-05-083-8/+66
|/ /
* | More backup testsJoe Onorato2009-05-071-1/+27
* | location: Fix mock provider supportMike Lockwood2009-05-071-13/+12
* | location: Remove two unnecessary variables.Mike Lockwood2009-05-071-15/+7
* | location: Location Manager wakelock cleanupMike Lockwood2009-05-071-216/+63
* | Merge branch 'readonly-p4-donut' into donutMichael Chan2009-05-062-28/+103
|\ \
| * | AI 148368: Decrease CPU usage by throttling touch eventsMichael Chan2009-05-062-28/+103
* | | Track install/removal/update of packages that provide backup servicesChristopher Tate2009-05-061-14/+115
* | | Pass null as savedState to indicate a full backup is requiredChristopher Tate2009-05-061-7/+4
* | | Add a Backup Manager interface to request a full backupChristopher Tate2009-05-061-15/+52
* | | Merge change 777 into donutAndroid (Google) Code Review2009-05-051-1/+0
|\ \ \
| * | | Rewrite SyncStorageEngine to use flat files and in-memory data structures.Dianne Hackborn2009-05-051-1/+0
* | | | Merge change 1018 into donutAndroid (Google) Code Review2009-05-051-0/+3
|\ \ \ \
| * | | | If no battery stats are found, return status_unknownRebecca Schultz Zavin2009-05-051-0/+3
* | | | | Further development of backup file handlingChristopher Tate2009-05-051-6/+20
| |/ / / |/| | |
* | | | Squashed commit of the following:Christopher Tate2009-05-041-2/+41
* | | | Let screenOrientation="behind" works as expectedOwen Lin2009-05-011-4/+10
|/ / /
* | | location: Add support for location providers outside of the system process.Mike Lockwood2009-05-011-20/+32
* | | location: Use ILocationProvider Binder interface for all location providers.Mike Lockwood2009-05-011-50/+69
* | | Make the home screen come up in the simulator.Marco Nelissen2009-04-301-1/+2
* | | Add android.backup.BackupManagerChristopher Tate2009-04-301-4/+8
* | | First baby steps towards settings backupChristopher Tate2009-04-292-0/+198
* | | location: Optimize use of mProviders ArrayList.Mike Lockwood2009-04-281-10/+13
* | | location: Remove obsolete fake provider support.Mike Lockwood2009-04-281-66/+0
* | | location: Move DummyLocationProvider.java and LocationProviderImpl.java to th...Mike Lockwood2009-04-281-1/+1
* | | location: Run LocationManagerService in a separate thread.Mike Lockwood2009-04-281-5/+19
* | | location: Location Manager wakelock cleanup, phase 2Mike Lockwood2009-04-231-81/+167
* | | Merge change 460 into donutAndroid (Google) Code Review2009-04-2219-481/+776
|\ \ \