1. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  2. d73b79b Cherry-picking Id45abeba and Ia065dec6 for MR1 by Makoto Onuki · 13 years ago
  3. 40c5ccf Acknowledge that the platform guarantees UTF-8 and UTF-16. by Jesse Wilson · 13 years ago
  4. 08c34c2 am e0009bb0: am 98395483: am 9f2cbf14: am e06749e1: Merge "Add FLAG_AUTO_CANCEL flag for multiple supl notifications." by Conley Owens · 13 years ago
  5. e0009bb am 98395483: am 9f2cbf14: am e06749e1: Merge "Add FLAG_AUTO_CANCEL flag for multiple supl notifications." by Conley Owens · 13 years ago
  6. 3746f2d Use upper case country codes in Country.java by Daisuke Miyakawa · 13 years ago
  7. fad5445 Add FLAG_AUTO_CANCEL flag for multiple supl notifications. by Anshuman Pandey · 13 years ago
  8. a550bdc Use passive provider for location based country detection by Daisuke Miyakawa · 13 years ago
  9. e590ccf Fix the javadoc for LocationManager.requestSingleUpdate() by Amith Yamasani · 13 years ago
  10. e23fc8e Fix the javadoc for LocationManager.requestSingleUpdate() by Amith Yamasani · 13 years ago
  11. b732b7b am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant-id to aapt." by Xavier Ducrohet · 13 years ago
  12. 6664d98 Fixed GSM encoded network initiated position request by Hakan Gustavsson · 14 years ago
  13. f4f05b8 Update package descriptions with editorial revisions. by Scott Main · 14 years ago
  14. 65dd62a resolved conflicts for merge of ee27dd35 to master by Jean-Baptiste Queru · 14 years ago
  15. 12902d6 resolved conflicts for merge of 78742e01 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  16. dea74b0 Strings for NI position request are moved to resources by Hakan Gustavsson · 14 years ago
  17. 2a32c49 am cb51c0c7: am 3e94b94f: Merge "Remove old location classes." into gingerbread by Dianne Hackborn · 14 years ago
  18. 0f5eee0 Remove old location classes. by Dianne Hackborn · 14 years ago
  19. f72d1e2 am e5317fbd: am 4f67e1cc: Merge "Add location shared library for location provider APIs." into gingerbread by Dianne Hackborn · 14 years ago
  20. 63c82c0 Add location shared library for location provider APIs. by Dianne Hackborn · 14 years ago
  21. 537ce32 am 24956d36: am 307aef01: Merge "LocationManager: Hide location provider and geocode provider APIs." into gingerbread by Mike Lockwood · 14 years ago
  22. e15735a LocationManager: Hide location provider and geocode provider APIs. by Mike Lockwood · 14 years ago
  23. e746f03 resolved conflicts for merge of 53686433 to master by Dianne Hackborn · 14 years ago
  24. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  25. b445946 GPS: Initialize XTRA support when GPS is enabled by Mike Lockwood · 14 years ago
  26. 3e34d13 GPS: Don't set XTRA download pending flag at boot time. by Mike Lockwood · 14 years ago
  27. 59e6135 am d71021cb: am 0c731f99: Merge "Send broadcast intent when configured location providers change." into gingerbread by Brad Fitzpatrick · 14 years ago
  28. 0c5a040 Send broadcast intent when configured location providers change. by Brad Fitzpatrick · 14 years ago
  29. a58a875 Add new system service CountryDetector by Bai Tao · 14 years ago
  30. f4d207b Don't throw an exception from isProviderEnabled and getLastKnownLocation by Mike Lockwood · 14 years ago
  31. 8900c32 andriod.location.Criteria: Simplify new location criteria APIs a bit. by Mike Lockwood · 14 years ago
  32. 1e11e95 Merge "Add Geocorder.isImplemented()" into kraken by Mike Lockwood · 14 years ago
  33. 01ac80b Add Geocorder.isImplemented() by Mark Vandevoorde · 14 years ago
  34. 965b3d2 Fix broken Javadoc links by Mike Lockwood · 14 years ago
  35. 71677f8 Unhide new location manager APIs: by Mike Lockwood · 14 years ago
  36. 03ca216 New Location Manager APIs for Criteria based requests and single shot mode. by Mike Lockwood · 14 years ago
  37. e88ae54 am b6f0cbdc: merge from open-source master by The Android Open Source Project · 14 years ago
  38. b6f0cbd merge from open-source master by The Android Open Source Project · 14 years ago
  39. 855a9e6 Merge "Include the API level 4 fields in the Parcel." by Jean-Baptiste Queru · 14 years ago
  40. f4dffd8 merge from open-source master by The Android Open Source Project · 14 years ago
  41. fa94ff0 GpsLocationProvider: Store new Location before onGpsStatusChanged is sent by Hakan Gustavsson · 14 years ago
  42. a3d2d76 GpsStatus: Bounds check PRN to avoid array indexing exceptions. by Mike Lockwood · 14 years ago
  43. 00b7427 Move files internal to LocationManagerService from framework.jar to services.jar by Mike Lockwood · 14 years ago
  44. 5b53244 GpsNetInitiatedHandler: whitespace cleanup by Mike Lockwood · 14 years ago
  45. 79e642e Call LocationManager.sendNiResponse() instead of calling directly to GpsLocationProvider by Mike Lockwood · 14 years ago
  46. 8909631 Wait until GpsLocationProvider is fully initialized before returning from the constructor. by Mike Lockwood · 14 years ago
  47. 62a8fc1 GpsLocationProvider: Do our work in a Handler running in a separate thread. by Mike Lockwood · 14 years ago
  48. 69d6344 Remove unused file NmeaParser.java by Mike Lockwood · 14 years ago
  49. 3c8fbdf location: dump LocationProvider internal state by Fred Fettinger · 15 years ago
  50. 689e449 Check for null provider in LocationManager.getProviders() by Mike Lockwood · 14 years ago
  51. 8754be5 Hide GeocoderParams class from public API. by Mike Lockwood · 14 years ago
  52. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  53. b7be544 GpsLocationProvider: Be less aggressive about getting fixes in bad conditions if we have a long fix interval. by Mike Lockwood · 14 years ago
  54. 63598a0 Fix broken location extras in GpsLocationProvider. by Mike Lockwood · 14 years ago
  55. a4903f2 Add passive location provider. by Mike Lockwood · 14 years ago
  56. d03ff94 Clean up interface between LocationManagerService and the location providers: by Mike Lockwood · 14 years ago
  57. 628fd6d Network Location unbundling: by Mike Lockwood · 14 years ago
  58. ad9bcb2 merge from open-source master by The Android Open Source Project · 14 years ago
  59. 8ab11f8 Fix for GPS engines without separate session and engine status events. by Mike Lockwood · 14 years ago
  60. c2a6738 Be tolerant of GPS session and engine on status messages arriving out of order. by Mike Lockwood · 14 years ago
  61. 2f3a615 GpsLocationProvider: Do not release wakelock until the GPS engine is fully off by Mike Lockwood · 15 years ago
  62. 271f9f1 Fix for GPS engines without separate session and engine status events. by Mike Lockwood · 14 years ago
  63. 5310b36 resolved conflicts for merge of 21875ab3 to master by Mike Lockwood · 14 years ago
  64. 56fcd69 Remove unused method LocationProviderImpl.isEnabled(). by Mike Lockwood · 14 years ago
  65. 2cd543a Remove ILocationProvider.isEnabled() binder call and use cached value instead. by Mike Lockwood · 14 years ago
  66. 1a44d5d Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. by Neal Nguyen · 14 years ago
  67. f1218be Ignore NTP time fixes that differ from system time by more than 5 minutes. by Mike Lockwood · 14 years ago
  68. 22e31e5 Moving framework core tests closer to their source files. by Neal Nguyen · 15 years ago
  69. 345bf16 am 47d302a0: am bb79e5fd: Merge "Be tolerant of GPS session and engine on status messages arriving out of order." into eclair by Mike Lockwood · 14 years ago
  70. e6ec577 Include the API level 4 fields in the Parcel. by Paul Watts · 14 years ago
  71. cf1d8cb Be tolerant of GPS session and engine on status messages arriving out of order. by Mike Lockwood · 14 years ago
  72. 52eab1c Unhide LocationManager APIs needed for unbundled location providers. by Mike Lockwood · 15 years ago
  73. f5d95cb less log spew by Joe Onorato · 15 years ago
  74. be5ed37 Fix broken Javadoc link. by Mike Lockwood · 15 years ago
  75. 9d2f7a7 Add LocationManagerImpl class to act as a public wrapper for the ILocationProvider interface by Mike Lockwood · 15 years ago
  76. 3490140 Cleanup and add public wrapper for IGeocodeProvider interface to prepare for network location unbundling. by Mike Lockwood · 15 years ago
  77. 7762d93 Unbundling work by Paul Westbrook · 15 years ago
  78. dbd6fd8 GpsLocationProvider: Do not release wakelock until the GPS engine is fully off by Mike Lockwood · 15 years ago
  79. 9db3d07 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  80. 03d2467 GPS: Fix problem with SUPL when SUPL APN is already active. by Mike Lockwood · 15 years ago
  81. 9aa1fa2 LocationManagerService: Remove caching of last known locations to flash. by Mike Lockwood · 15 years ago
  82. 22d1f9f gps: Network initiated SUPL by Danke Xie · 15 years ago
  83. 660bbfc GpsLocationProvider: Default to AGPS on if the setting is missing. by Mike Lockwood · 15 years ago
  84. 640992d gps: Unhide GpsStatus.NmeaListener interface for receiving NMEA sentences by Mike Lockwood · 15 years ago
  85. b16e780 gps: Add GpsStatus.NmeaListener interface for receiving NMEA sentences. by Mike Lockwood · 15 years ago
  86. a8675f6 donut snapshot by Jean-Baptiste Queru · 15 years ago
  87. 734d603 GPS: Don't call native_set_agps_server() until after we call native_init(). by Mike Lockwood · 15 years ago
  88. cf4550c donut snapshot by Jean-Baptiste Queru · 15 years ago
  89. 2bb99d1 GpsLocationProvider: remove mAgpsConfigured configured flag. by Mike Lockwood · 15 years ago
  90. 334a677 am b82759a0: Merge change 6906 into donut by Android (Google) Code Review · 15 years ago
  91. 8cd1084 location: Add sub-locality, sub-thoroughfare and premises fields to Address class by Mike Lockwood · 15 years ago
  92. 55ed491 Fix typo in Javadoc for LocationManager.GPS_PROVIDER by Kenny Root · 15 years ago
  93. 0d0012e am 54af78a3: Merge change 5950 into donut by Android (Google) Code Review · 15 years ago
  94. fff2fda Fix memory leaks in system_server by Suchi Amalapurapu · 15 years ago
  95. bcab8df Settings: Add preference to enable/disable assisted GPS. by Mike Lockwood · 15 years ago
  96. 3618160 am 2e418428: Possibly fix an issue where we thought an app was always using GPS. by Dianne Hackborn · 15 years ago
  97. 2e41842 Possibly fix an issue where we thought an app was always using GPS. by Dianne Hackborn · 15 years ago
  98. 15d7486 am cde13e6b: Merge change 4954 into donut by Android (Google) Code Review · 15 years ago
  99. b362a9a gps: Check for null APN name to avoid a runtime restart. by Mike Lockwood · 15 years ago
  100. 84c4335 am f781b39c: Merge change 4786 into donut by Android (Google) Code Review · 15 years ago