summaryrefslogtreecommitdiffstats
path: root/location
Commit message (Expand)AuthorAgeFilesLines
* @hide all the changes to frameworks/base...Koushik Dutta2012-02-251-0/+1
* Support for BT GPS donglesCuong Bui2012-01-072-1/+12
* Fixed GSM encoded network initiated position requestHakan Gustavsson2011-03-081-46/+23
* Remove old location classes.Dianne Hackborn2010-09-282-442/+0
* Add location shared library for location provider APIs.Dianne Hackborn2010-09-285-0/+524
* LocationManager: Hide location provider and geocode provider APIs.Mike Lockwood2010-09-205-5/+11
* Track client requests through location manager.Dianne Hackborn2010-09-132-8/+13
* Send broadcast intent when configured location providers change.Brad Fitzpatrick2010-08-271-0/+7
* Don't throw an exception from isProviderEnabled and getLastKnownLocationMike Lockwood2010-07-171-3/+2
* andriod.location.Criteria: Simplify new location criteria APIs a bit.Mike Lockwood2010-06-231-96/+25
* Merge "Add Geocorder.isImplemented()" into krakenMike Lockwood2010-05-242-1/+21
|\
| * Add Geocorder.isImplemented()Mark Vandevoorde2010-05-212-1/+21
* | Fix broken Javadoc linksMike Lockwood2010-05-212-8/+8
|/
* Unhide new location manager APIs:Mike Lockwood2010-05-215-37/+0
* New Location Manager APIs for Criteria based requests and single shot mode.Mike Lockwood2010-05-217-310/+564
* am b6f0cbdc: merge from open-source masterThe Android Open Source Project2010-05-101-0/+6
|\
| * merge from open-source masterThe Android Open Source Project2010-05-101-0/+6
| |\
| | * Merge "Include the API level 4 fields in the Parcel."Jean-Baptiste Queru2010-05-101-0/+6
| | |\
| | | * Include the API level 4 fields in the Parcel.Paul Watts2010-01-201-0/+6
| * | | 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-1312-67/+826
| | | * 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