[go: nahoru, domu]

  1. 8c3f0c5 Clean up BluetoothLe class by extracting interfaces by Ömer Faruk Yılmaz · 10 months ago
  2. 167a29e Do BluetoothLe connections in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 10 months ago
  3. 48ca00c More elegant scan code by Ömer Faruk Yılmaz · 10 months ago
  4. 81fecd9 Do BluetoothLe openGattServer in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 10 months ago
  5. 2ec0f86 Merge "Do BluetoothLe scan in ViewModel with correct UI state handling" into androidx-main by Treehugger Robot · 10 months ago
  6. cdaf72f Do BluetoothLe scan in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 10 months ago
  7. 80437f1 Do BluetoothLe advertise in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 10 months ago
  8. 557faeb Merge "Call BLE functions on Dispatchers.Main" into androidx-main by Treehugger Robot · 10 months ago
  9. 1dfc3fb Call BLE functions on Dispatchers.Main by Ömer Faruk Yılmaz · 10 months ago
  10. d99cd35 Fix testapp conflicting dependency by Ömer Faruk Yılmaz · 10 months ago
  11. cc43d9c Merge "Use Hilt to inject BluetoothLe singleton instance" into androidx-main by Treehugger Robot · 10 months ago
  12. 14f0ece Merge "Use applicationContext instead of given context" into androidx-main by Treehugger Robot · 10 months ago
  13. f3742e9 Use Hilt to inject BluetoothLe singleton instance by Ömer Faruk Yılmaz · 10 months ago
  14. a4bf0ea Use applicationContext instead of given context by Ömer Faruk Yılmaz · 10 months ago
  15. 056e496 Fix bugs on ScanResult by Kyunglyul Hyun · 10 months ago
  16. 4c3dee5 Keep all framework bluetooth imports consistent as FwkFoo, FwkBar by Ömer Faruk Yılmaz · 10 months ago
  17. 1305ef7 Remove unneeded val reference to Context by Ömer Faruk Yılmaz · 10 months ago
  18. 0ccbd4f Merge "Move "Connections" to their own tab" into androidx-main by Treehugger Robot · 10 months ago
  19. 86883f1 Move "Connections" to their own tab by Ömer Faruk Yılmaz · 10 months ago
  20. cae8d48 Lower minSdkVersion to 29 by Ömer Faruk Yılmaz · 10 months ago
  21. a8d1bc5 Lower minSdkVersion to 30 by Ömer Faruk Yılmaz · 10 months ago
  22. 02d445a Merge "Add serviceData and serviceSolicitationUuids to ScanResult" into androidx-main by Treehugger Robot · 10 months ago
  23. a94b22c Add serviceData and serviceSolicitationUuids to ScanResult by Ömer Faruk Yılmaz · 10 months ago
  24. fecf9fb Merge "Change durationMillis from Long to Duration" into androidx-main by Treehugger Robot · 10 months ago
  25. 3abe085 Use correct method onViewCreated by Ömer Faruk Yılmaz · 10 months ago
  26. 94685a2 Change durationMillis from Long to Duration by Ömer Faruk Yılmaz · 10 months ago
  27. e3a17580 Extract testapp GattServer to its own Fragment by Ömer Faruk Yılmaz · 10 months ago
  28. 6c9b3db Lower minSdkVersion to 31 by Ömer Faruk Yılmaz · 10 months ago
  29. 4068eb1 Merge "Add rssi, and periodicAdvertisingInterval to ScanResult" into androidx-main by Treehugger Robot · 10 months ago
  30. a7b8037 Merge "Remove no longer needed Suppress" into androidx-main by Treehugger Robot · 10 months ago
  31. a27a7a8 Merge "Throw exception when write or notify size > 512" into androidx-main by Kyunglyul Hyun · 10 months ago
  32. 0e84d28 Remove no longer needed Suppress by Ömer Faruk Yılmaz · 10 months ago
  33. 12e42e9 Throw exception when write or notify size > 512 by Kyunglyul Hyun · 10 months ago
  34. 6171f05 Add rssi, and periodicAdvertisingInterval to ScanResult by Ömer Faruk Yılmaz · 11 months ago
  35. ed1ac8f Merge "Add parameter serviceSolicitationUuids to AdvertiseParams" into androidx-main by Treehugger Robot · 10 months ago
  36. cd51e3d Merge "Add serviceSolicitationUuid and solicitationUuidMask to ScanFilter" into androidx-main by Treehugger Robot · 10 months ago
  37. 1f33c70 Add serviceSolicitationUuid and solicitationUuidMask to ScanFilter by Ömer Faruk Yılmaz · 11 months ago
  38. e04ee28 Let GattServer know the subscribed characteristics by Kyunglyul Hyun · 11 months ago
  39. f38887b Merge "Fix Javadoc commnets" into androidx-main by Treehugger Robot · 11 months ago
  40. e008d5b Merge "Lower minSdkVersion to 32" into androidx-main by Treehugger Robot · 11 months ago
  41. bdcd7ff Fix Javadoc commnets by Sungsoo Lim · 11 months ago
  42. da8802f Lower minSdkVersion to 32 by Ömer Faruk Yılmaz · 11 months ago
  43. b610ee0 Add parameter serviceSolicitationUuids to AdvertiseParams by Ömer Faruk Yılmaz · 11 months ago
  44. 1d1ea88e Merge "Change durationMillis from Int to Long as per the API guidelines" into androidx-main by Treehugger Robot · 11 months ago
  45. 5fbdc14 Merge "Bump testapp dependencies" into androidx-main by Treehugger Robot · 11 months ago
  46. c835d5a Bump testapp dependencies by Ömer Faruk Yılmaz · 11 months ago
  47. 593612a Change durationMillis from Int to Long as per the API guidelines by Ömer Faruk Yılmaz · 11 months ago
  48. 7409b6a Fix Scan button overlapping Connect button by Ömer Faruk Yılmaz · 11 months ago
  49. bcedd01 Merge "Fail when write too long characteristic value" into androidx-main by Kyunglyul Hyun · 11 months ago
  50. 0db46a1 Merge "Do not return false from notify" into androidx-main by Kyunglyul Hyun · 11 months ago
  51. f443608 Add tests for API coverage by Kyunglyul Hyun · 11 months ago
  52. 593890e Fail when write too long characteristic value by Kyunglyul Hyun · 11 months ago
  53. 965ce00 Do not return false from notify by Kyunglyul Hyun · 11 months ago
  54. 1aed048 Add SubscribeToCharacteristic functionality by Ömer Faruk Yılmaz · 11 months ago
  55. d83b37f Merge "Refactor testapp OnCharacteristicActionClick in preperation for subscribe" into androidx-main by Treehugger Robot · 11 months ago
  56. 55942ce7d Refactor testapp OnCharacteristicActionClick in preperation for subscribe by Ömer Faruk Yılmaz · 11 months ago
  57. 22cecab Update metalava to latest build by Andrei Shikov · 11 months ago
  58. 5874ab4 Merge "Fix Advertise UI not being updated correctly after duration ending" into androidx-main by Treehugger Robot · 11 months ago
  59. d40aa9b Fix Advertise UI not being updated correctly after duration ending by Ömer Faruk Yılmaz · 11 months ago
  60. a2fe664 Return error `Feature Unsupported` if advertising is not available by Ömer Faruk Yılmaz · 11 months ago
  61. 5472c8e Bump testapp dependencies by Ömer Faruk Yılmaz · 11 months ago
  62. 3ccc056 Add mapOfCharacteristicValues to GattServer for proper reading and writing by Ömer Faruk Yılmaz · 11 months ago
  63. 4fd8d79 Add more logs to testapp and awaitCancellation() by Ömer Faruk Yılmaz · 11 months ago
  64. e8f3195 Merge "Write more document on write characteristics request" into androidx-main by Treehugger Robot · 11 months ago
  65. 14cc52d Write more document on write characteristics request by Kyunglyul Hyun · 11 months ago
  66. c33fe33 Document missing parts by Kyunglyul Hyun · 11 months ago
  67. 8495513 Bump dependency androidx.annotation to 1.7.0 by Ömer Faruk Yılmaz · 11 months ago
  68. 2954e29 Merge "Close GATT when the job is finished" into androidx-main by Kyunglyul Hyun · 11 months ago
  69. 23eaebb Merge "Remove AdvertiseResult" into androidx-main by Kyunglyul Hyun · 11 months ago
  70. 35506c0 Remove AdvertiseResult by Kyunglyul Hyun · 11 months ago
  71. bfdc4c0 Remove dependency on annotation-experimental by Kyunglyul Hyun · 11 months ago
  72. 526ec99 Close GATT when the job is finished by Kyunglyul Hyun · 11 months ago
  73. b8d2399 Handle reliable writes request by Kyunglyul Hyun · 1 year ago
  74. 2cf3bb3 Fix GATT server sending notification by Kyunglyul Hyun · 12 months ago
  75. 4ff0928 Merge "Handle onServiceChanged callback" into androidx-main by Kyunglyul Hyun · 12 months ago
  76. 9ed951d Merge "Make AdvertiseResult object" into androidx-main by Kyunglyul Hyun · 12 months ago
  77. 68e0844 Merge "Revert "Make BluetoothLe singleton"" into androidx-main by Kyunglyul Hyun · 12 months ago
  78. 2201145 Make AdvertiseResult object by Kyunglyul Hyun · 12 months ago
  79. 17c6194 Throw IllegalArgumentException for invalid type by Kyunglyul Hyun · 12 months ago
  80. 1a42235 Revert "Make BluetoothLe singleton" by Kyunglyul Hyun · 12 months ago
  81. 7c32263 Handle onServiceChanged callback by Kyunglyul Hyun · 12 months ago
  82. db112e1 Make BluetoothLe singleton by Kyunglyul Hyun · 1 year ago
  83. 1dccd28 Merge "Cleans up GattClient" into androidx-main by Kyunglyul Hyun · 12 months ago
  84. a87f406 Merge "Add AdvertiseParam isDiscoverable for SDK_INT >= 34" into androidx-main by Kyunglyul Hyun · 12 months ago
  85. 6977201 Make BluetoothAddress.addressType immutable by Kyunglyul Hyun · 12 months ago
  86. 137f75d Cleans up GattClient by Kyunglyul Hyun · 12 months ago
  87. a66d8f3 Merge "Correct GattServerRequest" into androidx-main by Kyunglyul Hyun · 12 months ago
  88. 49feb7e Add AdvertiseParam isDiscoverable for SDK_INT >= 34 by Ömer Faruk Yılmaz · 1 year, 1 month ago
  89. b95d287 Correct GattServerRequest by Kyunglyul Hyun · 12 months ago
  90. 56fe7a9 Change BluetoothLe.advertise by Kyunglyul Hyun · 12 months ago
  91. 7beeab1 Merge "Update lint baselines after AGP upgrade" into androidx-main by Treehugger Robot · 12 months ago
  92. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 12 months ago
  93. db58f34 Update lint baselines after AGP upgrade by Aurimas Liutikas · 12 months ago
  94. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year ago
  95. 7f0cd51 Merge "Make GATT server methods public" into androidx-main by Kyunglyul Hyun · 1 year ago
  96. f1fae38 Correct constant name by Kyunglyul Hyun · 1 year ago
  97. df85e19 Merge "Updated GattCharacteristic and GattService" into androidx-main by Kyunglyul Hyun · 1 year ago
  98. 25f9ddc Make GATT server methods public by Kyunglyul Hyun · 1 year ago
  99. f53489c Merge "Clean up duplicate methods" into androidx-main by Kyunglyul Hyun · 1 year ago
  100. 578019f Re-enable RestricedApi check by Aurimas Liutikas · 1 year ago