summaryrefslogtreecommitdiffstats
path: root/location/java/com
Commit message (Expand)AuthorAgeFilesLines
* Fixed GSM encoded network initiated position requestHakan Gustavsson2011-02-221-46/+21
* resolved conflicts for merge of 78742e01 to stage-korg-masterJean-Baptiste Queru2010-12-071-16/+17
|\
| * Strings for NI position request are moved to resourcesHakan Gustavsson2010-12-031-16/+17
| * GPS: Initialize XTRA support when GPS is enabledMike Lockwood2010-08-301-2/+6
| * GPS: Don't set XTRA download pending flag at boot time.Mike Lockwood2010-08-301-2/+2
| * merge from open-source masterThe Android Open Source Project2010-05-061-23/+23
| |\
| | * GpsLocationProvider: Store new Location before onGpsStatusChanged is sentHakan Gustavsson2010-04-191-23/+23
| | * merge from open-source masterThe Android Open Source Project2010-02-051-0/+2
| | |\
| | | * Fix for GPS engines without separate session and engine status events.Mike Lockwood2010-02-021-0/+2
| | | * Be tolerant of GPS session and engine on status messages arriving out of order.Mike Lockwood2010-02-021-5/+28
| | | * GpsLocationProvider: Do not release wakelock until the GPS engine is fully offMike Lockwood2010-02-021-36/+34
| | | * eclair snapshotJean-Baptiste Queru2009-11-135-39/+640
| | | * donut snapshotJean-Baptiste Queru2009-07-213-91/+132
| | | * donut snapshotJean-Baptiste Queru2009-05-2010-1374/+958
* | | | New Location Manager APIs for Criteria based requests and single shot mode.Mike Lockwood2010-05-211-2/+3
* | | | Move files internal to LocationManagerService from framework.jar to services.jarMike Lockwood2010-04-047-2495/+12
* | | | GpsNetInitiatedHandler: whitespace cleanupMike Lockwood2010-04-041-254/+254
* | | | Call LocationManager.sendNiResponse() instead of calling directly to GpsLocat...Mike Lockwood2010-04-042-11/+6
|/ / /
* | | Wait until GpsLocationProvider is fully initialized before returning from the...Mike Lockwood2010-03-241-13/+37
* | | GpsLocationProvider: Do our work in a Handler running in a separate thread.Mike Lockwood2010-03-221-195/+228
* | | Remove unused file NmeaParser.javaMike Lockwood2010-03-171-437/+0
* | | location: dump LocationProvider internal stateFred Fettinger2010-03-074-2/+26
* | | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* | | GpsLocationProvider: Be less aggressive about getting fixes in bad conditions...Mike Lockwood2010-02-241-2/+7
* | | Fix broken location extras in GpsLocationProvider.Mike Lockwood2010-02-241-1/+3
* | | Add passive location provider.Mike Lockwood2010-02-173-2/+141
* | | Clean up interface between LocationManagerService and the location providers:Mike Lockwood2010-02-103-16/+27
* | | Network Location unbundling:Mike Lockwood2010-02-082-118/+341
* | | Fix for GPS engines without separate session and engine status events.Mike Lockwood2010-02-021-0/+2
* | | resolved conflicts for merge of 21875ab3 to masterMike Lockwood2010-02-021-8/+26
|\ \ \ | |/ /
| * | Ignore NTP time fixes that differ from system time by more than 5 minutes.Mike Lockwood2010-01-291-8/+26
* | | Remove ILocationProvider.isEnabled() binder call and use cached value instead.Mike Lockwood2010-02-013-14/+4
* | | am 47d302a0: am bb79e5fd: Merge "Be tolerant of GPS session and engine on sta...Mike Lockwood2010-01-221-5/+28
|\ \ \ | |/ /
| * | Be tolerant of GPS session and engine on status messages arriving out of order.Mike Lockwood2010-01-201-5/+28
* | | less log spewJoe Onorato2010-01-081-26/+23
* | | Unbundling workPaul Westbrook2009-12-141-2/+3
|/ /
* | GpsLocationProvider: Do not release wakelock until the GPS engine is fully offMike Lockwood2009-12-071-36/+34
* | GPS: Fix problem with SUPL when SUPL APN is already active.Mike Lockwood2009-10-083-24/+26
* | gps: Network initiated SUPLDanke Xie2009-08-272-0/+557
* | GpsLocationProvider: Default to AGPS on if the setting is missing.Mike Lockwood2009-08-251-1/+1
* | 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