summaryrefslogtreecommitdiffstats
path: root/location
Commit message (Expand)AuthorAgeFilesLines
...
| | | * donut snapshotJean-Baptiste Queru2009-07-291-0/+47
| | | * donut snapshotJean-Baptiste Queru2009-07-217-150/+134
| | | * donut snapshotJean-Baptiste Queru2009-05-2028-1895/+1037
* | | | GpsStatus: Bounds check PRN to avoid array indexing exceptions.Mike Lockwood2010-04-141-9/+11
* | | | Move files internal to LocationManagerService from framework.jar to services.jarMike Lockwood2010-04-049-2547/+43
* | | | 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-077-2/+39
* | | Check for null provider in LocationManager.getProviders()Mike Lockwood2010-03-031-1/+1
* | | Hide GeocoderParams class from public API.Mike Lockwood2010-03-021-0/+2
* | | 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-177-5/+163
* | | Clean up interface between LocationManagerService and the location providers:Mike Lockwood2010-02-106-18/+79
* | | Network Location unbundling:Mike Lockwood2010-02-087-459/+757
* | | 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 unused method LocationProviderImpl.isEnabled().Mike Lockwood2010-02-011-5/+0
* | | Remove ILocationProvider.isEnabled() binder call and use cached value instead.Mike Lockwood2010-02-015-19/+4
* | | Phase 2 of test cleanup: moving test files from AndroidTests closer to their ...Neal Nguyen2010-01-292-0/+196
* | | Moving framework core tests closer to their source files.Neal Nguyen2010-01-273-0/+279
* | | 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
* | | Unhide LocationManager APIs needed for unbundled location providers.Mike Lockwood2010-01-111-4/+0
* | | less log spewJoe Onorato2010-01-082-33/+29
* | | Fix broken Javadoc link.Mike Lockwood2010-01-061-2/+2
* | | Add LocationManagerImpl class to act as a public wrapper for the ILocationPro...Mike Lockwood2010-01-062-0/+248
* | | Cleanup and add public wrapper for IGeocodeProvider interface to prepare for ...Mike Lockwood2010-01-056-18/+166
* | | 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-084-25/+28
* | LocationManagerService: Remove caching of last known locations to flash.Mike Lockwood2009-09-011-3/+0
* | gps: Network initiated SUPLDanke Xie2009-08-275-0/+602
* | GpsLocationProvider: Default to AGPS on if the setting is missing.Mike Lockwood2009-08-251-1/+1
* | gps: Unhide GpsStatus.NmeaListener interface for receiving NMEA sentencesMike Lockwood2009-08-062-9/+8
* | gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences.Mike Lockwood2009-08-064-20/+165
* | 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 b82759a0: Merge change 6906 into donutAndroid (Google) Code Review2009-07-141-0/+47
|\ \
| * | location: Add sub-locality, sub-thoroughfare and premises fields to Address c...Mike Lockwood2009-07-141-0/+47
* | | Fix typo in Javadoc for LocationManager.GPS_PROVIDERKenny Root2009-07-071-1/+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
|\ \ \ | |/ /