1. 793d3d1 Reorders arguments in Context Hub Service methods by Arthur Ishiguro · 6 years ago
  2. 2938bf7 Merge changes I6a6cffde,I5789305a,I2c2e15be,Ic1ef7c77,Ic62aa869 by TreeHugger Robot · 6 years ago
  3. 82ed3af Implements updated PendingIntent APIs by Arthur Ishiguro · 6 years ago
  4. b549286 Refactors ContextHubClientManager/Broker classes by Arthur Ishiguro · 6 years ago
  5. a96fbfe Only send messages to CHRE if client is registered by Arthur Ishiguro · 6 years ago
  6. 1bb34a8 Updates PendingIntent-based service APIs by Arthur Ishiguro · 6 years ago
  7. 4f97c94 Demote message send/receive wakelock log messages to DEBUG. by Anil Admal · 6 years ago
  8. aff67bc Merge "GNSS HAL must be notified correctly when networks disconnect" by Anil Admal · 6 years ago
  9. 50ba15e GNSS HAL must be notified correctly when networks disconnect by Anil Admal · 6 years ago
  10. 74514bc Merge "Reject PendingIntents owned by another client" by TreeHugger Robot · 6 years ago
  11. 3275537 Merge "Refactor ServiceWatcher" by TreeHugger Robot · 6 years ago
  12. 72c676e Reject PendingIntents owned by another client by Arthur Ishiguro · 6 years ago
  13. e731ca8 Refactor ServiceWatcher by Soonil Nagarkar · 6 years ago
  14. d3464c7 Adds bindClient method to service AIDL by Arthur Ishiguro · 6 years ago
  15. d752e1f Close unregistered clients with no PendingIntent by Arthur Ishiguro · 6 years ago
  16. 1194634 Makes iterator internal in NanoAppStateManager by Arthur Ishiguro · 6 years ago
  17. 9aa88e0 Sends PendingIntent events by Arthur Ishiguro · 6 years ago
  18. 32c2bc6 Implements register/unregisterIntent methods by Arthur Ishiguro · 6 years ago
  19. daeed3c Modifies concurrency handling in ContextHubClientBroker by Arthur Ishiguro · 6 years ago
  20. a7c3797 Adds AIDL definitions for register/unregisterIntent by Arthur Ishiguro · 6 years ago
  21. 622ebcb Stores ContextHubInfo in ContextHubClientBroker by Arthur Ishiguro · 6 years ago
  22. ffed53b Merge "Simplify binderDied() method" by TreeHugger Robot · 6 years ago
  23. 42c6330 Merge "Refactors client callback methods in ContextHubClientBroker" by TreeHugger Robot · 6 years ago
  24. 9f6284e Simplify binderDied() method by Arthur Ishiguro · 6 years ago
  25. 661f502 Refactors client callback methods in ContextHubClientBroker by Arthur Ishiguro · 6 years ago
  26. 5cc7373 Add back the SUPL network setup timeout. by Anil Admal · 6 years ago
  27. a50cd60 Reset PositionMode if native_stop() is called by Yu-Han Yang · 6 years ago
  28. dc27ce4 Query Apn protocol by roaming state by Shinru Han · 6 years ago
  29. b4f5987 Disable verbose logs from Context Hub Service by Arthur Ishiguro · 6 years ago
  30. 6593cf1 Remove unused SMS & WAP intent filters by WyattRiley · 6 years ago
  31. ad49660 [automerger] Merge "Enable REQUEST_LOCATION from GNSS HAL" into pi-dev am: 6eb9ce63b8 am: 1c7230ced4 by Android Build Merger (Role) · 6 years ago
  32. 9e2a823 Enable REQUEST_LOCATION from GNSS HAL by Yu-Han Yang · 6 years ago
  33. 69d5075 Merge "Disable REQUEST_LOCATION from GNSS HAL by default" into pi-dev am: a364b3111a by Yu-Han Yang · 6 years ago
  34. 639f759 Disable REQUEST_LOCATION from GNSS HAL by default by Yu-Han Yang · 6 years ago
  35. 31b307d Merge "Catch IllegalArgumentException when calling LocationManager#requestLocationUpdate" into pi-dev am: 3bc533d22f by Yu-Han Yang · 6 years ago
  36. e684dda Catch IllegalArgumentException when calling by Yu-Han Yang · 6 years ago
  37. c8b9ff7 Avoid spamming native_set_position_mode by caching by Yu-Han Yang · 6 years ago
  38. 5205762 Handle Gnss Hal service death gracefully by Yu-Han Yang · 6 years ago
  39. 23d9216 Refactor GnssNavigationMessageProvider by Yu-Han Yang · 6 years ago
  40. 8de2150 Refactor GnssMeasurementsProvider by Yu-Han Yang · 6 years ago
  41. 728cb51 Merge "Refactor GnssGeofenceProvider" into pi-dev by Yu-Han Yang · 6 years ago
  42. 4c958d0 Merge "Check provider exists and is enabled when request location" into pi-dev by TreeHugger Robot · 6 years ago
  43. 890ca8b Refactor GnssGeofenceProvider by Yu-Han Yang · 6 years ago
  44. 4257db3 Merge "Refactor GnssBatchingProvider" into pi-dev by TreeHugger Robot · 6 years ago
  45. c9ae78d Merge "Use settings flag to control HAL location request" into pi-dev by Yu-Han Yang · 6 years ago
  46. 3557cc7 Refactor GnssBatchingProvider by Yu-Han Yang · 6 years ago
  47. 2649108 Check provider exists and is enabled when request location by Yu-Han Yang · 6 years ago
  48. a2b4cc9 Merge "Adding Location Request History Foreground Tracking" into pi-dev by TreeHugger Robot · 6 years ago
  49. f7075e0 Adding Location Request History Foreground Tracking by Wyatt Riley · 6 years ago
  50. 519f0d0 Mark location-related PendingIntents as restricted by Lifu Tang · 6 years ago
  51. 74041ff Use settings flag to control HAL location request by Yu-Han Yang · 6 years ago
  52. 66c7ea9 Implements GNSS satellite blacklist by Yu-Han Yang · 6 years ago
  53. a1862b5 Add NtpTimeHelper by Yu-Han Yang · 6 years ago
  54. 322929a Merge "Move HIDL calls away from the main thread" into pi-dev by TreeHugger Robot · 6 years ago
  55. 6d31735 Move HIDL calls away from the main thread by Yu-Han Yang · 6 years ago
  56. c159d52 Tidy up users of TRANSPORT constants. by Jeff Sharkey · 6 years ago
  57. 0756138 Make NLP/FLP location request behavior consistent by Yu-Han Yang · 6 years ago
  58. aa8cbab Merge "GNSS Model Name constant string and comment updates" into pi-dev by Wyatt Riley · 6 years ago
  59. 4d6dc48 Merge changes I7f413e38,I20aba7e9 into pi-dev by TreeHugger Robot · 6 years ago
  60. 4cc3a1c Remove FlpHardwareProvider by Jiyong Park · 6 years ago
  61. 53ddc80 GPS metrics collection by Siddharth Ray · 6 years ago
  62. 49097c0 GNSS Model Name constant string and comment updates by Wyatt Riley · 6 years ago
  63. 196cf03 Merge "Update OWNERS" into pi-dev by Ashutosh Joshi · 6 years ago
  64. 10c7b8a9 ContextHub: Fix map access by Andreas Gampe · 6 years ago
  65. ec1eb71 Update OWNERS by Ashutosh Joshi · 6 years ago
  66. f7b4725 Use start/finish app ops in window manager by Svet Ganov · 6 years ago
  67. ee953b0 Merge "GnssLocationProvider metrics race condition fix" by TreeHugger Robot · 6 years ago
  68. bb61148 GnssLocationProvider metrics race condition fix by Kevin Tang · 7 years ago
  69. 26465d2 Handling concurrent location & SV status update by Wyatt Riley · 6 years ago
  70. 91e5864 Merge "Implement requestLocationCb" by TreeHugger Robot · 6 years ago
  71. e7baef3 Implement requestLocationCb by Yu-Han Yang · 6 years ago
  72. c706741 Non-functional refactor of Location Extras by Wyatt Riley · 6 years ago
  73. 32684dd Chained attribution for GnssLocationProvider. by Narayan Kamath · 7 years ago
  74. f87fe48 Merge "GPS Signal Quality added to BatteryStats" by Siddharth Ray · 6 years ago
  75. 5170831 Merge "Dump state of GnssMeasurement & NavMsg requests" by TreeHugger Robot · 6 years ago
  76. 1d3b23c Implements toString in NanoAppMessage/ContextHubMessage by Arthur Ishiguro · 7 years ago
  77. 74479bd Dump state of GnssMeasurement & NavMsg requests by Wyatt Riley · 6 years ago
  78. 78ccaf5 GPS Signal Quality added to BatteryStats by Siddharth Ray · 7 years ago
  79. 82c264e Merge "Battery saver: Expose location power save mode as system API" by TreeHugger Robot · 7 years ago
  80. f3691da Renames RESULT_FAILED_PENDING to RESULT_FAILED_BUSY by Arthur Ishiguro · 7 years ago
  81. 8134c90 Merge "Providing GNSS Model Name & Year" by Wyatt Riley · 7 years ago
  82. d87cf91 Providing GNSS Model Name & Year by Wyatt Riley · 7 years ago
  83. 6100aa7 Rename ContextHubTransaction.Result IntDef by Arthur Ishiguro · 7 years ago
  84. fdbbd46 Implements getContextHubs by Arthur Ishiguro · 7 years ago
  85. ab7113d Merges ContextHubService notion of hub ID/handle by Arthur Ishiguro · 7 years ago
  86. 71d0c49 Merge "Implements onNanoAppAborted callback" by TreeHugger Robot · 7 years ago
  87. 02ff50b Implements onNanoAppAborted callback by Arthur Ishiguro · 7 years ago
  88. 6db7813 Removes unnecessary logs from ContextHubService by Arthur Ishiguro · 7 years ago
  89. 57f0f55 Battery saver: Expose location power save mode as system API by Makoto Onuki · 7 years ago
  90. 759d852 Merge "Allow interval updating when no GPS fix & scheduling not supported." by Mohammed Khider · 7 years ago
  91. 300b240 Allow interval updating when no GPS fix & scheduling not supported. by gomo · 7 years ago
  92. 9a08574 Merge "Use iterator to remove elements from cache" by TreeHugger Robot · 7 years ago
  93. a6b5fda Use iterator to remove elements from cache by Arthur Ishiguro · 7 years ago
  94. 37924ca Merge changes I5a26c853,Ie4ec660a by TreeHugger Robot · 7 years ago
  95. 65e9100 Merge "Add more owners" by TreeHugger Robot · 7 years ago
  96. 54e1a89 Implements disableNanoApp by Arthur Ishiguro · 7 years ago
  97. 0ed545c Implements enableNanoApp by Arthur Ishiguro · 7 years ago
  98. 1a861f4 Add more owners by Wyatt Riley · 7 years ago
  99. 1f82396 Merge "Duty Cycling and Low Power Mode GNSS feature implementations" by Mohammed Khider · 7 years ago
  100. 48f1a64 Duty Cycling and Low Power Mode GNSS feature implementations by gomo · 7 years ago