1. b902698 Clean up Gps/Flp Hardware on shut-down. by destradaa · 9 years ago
  2. 6e2fe75 Add callback-based support for Hardware Activity Recognition. b/17112184 by destradaa · 9 years ago
  3. b870dbf Fix privacy leaks in LocationManager by David Christie · 9 years ago
  4. 1e575a0 Merge "Only grant runtime permissions to special components." into mnc-dev by Svet Ganov · 9 years ago
  5. adc1cf4 Only grant runtime permissions to special components. by Svet Ganov · 9 years ago
  6. b71218a Add way to get the network location provider package by Jason Monk · 9 years ago
  7. f7e9cf4 Access mock location is no longer a runtime permission - framework by Svet Ganov · 9 years ago
  8. 8e4799a resolved conflicts for merge of f0c4f0dd to mnc-dev by Wei Liu · 9 years ago
  9. f0c4f0d am 3d76e2f3: Merge "Create GpsLocationProvider only if GPS is supported." into lmp-mr1-modular-dev by Wei Liu · 9 years ago
  10. 5241a4c Create GpsLocationProvider only if GPS is supported. by Wei Liu · 9 years ago
  11. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  12. ebc3d88 am 4951482c: Merge "Skip receiver if failed linkToDeath to ILocationListener" by Mike Lockwood · 10 years ago
  13. cb3ab22 Skip receiver if failed linkToDeath to ILocationListener by Wen Jing · 10 years ago
  14. 6568d70 Add support for GPS measurement/navigation message capabilities. by destradaa · 10 years ago
  15. b254ab6a Fix a bug where LocationManager's addGpsStatusListener does not throw a by Takayuki Hoshi · 10 years ago
  16. beea442 Fix crash in Volantis because there is not FLP support. by destradaa · 10 years ago
  17. f9a274c Add support for sources in Geofencing APIs. by destradaa · 10 years ago
  18. 4b3e393 Expose Gps Navigation Messages in the platform. b/16405976 by destradaa · 10 years ago
  19. a4fa3b5 Add support in the platform for Activity Recognition Hardware. by destradaa · 10 years ago
  20. ea8a8a6 Update location framework to accept raw data from GPS HAL. by destradaa · 10 years ago
  21. d532317 Separate Hardware Flp ServiceWatcher flags from the ones used by Software Flp. by destradaa · 10 years ago
  22. b27528d Make LocationManagerService aware of user profiles by Amith Yamasani · 10 years ago
  23. 5ce66d8 Re-work the initialization of FLP HAL to make isSupported() static. b/14839888 by destradaa · 10 years ago
  24. 1f141c1 Fix bug where location provider fails on secondary users. Bug: 12592045 by David Christie · 10 years ago
  25. a4dfc2c Make sure nativeInit is called on an object. by Zhentao Sun · 10 years ago
  26. cfbdcd2 Make sure the FlpHardwareProvider is only advertised to GmsCore if the platform supports it. by destradaa · 10 years ago
  27. 26bdb8f Add config resource to add inital mock location providers by Ji-Hwan Lee · 10 years ago
  28. 09d47bb am c2d934d7: am f8ce43ea: am 1365d982: am 4cde7734: Merge "remove unnecessary switchUser call" by Victoria Lease · 10 years ago
  29. f8ce43e am 1365d982: am 4cde7734: Merge "remove unnecessary switchUser call" by Victoria Lease · 10 years ago
  30. fe6d3c5 Remove reference to internal bug number by Tom O'Neill · 10 years ago
  31. 07ee5d1 Removing a test provider clears its enabled state by Tom O'Neill · 10 years ago
  32. afecea1 Seeing if a provider is enabled doesn't require special permissions by Tom O'Neill · 10 years ago
  33. 2ff96af Log history of location requests in LocationManager. by David Christie · 11 years ago
  34. 94827c3 am 21a801d0: am 0d30e07d: am 3d5ea26f: am 4503409a: Merge "Clear cached locations when location providers disabled Bug: 12118307" into klp-dev by Daniel Cashman · 11 years ago
  35. 49782e4 am 9158825f: Move some system services to separate directories by Amith Yamasani · 11 years ago
  36. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/LocationManagerService.java]
  37. 4dace6f Merge "Improvements to battery stats." by Dianne Hackborn · 11 years ago
  38. b30f383 do not request location from unavailable providers by Victoria Lease · 11 years ago
  39. 9bb0ee9 Issue #10461551: KLP API Review: AppOpsManager by Dianne Hackborn · 11 years ago
  40. 6e65cb4 fix typo by Ed Heyl · 11 years ago
  41. d575943 Improve some javadoc related to isProviderEnabled() apis by Tom O'Neill · 11 years ago
  42. 40a86c2 Add LocationManager.MODE_CHANGED_ACTION broadcast by Tom O'Neill · 11 years ago
  43. e55c968 Ensure WorkSource for location blaming has names (b/10378815) by David Christie · 11 years ago
  44. b5eaf26 Merge "Update location AppOp monitoring to respect settings. If a provider is disabled, we don't mark an app as actively using location just because it's requested that provider. Also updates the concept of high power to support third party custom providers (doesn't hard code gps but looks at the provider's actual stated power requirement)." into klp-dev by David Christie · 11 years ago
  45. 15b3191 Update location AppOp monitoring to respect settings. by David Christie · 11 years ago
  46. 0682809a Add support in the platform for Flp Geofencing. by destradaa · 11 years ago
  47. 64be0c6 Address Robin's code review comments in initial FlpHal submission. by destradaa · 11 years ago
  48. 1af4b02 Add FlpHal layer to support Location Batching. by destradaa · 11 years ago
  49. c750c1f Update gps status icon to be a "high power" location icon. by David Christie · 11 years ago
  50. 40e5782 Allow a particular LocationRequest to be excluded from by David Christie · 11 years ago
  51. 0b83745 Add new app op to monitor high power location requests. by David Christie · 11 years ago
  52. 3de52c6 Merge "Add WorkSource capability to LocationManager" by David Christie · 11 years ago
  53. 82edc9b Add WorkSource capability to LocationManager by David Christie · 11 years ago
  54. 39062dd switch to v3 for NetworkLocator overlay, compatible with gcore FINN by Stan Chesnutt · 11 years ago
  55. a002715 Refactoring of the print sub-system and API clean up. by Svetoslav Ganov · 11 years ago
  56. 1304f4a Add new location monitoring op, make some of app ops public. by Dianne Hackborn · 11 years ago
  57. fa52a4a am a79aaeae: am 8c1d1b3e: Merge "Maybe fix issue #9296868: Crash in system process" into jb-mr2-dev by Dianne Hackborn · 11 years ago
  58. f5fdca9 Maybe fix issue #9296868: Crash in system process by Dianne Hackborn · 11 years ago
  59. a9770e4 break up LocationManagerService's WakeLock by Victoria Lease · 11 years ago
  60. 0aa2860 break up LocationManagerService's WakeLock by Victoria Lease · 11 years ago
  61. d9ba79e OO NOT MERGE allow connected location providers location access by Victoria Lease · 11 years ago
  62. 2f5b97c allow connected location providers location access by Victoria Lease · 11 years ago
  63. 8d044e8 Start combining threads in system process. by Dianne Hackborn · 11 years ago
  64. c5fc998 Made it easier to disable overlay mechanism of location components. by Zhentao Sun · 11 years ago
  65. 1b9b7b1 Fix security issues with LocationManager where apps with coarse permissions by David Christie · 11 years ago
  66. 8ce470d GPS Hardware geofencing. by Jaikumar Ganesh · 11 years ago
  67. 64d41d7 Fix build, conflict with another change. by Dianne Hackborn · 11 years ago
  68. 34e0b05 Merge "App ops: track system windows, monitoring changes." by Dianne Hackborn · 11 years ago
  69. c229302 App ops: track system windows, monitoring changes. by Dianne Hackborn · 11 years ago
  70. f21f175 Merge "refactor isAllowedBySettingsLocked()" by Victoria Lease · 11 years ago
  71. 91641ec Merge "Fix addGpsStatusListener" by Victoria Lease · 11 years ago
  72. 3d5173d Fix addGpsStatusListener by Victoria Lease · 11 years ago
  73. a61bb23 Merge "LocationManagerService: Add debug flag lookup from properties" by JP Abgrall · 11 years ago
  74. 09eeaec refactor isAllowedBySettingsLocked() by Victoria Lease · 11 years ago
  75. f79811e7 LocationManagerService: Add debug flag lookup from properties by JP Abgrall · 11 years ago
  76. 03cdd3d dual-mode switching single/multiuser ServiceWatcher by Victoria Lease · 11 years ago
  77. de07d41 Merge "Annotate Locations coming from mock providers" by Victoria Lease · 12 years ago
  78. 5e45ee6 App ops: you can now turn off operations. by Dianne Hackborn · 12 years ago
  79. 54ca7ae Annotate Locations coming from mock providers by Victoria Lease · 12 years ago
  80. 35654b6 More work on App Ops service. by Dianne Hackborn · 12 years ago
  81. 002a54e WorkSource can now track package names. by Dianne Hackborn · 12 years ago
  82. a06de0f New "app ops" service. by Dianne Hackborn · 12 years ago
  83. 5cd731a prevent concurrency issues during LocationManager init by Victoria Lease · 12 years ago
  84. 0a19ad0 Adjust update interval when expiring location requests. by Victoria Lease · 12 years ago
  85. 8b38b29 Notify provider when disposing last UpdateRecord by Victoria Lease · 12 years ago
  86. a6d0b6f Fix Wrong parameter in HashMap.remove by You Kim · 12 years ago
  87. 6c5406a Maybe fix issue #7596986: Frequent runtime restarts; IAE at... by Dianne Hackborn · 12 years ago
  88. 61ecb02 Resolve LocationManager + ActivityManager conflict by Victoria Lease · 12 years ago
  89. 7ff3011 Remove extraneous logs. by Dianne Hackborn · 12 years ago
  90. 56e675b disable geofences for secondary users by Victoria Lease · 12 years ago
  91. 75defb6 Decrement number of updates in LocationRequest by Laurent Tu · 12 years ago
  92. 269518e Revert "make FLP play nicely with multiuser" by Victoria Lease · 12 years ago
  93. e5601ce make FLP play nicely with multiuser by Victoria Lease · 12 years ago
  94. e09aed4 Merge "Changes to support updating location providers." into jb-mr1-dev by Jeff Hamilton · 12 years ago
  95. 37425c3 LocationManager permissions cleanup by Victoria Lease · 12 years ago
  96. fbadb69 Changes to support updating location providers. by Jeff Hamilton · 12 years ago
  97. b7f9d25 Handle unknown case in LocationManager.getProvider by Laurent Tu · 12 years ago
  98. da479c5 fix crashing apps by Victoria Lease · 12 years ago
  99. a8a6b08 Merge "Add fused location provider to real provider list" into jb-mr1-dev by Kenny Root · 12 years ago
  100. c357518 Add fused location provider to real provider list by Kenny Root · 12 years ago