summaryrefslogtreecommitdiffstats
path: root/location/java/com
Commit message (Expand)AuthorAgeFilesLines
* gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences.Mike Lockwood2009-08-061-0/+29
* GPS: Don't call native_set_agps_server() until after we call native_init().Mike Lockwood2009-07-281-8/+17
* GpsLocationProvider: remove mAgpsConfigured configured flag.Mike Lockwood2009-07-171-5/+1
* am 54af78a3: Merge change 5950 into donutAndroid (Google) Code Review2009-07-022-0/+10
|\
| * Fix memory leaks in system_serverSuchi Amalapurapu2009-07-012-0/+10
* | Settings: Add preference to enable/disable assisted GPS.Mike Lockwood2009-06-251-6/+13
* | am 2e418428: Possibly fix an issue where we thought an app was always using GPS.Dianne Hackborn2009-06-231-31/+48
|\ \ | |/
| * Possibly fix an issue where we thought an app was always using GPS.Dianne Hackborn2009-06-231-31/+48
* | am cde13e6b: Merge change 4954 into donutAndroid (Google) Code Review2009-06-221-2/+7
|\ \ | |/
| * gps: Check for null APN name to avoid a runtime restart.Mike Lockwood2009-06-221-2/+7
* | am f781b39c: Merge change 4786 into donutAndroid (Google) Code Review2009-06-191-55/+15
|\ \ | |/
| * gps: Set SUPL server via hostname rather than IP address.Mike Lockwood2009-06-191-55/+15
* | am fa699ea2: Merge change 3899 into donutAndroid (Google) Code Review2009-06-111-1/+6
|\ \ | |/
| * GpsLocationProvider: Add hooks for GPS location injection.Mike Lockwood2009-06-111-1/+6
* | am 8c690ea9: Merge change 2182 into donutAndroid (Google) Code Review2009-05-213-0/+18
|\ \ | |/
| * location: Replace ILocationCollector interface with new ILocationProvider methodMike Lockwood2009-05-213-0/+18
* | am 2d10ba33: Merge change 2111 into donutAndroid (Google) Code Review2009-05-201-3/+29
|\ \ | |/
| * GPS: Add support for forcing NTP time and XTRA data injection.Mike Lockwood2009-05-201-3/+29
* | am 02c1c46f: Merge change 1674 into donutAndroid (Google) Code Review2009-05-141-8/+33
|\ \ | |/
| * gps: Time out after 1 minute if we are unable to get a fix and our fix interv...Mike Lockwood2009-05-141-8/+33
* | am 3681f26: LocationManager: Recover if process containing NetworkLocatMike Lockwood2009-05-121-1/+18
|\ \ | |/
| * LocationManager: Recover if process containing NetworkLocation provider crashesMike Lockwood2009-05-121-1/+18
* | am 5e1d8ae: Merge change 1355 into donutAndroid (Google) Code Review2009-05-111-67/+100
|\ \ | |/
| * GPS: Generalize SUPL support to include AGPS for CDMAMike Lockwood2009-05-111-67/+100
* | am f792fc5: Merge change 1150 into donutAndroid (Google) Code Review2009-05-073-28/+18
|\ \ | |/
| * location: Location Manager wakelock cleanupMike Lockwood2009-05-073-28/+18
* | am fd445d3: Merge change 1095 into donutAndroid (Google) Code Review2009-05-061-13/+47
|\ \ | |/
| * gps: Move GPS scheduling from libgps to GpsLocationProvider.Mike Lockwood2009-05-061-13/+47
* | am 275555c: location: Add support for location providers outside of the Mike Lockwood2009-05-012-2/+2
|\ \ | |/
| * location: Add support for location providers outside of the system process.Mike Lockwood2009-05-012-2/+2
* | am 15e3d0f: location: Use ILocationProvider Binder interface for all locMike Lockwood2009-05-014-349/+135
|\ \ | |/
| * location: Use ILocationProvider Binder interface for all location providers.Mike Lockwood2009-05-014-349/+135
* | am 76b25e5: Merge change 692 into donutAndroid (Google) Code Review2009-04-291-3/+2
|\ \ | |/
| * location: Optimize use of mProviders ArrayList.Mike Lockwood2009-04-281-3/+2
* | am 5f2788b: Merge change 686 into donutAndroid (Google) Code Review2009-04-291-5/+5
|\ \ | |/
| * gps: Don't crash if no XTRA servers are specified.Mike Lockwood2009-04-281-5/+5
* | am b8adcad: location: Remove obsolete fake provider support.Mike Lockwood2009-04-292-779/+0
|\ \ | |/
| * location: Remove obsolete fake provider support.Mike Lockwood2009-04-282-779/+0
* | am 79762a3: location: Move DummyLocationProvider.java and LocationProvidMike Lockwood2009-04-296-4/+453
|\ \ | |/
| * location: Move DummyLocationProvider.java and LocationProviderImpl.java to th...Mike Lockwood2009-04-286-4/+453
* | am eedf815: location: Remove redundant mLocationTracking field from GpsLMike Lockwood2009-04-291-12/+1
|\ \ | |/
| * location: Remove redundant mLocationTracking field from GpsLocationProviderMike Lockwood2009-04-281-12/+1
* | Merge donut into masterJean-Baptiste Queru2009-04-222-50/+123
|\ \ | |/
| * 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