| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | GpsStatus: Bounds check PRN to avoid array indexing exceptions. | Mike Lockwood | 2010-04-14 | 1 | -9/+11 |
* | | | | Move files internal to LocationManagerService from framework.jar to services.jar | Mike Lockwood | 2010-04-04 | 9 | -2547/+43 |
* | | | | GpsNetInitiatedHandler: whitespace cleanup | Mike Lockwood | 2010-04-04 | 1 | -254/+254 |
* | | | | Call LocationManager.sendNiResponse() instead of calling directly to GpsLocat... | Mike Lockwood | 2010-04-04 | 2 | -11/+6 |
|/ / / |
|
* | | | Wait until GpsLocationProvider is fully initialized before returning from the... | Mike Lockwood | 2010-03-24 | 1 | -13/+37 |
* | | | GpsLocationProvider: Do our work in a Handler running in a separate thread. | Mike Lockwood | 2010-03-22 | 1 | -195/+228 |
* | | | Remove unused file NmeaParser.java | Mike Lockwood | 2010-03-17 | 1 | -437/+0 |
* | | | location: dump LocationProvider internal state | Fred Fettinger | 2010-03-07 | 7 | -2/+39 |
* | | | Check for null provider in LocationManager.getProviders() | Mike Lockwood | 2010-03-03 | 1 | -1/+1 |
* | | | Hide GeocoderParams class from public API. | Mike Lockwood | 2010-03-02 | 1 | -0/+2 |
* | | | Re-arrange android-common so framework no longer links with it. | Dianne Hackborn | 2010-02-25 | 1 | -1/+1 |
* | | | GpsLocationProvider: Be less aggressive about getting fixes in bad conditions... | Mike Lockwood | 2010-02-24 | 1 | -2/+7 |
* | | | Fix broken location extras in GpsLocationProvider. | Mike Lockwood | 2010-02-24 | 1 | -1/+3 |
* | | | Add passive location provider. | Mike Lockwood | 2010-02-17 | 7 | -5/+163 |
* | | | Clean up interface between LocationManagerService and the location providers: | Mike Lockwood | 2010-02-10 | 6 | -18/+79 |
* | | | Network Location unbundling: | Mike Lockwood | 2010-02-08 | 7 | -459/+757 |
* | | | Fix for GPS engines without separate session and engine status events. | Mike Lockwood | 2010-02-02 | 1 | -0/+2 |
* | | | resolved conflicts for merge of 21875ab3 to master | Mike Lockwood | 2010-02-02 | 1 | -8/+26 |
|\ \ \
| |/ / |
|
| * | | Ignore NTP time fixes that differ from system time by more than 5 minutes. | Mike Lockwood | 2010-01-29 | 1 | -8/+26 |
* | | | Remove unused method LocationProviderImpl.isEnabled(). | Mike Lockwood | 2010-02-01 | 1 | -5/+0 |
* | | | Remove ILocationProvider.isEnabled() binder call and use cached value instead. | Mike Lockwood | 2010-02-01 | 5 | -19/+4 |
* | | | am 47d302a0: am bb79e5fd: Merge "Be tolerant of GPS session and engine on sta... | Mike Lockwood | 2010-01-22 | 1 | -5/+28 |
|\ \ \
| |/ / |
|
| * | | Be tolerant of GPS session and engine on status messages arriving out of order. | Mike Lockwood | 2010-01-20 | 1 | -5/+28 |
* | | | Unhide LocationManager APIs needed for unbundled location providers. | Mike Lockwood | 2010-01-11 | 1 | -4/+0 |
* | | | less log spew | Joe Onorato | 2010-01-08 | 2 | -33/+29 |
* | | | Fix broken Javadoc link. | Mike Lockwood | 2010-01-06 | 1 | -2/+2 |
* | | | Add LocationManagerImpl class to act as a public wrapper for the ILocationPro... | Mike Lockwood | 2010-01-06 | 2 | -0/+248 |
* | | | Cleanup and add public wrapper for IGeocodeProvider interface to prepare for ... | Mike Lockwood | 2010-01-05 | 6 | -18/+166 |
* | | | Unbundling work | Paul Westbrook | 2009-12-14 | 1 | -2/+3 |
|/ / |
|
* | | GpsLocationProvider: Do not release wakelock until the GPS engine is fully off | Mike Lockwood | 2009-12-07 | 1 | -36/+34 |
* | | GPS: Fix problem with SUPL when SUPL APN is already active. | Mike Lockwood | 2009-10-08 | 4 | -25/+28 |
* | | LocationManagerService: Remove caching of last known locations to flash. | Mike Lockwood | 2009-09-01 | 1 | -3/+0 |
* | | gps: Network initiated SUPL | Danke Xie | 2009-08-27 | 5 | -0/+602 |
* | | GpsLocationProvider: Default to AGPS on if the setting is missing. | Mike Lockwood | 2009-08-25 | 1 | -1/+1 |
* | | gps: Unhide GpsStatus.NmeaListener interface for receiving NMEA sentences | Mike Lockwood | 2009-08-06 | 2 | -9/+8 |
* | | gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences. | Mike Lockwood | 2009-08-06 | 4 | -20/+165 |
* | | GPS: Don't call native_set_agps_server() until after we call native_init(). | Mike Lockwood | 2009-07-28 | 1 | -8/+17 |
* | | GpsLocationProvider: remove mAgpsConfigured configured flag. | Mike Lockwood | 2009-07-17 | 1 | -5/+1 |
* | | am b82759a0: Merge change 6906 into donut | Android (Google) Code Review | 2009-07-14 | 1 | -0/+47 |
|\ \ |
|
| * | | location: Add sub-locality, sub-thoroughfare and premises fields to Address c... | Mike Lockwood | 2009-07-14 | 1 | -0/+47 |
* | | | Fix typo in Javadoc for LocationManager.GPS_PROVIDER | Kenny Root | 2009-07-07 | 1 | -1/+1 |
* | | | am 54af78a3: Merge change 5950 into donut | Android (Google) Code Review | 2009-07-02 | 2 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | Fix memory leaks in system_server | Suchi Amalapurapu | 2009-07-01 | 2 | -0/+10 |
* | | | Settings: Add preference to enable/disable assisted GPS. | Mike Lockwood | 2009-06-25 | 1 | -6/+13 |
* | | | am 2e418428: Possibly fix an issue where we thought an app was always using GPS. | Dianne Hackborn | 2009-06-23 | 1 | -31/+48 |
|\ \ \
| |/ / |
|
| * | | Possibly fix an issue where we thought an app was always using GPS. | Dianne Hackborn | 2009-06-23 | 1 | -31/+48 |
* | | | am cde13e6b: Merge change 4954 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -2/+7 |
|\ \ \
| |/ / |
|
| * | | gps: Check for null APN name to avoid a runtime restart. | Mike Lockwood | 2009-06-22 | 1 | -2/+7 |
* | | | am f781b39c: Merge change 4786 into donut | Android (Google) Code Review | 2009-06-19 | 1 | -55/+15 |
|\ \ \
| |/ / |
|
| * | | gps: Set SUPL server via hostname rather than IP address. | Mike Lockwood | 2009-06-19 | 1 | -55/+15 |