1. 2d4d1bf Enable framework GPS and location manager logging by Mike Lockwood · 16 years ago
  2. 8863c43 Remove races in Geocoder/LocationProvider Proxy by Mark Vandevoorde · 16 years ago
  3. e97ae40 location: rebind to network location and geocoder services after package update by Mike Lockwood · 16 years ago
  4. e15735a LocationManager: Hide location provider and geocode provider APIs. by Mike Lockwood · 16 years ago
  5. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 16 years ago
  6. 0c5a040 Send broadcast intent when configured location providers change. by Brad Fitzpatrick · 16 years ago
  7. f4d207b Don't throw an exception from isProviderEnabled and getLastKnownLocation by Mike Lockwood · 16 years ago
  8. 8843728 Fix build error (Boolean -> boolean) by Mark Vandevoorde · 16 years ago
  9. 01ac80b Add Geocorder.isImplemented() by Mark Vandevoorde · 16 years ago
  10. 03ca216 New Location Manager APIs for Criteria based requests and single shot mode. by Mike Lockwood · 16 years ago
  11. c7c856f am d2084bb6: am e1d7dca6: Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo by Mike Lockwood · 16 years ago
  12. f19a785 LocationManagerService: Call updateNetworkState on providers that are disabled. by Mike Lockwood · 16 years ago
  13. 00b7427 Move files internal to LocationManagerService from framework.jar to services.jar by Mike Lockwood · 16 years ago
  14. 223e84d Fix LocationManager.getProvider() API breakage. by Mike Lockwood · 16 years ago
  15. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 16 years ago
  16. 8fff645 Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. by Sean Foy · 16 years ago
  17. 3b9ef08 Don't eat IllegalArgumentExceptions in LocationManagerService. by Mike Lockwood · 16 years ago
  18. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 16 years ago
  19. 46db504 Don't start location providers until the system is ready. by Mike Lockwood · 16 years ago
  20. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 16 years ago
  21. 43cc469 Don't return passive location provider unless app has fine permissions. by Bryan Mawhinney · 16 years ago
  22. a4903f25 Add passive location provider. by Mike Lockwood · 16 years ago
  23. d03ff94 Clean up interface between LocationManagerService and the location providers: by Mike Lockwood · 16 years ago
  24. 628fd6d Network Location unbundling: by Mike Lockwood · 16 years ago
  25. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
  26. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 16 years ago
  27. 0dac8c0 LocationManagerService: Fix bug removing proximity alerts. by Mike Lockwood · 16 years ago
  28. 3490140 Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling. by Mike Lockwood · 16 years ago
  29. 8eb3ea6 Use isLocationProviderEnabled to test for enabled providers by Brad Larson · 16 years ago
  30. 7e2b4f6 merge from open-source master by Jean-Baptiste Queru · 17 years ago
  31. f2db9fb Typo fix in javadoc by Alexey Tarasov · 17 years ago
  32. 86328a9 LocationManagerService: clear calling identity in mock provider calls. by Mike Lockwood · 17 years ago
  33. 03d2467 GPS: Fix problem with SUPL when SUPL APN is already active. by Mike Lockwood · 17 years ago
  34. 080b61b LocationManagerService: Fix race when removing LocationListener by Joshua Bartel · 17 years ago
  35. 9ff67a5 LocationManagerService: Fix race when removing LocationListener by Joshua Bartel · 17 years ago
  36. 5550ef4 Fixed Android issue #2002: "Proximity alert detection logic is broken" by Yusuf T. Mobile · 17 years ago
  37. 2d2078a LocationManagerService: Take fix accuracy into account in proximity zone logic. by Yusuf T. Mobile · 17 years ago
  38. 9aa1fa2 LocationManagerService: Remove caching of last known locations to flash. by Mike Lockwood · 17 years ago
  39. 3a76fd6 LocationManagerService: Add null pointer check and remove useless finalize() method. by Mike Lockwood · 17 years ago
  40. 72b1f37 donut snapshot by Jean-Baptiste Queru · 17 years ago
  41. 18ad9f6 Only allow system code to call LocationManager.sendNiResponse() by Mike Lockwood · 17 years ago
  42. 22d1f9f gps: Network initiated SUPL by Danke Xie · 17 years ago
  43. 49c2257 am 7566c1de: LocationManager: Fix problem replacing GPS and network providers with a mock provider. by Mike Lockwood · 17 years ago
  44. 7566c1d LocationManager: Fix problem replacing GPS and network providers with a mock provider. by Mike Lockwood · 17 years ago
  45. c6cc836 LocationManagerService: Add NullPointerException to avoid change in behavior. by Mike Lockwood · 17 years ago
  46. 6ba7ae1 LocationManagerService: Fix null pointer check in sendExtraCommand(). by Mike Lockwood · 17 years ago
  47. cf4550c donut snapshot by Jean-Baptiste Queru · 17 years ago
  48. b7e9922 LocationManagerService: Use Context.checkCallingOrSelfPermission for permission checks by Mike Lockwood · 17 years ago
  49. fff2fda Fix memory leaks in system_server by Suchi Amalapurapu · 17 years ago
  50. 4686657 LocationManagerService: Fix logic error removing multiple dead receivers. by Simon Schoar · 17 years ago
  51. 6ba283f LocationManagerService: Remove some unneeded imports. by Mike Lockwood · 17 years ago
  52. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 17 years ago
  53. 843ef36 donut snapshot by Jean-Baptiste Queru · 17 years ago
  54. 3681f26 LocationManager: Recover if process containing NetworkLocation provider crashes by Mike Lockwood · 17 years ago
  55. 95427cd location: Fix mock provider support by Mike Lockwood · 17 years ago
  56. 8dfe5d8 location: Remove two unnecessary variables. by Mike Lockwood · 17 years ago
  57. 0528b9b location: Location Manager wakelock cleanup by Mike Lockwood · 17 years ago
  58. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 17 years ago
  59. 15e3d0f location: Use ILocationProvider Binder interface for all location providers. by Mike Lockwood · 17 years ago
  60. 662ea09 location: Optimize use of mProviders ArrayList. by Mike Lockwood · 17 years ago
  61. b8adcad location: Remove obsolete fake provider support. by Mike Lockwood · 17 years ago
  62. 79762a3 location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package. by Mike Lockwood · 17 years ago
  63. 3d12b51 location: Run LocationManagerService in a separate thread. by Mike Lockwood · 17 years ago
  64. 48f1751 location: Location Manager wakelock cleanup, phase 2 by Mike Lockwood · 17 years ago
  65. a0e3cd3 Fix timing problem that was introduced when we removed location provider polling by Mike Lockwood · 17 years ago
  66. 9ce7217 location: Remove support for a message that never actually gets sent. by Mike Lockwood · 17 years ago
  67. 61fc286 location: Remove unnecessary code that monitors the screen on/off state. by Mike Lockwood · 17 years ago
  68. 6de3154 location: Add some null pointer checks. by Mike Lockwood · 17 years ago
  69. e2b44c5 location: Location Manager wakelock cleanup, phase 1 by Mike Lockwood · 17 years ago
  70. 98cb667 More Location Manager cleanup: by Mike Lockwood · 17 years ago
  71. 2f82c4e location: Generalize support for location provider usage tracking. by Mike Lockwood · 17 years ago
  72. a55c321 location: Move geocoding support from ILocationProvider to a new interface. by Mike Lockwood · 17 years ago
  73. e932f7f AI 144663: Use Binder interfaces between NetworkLocationManager and LocationManagerService. by Mike Lockwood · 17 years ago
  74. f113fbe AI 144620: Clean up interface between NetworkLocationProvider and LocationManagerService (part 1) by Mike Lockwood · 17 years ago
  75. 66eb4ac AI 144599: Location Manager cleanup: by Mike Lockwood · 17 years ago
  76. 4e50b78 AI 144452: More Location Manager cleanup: by Mike Lockwood · 17 years ago
  77. 9637d47 AI 144372: Cleanup Settings support for enabling and disabling location providers: by Mike Lockwood · 17 years ago
  78. e1ccba2 AI 144257: am: CL 144256 Need to show opt-in screen for location collection. by Amith Yamasani · 17 years ago
  79. 29c1c42 AI 144256: Need to show opt-in screen for location collection. by Amith Yamasani · 17 years ago
  80. 7ec434e AI 143095: Location Manager cleanup: move MockProvider to a separate file. by Mike Lockwood · 17 years ago
  81. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 17 years ago
  82. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 17 years ago
  83. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  84. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  85. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 17 years ago
  86. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 17 years ago
  87. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 17 years ago
  88. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 17 years ago
  89. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  90. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 17 years ago
  91. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  92. 54b6cfa Initial Contribution by The Android Open Source Project · 18 years ago