[go: nahoru, domu]

  1. 15701e9 Add tests for BluetoothLe#connectGatt by Kyunglyul Hyun · 11 months ago
  2. 8fb9fb2 Merge "Add BluetoothLe#updateServices" into androidx-main by Kyunglyul Hyun · 11 months ago
  3. d30acf6 Add device name to ScanFilter by Ömer Faruk Yılmaz · 12 months ago
  4. bd8c623 Cleanup scan docs from {@code null} to `null` by Ömer Faruk Yılmaz · 12 months ago
  5. cf8cac7 Add BluetoothLe#updateServices by Kyunglyul Hyun · 12 months ago
  6. 60ac9e0 Merge "Clean up scan related methods" into androidx-main by Kyunglyul Hyun · 12 months ago
  7. a373f85b Merge "Throw CancellationException if disconnected" into androidx-main by Kyunglyul Hyun · 12 months ago
  8. d0368b8 Extract bluetoothAdapter to class variable in BluetoothLe by Ömer Faruk Yılmaz · 12 months ago
  9. f1ad8bd Throw CancellationException if disconnected by Kyunglyul Hyun · 12 months ago
  10. bb58cd4 Clean up scan related methods by Kyunglyul Hyun · 12 months ago
  11. 3fb2c4a Add bluetoothLe#openGattServer by Kyunglyul Hyun · 1 year, 4 months ago
  12. 6d36828 Define GATT Server characteristic permissions automatically by Ömer Faruk Yılmaz · 12 months ago
  13. 8ece64b Merge changes I2d42cc22,I2e64b684 into androidx-main by Treehugger Robot · 12 months ago
  14. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  15. ecd83b5 Add missing characteristic properties for services by Ömer Faruk Yılmaz · 12 months ago
  16. ad821c6 Show dialogs for customizing GATT Server services and characteristics by Ömer Faruk Yılmaz · 12 months ago
  17. 8b123d2 Merge "Allow user to add multiple services & characteristics to GATT Server" into androidx-main by Ömer Faruk Yılmaz · 12 months ago
  18. 74b6722 Basic implementation for backward compatibility by Kyunglyul Hyun · 12 months ago
  19. 1dcf3c5 Allow user to add multiple services & characteristics to GATT Server by Ömer Faruk Yılmaz · 1 year ago
  20. 565dfd4 Remove already migrated BluetoothLe experimental APIs by Ömer Faruk Yılmaz · 12 months ago
  21. eb07610 Remove unused HomeFragment by Ömer Faruk Yılmaz · 1 year ago
  22. 00ce79e Merge "Check properties before operation." into androidx-main by Treehugger Robot · 1 year ago
  23. 385cddb Check properties before operation. by Kyunglyul Hyun · 1 year ago
  24. 14af980 Merge "Make address type public" into androidx-main by Treehugger Robot · 1 year ago
  25. 8b2cac5 Make address type public by Kyunglyul Hyun · 1 year ago
  26. 7907d69 Add connectGatt method in BluetoothLe object by Kyunglyul Hyun · 1 year, 1 month ago
  27. a7b69dd Merge "Add constructors for GATT classes" into androidx-main by Kyunglyul Hyun · 1 year ago
  28. f3dc152 Add additional address types to AddressType class by Kihong Seong · 1 year, 1 month ago
  29. a28fb85 Add constructors for GATT classes by Kyunglyul Hyun · 1 year ago
  30. 9e297cf Rename `gattServer` to `openGattServer` by Ömer Faruk Yılmaz · 1 year ago
  31. db99e8f Merge "Add scan implementation inside BluetoothLe class" into androidx-main by Sungsoo Lim · 1 year ago
  32. 4414977 Add scan implementation inside BluetoothLe class by Kihong Seong · 1 year, 3 months ago
  33. 86ab143 Merge "Enable read/write descriptors" into androidx-main by Kyunglyul Hyun · 1 year, 1 month ago
  34. 546044c Allow adding services and characteristics to GATT Server by Ömer Faruk Yılmaz · 1 year, 1 month ago
  35. 5934273 Merge "Use mutex to implement queueing" into androidx-main by Kyunglyul Hyun · 1 year, 1 month ago
  36. 058dd9e Enable read/write descriptors by Kyunglyul Hyun · 1 year, 1 month ago
  37. c60b349 Use mutex to implement queueing by Kyunglyul Hyun · 1 year, 1 month ago
  38. bef05e5 Merge "Add ScanResult class" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  39. a79fb95 Add ScanResult class by Kihong Seong · 1 year, 2 months ago
  40. 212157b Rename connection status to `DISCONNECTED` by Ömer Faruk Yılmaz · 1 year, 1 month ago
  41. 5f050d8 Merge "Add robolectric test for advertise" into androidx-main by Kyunglyul Hyun · 1 year, 1 month ago
  42. 78f18bb Add robolectric test for advertise by Kyunglyul Hyun · 1 year, 1 month ago
  43. 9f4a63f Merge "Use mutex instead of synchronized" into androidx-main by Kyunglyul Hyun · 1 year, 1 month ago
  44. 6e27aab Merge "Add descriptors to BluetoothGattCharacteristic" into androidx-main by Kyunglyul Hyun · 1 year, 1 month ago
  45. a21230f Add descriptors to BluetoothGattCharacteristic by Kyunglyul Hyun · 1 year, 1 month ago
  46. 35963d2 Add documentation for BluetoothGattDesccriptor by Kyunglyul Hyun · 1 year, 1 month ago
  47. ba89ef1 Define properties & permissions for characteristic by Kyunglyul Hyun · 1 year, 1 month ago
  48. ab986ca Use mutex instead of synchronized by Kyunglyul Hyun · 1 year, 1 month ago
  49. d2eebe3 Merge "Monitor Bluetooth on/off state and show banner accordingly" into androidx-main by Ömer Faruk Yılmaz · 1 year, 1 month ago
  50. 6d0bd36 Monitor Bluetooth on/off state and show banner accordingly by Ömer Faruk Yılmaz · 1 year, 1 month ago
  51. f27a5ef Use LiveData for bluetooth scan results by Ömer Faruk Yılmaz · 1 year, 1 month ago
  52. 402b021 Refactor ViewModel variables to use `by viewModels()` and rename to `viewModel` by Ömer Faruk Yılmaz · 1 year, 1 month ago
  53. 4569414 Refactor connection classes and organize TODOs for BluetoothX migration by Ömer Faruk Yılmaz · 1 year, 1 month ago
  54. 477ae6b Allow writing Characteristic by Ömer Faruk Yılmaz · 1 year, 1 month ago
  55. a811a1b Show Characteristic properties by Ömer Faruk Yılmaz · 1 year, 1 month ago
  56. 6c10418 Show read Characteristic value by Ömer Faruk Yılmaz · 1 year, 1 month ago
  57. 0c760d2 Allow reading of characteristic on user click by Ömer Faruk Yılmaz · 1 year, 2 months ago
  58. 21fc25f Allow disconnecting from a BluetoothDevice by Ömer Faruk Yılmaz · 1 year, 2 months ago
  59. 5452c4e Show Device Service Characteristics by Ömer Faruk Yılmaz · 1 year, 2 months ago
  60. d8d4d1b Merge "Add BluetoothGattDescriptor" into androidx-main by Kyunglyul Hyun · 1 year, 2 months ago
  61. 48bad03 Add BluetoothGattDescriptor by Kyunglyul Hyun · 1 year, 2 months ago
  62. cb88b30 Optimize Scanner to use BluetoothDevice instead of ScanResult by Ömer Faruk Yılmaz · 1 year, 2 months ago
  63. 51461f0 Allow removing BluetoothDevice by Ömer Faruk Yılmaz · 1 year, 2 months ago
  64. 55d963a Opt-in a,b,c-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  65. f00934c Merge "Remove use of @hide in bluetooth library" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  66. 3bd2011 Remove use of @hide in bluetooth library by Aurimas Liutikas · 1 year, 2 months ago
  67. 8dc080c Disable edit text for unchangeable DisplayName (Not part of BluetoothX APIs) by Ömer Faruk Yılmaz · 1 year, 2 months ago
  68. 81d1749 Merge "Allow opening a GATT Server in BluetoothX Testapp" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  69. 18581dc Allow reconnecting to Bluetooth Device by Ömer Faruk Yılmaz · 1 year, 2 months ago
  70. 44e2a7c Allow opening a GATT Server in BluetoothX Testapp by Ömer Faruk Yılmaz · 1 year, 2 months ago
  71. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  72. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  73. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  74. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  75. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  76. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  77. 3229742 Fix testapp Device Tab name being empty by Ömer Faruk Yılmaz · 1 year, 2 months ago
  78. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  79. 6a52043 Moving/removing some comments between imports by Jeff Gaston · 1 year, 2 months ago
  80. 8b4bc02 Add ScanFilter class by Kihong Seong · 1 year, 3 months ago
  81. 5b09eb0 Merge "Add BluetoothAddress class" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  82. f5123f8 Add BluetoothAddress class by Kihong Seong · 1 year, 3 months ago
  83. b00a4ef Merge "Implement GATT subscribe method" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  84. fc6b405 Merge "Introduce Gatt service/characteristic classes" into androidx-main by Kyunglyul Hyun · 1 year, 2 months ago
  85. 2faa314 Merge "Allow connecting to a bluetooth device on Scanner page" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  86. 78f32b5 Allow connecting to a bluetooth device on Scanner page by Ömer Faruk Yılmaz · 1 year, 2 months ago
  87. 51ce0b7 Polish up Advertiser page UI for Testapp Demo by Ömer Faruk Yılmaz · 1 year, 2 months ago
  88. a3b6253 Polish up Scanner page UI for Testapp Demo by Ömer Faruk Yılmaz · 1 year, 3 months ago
  89. d19ddd8 Introduce Gatt service/characteristic classes by Kyunglyul Hyun · 1 year, 3 months ago
  90. bfa4622 Allow advertising via configured AdvertiseParams on Advertiser screen by Ömer Faruk Yılmaz · 1 year, 3 months ago
  91. 75da763 Implement GATT subscribe method by Kyunglyul Hyun · 1 year, 3 months ago
  92. 4c42302 Merge "Persist Testapp scanResults across tab navigation" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  93. c1ddc8c Merge "Add ScanType enum @IntDef" into androidx-main by Kihong Seong · 1 year, 3 months ago
  94. ab2d01e Add ScanType enum @IntDef by Kihong Seong · 1 year, 3 months ago
  95. 6d6a612 Persist Testapp scanResults across tab navigation by Ömer Faruk Yılmaz · 1 year, 3 months ago
  96. 6dbdb18 Add AddressType enum @IntDef by Kihong Seong · 1 year, 3 months ago
  97. adf8738 Make AdvertiseParams not data class and collections non-nullable by Ömer Faruk Yılmaz · 1 year, 3 months ago
  98. 687c540 Add BluetoothX advertise implementation by Ömer Faruk Yılmaz · 1 year, 3 months ago
  99. 5db8880 Merge "Show ScanResults on Scanner screen" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  100. 49c2639 Show ScanResults on Scanner screen by Ömer Faruk Yılmaz · 1 year, 3 months ago