1. d26ce0d GpsLocationProvider: Add hooks for GPS location injection. by Mike Lockwood · 15 years ago
  2. 9b1e140 am 8c690ea9: Merge change 2182 into donut by Android (Google) Code Review · 15 years ago
  3. fd6e5f0 location: Replace ILocationCollector interface with new ILocationProvider method by Mike Lockwood · 15 years ago
  4. 0376fe4 am 2d10ba33: Merge change 2111 into donut by Android (Google) Code Review · 15 years ago
  5. 93bc44d GPS: Add support for forcing NTP time and XTRA data injection. by Mike Lockwood · 15 years ago
  6. 843ef36 donut snapshot by Jean-Baptiste Queru · 15 years ago
  7. 2848954 am 02c1c46f: Merge change 1674 into donut by Android (Google) Code Review · 15 years ago
  8. 0632ca7 gps: Time out after 1 minute if we are unable to get a fix and our fix interval is long. by Mike Lockwood · 15 years ago
  9. 9e5d5d6 am 3681f26: LocationManager: Recover if process containing NetworkLocat by Mike Lockwood · 15 years ago
  10. 3681f26 LocationManager: Recover if process containing NetworkLocation provider crashes by Mike Lockwood · 15 years ago
  11. 9e35560 am 2677d0d: LocationManager: Fix a Javadoc comment. by Mike Lockwood · 15 years ago
  12. 2677d0d LocationManager: Fix a Javadoc comment. by Mike Lockwood · 15 years ago
  13. 22a262f am 5e1d8ae: Merge change 1355 into donut by Android (Google) Code Review · 15 years ago
  14. e3635c9 GPS: Generalize SUPL support to include AGPS for CDMA by Mike Lockwood · 15 years ago
  15. 158b212 am f792fc5: Merge change 1150 into donut by Android (Google) Code Review · 15 years ago
  16. 0528b9b location: Location Manager wakelock cleanup by Mike Lockwood · 15 years ago
  17. 54f2422 am fd445d3: Merge change 1095 into donut by Android (Google) Code Review · 15 years ago
  18. 29c8434 gps: Move GPS scheduling from libgps to GpsLocationProvider. by Mike Lockwood · 15 years ago
  19. f431b4b am c770ed8: Merge change 1069 into donut by Android (Google) Code Review · 15 years ago
  20. b7c4ae9 GpsStatus: Increase NUM_SATELLITES to 255 for future compatibility. by Mike Lockwood · 15 years ago
  21. e90c0da am 275555c: location: Add support for location providers outside of the by Mike Lockwood · 15 years ago
  22. 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 15 years ago
  23. ac7a3de am 15e3d0f: location: Use ILocationProvider Binder interface for all loc by Mike Lockwood · 15 years ago
  24. 15e3d0f location: Use ILocationProvider Binder interface for all location providers. by Mike Lockwood · 15 years ago
  25. 212548f am 76b25e5: Merge change 692 into donut by Android (Google) Code Review · 15 years ago
  26. 77c8adf am 5f2788b: Merge change 686 into donut by Android (Google) Code Review · 15 years ago
  27. 73ee32d am b8adcad: location: Remove obsolete fake provider support. by Mike Lockwood · 15 years ago
  28. 05d0243 am 79762a3: location: Move DummyLocationProvider.java and LocationProvid by Mike Lockwood · 15 years ago
  29. 8749fec am eedf815: location: Remove redundant mLocationTracking field from GpsL by Mike Lockwood · 15 years ago
  30. 093dda9 am 5fa1533: Merge change 482 into donut by Android (Google) Code Review · 15 years ago
  31. 662ea09 location: Optimize use of mProviders ArrayList. by Mike Lockwood · 15 years ago
  32. b8526bfe gps: Don't crash if no XTRA servers are specified. by Mike Lockwood · 15 years ago
  33. b8adcad location: Remove obsolete fake provider support. by Mike Lockwood · 15 years ago
  34. 79762a3 location: Move DummyLocationProvider.java and LocationProviderImpl.java to the internal package. by Mike Lockwood · 15 years ago
  35. eedf815 location: Remove redundant mLocationTracking field from GpsLocationProvider by Mike Lockwood · 15 years ago
  36. 48f1751 location: Location Manager wakelock cleanup, phase 2 by Mike Lockwood · 15 years ago
  37. 74008f6 Merge donut into master by Jean-Baptiste Queru · 15 years ago
  38. cddff7c Merge commit 'goog/readonly-p4-donut' into HEAD by Jean-Baptiste Queru · 15 years ago
  39. 85ae1b1 AI 147295: am: CL 147294 am: CL 147290 Update Geocoder javadoc to reflect the need for a backend service. by Xavier Ducrohet · 15 years ago
  40. 4193558 AI 147294: am: CL 147290 Update Geocoder javadoc to reflect the need for a backend service. by Xavier Ducrohet · 15 years ago
  41. 22b8f5e Merge change 387 into donut by Android (Google) Code Review · 15 years ago
  42. 71fd046 Geocoder: Document behavior when no backend service is available. by Mike Lockwood · 15 years ago
  43. 375cbb4 gps: Check for null APN name when receiving telephony notifications. by Mike Lockwood · 15 years ago
  44. e2b44c5 location: Location Manager wakelock cleanup, phase 1 by Mike Lockwood · 15 years ago
  45. 98cb667 More Location Manager cleanup: by Mike Lockwood · 15 years ago
  46. 2f82c4e location: Generalize support for location provider usage tracking. by Mike Lockwood · 15 years ago
  47. a55c321 location: Move geocoding support from ILocationProvider to a new interface. by Mike Lockwood · 15 years ago
  48. 58bda98 gps: Add support for bringing up a GSM data connection on demand for SUPL. by Mike Lockwood · 15 years ago
  49. c1e8aa4 AI 144664: am: CL 144663 Use Binder interfaces between NetworkLocationManager and LocationManagerService. by Mike Lockwood · 15 years ago
  50. e932f7f AI 144663: Use Binder interfaces between NetworkLocationManager and LocationManagerService. by Mike Lockwood · 15 years ago
  51. 0bd928f AI 144626: am: CL 144625 Remove unnecessary callback interface from INetworkLocationProvider. by Mike Lockwood · 15 years ago
  52. 53566b1 AI 144625: Remove unnecessary callback interface from INetworkLocationProvider. by Mike Lockwood · 15 years ago
  53. a3e952e AI 144621: am: CL 144620 Clean up interface between NetworkLocationProvider and LocationManagerService (part 1) by Mike Lockwood · 15 years ago
  54. f113fbe AI 144620: Clean up interface between NetworkLocationProvider and LocationManagerService (part 1) by Mike Lockwood · 15 years ago
  55. 33aa278 AI 144600: am: CL 144599 Location Manager cleanup: by Mike Lockwood · 15 years ago
  56. 66eb4ac AI 144599: Location Manager cleanup: by Mike Lockwood · 15 years ago
  57. f6f9792 AI 144453: am: CL 144452 More Location Manager cleanup: by Mike Lockwood · 15 years ago
  58. 4e50b78 AI 144452: More Location Manager cleanup: by Mike Lockwood · 15 years ago
  59. bd2a712 AI 144415: am: CL 144372 Cleanup Settings support for enabling and disabling location providers: by Mike Lockwood · 15 years ago
  60. 9637d47 AI 144372: Cleanup Settings support for enabling and disabling location providers: by Mike Lockwood · 15 years ago
  61. 04e71b3 AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger. by Wink Saville · 15 years ago
  62. 767a662 AI 144185: Integrate cdma into the main code base. by Wink Saville · 15 years ago
  63. 4d7a385 AI 143648: am: CL 143616 Fix ANR that could occur when disabling GPS in Settings while the GPS is active. by Mike Lockwood · 15 years ago
  64. d654f9f AI 143616: Fix ANR that could occur when disabling GPS in Settings while the GPS is active. by Mike Lockwood · 15 years ago
  65. f8dd2e1 AI 143287: am: CL 143095 Location Manager cleanup: move MockProvider to a separate file. by Mike Lockwood · 15 years ago
  66. 7ec434e AI 143095: Location Manager cleanup: move MockProvider to a separate file. by Mike Lockwood · 15 years ago
  67. 7b0b1ed auto import //branches/master/...@140412 by The Android Open Source Project · 15 years ago
  68. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  69. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  70. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  71. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  72. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  73. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  74. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  75. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  76. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  77. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  78. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  79. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  80. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago