1. bfc4fcd Give Doclava our manifest; more permission docs. by Jeff Sharkey · 7 years ago
  2. d86b8fe Annotate @SystemApi with required permissions. by Jeff Sharkey · 7 years ago
  3. 1d35540 Added Channel for Network Initiated Notifications by Siddharth Ray · 7 years ago
  4. 2171781 Fixed the hasCarrierFrequency flag in GnssStatus (part1) by Yipeng Cao · 7 years ago
  5. b87243c Remove newly added remove methods in Location and deprecate the old ones, this is the request from the android API council by Yu Liu · 7 years ago
  6. efb8882 Merge "ECBM SystemProperty cleanup" into oc-dev by TreeHugger Robot · 7 years ago
  7. 0e342e1f Fix some issues came up from the reviews of the newly added APIs by Yu Liu · 7 years ago
  8. cfe9e61 ECBM SystemProperty cleanup by Shuo Qian · 7 years ago
  9. 681d711 Throttle GNSS measurements and GNSS navigation by Soonil Nagarkar · 7 years ago
  10. cf879db GNSS Batching - Default Implementation by Wyatt Riley · 8 years ago
  11. d1e856c Make the comments of some of the raw GNSS measurements more clear. by gomo · 7 years ago
  12. 127ba32 Unhide public methods for API Council review. by gomo · 8 years ago
  13. 4402af6 GNSS O Features according to go/o-gps-hal by gomo · 8 years ago
  14. a2bbfbc Removing @removed methods and constants by Wyatt Riley · 8 years ago
  15. 2ea2960 Modify GnssLocationProvider to use Treble Gnss HAL by Hridya Valsaraju · 8 years ago
  16. 850c83e Move dump() to dumpAsync(), more oneway calls. by Jeff Sharkey · 8 years ago
  17. 0a17db1 Detect non-oneway calls leaving system_server. by Jeff Sharkey · 8 years ago
  18. 4e82fe5 Fix GNSS status delivery to the callbacks by Lifu Tang · 8 years ago
  19. eed2c7d docs: Fixed misspelling in "Address" class overview. am: b10a6dc963 by Kevin Hufnagle · 8 years ago
  20. b10a6dc docs: Fixed misspelling in "Address" class overview. by Kevin Hufnagle · 8 years ago
  21. 30fe922 Fix issue where GnssMeasurements wouldn't allow empty measurements. by David Christie · 8 years ago
  22. 98ad888 Docs: Suppress errors in SystemApi Build Bug: 28427390 by Gina Dimino · 8 years ago
  23. f6527ae Adding SBAS offset to Gps/Gnss SvStatus converter by Wyatt Riley · 8 years ago
  24. 49d9891 Mapping up/down of legacy Gps vs. Gnss Status by Wyatt Riley · 8 years ago
  25. e50607e Fixed the sign error in GnssClock by Lifu Tang · 8 years ago
  26. e8abe8e Addressed API review comments and updated JavaDoc by Lifu Tang · 8 years ago
  27. e296ab6 Merge "Returns the correct elevation in GnssStatus" into nyc-dev by Lifu Tang · 8 years ago
  28. 0f5e32d Merge "Fix CRLF" into nyc-dev by Glenn Kasten · 8 years ago
  29. 4fb5dc1 Returns the correct elevation in GnssStatus by Lifu Tang · 8 years ago
  30. a89a392 Merge "Added missing constants to GnssMeasurement" into nyc-dev by Lifu Tang · 8 years ago
  31. 047b05e Added missing constants to GnssMeasurement by Lifu Tang · 8 years ago
  32. 145ff55 Merge "A few changes to the measurement implementation" into nyc-dev by Lifu Tang · 8 years ago
  33. 17350f9 A few changes to the measurement implementation by Lifu Tang · 8 years ago
  34. 620a28b Merge "Mark more Bundles as being defusable." into nyc-dev by Jeff Sharkey · 8 years ago
  35. 77e6451 Merge "CTS: Add @hide annotations to several @IntDef elements" into nyc-dev by Julius D'souza · 8 years ago
  36. ff7c8b9 Fix CRLF by Glenn Kasten · 8 years ago
  37. 2b67c07 CTS: Add @hide annotations to several @IntDef elements by Julius D'souza · 8 years ago
  38. a04c7a7 Mark more Bundles as being defusable. by Jeff Sharkey · 8 years ago
  39. 275b449 Merge "Removed unused methods from GnssMeasurement" into nyc-dev by Lifu Tang · 8 years ago
  40. 1778b03 Fixed bugs in serialization and object cloning by Lifu Tang · 8 years ago
  41. b9048f8 Removed unused methods from GnssMeasurement by Lifu Tang · 8 years ago
  42. 0f1ab04 Modified the API to make coverage test possible by Lifu Tang · 8 years ago
  43. 76a620f Addressed the review comments from API Council by Lifu Tang · 8 years ago
  44. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  45. 38bce79 Removed clock type from GnssClock by Lifu Tang · 8 years ago
  46. 9363b94 Finalized GPS=>GNSS changes with documents by Lifu Tang · 8 years ago
  47. 120480f Optimized the memory consumption and renamed PRN by Lifu Tang · 8 years ago
  48. d46d308 Worked around the crash caused by API renaming by Lifu Tang · 8 years ago
  49. 818aa2c Rename Gps to Gnss for measurement-related APIs by Lifu Tang · 8 years ago
  50. e5a0e21 Framework support to read newly added fields by Lifu Tang · 8 years ago
  51. 82f893d Added an API to query GPS hardware version info by Lifu Tang · 8 years ago
  52. a8b7bb5 GPS Measurement and Navigation APIs go public by Lifu Tang · 8 years ago
  53. 30f95a7 Supported GNSS multi-constellation in frameworks by Lifu Tang · 9 years ago
  54. 923b260 Make Location objects take less memory. by David Christie · 9 years ago
  55. 5575ddf Correct range checking for location strings during conversion by David Christie · 9 years ago
  56. 47ee2ec Merge "Disable AR HW when client binder dies." into mnc-dr-dev by Daniel Estrada Alva · 9 years ago
  57. e1a5144 Cherry-pick: Add callback-based support for HW Activity Recognition. by destradaa · 9 years ago
  58. 614612e Disable AR HW when client binder dies. by destradaa · 9 years ago
  59. b870dbf Fix privacy leaks in LocationManager by David Christie · 9 years ago
  60. b71218a Add way to get the network location provider package by Jason Monk · 9 years ago
  61. 1ce4b6d remove usage of deprecated method setLatestEventInfo by Chris Wren · 9 years ago
  62. a4db647 CountryDetector no longer requires location permissions. by Makoto Onuki · 9 years ago
  63. f7e9cf4 Access mock location is no longer a runtime permission - framework by Svet Ganov · 9 years ago
  64. cbba357 am 2c160c1a: am bdf9ffdd: am c0667853: Merge "Add SystemApis in GpsMeasurements APIs to reflect changes in GPS HAL. b/19938206" into mnc-dev by destradaa · 9 years ago
  65. d593bf2 Add SystemApis in GpsMeasurements APIs to reflect changes in GPS HAL. b/19938206 by destradaa · 9 years ago
  66. c347ec6 Add permission annotations on the LocationManager API by Tor Norbye · 9 years ago
  67. 5e72118 Update GpsMeasurements APIs to reflect changes in GPS HAL. b/19938206 by destradaa · 9 years ago
  68. cfc9b6d Add versioning to FLP HAL. by David Christie · 9 years ago
  69. fff3043 Add ability to flush FLP HAL batched locations buffer. by David Christie · 9 years ago
  70. 15003f1 Add a status callback for location batching in FLP HAL by David Christie · 9 years ago
  71. ffca45a Add capability callback for FLP HAL. by David Christie · 9 years ago
  72. 295a93b Add smallest displacement field to FLP HAL by David Christie · 9 years ago
  73. 4a357cd Replace usages of deprecated Resources.getColor() and getColorStateList() by Alan Viverette · 9 years ago
  74. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  75. c91ac68 Update handling of enum/flag fields in GPS data structures. by destradaa · 9 years ago
  76. 6bde468 Reduce memory usage of GpsStatus objects. by destradaa · 9 years ago
  77. 4b1b8e4 Revert API breaking change in System API. by destradaa · 9 years ago
  78. 22287fe Merge "Fix race condition generating READY and NOT_SUPPORTED statuses." by destradaa · 9 years ago
  79. 71f0cd4 Update Location.convert() javadocs to reflect their inconsistency with locales. by Soonil Nagarkar · 9 years ago
  80. 13a60b0 Fix race condition generating READY and NOT_SUPPORTED statuses. by destradaa · 10 years ago
  81. 4d72e3e am a4c40c37: am 72d33849: Merge "Missing break in switch statement" by Narayan Kamath · 10 years ago
  82. 72d33849 Merge "Missing break in switch statement" by Narayan Kamath · 10 years ago
  83. ffa2b14 am 00916297: am 3546c9a5: Merge "Mark Gps Raw related APIs as System APIs. b/16727892" into lmp-mr1-dev by destradaa · 10 years ago
  84. 3546c9a Merge "Mark Gps Raw related APIs as System APIs. b/16727892" into lmp-mr1-dev by destradaa · 10 years ago
  85. 031550a am 9ed36c42: Merge "Add support for GPS measurement/navigation message capabilities. b/16727892 b/16815124" into lmp-mr1-dev automerge: 992b9aa by destradaa · 10 years ago
  86. 91c962a am a084d357: Merge "Fix reference leak in GPS measurement JNI layer. b/16727892 b/17075171" into lmp-mr1-dev automerge: c3e5599 by destradaa · 10 years ago
  87. 992b9aa Merge "Add support for GPS measurement/navigation message capabilities. b/16727892 b/16815124" into lmp-mr1-dev by destradaa · 10 years ago
  88. a62050d Mark Gps Raw related APIs as System APIs. b/16727892 by destradaa · 10 years ago
  89. 6568d70 Add support for GPS measurement/navigation message capabilities. by destradaa · 10 years ago
  90. df11984 Fix reference leak in GPS measurement JNI layer. b/16727892 b/17075171 by destradaa · 10 years ago
  91. 75a6e82 am 36ae48a8: am d83e9e42: am 0761b1b5: am 89b19695: Merge "Put in real "code" (aka marketing) name." into lmp-dev by Dianne Hackborn · 10 years ago
  92. 529b789 am 89b19695: Merge "Put in real "code" (aka marketing) name." into lmp-dev by Dianne Hackborn · 10 years ago
  93. 89b1969 Merge "Put in real "code" (aka marketing) name." into lmp-dev by Dianne Hackborn · 10 years ago
  94. 955d8d6 Put in real "code" (aka marketing) name. by Dianne Hackborn · 10 years ago
  95. 786037e am 11735a0b: am 61e6d40b: am 5b5bc109: am 6ec5a256: am 4be6fdeb: am ba2199fa: Merge "docs: Modified the notice in the android.location package file to strongly encourage developers to migrate to the Google Play Services Location API." into klp-modular-docs by Quddus Chong · 10 years ago
  96. 3f5184c am 6ec5a256: am 4be6fdeb: am ba2199fa: Merge "docs: Modified the notice in the android.location package file to strongly encourage developers to migrate to the Google Play Services Location API." into klp-modular-docs by Quddus Chong · 10 years ago
  97. 6ec5a25 am 4be6fdeb: am ba2199fa: Merge "docs: Modified the notice in the android.location package file to strongly encourage developers to migrate to the Google Play Services Location API." into klp-modular-docs by Quddus Chong · 10 years ago
  98. 380dde3 docs: Modified the notice in the android.location package file to strongly by Quddus Chong · 10 years ago
  99. 2e6c5f1 am df9e62f0: am f4ada994: am b2ae0d6f: am e6e4b2bf: Merge "Fix an incorrect behavior that failed AT&T privacy test." into lmp-dev by Tsuwei Chen · 10 years ago
  100. 023838f am e6e4b2bf: Merge "Fix an incorrect behavior that failed AT&T privacy test." into lmp-dev by Tsuwei Chen · 10 years ago