1. f5fdca9 Maybe fix issue #9296868: Crash in system process by Dianne Hackborn · 11 years ago
  2. a9770e4 break up LocationManagerService's WakeLock by Victoria Lease · 11 years ago
  3. d9ba79e OO NOT MERGE allow connected location providers location access by Victoria Lease · 11 years ago
  4. c5fc998 Made it easier to disable overlay mechanism of location components. by Zhentao Sun · 11 years ago
  5. 1b9b7b1 Fix security issues with LocationManager where apps with coarse permissions by David Christie · 11 years ago
  6. 8ce470d GPS Hardware geofencing. by Jaikumar Ganesh · 11 years ago
  7. 64d41d7 Fix build, conflict with another change. by Dianne Hackborn · 11 years ago
  8. 34e0b05 Merge "App ops: track system windows, monitoring changes." by Dianne Hackborn · 11 years ago
  9. c229302 App ops: track system windows, monitoring changes. by Dianne Hackborn · 11 years ago
  10. f21f175 Merge "refactor isAllowedBySettingsLocked()" by Victoria Lease · 11 years ago
  11. 91641ec Merge "Fix addGpsStatusListener" by Victoria Lease · 11 years ago
  12. 3d5173d Fix addGpsStatusListener by Victoria Lease · 11 years ago
  13. a61bb23 Merge "LocationManagerService: Add debug flag lookup from properties" by JP Abgrall · 11 years ago
  14. 09eeaec refactor isAllowedBySettingsLocked() by Victoria Lease · 11 years ago
  15. f79811e7 LocationManagerService: Add debug flag lookup from properties by JP Abgrall · 11 years ago
  16. 03cdd3d dual-mode switching single/multiuser ServiceWatcher by Victoria Lease · 11 years ago
  17. de07d41 Merge "Annotate Locations coming from mock providers" by Victoria Lease · 11 years ago
  18. 5e45ee6 App ops: you can now turn off operations. by Dianne Hackborn · 12 years ago
  19. 54ca7ae Annotate Locations coming from mock providers by Victoria Lease · 12 years ago
  20. 35654b6 More work on App Ops service. by Dianne Hackborn · 12 years ago
  21. 002a54e WorkSource can now track package names. by Dianne Hackborn · 12 years ago
  22. a06de0f New "app ops" service. by Dianne Hackborn · 12 years ago
  23. 5cd731a prevent concurrency issues during LocationManager init by Victoria Lease · 12 years ago
  24. 0a19ad0 Adjust update interval when expiring location requests. by Victoria Lease · 12 years ago
  25. 8b38b29 Notify provider when disposing last UpdateRecord by Victoria Lease · 12 years ago
  26. a6d0b6f Fix Wrong parameter in HashMap.remove by You Kim · 12 years ago
  27. 6c5406a Maybe fix issue #7596986: Frequent runtime restarts; IAE at... by Dianne Hackborn · 12 years ago
  28. 61ecb02 Resolve LocationManager + ActivityManager conflict by Victoria Lease · 12 years ago
  29. 7ff3011 Remove extraneous logs. by Dianne Hackborn · 12 years ago
  30. 56e675b disable geofences for secondary users by Victoria Lease · 12 years ago
  31. 75defb6 Decrement number of updates in LocationRequest by Laurent Tu · 12 years ago
  32. 269518e Revert "make FLP play nicely with multiuser" by Victoria Lease · 12 years ago
  33. e5601ce make FLP play nicely with multiuser by Victoria Lease · 12 years ago
  34. e09aed4 Merge "Changes to support updating location providers." into jb-mr1-dev by Jeff Hamilton · 12 years ago
  35. 37425c3 LocationManager permissions cleanup by Victoria Lease · 12 years ago
  36. fbadb69 Changes to support updating location providers. by Jeff Hamilton · 12 years ago
  37. b7f9d25 Handle unknown case in LocationManager.getProvider by Laurent Tu · 12 years ago
  38. da479c5 fix crashing apps by Victoria Lease · 12 years ago
  39. a8a6b08 Merge "Add fused location provider to real provider list" into jb-mr1-dev by Kenny Root · 12 years ago
  40. c357518 Add fused location provider to real provider list by Kenny Root · 12 years ago
  41. c0c0c0e Merge "Multiuser love for LocationManager" into jb-mr1-dev by Victoria Lease · 12 years ago
  42. b711d57 Multiuser love for LocationManager by Victoria Lease · 12 years ago
  43. 20de160 Revert "Changes to support updating location providers." by Jeff Hamilton · 12 years ago
  44. 82b9464 Merge "Changes to support updating location providers." into jb-mr1-dev by Jeff Hamilton · 12 years ago
  45. 60ec50a Last position improvements for GeofenceManager by Laurent Tu · 12 years ago
  46. dfc8e79 Merge "Handle other providers in isAllowedProviderSafe()" into jb-mr1-dev by Victoria Lease · 12 years ago
  47. a9afacc Merge "multiuser support for LocationBlacklist" into jb-mr1-dev by Victoria Lease · 12 years ago
  48. 941221c Handle other providers in isAllowedProviderSafe() by Laurent Tu · 12 years ago
  49. 18c2b6e7 Merge "throw SecurityException in isProviderEnabled()" into jb-mr1-dev by Victoria Lease · 12 years ago
  50. 83762d2 multiuser support for LocationBlacklist by Victoria Lease · 12 years ago
  51. c19efc2 Changes to support updating location providers. by Jeff Hamilton · 12 years ago
  52. f429921e throw SecurityException in isProviderEnabled() by Victoria Lease · 12 years ago
  53. 0d21e21 Remove checkPermission() call in getAllProviders(). by Laurent Tu · 12 years ago
  54. 3750db1 Merge "Route GPS notifications to all users." into jb-mr1-dev by Victoria Lease · 12 years ago
  55. 5c24fd0 Avoid NPE in GpsLocationProvider by Victoria Lease · 12 years ago
  56. 38389b6 Route GPS notifications to all users. by Victoria Lease · 12 years ago
  57. 4118012 Fix for bug: #7173350. elapsedRealtimeNano() -> elapsedRealtimeNanos() by Philip Milne · 12 years ago
  58. 72a3747 Merge "getBestProvider() prefers GPS over NLP" into jb-mr1-dev by Victoria Lease · 12 years ago
  59. 1925e29 getBestProvider() prefers GPS over NLP by Victoria Lease · 12 years ago
  60. 8658e1a Merge "Allow apps to getProviders() without location permissions." into jb-mr1-dev by Victoria Lease · 12 years ago
  61. 8dbb634 Allow apps to getProviders() without location permissions. by Victoria Lease · 12 years ago
  62. 09016ab Do not use passive GPS data for COARSE only apps. by Victoria Lease · 12 years ago
  63. 4fab68b Require ACCESS_FINE_LOCATION for Geofence use. by Victoria Lease · 12 years ago
  64. df9ec61 Secure setting for LocationFudger's accuracy by Victoria Lease · 12 years ago
  65. bb95cb9 Fix GPS settings change listener in LocManager by Brian Muramatsu · 12 years ago
  66. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  67. 595dda6 Remove unused IntentFilter in LocationManager by Brian Muramatsu · 12 years ago
  68. 1332b53 Fix some location issues exposed by CTS. by Nick Pelly · 12 years ago
  69. 2b7a0d0 Fix addGeofence() and addProximityAlert(). by Nick Pelly · 12 years ago
  70. 4035f5a Port location blacklist code to MR1. by Nick Pelly · 12 years ago
  71. 4e31c4f Add javadoc for new location API's. by Nick Pelly · 12 years ago
  72. 74fa7ea Improve coarse locations. by Nick Pelly · 12 years ago
  73. 08ca104 Fix a couple of bugs from the location overhaul. by Nick Pelly · 12 years ago
  74. 6fa9ad4 Location overhaul, major commit. by Nick Pelly · 12 years ago
  75. 821bd80 Pass changed NetworkInfo to LocationProvider. by Jeff Sharkey · 12 years ago
  76. 2eeeec2 Improve Location object. by Nick Pelly · 12 years ago
  77. e0fd693 Improve geofencing: throttle location updates with distance to fence. by Nick Pelly · 12 years ago
  78. 01ed75c Fix NPE when public API removeProximityAlert() used before addProximityAlert(). by Nick Pelly · 12 years ago
  79. 00355d5 Make location providers upgradeable. by Nick Pelly · 12 years ago
  80. f1be686 Enforce the minTime parameter in LocationManager#requestLocationUpdates by Nick Pelly · 12 years ago
  81. 6e4cb6a Log PID of apps requesting location updates. by Nick Pelly · 12 years ago
  82. d0d7503 Move handling of package changes to a background thread. by Dianne Hackborn · 12 years ago
  83. 5e61331 Move away from deprecated NetworkInfo extra. by Jeff Sharkey · 12 years ago
  84. 6c418d5 Fix issue #4902856: Don't let apps register non-explicit PendingIntents by Dianne Hackborn · 13 years ago
  85. 1ebe049 am 1b571bd3: am 1d28a840: Merge "Location Manager: Fix LocationManager.getBestProvider filtering." into gingerbread by Mike Lockwood · 14 years ago
  86. 9e3191d Location Manager: Fix LocationManager.getBestProvider filtering. by Mike Lockwood · 14 years ago
  87. 8fa50d4 am 6c8d8d89: am 8c32bddf: Merge "GPS: Disable verbose logging" into gingerbread by Mike Lockwood · 14 years ago
  88. 4a7b65e GPS: Disable verbose logging by Mike Lockwood · 14 years ago
  89. dd07430 am 11eada78: am ba2ec2b4: Merge "Enable framework GPS and location manager logging" into gingerbread by Mike Lockwood · 14 years ago
  90. 2d4d1bf Enable framework GPS and location manager logging by Mike Lockwood · 14 years ago
  91. ca936f1 am 98e1f384: am aecab79b: Merge "Remove races in Geocoder/LocationProvider Proxy" into gingerbread by Mike Lockwood · 14 years ago
  92. 8863c43 Remove races in Geocoder/LocationProvider Proxy by Mark Vandevoorde · 14 years ago
  93. 5972e52 resolved conflicts for merge of 53b07027 to master by Mike Lockwood · 14 years ago
  94. e97ae40 location: rebind to network location and geocoder services after package update by Mike Lockwood · 14 years ago
  95. 537ce32 am 24956d36: am 307aef01: Merge "LocationManager: Hide location provider and geocode provider APIs." into gingerbread by Mike Lockwood · 14 years ago
  96. e15735a LocationManager: Hide location provider and geocode provider APIs. by Mike Lockwood · 14 years ago
  97. e746f03 resolved conflicts for merge of 53686433 to master by Dianne Hackborn · 14 years ago
  98. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  99. 59e6135 am d71021cb: am 0c731f99: Merge "Send broadcast intent when configured location providers change." into gingerbread by Brad Fitzpatrick · 14 years ago
  100. 0c5a040 Send broadcast intent when configured location providers change. by Brad Fitzpatrick · 14 years ago