| Commit message (Expand) | Author | Age | Files | Lines |
* | resolved conflicts for merge of 78742e01 to stage-korg-master | Jean-Baptiste Queru | 2010-12-07 | 1 | -16/+17 |
|\ |
|
| * | Strings for NI position request are moved to resources | Hakan Gustavsson | 2010-12-03 | 1 | -16/+17 |
| * | GPS: Initialize XTRA support when GPS is enabled | Mike Lockwood | 2010-08-30 | 1 | -2/+6 |
| * | GPS: Don't set XTRA download pending flag at boot time. | Mike Lockwood | 2010-08-30 | 1 | -2/+2 |
| * | merge from open-source master | The Android Open Source Project | 2010-05-06 | 1 | -23/+23 |
| |\ |
|
| | * | GpsLocationProvider: Store new Location before onGpsStatusChanged is sent | Hakan Gustavsson | 2010-04-19 | 1 | -23/+23 |
| | * | merge from open-source master | The Android Open Source Project | 2010-02-05 | 1 | -0/+2 |
| | |\ |
|
| | | * | Fix for GPS engines without separate session and engine status events. | Mike Lockwood | 2010-02-02 | 1 | -0/+2 |
| | | * | Be tolerant of GPS session and engine on status messages arriving out of order. | Mike Lockwood | 2010-02-02 | 1 | -5/+28 |
| | | * | GpsLocationProvider: Do not release wakelock until the GPS engine is fully off | Mike Lockwood | 2010-02-02 | 1 | -36/+34 |
| | | * | eclair snapshot | Jean-Baptiste Queru | 2009-11-13 | 5 | -39/+640 |
| | | * | donut snapshot | Jean-Baptiste Queru | 2009-07-21 | 3 | -91/+132 |
| | | * | donut snapshot | Jean-Baptiste Queru | 2009-05-20 | 10 | -1374/+958 |
* | | | | New Location Manager APIs for Criteria based requests and single shot mode. | Mike Lockwood | 2010-05-21 | 1 | -2/+3 |
* | | | | Move files internal to LocationManagerService from framework.jar to services.jar | Mike Lockwood | 2010-04-04 | 7 | -2495/+12 |
* | | | | 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 | 4 | -2/+26 |
* | | | 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 | 3 | -2/+141 |
* | | | Clean up interface between LocationManagerService and the location providers: | Mike Lockwood | 2010-02-10 | 3 | -16/+27 |
* | | | Network Location unbundling: | Mike Lockwood | 2010-02-08 | 2 | -118/+341 |
* | | | 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 ILocationProvider.isEnabled() binder call and use cached value instead. | Mike Lockwood | 2010-02-01 | 3 | -14/+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 |
* | | | less log spew | Joe Onorato | 2010-01-08 | 1 | -26/+23 |
* | | | 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 | 3 | -24/+26 |
* | | gps: Network initiated SUPL | Danke Xie | 2009-08-27 | 2 | -0/+557 |
* | | GpsLocationProvider: Default to AGPS on if the setting is missing. | Mike Lockwood | 2009-08-25 | 1 | -1/+1 |
* | | gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences. | Mike Lockwood | 2009-08-06 | 1 | -0/+29 |
* | | 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 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 |
|\ \ \
| |/ / |
|