summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/LocationManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
* Maybe fix issue #7596986: Frequent runtime restarts; IAE at...Dianne Hackborn2012-11-291-3/+3
* Resolve LocationManager + ActivityManager conflictVictoria Lease2012-11-131-2/+2
* Remove extraneous logs.Dianne Hackborn2012-11-081-3/+3
* disable geofences for secondary usersVictoria Lease2012-11-061-0/+5
* Decrement number of updates in LocationRequestLaurent Tu2012-11-021-4/+16
* Revert "make FLP play nicely with multiuser"Victoria Lease2012-10-291-49/+20
* make FLP play nicely with multiuserVictoria Lease2012-10-261-20/+49
* Merge "Changes to support updating location providers." into jb-mr1-devJeff Hamilton2012-10-181-7/+77
|\
| * Changes to support updating location providers.Jeff Hamilton2012-10-181-7/+77
* | LocationManager permissions cleanupVictoria Lease2012-10-181-101/+142
|/
* Handle unknown case in LocationManager.getProviderLaurent Tu2012-10-161-0/+4
* fix crashing appsVictoria Lease2012-10-151-44/+55
* Merge "Add fused location provider to real provider list" into jb-mr1-devKenny Root2012-10-091-0/+1
|\
| * Add fused location provider to real provider listKenny Root2012-10-091-0/+1
* | Merge "Multiuser love for LocationManager" into jb-mr1-devVictoria Lease2012-10-091-73/+111
|\ \ | |/ |/|
| * Multiuser love for LocationManagerVictoria Lease2012-10-081-73/+111
| * Revert "Changes to support updating location providers."Jeff Hamilton2012-10-051-3/+7
| * Merge "Changes to support updating location providers." into jb-mr1-devJeff Hamilton2012-10-041-7/+3
| |\
| | * Changes to support updating location providers.Jeff Hamilton2012-10-041-7/+3
* | | Last position improvements for GeofenceManagerLaurent Tu2012-10-041-2/+5
|/ /
* | Merge "Handle other providers in isAllowedProviderSafe()" into jb-mr1-devVictoria Lease2012-10-041-0/+20
|\ \
| * | Handle other providers in isAllowedProviderSafe()Laurent Tu2012-10-041-0/+20
* | | Merge "multiuser support for LocationBlacklist" into jb-mr1-devVictoria Lease2012-10-041-0/+1
|\ \ \
| * | | multiuser support for LocationBlacklistVictoria Lease2012-10-041-0/+1
| |/ /
* | | Merge "throw SecurityException in isProviderEnabled()" into jb-mr1-devVictoria Lease2012-10-041-1/+6
|\ \ \ | |_|/ |/| |
| * | throw SecurityException in isProviderEnabled()Victoria Lease2012-10-041-1/+6
| |/
* / Remove checkPermission() call in getAllProviders().Laurent Tu2012-10-021-3/+2
|/
* Merge "Route GPS notifications to all users." into jb-mr1-devVictoria Lease2012-10-011-0/+32
|\
| * Route GPS notifications to all users.Victoria Lease2012-10-011-0/+32
* | Avoid NPE in GpsLocationProviderVictoria Lease2012-10-011-6/+6
|/
* Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()Philip Milne2012-09-261-8/+1
* Merge "getBestProvider() prefers GPS over NLP" into jb-mr1-devVictoria Lease2012-09-261-3/+3
|\
| * getBestProvider() prefers GPS over NLPVictoria Lease2012-09-241-3/+3
* | Merge "Allow apps to getProviders() without location permissions." into jb-mr...Victoria Lease2012-09-241-13/+29
|\ \
| * | Allow apps to getProviders() without location permissions.Victoria Lease2012-09-231-13/+29
| |/
* / Do not use passive GPS data for COARSE only apps.Victoria Lease2012-09-211-36/+75
|/
* Require ACCESS_FINE_LOCATION for Geofence use.Victoria Lease2012-09-131-2/+13
* Secure setting for LocationFudger's accuracyVictoria Lease2012-09-121-1/+1
* Fix GPS settings change listener in LocManagerBrian Muramatsu2012-09-041-22/+19
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+3
* Remove unused IntentFilter in LocationManagerBrian Muramatsu2012-08-241-4/+0
* Fix some location issues exposed by CTS.Nick Pelly2012-08-211-1/+2
* Fix addGeofence() and addProximityAlert().Nick Pelly2012-08-171-4/+17
* Port location blacklist code to MR1.Nick Pelly2012-08-171-5/+23
* Add javadoc for new location API's.Nick Pelly2012-08-161-4/+9
* Improve coarse locations.Nick Pelly2012-08-161-121/+25
* Fix a couple of bugs from the location overhaul.Nick Pelly2012-08-101-4/+0
* Location overhaul, major commit.Nick Pelly2012-08-101-1119/+807
* Pass changed NetworkInfo to LocationProvider.Jeff Sharkey2012-08-031-3/+2
* Improve Location object.Nick Pelly2012-07-201-1/+7