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