[go: nahoru, domu]

  1. 1a42235 Revert "Make BluetoothLe singleton" by Kyunglyul Hyun · 12 months ago
  2. db112e1 Make BluetoothLe singleton by Kyunglyul Hyun · 1 year ago
  3. 2e072b3 Merge "Make the primary constructor internal." into androidx-main by Treehugger Robot · 12 months ago
  4. d5d9831 Merge "Add all Huawei devices to preview delay quirk" into androidx-main by Treehugger Robot · 12 months ago
  5. 20491ea Merge "[Extensions] Improve switching mode stability" into androidx-main by Treehugger Robot · 12 months ago
  6. b316a51 Add all Huawei devices to preview delay quirk by leo huang · 12 months ago
  7. 004ced9 Merge "Fix potential NullPointerException in VideoCapture" into androidx-main by Treehugger Robot · 12 months ago
  8. 04b41c1 Merge "Prevent TalkBack from focusing AndroidViewHolder" into androidx-main by Alexandre Elias · 12 months ago
  9. 16e4964 Merge "[CameraController 1.4] Polish and fix JavaDoc" into androidx-main by Treehugger Robot · 12 months ago
  10. e9ec0e9 Make the primary constructor internal. by Nick Chalko · 12 months ago
  11. b180977 Merge "Use sanitized filename as inst result key" into androidx-main by Treehugger Robot · 12 months ago
  12. 8f96bd0 Merge "Correct the code generation of inline functions" into androidx-main by Chuck Jazdzewski · 12 months ago
  13. a4c4bb4 Use sanitized filename as inst result key by Chris Craik · 12 months ago
  14. b2ae56c Merge "Adding an intent action for opening Health Connect Manage Data." into androidx-main by Mohamed Magdi · 12 months ago
  15. 25b0615 Merge "Ignore PagerAsCarouselBenchmark." into androidx-main by Treehugger Robot · 12 months ago
  16. 2663dd8 Adding an intent action for opening Health Connect Manage Data. by Magdi · 1 year ago
  17. e616471 Ignore PagerAsCarouselBenchmark. by Rahul Ravikumar · 12 months ago
  18. 29f2067 Merge "Resolve call extension type in Jetpack ICS" into androidx-main by Pranav Madapurmath · 12 months ago
  19. f2388d5 Merge "Move Size out of companion object SurfaceProcessorImplDeviceTest" into androidx-main by Treehugger Robot · 12 months ago
  20. d58c75b Move Size out of companion object SurfaceProcessorImplDeviceTest by Xi Zhang · 12 months ago
  21. 03b9e66 [CameraController 1.4] Polish and fix JavaDoc by Xi Zhang · 12 months ago
  22. 93342e8 Merge "Add credentials-fido module" into androidx-main by Becca Hughes · 12 months ago
  23. aa1e02c Merge "Remove TextRange from some internal BTF2 code." into androidx-main by Treehugger Robot · 12 months ago
  24. 56e99bc Merge "Modified test cases to match toJson" into androidx-main by Arpan Kaphle · 12 months ago
  25. 873cdb2 Merge "Update Responses to use GMS toJson() methods" into androidx-main by Arpan Kaphle · 12 months ago
  26. 393ea72 Remove TextRange from some internal BTF2 code. by Zach Klippenstein · 12 months ago
  27. 7eb9abd Modified test cases to match toJson by Arpan Kaphle · 12 months ago
  28. bbe60e2 Merge "[Preview Stabilization] Add API to query available video stabilization modes" into androidx-main by Treehugger Robot · 12 months ago
  29. a2f4c86 Update Responses to use GMS toJson() methods by Arpan Kaphle · 12 months ago
  30. 93eb4a1 Merge "Fix case where annotation is added to UMethod without modifiers" into androidx-main by Treehugger Robot · 12 months ago
  31. d8db8f5 [Preview Stabilization] Add API to query available video stabilization modes by Kailiang Chen · 12 months ago
  32. b7f14fb Fix case where annotation is added to UMethod without modifiers by Alan Viverette · 12 months ago
  33. 761ab24a Merge changes from topic "base-lib-node" into androidx-main by Shamali Patwa · 12 months ago
  34. e671ff5 Merge "[Overlay] Add a onDrawListener to SurfaceProcessorImpl" into androidx-main by Xi Zhang · 12 months ago
  35. 8a7a021 Merge "[Preview Stabilization] Add stream configuration map and wire up to CameraUseCaseAdapter for resolution selection" into androidx-main by Treehugger Robot · 12 months ago
  36. 3b4df5b Merge "Update Dagger/Hilt to 2.48 with KSP support" into androidx-main by Kuan-Ying Chou · 12 months ago
  37. 11ee9b8 [Preview Stabilization] Add stream configuration map and wire up to CameraUseCaseAdapter for resolution selection by Kailiang Chen · 12 months ago
  38. f6a6d6b [Extensions] Improve switching mode stability by Scott Nien · 12 months ago
  39. ca21c6b Merge "Updated docs-public/build.gradle for the following artifacts:" into androidx-main by Treehugger Robot · 12 months ago
  40. 793cf6e Merge "Kill JSE sandbox on isolate heap exhaustion" into androidx-main by Ashley Newson · 12 months ago
  41. 406e5d2 Merge "Implement service to client notification of isolate termination" into androidx-main by Ashley Newson · 12 months ago
  42. 7272e17 Merge "Introduce HapticSignal" into androidx-main by Lais Andrade · 12 months ago
  43. 352d43f Merge "Revert "Revert "Make the dackka arg jsons be stored in out/ for debuggability""" into androidx-main by Treehugger Robot · 12 months ago
  44. f26d928 Merge "Color Tokens for WM3 IconToggleButton" into androidx-main by Rajat Biswas · 12 months ago
  45. 80b7039 [Overlay] Add a onDrawListener to SurfaceProcessorImpl by Xi Zhang · 12 months ago
  46. 4c8735f Introduce HapticSignal by Lais Andrade · 1 year, 2 months ago
  47. 3b3f4b4 Merge "Fix typo that marked tests as experimental." into androidx-main by Connie Shi · 12 months ago
  48. 1c910b6 Updated docs-public/build.gradle for the following artifacts: by vineel sadineni · 12 months ago
  49. ed71bb7 [Unit test lib] Add filters for progress indicators and nodes with any descendant matching a matcher. by Shamali P · 12 months ago
  50. 30bab83 [Unit test lib] Add `onAllNodes` method that returns a `GlanceNodeAssertionCollection` to perform assertions on collection of nodes. Supported assertions on collections include: `assertAll`, `assertAny`, `assertCountEquals`. Additionally, following operations can be performed on a collection: `filter` to filter the collection via a matcher, `get` to get node at an index in collection. Also adds a `onChildren` method that allows performing assertions on children of a node returned by `onNode`. by Shamali P · 12 months ago
  51. 8379b3e [Unit test lib] Add operators for matchers - namely - `and`, `or` and `not`. Also adds `assertHasText` shorthand for asserting that a node has given text. by Shamali P · 12 months ago
  52. be4c700 Merge "Re-enable onConfigurationChangedTest" into androidx-main by Gavin Corkery · 12 months ago
  53. 8a44b9f Revert "Revert "Make the dackka arg jsons be stored in out/ for debuggability"" by Owen Gray · 12 months ago
  54. 51413f6 Re-enable onConfigurationChangedTest by Gavin Corkery · 12 months ago
  55. 09b6b12 Merge "SnapFlingBehavior without Density" into androidx-main by Treehugger Robot · 12 months ago
  56. 509e4cd SnapFlingBehavior without Density by Levi Albuquerque · 12 months ago
  57. 562e4bf Merge "Color Tokens for WM3 IconButton" into androidx-main by Rajat Biswas · 12 months ago
  58. 5db05f0 Fix potential NullPointerException in VideoCapture by leo huang · 12 months ago
  59. 1dccd28 Merge "Cleans up GattClient" into androidx-main by Kyunglyul Hyun · 12 months ago
  60. a87f406 Merge "Add AdvertiseParam isDiscoverable for SDK_INT >= 34" into androidx-main by Kyunglyul Hyun · 12 months ago
  61. 1c04edb Merge "Make BluetoothAddress.addressType immutable" into androidx-main by Treehugger Robot · 12 months ago
  62. 871b857 Color Tokens for WM3 IconToggleButton by Rajat Biswas · 12 months ago
  63. 81547e1 Color Tokens for WM3 IconButton by Rajat Biswas · 12 months ago
  64. 6977201 Make BluetoothAddress.addressType immutable by Kyunglyul Hyun · 12 months ago
  65. 3037331 Merge "Add problematic devices to InvalidVideoProfilesQuirk" into androidx-main by Treehugger Robot · 12 months ago
  66. 137f75d Cleans up GattClient by Kyunglyul Hyun · 12 months ago
  67. a66d8f3 Merge "Correct GattServerRequest" into androidx-main by Kyunglyul Hyun · 12 months ago
  68. 49feb7e Add AdvertiseParam isDiscoverable for SDK_INT >= 34 by Ömer Faruk Yılmaz · 1 year, 1 month ago
  69. b95d287 Correct GattServerRequest by Kyunglyul Hyun · 12 months ago
  70. 4bf0e6c Merge "Change BluetoothLe.advertise" into androidx-main by Kyunglyul Hyun · 12 months ago
  71. cd4063f Merge "Add Redmi note 5 pro into TorchClosedAfterImageCaptureQuirk" into androidx-main by Treehugger Robot · 12 months ago
  72. f6436b5 Add problematic devices to InvalidVideoProfilesQuirk by mingdatsai · 12 months ago
  73. d215471 Merge "Disable YUV related image capture tests for Legacy/Limited HW level" into androidx-main by Treehugger Robot · 12 months ago
  74. 0213a32 Merge "Add problematic devices to InvalidVideoProfilesQuirk" into androidx-main by Treehugger Robot · 12 months ago
  75. 284d7a4 Update Dagger/Hilt to 2.48 with KSP support by Kuan-Ying Chou · 12 months ago
  76. 3400c4f Merge "Add override for ComplicationDataSourceUpdateRequester package" into androidx-main by Treehugger Robot · 12 months ago
  77. 6825ba3 Add override for ComplicationDataSourceUpdateRequester package by Alex Clarke · 12 months ago
  78. 9fe5c8a Merge "Keep track of current configuration in SandboxedSdkView" into androidx-main by Gavin Corkery · 12 months ago
  79. 465c3f8 Fix typo that marked tests as experimental. by Connie Shi · 12 months ago
  80. a8dea6c Add problematic devices to InvalidVideoProfilesQuirk by mingdatsai · 12 months ago
  81. 008bf9c Merge "Stabilize Magnifier APIs" into androidx-main by Halil Ozercan · 12 months ago
  82. 71fbaf3 Merge "Add more info in the error message for supertype check" into androidx-main by Kuan-Ying Chou · 12 months ago
  83. 066ea06 Merge changes I7d53885c,I089c0a87 into androidx-main by Treehugger Robot · 12 months ago
  84. c0b09e7 Disable YUV related image capture tests for Legacy/Limited HW level by Tahsin Masrur · 12 months ago
  85. dc92b2d Add Redmi note 5 pro into TorchClosedAfterImageCaptureQuirk by WenHung_Teng · 12 months ago
  86. f6581fc Add quirk for devices which do not support ImageAnalysis when extensions mode is enabled by Charcoal Chen · 12 months ago
  87. bb64b02 Revert "Add quirk for devices which do not support ImageAnalysis when extensions mode is enabled" by Charcoal Chen · 12 months ago
  88. 1a5a39e Merge "Uses TEMPLATE_PREVIEW instead of TEMPLATE_RECORD for StreamSharing" into androidx-main by Treehugger Robot · 12 months ago
  89. 8f68de0 Merge "Ignore incorrect states in ProcessingCaptureSession onConfigured" into androidx-main by Treehugger Robot · 12 months ago
  90. 42076ea Ignore incorrect states in ProcessingCaptureSession onConfigured by Scott Nien · 12 months ago
  91. 8bfb531 Merge "Allow parent type information in GenericDocument to be stored as a synthetic property" into androidx-main by Tim Barron · 12 months ago
  92. e5a5e7d Merge "Migrates/Refactors pointerHoverIcon() to Modifier.Node." into androidx-main by Jeremy Walker · 12 months ago
  93. 13aec99 Merge "Support different sets of properties to search for different schema types." into androidx-main by Yogesh Singh · 12 months ago
  94. 9ed4845 Allow parent type information in GenericDocument to be stored as a synthetic property by Jiayu Hu · 12 months ago
  95. 426cb73 Resolve call extension type in Jetpack ICS by Pranav Madapurmath · 12 months ago
  96. 78c4fd2 Support different sets of properties to search for different schema types. by Yogesh Singh · 1 year ago
  97. bf32fc8 Merge "Catch errors in the composition and send the errorUiLayout" into androidx-main by Willie Koomson · 12 months ago
  98. 913e9f0 Merge "Update Glance owners" into androidx-main by Treehugger Robot · 12 months ago
  99. f3c66ba Update Glance owners by Zak Cohen · 12 months ago
  100. fe6267f Correct the code generation of inline functions by Chuck Jazdzewski · 12 months ago