summaryrefslogtreecommitdiffstats
path: root/location/java/com
Commit message (Expand)AuthorAgeFilesLines
* Handle user privacy properly during network initiated requests.Tsuwei Chen2014-09-121-19/+71
* Manually merge QC's change for SUPL_ES.Tsuwei Chen2014-09-081-52/+176
* Added notification color to all system notificationsSelim Cinek2014-08-201-1/+3
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\
| * Correct executable bit for source filesKenny Root2012-11-071-0/+0
* | Route GPS notifications to all users.Victoria Lease2012-10-011-6/+3
* | Fix some location issues exposed by CTS.Nick Pelly2012-08-211-1/+1
* | Fix a couple of bugs from the location overhaul.Nick Pelly2012-08-101-6/+6
* | Location overhaul, major commit.Nick Pelly2012-08-106-180/+328
* | Improve geofencing: throttle location updates with distance to fence.Nick Pelly2012-07-161-1/+10
|/
* Acknowledge that the platform guarantees UTF-8 and UTF-16.Jesse Wilson2011-07-191-2/+2
* Add FLAG_AUTO_CANCEL flag for multiple supl notifications.Anshuman Pandey2011-06-151-1/+1
* 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