1. 88d7910 Support GNSS HAL v2.0 in jni by Yu-Han Yang · 6 years ago
  2. aff67bc Merge "GNSS HAL must be notified correctly when networks disconnect" by Anil Admal · 6 years ago
  3. 50ba15e GNSS HAL must be notified correctly when networks disconnect by Anil Admal · 6 years ago
  4. 97cd9c2 Merge "Applying several clang-tidy clean ups" by TreeHugger Robot · 6 years ago
  5. 4b2c118b Merge "Fix ADR bit mask to restore lost bits" by TreeHugger Robot · 6 years ago
  6. bc5a8b0 Demote missing XTRA iface from Error to Info by WyattRiley · 6 years ago
  7. 840c0b2 Applying several clang-tidy clean ups by WyattRiley · 6 years ago
  8. 948dd6d Fix ADR bit mask to restore lost bits by WyattRiley · 6 years ago
  9. b6a50f0 Clearer GnssDebug text output by Wyatt Riley · 6 years ago
  10. 5205762 Handle Gnss Hal service death gracefully by Yu-Han Yang · 6 years ago
  11. 23d9216 Refactor GnssNavigationMessageProvider by Yu-Han Yang · 6 years ago
  12. 8de2150 Refactor GnssMeasurementsProvider by Yu-Han Yang · 6 years ago
  13. 890ca8b Refactor GnssGeofenceProvider by Yu-Han Yang · 6 years ago
  14. 3557cc7 Refactor GnssBatchingProvider by Yu-Han Yang · 6 years ago
  15. 66c7ea9 Implements GNSS satellite blacklist by Yu-Han Yang · 6 years ago
  16. 6d31735 Move HIDL calls away from the main thread by Yu-Han Yang · 6 years ago
  17. 4cbcb41 Deprecating unused fields from GnssMeasurement by Wyatt Riley · 6 years ago
  18. 46ac956 Fix GnssMeasurement JNI for 1.1 by Wyatt Riley · 6 years ago
  19. 0f67a6d Merge "Handling concurrent location & SV status update" by TreeHugger Robot · 6 years ago
  20. bb9bc84 Handling additional enum for carrier half cycle by Wyatt Riley · 6 years ago
  21. 26465d2 Handling concurrent location & SV status update by Wyatt Riley · 6 years ago
  22. e7baef3 Implement requestLocationCb by Yu-Han Yang · 6 years ago
  23. 2198893 Add gnssRequestLocationCb to GnssCallback by Yu-Han Yang · 6 years ago
  24. d87cf91 Providing GNSS Model Name & Year by Wyatt Riley · 7 years ago
  25. 48f1a64 Duty Cycling and Low Power Mode GNSS feature implementations by gomo · 7 years ago
  26. fb84092 Adding GNSS Model & Version String by Wyatt Riley · 7 years ago
  27. f9038ad Add AgnssRil initialization by Jaekyun Seok · 7 years ago
  28. 795bcc5 Merge "com.android.server: use proper nativehelper headers" into stage-aosp-master am: 7d7c269944 by Steven Moreland · 7 years ago
  29. c95dca8 com.android.server: use proper nativehelper headers by Steven Moreland · 7 years ago
  30. 77ca4f8 Improved GNSS state debug logs by Wyatt Riley · 7 years ago
  31. 2171781 Fixed the hasCarrierFrequency flag in GnssStatus (part1) by Yipeng Cao · 7 years ago
  32. 2520888 If gnss service dies, then, upon receiving the death notification on system-server side: by gomo · 7 years ago
  33. 268c6e0 IGnssDebug.hal change field outputs for dump() by Wyatt Riley · 7 years ago
  34. 388e968 Fix bug in error checking in GnssLocationProvider by Hridya Valsaraju · 7 years ago
  35. f6423ba Check hwbinder status before checking the returned result by Hridya Valsaraju · 7 years ago
  36. a608207 Merge "gnss HAL uses "default" service name" by TreeHugger Robot · 7 years ago
  37. 5d22983 Common code for 4 jni Location conversions by Wyatt Riley · 7 years ago
  38. cf879db GNSS Batching - Default Implementation by Wyatt Riley · 7 years ago
  39. f913378 gnss HAL uses "default" service name by Chris Phoenix · 7 years ago
  40. 127ba32 Unhide public methods for API Council review. by gomo · 7 years ago
  41. 4402af6 GNSS O Features according to go/o-gps-hal by gomo · 7 years ago
  42. b39eb40 Use bitfields in GNSS HAL by Hridya Valsaraju · 7 years ago
  43. b5b6ffe JNI attach/detach threads executing GNSS HAL callback methods by Hridya Valsaraju · 8 years ago
  44. 3a3a4ac Update GNSS to use elided interface return values. by Martijn Coenen · 8 years ago
  45. d002a8b Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  46. 3745558 Remove obsolete calls to IPCThreadState/ProcessState. by Martijn Coenen · 8 years ago
  47. e865032 Fix bug in GnssLocationProvider. by Hridya Valsaraju · 8 years ago
  48. 2ea2960 Modify GnssLocationProvider to use Treble Gnss HAL by Hridya Valsaraju · 8 years ago
  49. fe427f2 Fixed the memory leak when receiving Nav messages by Lifu Tang · 8 years ago
  50. f6527ae Adding SBAS offset to Gps/Gnss SvStatus converter by Wyatt Riley · 8 years ago
  51. 49d9891 Mapping up/down of legacy Gps vs. Gnss Status by Wyatt Riley · 8 years ago
  52. 8ad4430 Fixed bug in upgrading GpsMeasurement by Lifu Tang · 8 years ago
  53. 96635bd Fixed bugs when deliver GnssMeasurement from N-HAL by Mike Cailean · 8 years ago
  54. 5b49d8a Removed all the references to deprecated class by Lifu Tang · 8 years ago
  55. e50607e Fixed the sign error in GnssClock by Lifu Tang · 8 years ago
  56. 17350f9 A few changes to the measurement implementation by Lifu Tang · 8 years ago
  57. ccb4488 Checked the flag not set in the correct way by Lifu Tang · 8 years ago
  58. 0f1ab04 Modified the API to make coverage test possible by Lifu Tang · 8 years ago
  59. 235bbb1 Fixed the crash caused by type mismatch by Lifu Tang · 8 years ago
  60. 76a620f Addressed the review comments from API Council by Lifu Tang · 8 years ago
  61. 38bce79 Removed clock type from GnssClock by Lifu Tang · 8 years ago
  62. 9363b94 Finalized GPS=>GNSS changes with documents by Lifu Tang · 8 years ago
  63. a2b74fd Fixed the build break by Lifu Tang · 8 years ago
  64. 120480f Optimized the memory consumption and renamed PRN by Lifu Tang · 8 years ago
  65. 818aa2c Rename Gps to Gnss for measurement-related APIs by Lifu Tang · 8 years ago
  66. e5a0e21 Framework support to read newly added fields by Lifu Tang · 8 years ago
  67. 82f893d Added an API to query GPS hardware version info by Lifu Tang · 8 years ago
  68. a8b7bb5 GPS Measurement and Navigation APIs go public by Lifu Tang · 8 years ago
  69. 30f95a7 Supported GNSS multi-constellation in frameworks by Lifu Tang · 9 years ago[Renamed (84%) from services/core/jni/com_android_server_location_GpsLocationProvider.cpp]
  70. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  71. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  72. ce48c1c Allow INADDR_NONE as a valid configuration in AGpsStatus_v3. b/21516868 by destradaa · 9 years ago
  73. ef752b6 Avoid performing work in the platform when GPS HAL does not support a feature. by destradaa · 9 years ago
  74. d1aa67b am b0dd6d3a: am 4c23a0ec: Merge "Adjust format strings to work on both 32-bit and 64-bit builds" by Chih-hung Hsieh · 10 years ago
  75. 46c82b4 Adjust format strings to work on both 32-bit and 64-bit builds by Bernhard Rosenkränzer · 10 years ago
  76. 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
  77. df11984 Fix reference leak in GPS measurement JNI layer. b/16727892 b/17075171 by destradaa · 10 years ago
  78. 8dcf593 resolved conflicts for merge of 6290c048 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  79. 184e3ed resolved conflicts for merge of 6290c048 to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  80. 52617bb Reload GPS configuration after carrier info is available. by Tsuwei Chen · 10 years ago
  81. 931a37f Add additional logging around AGPS IP Address handling. by destradaa · 10 years ago
  82. 4b3e393 Expose Gps Navigation Messages in the platform. b/16405976 by destradaa · 10 years ago
  83. 81cabb8 Add uncertainty for GPS received TOW field. b/16463499 by destradaa · 10 years ago
  84. 2102dd7 Update GPS HAL raw measurements support. by destradaa · 10 years ago
  85. ea8a8a6 Update location framework to accept raw data from GPS HAL. by destradaa · 10 years ago
  86. 96a1470 IPv6 support for GPS HAL. by destradaa · 10 years ago
  87. e853de1 am 2d87407e: am 136c0219: am c156021d: am 8a927cfa: Merge "Fix a bug introduced in change 73712" by Narayan Kamath · 11 years ago
  88. 3f7b8d0 resolved conflicts for merge of 92ae0347 to klp-modular-dev by Narayan Kamath · 11 years ago
  89. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/jni/com_android_server_location_GpsLocationProvider.cpp]
  90. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  91. 8ce470d GPS Hardware geofencing. by Jaikumar Ganesh · 11 years ago
  92. 160c1ca Fix logging typos in GpsLocationProvider by Magnus Eriksson · 12 years ago
  93. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  94. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  95. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  96. 2b15cb2 Resolve merge conflict for '75f1fdec': by Mike Lockwood · 13 years ago
  97. a5fe6b2 GPS Provider Service changes by Kevin Tang · 13 years ago
  98. b7d95a4 am 21700fed: am 5f7203eb: am 5a27a754: am bd1dee94: Merge "gps: Adding ip address for AGps" by Mike Lockwood · 13 years ago
  99. 8efd74d gps: Adding ip address for AGps by Stephen Li · 13 years ago
  100. 9b9fb5c GPS: Support for on-demand NTP time injection by Mike Lockwood · 13 years ago