summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \
| * | | More optimization of dumpsys output.Dianne Hackborn2009-04-2219-481/+776
* | | | Fix timing problem that was introduced when we removed location provider pollingMike Lockwood2009-04-211-4/+1
* | | | location: Remove support for a message that never actually gets sent.Mike Lockwood2009-04-211-12/+1
* | | | location: Remove unnecessary code that monitors the screen on/off state.Mike Lockwood2009-04-211-28/+10
* | | | Merge change 372 into donutAndroid (Google) Code Review2009-04-211-77/+34
|\ \ \ \
| * | | | WifiService: Cleanup parsing of wifi scan results.Mike Lockwood2009-04-211-77/+34
* | | | | location: Add some null pointer checks.Mike Lockwood2009-04-211-4/+12
|/ / / /
* | | | Merge change 360 into donutAndroid (Google) Code Review2009-04-211-79/+4
|\ \ \ \ | |/ / / |/| | |
| * | | location: Location Manager wakelock cleanup, phase 1Mike Lockwood2009-04-211-79/+4
* | | | Merge branch 'readonly-p4-donut' into donutDmitry Shmidt2009-04-201-8/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | AI 146934: Make TI Wifi driver choice framework-independent - part 1Dmitry Shmidt2009-04-201-8/+0
* | | More Location Manager cleanup:Mike Lockwood2009-04-171-45/+12
* | | location: Generalize support for location provider usage tracking.Mike Lockwood2009-04-171-274/+131
* | | location: Move geocoding support from ILocationProvider to a new interface.Mike Lockwood2009-04-151-17/+32
* | | Merge change 132 into donutAndroid (Google) Code Review2009-04-148-240/+343
|\ \ \
| * | | Let's do bug #1769910 actually right.Dianne Hackborn2009-04-138-240/+343
* | | | Merge change 63 into donutAndroid (Google) Code Review2009-04-131-10/+6
|\ \ \ \
| * | | | Remove references to android.util.ConfigDave Bort2009-04-091-10/+6
| |/ / /
* | | | Integrate new power connnect/disconnect broadcastsChristopher Tate2009-04-091-0/+14
|/ / /
* | | Merge branch 'readonly-p4-donut' into donutNick Pelly2009-04-081-3/+11
|\ \ \ | |/ /
| * | AI 145201: Hold wakelock while delaying for audio route switch after headset ...Nick Pelly2009-04-081-3/+11
* | | Fix issue #1769910 (Track activity launch times)Dianne Hackborn2009-04-075-127/+391
|/ /
* | AI 144663: Use Binder interfaces between NetworkLocationManager and LocationM...Mike Lockwood2009-04-061-24/+32