summaryrefslogtreecommitdiffstats
path: root/location/java/com/android
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in system_serverSuchi Amalapurapu2009-07-012-0/+10
* Possibly fix an issue where we thought an app was always using GPS.Dianne Hackborn2009-06-231-31/+48
* gps: Check for null APN name to avoid a runtime restart.Mike Lockwood2009-06-221-2/+7
* gps: Set SUPL server via hostname rather than IP address.Mike Lockwood2009-06-191-55/+15
* GpsLocationProvider: Add hooks for GPS location injection.Mike Lockwood2009-06-111-1/+6
* location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-213-0/+18
* GPS: Add support for forcing NTP time and XTRA data injection.Mike Lockwood2009-05-201-3/+29
* gps: Time out after 1 minute if we are unable to get a fix and our fix interv...Mike Lockwood2009-05-141-8/+33
* LocationManager: Recover if process containing NetworkLocation provider crashesMike Lockwood2009-05-121-1/+18
* GPS: Generalize SUPL support to include AGPS for CDMAMike Lockwood2009-05-111-67/+100
* location: Location Manager wakelock cleanupMike Lockwood2009-05-073-28/+18
* gps: Move GPS scheduling from libgps to GpsLocationProvider.Mike Lockwood2009-05-061-13/+47
* location: Add support for location providers outside of the system process.Mike Lockwood2009-05-012-2/+2
* location: Use ILocationProvider Binder interface for all location providers.Mike Lockwood2009-05-014-349/+135
* location: Optimize use of mProviders ArrayList.Mike Lockwood2009-04-281-3/+2
* gps: Don't crash if no XTRA servers are specified.Mike Lockwood2009-04-281-5/+5
* location: Remove obsolete fake provider support.Mike Lockwood2009-04-282-779/+0
* location: Move DummyLocationProvider.java and LocationProviderImpl.java to th...Mike Lockwood2009-04-286-4/+453
* location: Remove redundant mLocationTracking field from GpsLocationProviderMike Lockwood2009-04-281-12/+1
* gps: Check for null APN name when receiving telephony notifications.Mike Lockwood2009-04-211-1/+1
* location: Location Manager wakelock cleanup, phase 1Mike Lockwood2009-04-211-8/+16
* More Location Manager cleanup:Mike Lockwood2009-04-171-17/+0
* location: Generalize support for location provider usage tracking.Mike Lockwood2009-04-172-5/+52
* location: Move geocoding support from ILocationProvider to a new interface.Mike Lockwood2009-04-151-25/+0
* gps: Add support for bringing up a GSM data connection on demand for SUPL.Mike Lockwood2009-04-141-5/+65
* AI 144663: Use Binder interfaces between NetworkLocationManager and LocationM...Mike Lockwood2009-04-065-130/+279
* AI 144625: Remove unnecessary callback interface from INetworkLocationProvider.Mike Lockwood2009-04-061-11/+0
* AI 144620: Clean up interface between NetworkLocationProvider and LocationMan...Mike Lockwood2009-04-063-42/+0
* AI 144599: Location Manager cleanup:Mike Lockwood2009-04-052-318/+0
* AI 144452: More Location Manager cleanup:Mike Lockwood2009-04-034-93/+67
* AI 144185: Integrate cdma into the main code base.Wink Saville2009-04-021-3/+11
* AI 143616: Fix ANR that could occur when disabling GPS in Settings while the ...Mike Lockwood2009-03-311-2/+8
* AI 143095: Location Manager cleanup: move MockProvider to a separate file.Mike Lockwood2009-03-271-0/+202
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-5/+86
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-0/+2750
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-2757/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-3/+10
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-10/+3
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+9
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1042-4111/+191
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-5/+29
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-094-26/+74
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-86/+336
* Initial ContributionThe Android Open Source Project2008-10-2144-0/+6346