summaryrefslogtreecommitdiffstats
path: root/location
Commit message (Expand)AuthorAgeFilesLines
* Use passive provider for location based country detectionDaisuke Miyakawa2011-04-281-3/+3
* Fix the javadoc for LocationManager.requestSingleUpdate()Amith Yamasani2011-03-281-22/+26
* am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-281-46/+21
|\
| * Fixed GSM encoded network initiated position requestHakan Gustavsson2011-02-221-46/+21
* | Update package descriptions with editorial revisions.Scott Main2011-01-261-5/+4
* | resolved conflicts for merge of ee27dd35 to masterJean-Baptiste Queru2010-12-071-16/+17
|\ \ | |/
| * 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
* | | am cb51c0c7: am 3e94b94f: Merge "Remove old location classes." into gingerbreadDianne Hackborn2010-09-282-442/+0
|\ \ \ | |/ /
| * | Remove old location classes.Dianne Hackborn2010-09-282-442/+0
* | | am e5317fbd: am 4f67e1cc: Merge "Add location shared library for location pro...Dianne Hackborn2010-09-285-0/+524
|\ \ \ | |/ /
| * | Add location shared library for location provider APIs.Dianne Hackborn2010-09-285-0/+524
* | | am 24956d36: am 307aef01: Merge "LocationManager: Hide location provider and ...Mike Lockwood2010-09-205-5/+11
|\ \ \ | |/ /
| * | LocationManager: Hide location provider and geocode provider APIs.Mike Lockwood2010-09-205-5/+11
* | | resolved conflicts for merge of 53686433 to masterDianne Hackborn2010-09-132-8/+13
|\ \ \ | |/ /
| * | Track client requests through location manager.Dianne Hackborn2010-09-132-8/+13
* | | am d71021cb: am 0c731f99: Merge "Send broadcast intent when configured locati...Brad Fitzpatrick2010-08-271-0/+7
|\ \ \ | |/ /
| * | Send broadcast intent when configured location providers change.Brad Fitzpatrick2010-08-271-0/+7
* | | Add new system service CountryDetectorBai Tao2010-07-287-0/+465
|/ /
* | 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