[go: nahoru, domu]

  1. 0db46a1 Merge "Do not return false from notify" into androidx-main by Kyunglyul Hyun · 9 months ago
  2. f443608 Add tests for API coverage by Kyunglyul Hyun · 9 months ago
  3. 593890e Fail when write too long characteristic value by Kyunglyul Hyun · 9 months ago
  4. 965ce00 Do not return false from notify by Kyunglyul Hyun · 9 months ago
  5. 1aed048 Add SubscribeToCharacteristic functionality by Ömer Faruk Yılmaz · 9 months ago
  6. d83b37f Merge "Refactor testapp OnCharacteristicActionClick in preperation for subscribe" into androidx-main by Treehugger Robot · 9 months ago
  7. 55942ce7d Refactor testapp OnCharacteristicActionClick in preperation for subscribe by Ömer Faruk Yılmaz · 9 months ago
  8. 22cecab Update metalava to latest build by Andrei Shikov · 9 months ago
  9. 5874ab4 Merge "Fix Advertise UI not being updated correctly after duration ending" into androidx-main by Treehugger Robot · 9 months ago
  10. d40aa9b Fix Advertise UI not being updated correctly after duration ending by Ömer Faruk Yılmaz · 10 months ago
  11. a2fe664 Return error `Feature Unsupported` if advertising is not available by Ömer Faruk Yılmaz · 10 months ago
  12. 5472c8e Bump testapp dependencies by Ömer Faruk Yılmaz · 10 months ago
  13. 3ccc056 Add mapOfCharacteristicValues to GattServer for proper reading and writing by Ömer Faruk Yılmaz · 10 months ago
  14. 4fd8d79 Add more logs to testapp and awaitCancellation() by Ömer Faruk Yılmaz · 10 months ago
  15. e8f3195 Merge "Write more document on write characteristics request" into androidx-main by Treehugger Robot · 10 months ago
  16. 14cc52d Write more document on write characteristics request by Kyunglyul Hyun · 10 months ago
  17. c33fe33 Document missing parts by Kyunglyul Hyun · 10 months ago
  18. 8495513 Bump dependency androidx.annotation to 1.7.0 by Ömer Faruk Yılmaz · 10 months ago
  19. 2954e29 Merge "Close GATT when the job is finished" into androidx-main by Kyunglyul Hyun · 10 months ago
  20. 23eaebb Merge "Remove AdvertiseResult" into androidx-main by Kyunglyul Hyun · 10 months ago
  21. 35506c0 Remove AdvertiseResult by Kyunglyul Hyun · 10 months ago
  22. bfdc4c0 Remove dependency on annotation-experimental by Kyunglyul Hyun · 10 months ago
  23. 526ec99 Close GATT when the job is finished by Kyunglyul Hyun · 10 months ago
  24. b8d2399 Handle reliable writes request by Kyunglyul Hyun · 11 months ago
  25. 2cf3bb3 Fix GATT server sending notification by Kyunglyul Hyun · 10 months ago
  26. 4ff0928 Merge "Handle onServiceChanged callback" into androidx-main by Kyunglyul Hyun · 10 months ago
  27. 9ed951d Merge "Make AdvertiseResult object" into androidx-main by Kyunglyul Hyun · 10 months ago
  28. 68e0844 Merge "Revert "Make BluetoothLe singleton"" into androidx-main by Kyunglyul Hyun · 10 months ago
  29. 2201145 Make AdvertiseResult object by Kyunglyul Hyun · 10 months ago
  30. 17c6194 Throw IllegalArgumentException for invalid type by Kyunglyul Hyun · 10 months ago
  31. 1a42235 Revert "Make BluetoothLe singleton" by Kyunglyul Hyun · 10 months ago
  32. 7c32263 Handle onServiceChanged callback by Kyunglyul Hyun · 10 months ago
  33. db112e1 Make BluetoothLe singleton by Kyunglyul Hyun · 11 months ago
  34. 1dccd28 Merge "Cleans up GattClient" into androidx-main by Kyunglyul Hyun · 10 months ago
  35. a87f406 Merge "Add AdvertiseParam isDiscoverable for SDK_INT >= 34" into androidx-main by Kyunglyul Hyun · 10 months ago
  36. 6977201 Make BluetoothAddress.addressType immutable by Kyunglyul Hyun · 10 months ago
  37. 137f75d Cleans up GattClient by Kyunglyul Hyun · 10 months ago
  38. a66d8f3 Merge "Correct GattServerRequest" into androidx-main by Kyunglyul Hyun · 10 months ago
  39. 49feb7e Add AdvertiseParam isDiscoverable for SDK_INT >= 34 by Ömer Faruk Yılmaz · 12 months ago
  40. b95d287 Correct GattServerRequest by Kyunglyul Hyun · 10 months ago
  41. 56fe7a9 Change BluetoothLe.advertise by Kyunglyul Hyun · 10 months ago
  42. 7beeab1 Merge "Update lint baselines after AGP upgrade" into androidx-main by Treehugger Robot · 10 months ago
  43. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 10 months ago
  44. db58f34 Update lint baselines after AGP upgrade by Aurimas Liutikas · 11 months ago
  45. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  46. 7f0cd51 Merge "Make GATT server methods public" into androidx-main by Kyunglyul Hyun · 11 months ago
  47. f1fae38 Correct constant name by Kyunglyul Hyun · 11 months ago
  48. df85e19 Merge "Updated GattCharacteristic and GattService" into androidx-main by Kyunglyul Hyun · 11 months ago
  49. 25f9ddc Make GATT server methods public by Kyunglyul Hyun · 11 months ago
  50. f53489c Merge "Clean up duplicate methods" into androidx-main by Kyunglyul Hyun · 11 months ago
  51. 578019f Re-enable RestricedApi check by Aurimas Liutikas · 11 months ago
  52. 91ebbe4 Updated GattCharacteristic and GattService by Kyunglyul Hyun · 11 months ago
  53. 3dc0c2b Clean up duplicate methods by Kyunglyul Hyun · 11 months ago
  54. b75daa4 Make GATT client methods public by Kyunglyul Hyun · 11 months ago
  55. 78a883b Make GattService and GattCharacteristic public by Kyunglyul Hyun · 11 months ago
  56. c97733f Merge "Clean up framework classes import" into androidx-main by Treehugger Robot · 11 months ago
  57. a5d9c7b Merge "Remove experimental classes" into androidx-main by Treehugger Robot · 11 months ago
  58. 5249d6b Merge "Remove address from BluetoothDevice" into androidx-main by Kyunglyul Hyun · 11 months ago
  59. 26253e2 Remove experimental classes by Kyunglyul Hyun · 11 months ago
  60. c0b99b2 Clean up framework classes import by Kyunglyul Hyun · 11 months ago
  61. 73cada0 Merge "Add tests for GattServer" into androidx-main by Kyunglyul Hyun · 11 months ago
  62. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  63. c7eb937d Merge "Revert "Upgrade to AGP 8.2.0-alpha15"" into androidx-main by Aurimas Liutikas · 11 months ago
  64. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 11 months ago
  65. aa044d1 Merge "Upgrade to AGP 8.2.0-alpha15" into androidx-main by Treehugger Robot · 11 months ago
  66. 3f44c0d Merge "Make AdvertiseResult public" into androidx-main by Kyunglyul Hyun · 11 months ago
  67. 46332e1 Add tests for GattServer by Kyunglyul Hyun · 11 months ago
  68. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  69. 0bd9d6a Remove address from BluetoothDevice by Kyunglyul Hyun · 11 months ago
  70. 025a6bb Merge "Revert "Upgrade to AGP 8.2.0-alpha14"" into androidx-main by Nader Jawad · 11 months ago
  71. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 11 months ago
  72. be5a407 Merge "Upgrade to AGP 8.2.0-alpha14" into androidx-main by Aurimas Liutikas · 11 months ago
  73. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 11 months ago
  74. 9549216 Merge "Add tests for GattServer" into androidx-main by Kyunglyul Hyun · 11 months ago
  75. ff4b2b9 Make AdvertiseResult public by Kyunglyul Hyun · 11 months ago
  76. 1efbec9 Add tests for GattServer by Kyunglyul Hyun · 11 months ago
  77. e06e3ebf Add tests for BluetoothLe#scan by Kyunglyul Hyun · 11 months ago
  78. f60a299 Add more tests related to GattClient by Kyunglyul Hyun · 11 months ago
  79. 15701e9 Add tests for BluetoothLe#connectGatt by Kyunglyul Hyun · 12 months ago
  80. 8fb9fb2 Merge "Add BluetoothLe#updateServices" into androidx-main by Kyunglyul Hyun · 12 months ago
  81. d30acf6 Add device name to ScanFilter by Ömer Faruk Yılmaz · 12 months ago
  82. bd8c623 Cleanup scan docs from {@code null} to `null` by Ömer Faruk Yılmaz · 12 months ago
  83. cf8cac7 Add BluetoothLe#updateServices by Kyunglyul Hyun · 12 months ago
  84. 60ac9e0 Merge "Clean up scan related methods" into androidx-main by Kyunglyul Hyun · 12 months ago
  85. a373f85b Merge "Throw CancellationException if disconnected" into androidx-main by Kyunglyul Hyun · 12 months ago
  86. d0368b8 Extract bluetoothAdapter to class variable in BluetoothLe by Ömer Faruk Yılmaz · 12 months ago
  87. f1ad8bd Throw CancellationException if disconnected by Kyunglyul Hyun · 12 months ago
  88. bb58cd4 Clean up scan related methods by Kyunglyul Hyun · 1 year ago
  89. 3fb2c4a Add bluetoothLe#openGattServer by Kyunglyul Hyun · 1 year, 4 months ago
  90. 6d36828 Define GATT Server characteristic permissions automatically by Ömer Faruk Yılmaz · 12 months ago
  91. 8ece64b Merge changes I2d42cc22,I2e64b684 into androidx-main by Treehugger Robot · 12 months ago
  92. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  93. ecd83b5 Add missing characteristic properties for services by Ömer Faruk Yılmaz · 12 months ago
  94. ad821c6 Show dialogs for customizing GATT Server services and characteristics by Ömer Faruk Yılmaz · 1 year ago
  95. 8b123d2 Merge "Allow user to add multiple services & characteristics to GATT Server" into androidx-main by Ömer Faruk Yılmaz · 12 months ago
  96. 74b6722 Basic implementation for backward compatibility by Kyunglyul Hyun · 1 year ago
  97. 1dcf3c5 Allow user to add multiple services & characteristics to GATT Server by Ömer Faruk Yılmaz · 1 year ago
  98. 565dfd4 Remove already migrated BluetoothLe experimental APIs by Ömer Faruk Yılmaz · 1 year ago
  99. eb07610 Remove unused HomeFragment by Ömer Faruk Yılmaz · 1 year ago
  100. 00ce79e Merge "Check properties before operation." into androidx-main by Treehugger Robot · 1 year ago