index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
LocationManagerService.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Maybe fix issue #7596986: Frequent runtime restarts; IAE at...
Dianne Hackborn
2012-11-29
1
-3
/
+3
*
Resolve LocationManager + ActivityManager conflict
Victoria Lease
2012-11-13
1
-2
/
+2
*
Remove extraneous logs.
Dianne Hackborn
2012-11-08
1
-3
/
+3
*
disable geofences for secondary users
Victoria Lease
2012-11-06
1
-0
/
+5
*
Decrement number of updates in LocationRequest
Laurent Tu
2012-11-02
1
-4
/
+16
*
Revert "make FLP play nicely with multiuser"
Victoria Lease
2012-10-29
1
-49
/
+20
*
make FLP play nicely with multiuser
Victoria Lease
2012-10-26
1
-20
/
+49
*
Merge "Changes to support updating location providers." into jb-mr1-dev
Jeff Hamilton
2012-10-18
1
-7
/
+77
|
\
|
*
Changes to support updating location providers.
Jeff Hamilton
2012-10-18
1
-7
/
+77
*
|
LocationManager permissions cleanup
Victoria Lease
2012-10-18
1
-101
/
+142
|
/
*
Handle unknown case in LocationManager.getProvider
Laurent Tu
2012-10-16
1
-0
/
+4
*
fix crashing apps
Victoria Lease
2012-10-15
1
-44
/
+55
*
Merge "Add fused location provider to real provider list" into jb-mr1-dev
Kenny Root
2012-10-09
1
-0
/
+1
|
\
|
*
Add fused location provider to real provider list
Kenny Root
2012-10-09
1
-0
/
+1
*
|
Merge "Multiuser love for LocationManager" into jb-mr1-dev
Victoria Lease
2012-10-09
1
-73
/
+111
|
\
\
|
|
/
|
/
|
|
*
Multiuser love for LocationManager
Victoria Lease
2012-10-08
1
-73
/
+111
|
*
Revert "Changes to support updating location providers."
Jeff Hamilton
2012-10-05
1
-3
/
+7
|
*
Merge "Changes to support updating location providers." into jb-mr1-dev
Jeff Hamilton
2012-10-04
1
-7
/
+3
|
|
\
|
|
*
Changes to support updating location providers.
Jeff Hamilton
2012-10-04
1
-7
/
+3
*
|
|
Last position improvements for GeofenceManager
Laurent Tu
2012-10-04
1
-2
/
+5
|
/
/
*
|
Merge "Handle other providers in isAllowedProviderSafe()" into jb-mr1-dev
Victoria Lease
2012-10-04
1
-0
/
+20
|
\
\
|
*
|
Handle other providers in isAllowedProviderSafe()
Laurent Tu
2012-10-04
1
-0
/
+20
*
|
|
Merge "multiuser support for LocationBlacklist" into jb-mr1-dev
Victoria Lease
2012-10-04
1
-0
/
+1
|
\
\
\
|
*
|
|
multiuser support for LocationBlacklist
Victoria Lease
2012-10-04
1
-0
/
+1
|
|
/
/
*
|
|
Merge "throw SecurityException in isProviderEnabled()" into jb-mr1-dev
Victoria Lease
2012-10-04
1
-1
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
throw SecurityException in isProviderEnabled()
Victoria Lease
2012-10-04
1
-1
/
+6
|
|
/
*
/
Remove checkPermission() call in getAllProviders().
Laurent Tu
2012-10-02
1
-3
/
+2
|
/
*
Merge "Route GPS notifications to all users." into jb-mr1-dev
Victoria Lease
2012-10-01
1
-0
/
+32
|
\
|
*
Route GPS notifications to all users.
Victoria Lease
2012-10-01
1
-0
/
+32
*
|
Avoid NPE in GpsLocationProvider
Victoria Lease
2012-10-01
1
-6
/
+6
|
/
*
Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos()
Philip Milne
2012-09-26
1
-8
/
+1
*
Merge "getBestProvider() prefers GPS over NLP" into jb-mr1-dev
Victoria Lease
2012-09-26
1
-3
/
+3
|
\
|
*
getBestProvider() prefers GPS over NLP
Victoria Lease
2012-09-24
1
-3
/
+3
*
|
Merge "Allow apps to getProviders() without location permissions." into jb-mr...
Victoria Lease
2012-09-24
1
-13
/
+29
|
\
\
|
*
|
Allow apps to getProviders() without location permissions.
Victoria Lease
2012-09-23
1
-13
/
+29
|
|
/
*
/
Do not use passive GPS data for COARSE only apps.
Victoria Lease
2012-09-21
1
-36
/
+75
|
/
*
Require ACCESS_FINE_LOCATION for Geofence use.
Victoria Lease
2012-09-13
1
-2
/
+13
*
Secure setting for LocationFudger's accuracy
Victoria Lease
2012-09-12
1
-1
/
+1
*
Fix GPS settings change listener in LocManager
Brian Muramatsu
2012-09-04
1
-22
/
+19
*
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-30
1
-1
/
+3
*
Remove unused IntentFilter in LocationManager
Brian Muramatsu
2012-08-24
1
-4
/
+0
*
Fix some location issues exposed by CTS.
Nick Pelly
2012-08-21
1
-1
/
+2
*
Fix addGeofence() and addProximityAlert().
Nick Pelly
2012-08-17
1
-4
/
+17
*
Port location blacklist code to MR1.
Nick Pelly
2012-08-17
1
-5
/
+23
*
Add javadoc for new location API's.
Nick Pelly
2012-08-16
1
-4
/
+9
*
Improve coarse locations.
Nick Pelly
2012-08-16
1
-121
/
+25
*
Fix a couple of bugs from the location overhaul.
Nick Pelly
2012-08-10
1
-4
/
+0
*
Location overhaul, major commit.
Nick Pelly
2012-08-10
1
-1119
/
+807
*
Pass changed NetworkInfo to LocationProvider.
Jeff Sharkey
2012-08-03
1
-3
/
+2
*
Improve Location object.
Nick Pelly
2012-07-20
1
-1
/
+7
[prev]
[next]