[go: nahoru, domu]

  1. af50117b82 Get correct AddressType for BluetoothDevice (Api >= 34) by Ömer Faruk Yılmaz · 7 months ago
  2. 1712481 Merge changes I938bfb11,I4eb0f5a6 into androidx-main by Treehugger Robot · 7 months ago
  3. 4653049 Add JavaDoc for AdvertiseException and ScanException by Ömer Faruk Yılmaz · 7 months ago
  4. 7dbbf46 Remove exposing address and BluetoothAddress class in favor for id by Ömer Faruk Yılmaz · 7 months ago
  5. 7a3e1a0 Generate device ID based on package name, address, and addressType by Kyunglyul Hyun · 8 months ago
  6. 6beeda3 Refresh Connection UI when new services are discovered by Ömer Faruk Yılmaz · 7 months ago
  7. 313f0fe Add GATT service one by one by Kyunglyul Hyun · 7 months ago
  8. 3d145db Standardize tests for BluetoothX by Ömer Faruk Yılmaz · 8 months ago
  9. b5cd48a Lower minSdkVersion to 21 by Ömer Faruk Yılmaz · 8 months ago
  10. 4bd61f4 Merge "Lower minSdkVersion to 22" into androidx-main by Treehugger Robot · 8 months ago
  11. 83e6532 Add missing callbacks under BluetoothGattCallback for < API 33 by Ömer Faruk Yılmaz · 8 months ago
  12. 0eb41f6 Lower minSdkVersion to 22 by Ömer Faruk Yılmaz · 8 months ago
  13. 1995bfd Lower minSdkVersion to 23 by Ömer Faruk Yılmaz · 8 months ago
  14. 0d1d3e0 Lower minSdkVersion to 24 by Ömer Faruk Yılmaz · 8 months ago
  15. 575f785 Lower minSdkVersion to 25 by Ömer Faruk Yılmaz · 8 months ago
  16. db2d288 Merge "Change AdvertiseParams.durationMillis to Long" into androidx-main by Ömer Faruk Yılmaz · 8 months ago
  17. a1624fc Change AdvertiseParams.durationMillis to Long by Ömer Faruk Yılmaz · 8 months ago
  18. 1baeb3f Merge "Prevent crash in testapp if Bluetooth is not available" into androidx-main by Treehugger Robot · 8 months ago
  19. 7283e36 Merge "Convert openGattServer to flow" into androidx-main by Kyunglyul Hyun · 8 months ago
  20. 82ad387 Prevent crash in testapp if Bluetooth is not available by Ömer Faruk Yılmaz · 8 months ago
  21. 358e2ee Convert openGattServer to flow by Kyunglyul Hyun · 8 months ago
  22. 01cc317 Merge "Lower minSdkVersion to 26" into androidx-main by Treehugger Robot · 8 months ago
  23. 61a26e2 Lower minSdkVersion to 26 by Ömer Faruk Yılmaz · 8 months ago
  24. 05531e0 Merge "Clean up descriptor TODOs" into androidx-main by Treehugger Robot · 8 months ago
  25. 74c1a86 Merge "Lower minSdkVersion to 27" into androidx-main by Treehugger Robot · 8 months ago
  26. 34cca11 Merge "Make message and cause optional for BluetoothException" into androidx-main by Kyunglyul Hyun · 8 months ago
  27. cf3c4ac Clean up descriptor TODOs by Ömer Faruk Yılmaz · 8 months ago
  28. 31aca1d Lower minSdkVersion to 27 by Ömer Faruk Yılmaz · 8 months ago
  29. 827d55a Merge "Lower minSdkVersion to 28" into androidx-main by Treehugger Robot · 8 months ago
  30. 41bce21 Make message and cause optional for BluetoothException by Kyunglyul Hyun · 8 months ago
  31. 4030cc0 Throw `ScanException` on scan fail and set scanner to setLegacy(false) by default by Ömer Faruk Yılmaz · 8 months ago
  32. bf67540 Merge "Throw `AdvertiseException` on advertise fail" into androidx-main by Ömer Faruk Yılmaz · 8 months ago
  33. 833dcac Lower minSdkVersion to 28 by Ömer Faruk Yılmaz · 8 months ago
  34. 05f1ca8 Select correct device on Connections tab after pressing connect by Ömer Faruk Yılmaz · 8 months ago
  35. 0c69075 Throw `AdvertiseException` on advertise fail by Ömer Faruk Yılmaz · 8 months ago
  36. 947f4cd Initial support for GattDescriptor in Testapp by Ömer Faruk Yılmaz · 8 months ago
  37. bfdf949 Improve GattServer service and characteristic UI by Ömer Faruk Yılmaz · 8 months ago
  38. ec21ec0 Standardize RecyclerView.Adapter usages in testapp by Ömer Faruk Yılmaz · 8 months ago
  39. 36099ff Typo fix in GattClient by Ömer Faruk Yılmaz · 8 months ago
  40. a52a982 Merge "Add BluetoothException" into androidx-main by Kyunglyul Hyun · 8 months ago
  41. 84661e8 Add BluetoothException by Kyunglyul Hyun · 8 months ago
  42. b641e41 Extract scan functionality to its own class by Ömer Faruk Yılmaz · 8 months ago
  43. 0add758 Merge "Add AdvertiseParams missing duration and serviceSolicitationUuids to testapp" into androidx-main by Ömer Faruk Yılmaz · 8 months ago
  44. 03369c5 Convert advertise to Flow and Use startAdvertisingSet internally by Kyunglyul Hyun · 10 months ago
  45. e9330114 Add AdvertiseParams missing duration and serviceSolicitationUuids to testapp by Ömer Faruk Yılmaz · 8 months ago
  46. 8c3f0c5 Clean up BluetoothLe class by extracting interfaces by Ömer Faruk Yılmaz · 8 months ago
  47. 167a29e Do BluetoothLe connections in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 8 months ago
  48. 48ca00c More elegant scan code by Ömer Faruk Yılmaz · 8 months ago
  49. 81fecd9 Do BluetoothLe openGattServer in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 8 months ago
  50. 2ec0f86 Merge "Do BluetoothLe scan in ViewModel with correct UI state handling" into androidx-main by Treehugger Robot · 8 months ago
  51. cdaf72f Do BluetoothLe scan in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 8 months ago
  52. 80437f1 Do BluetoothLe advertise in ViewModel with correct UI state handling by Ömer Faruk Yılmaz · 8 months ago
  53. 557faeb Merge "Call BLE functions on Dispatchers.Main" into androidx-main by Treehugger Robot · 8 months ago
  54. 1dfc3fb Call BLE functions on Dispatchers.Main by Ömer Faruk Yılmaz · 8 months ago
  55. d99cd35 Fix testapp conflicting dependency by Ömer Faruk Yılmaz · 8 months ago
  56. cc43d9c Merge "Use Hilt to inject BluetoothLe singleton instance" into androidx-main by Treehugger Robot · 8 months ago
  57. 14f0ece Merge "Use applicationContext instead of given context" into androidx-main by Treehugger Robot · 8 months ago
  58. f3742e9 Use Hilt to inject BluetoothLe singleton instance by Ömer Faruk Yılmaz · 8 months ago
  59. a4bf0ea Use applicationContext instead of given context by Ömer Faruk Yılmaz · 8 months ago
  60. 056e496 Fix bugs on ScanResult by Kyunglyul Hyun · 8 months ago
  61. 4c3dee5 Keep all framework bluetooth imports consistent as FwkFoo, FwkBar by Ömer Faruk Yılmaz · 8 months ago
  62. 1305ef7 Remove unneeded val reference to Context by Ömer Faruk Yılmaz · 8 months ago
  63. 0ccbd4f Merge "Move "Connections" to their own tab" into androidx-main by Treehugger Robot · 8 months ago
  64. 86883f1 Move "Connections" to their own tab by Ömer Faruk Yılmaz · 8 months ago
  65. cae8d48 Lower minSdkVersion to 29 by Ömer Faruk Yılmaz · 8 months ago
  66. a8d1bc5 Lower minSdkVersion to 30 by Ömer Faruk Yılmaz · 8 months ago
  67. 02d445a Merge "Add serviceData and serviceSolicitationUuids to ScanResult" into androidx-main by Treehugger Robot · 8 months ago
  68. a94b22c Add serviceData and serviceSolicitationUuids to ScanResult by Ömer Faruk Yılmaz · 8 months ago
  69. fecf9fb Merge "Change durationMillis from Long to Duration" into androidx-main by Treehugger Robot · 8 months ago
  70. 3abe085 Use correct method onViewCreated by Ömer Faruk Yılmaz · 8 months ago
  71. 94685a2 Change durationMillis from Long to Duration by Ömer Faruk Yılmaz · 8 months ago
  72. e3a17580 Extract testapp GattServer to its own Fragment by Ömer Faruk Yılmaz · 9 months ago
  73. 6c9b3db Lower minSdkVersion to 31 by Ömer Faruk Yılmaz · 9 months ago
  74. 4068eb1 Merge "Add rssi, and periodicAdvertisingInterval to ScanResult" into androidx-main by Treehugger Robot · 9 months ago
  75. a7b8037 Merge "Remove no longer needed Suppress" into androidx-main by Treehugger Robot · 9 months ago
  76. a27a7a8 Merge "Throw exception when write or notify size > 512" into androidx-main by Kyunglyul Hyun · 9 months ago
  77. 0e84d28 Remove no longer needed Suppress by Ömer Faruk Yılmaz · 9 months ago
  78. 12e42e9 Throw exception when write or notify size > 512 by Kyunglyul Hyun · 9 months ago
  79. 6171f05 Add rssi, and periodicAdvertisingInterval to ScanResult by Ömer Faruk Yılmaz · 9 months ago
  80. ed1ac8f Merge "Add parameter serviceSolicitationUuids to AdvertiseParams" into androidx-main by Treehugger Robot · 9 months ago
  81. cd51e3d Merge "Add serviceSolicitationUuid and solicitationUuidMask to ScanFilter" into androidx-main by Treehugger Robot · 9 months ago
  82. 1f33c70 Add serviceSolicitationUuid and solicitationUuidMask to ScanFilter by Ömer Faruk Yılmaz · 9 months ago
  83. e04ee28 Let GattServer know the subscribed characteristics by Kyunglyul Hyun · 9 months ago
  84. f38887b Merge "Fix Javadoc commnets" into androidx-main by Treehugger Robot · 9 months ago
  85. e008d5b Merge "Lower minSdkVersion to 32" into androidx-main by Treehugger Robot · 9 months ago
  86. bdcd7ff Fix Javadoc commnets by Sungsoo Lim · 9 months ago
  87. da8802f Lower minSdkVersion to 32 by Ömer Faruk Yılmaz · 9 months ago
  88. b610ee0 Add parameter serviceSolicitationUuids to AdvertiseParams by Ömer Faruk Yılmaz · 9 months ago
  89. 1d1ea88e Merge "Change durationMillis from Int to Long as per the API guidelines" into androidx-main by Treehugger Robot · 9 months ago
  90. 5fbdc14 Merge "Bump testapp dependencies" into androidx-main by Treehugger Robot · 9 months ago
  91. c835d5a Bump testapp dependencies by Ömer Faruk Yılmaz · 9 months ago
  92. 593612a Change durationMillis from Int to Long as per the API guidelines by Ömer Faruk Yılmaz · 9 months ago
  93. 7409b6a Fix Scan button overlapping Connect button by Ömer Faruk Yılmaz · 9 months ago
  94. bcedd01 Merge "Fail when write too long characteristic value" into androidx-main by Kyunglyul Hyun · 9 months ago
  95. 0db46a1 Merge "Do not return false from notify" into androidx-main by Kyunglyul Hyun · 9 months ago
  96. f443608 Add tests for API coverage by Kyunglyul Hyun · 9 months ago
  97. 593890e Fail when write too long characteristic value by Kyunglyul Hyun · 9 months ago
  98. 965ce00 Do not return false from notify by Kyunglyul Hyun · 9 months ago
  99. 1aed048 Add SubscribeToCharacteristic functionality by Ömer Faruk Yılmaz · 9 months ago
  100. d83b37f Merge "Refactor testapp OnCharacteristicActionClick in preperation for subscribe" into androidx-main by Treehugger Robot · 9 months ago