1. 9a238ad Merge "Fix failing postsubmit on PreviewViewTest and PreviewViewFragmentTest" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  2. 5571666 Merge "Fix PreviewViewBitmapTest and PreviewViewStreamStateTest are unable to test when screen is off" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  3. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 10 months ago
  4. 08327dd1 Merge "Update PreviewViewTest to wait for layout ready" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  5. 3f215a3 Merge "Add activity foreground checker for tests" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  6. d71154b Merge "Dump camera id list at camera pretest" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  7. 2757178 Fix PreviewViewBitmapTest and PreviewViewStreamStateTest are unable to test when screen is off by leo huang · 3 years, 10 months ago
  8. bf6aef9 Add activity foreground checker for tests by WenHung_Teng · 3 years, 10 months ago
  9. 9f193e2 Dump camera id list at camera pretest by WenHung_Teng · 3 years, 10 months ago
  10. b0ae6bd Fix failing postsubmit on PreviewViewTest and PreviewViewFragmentTest by leo huang · 3 years, 10 months ago
  11. 154b41f Feature: Add ImageAnalysis to CameraController. by Xi Zhang · 3 years, 10 months ago
  12. cff28ec Merge "Update PreviewView#getBitmap() comment to match the behavior." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  13. 851c034 Merge changes from topic "set-extensions" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  14. f16edef Update PreviewView#getBitmap() comment to match the behavior. by Xi Zhang · 3 years, 10 months ago
  15. e3b989b Update implementation of fps range setting workaround by husaynhakeem · 3 years, 10 months ago
  16. 93f44cb Provide camera quirks via CameraInternal by husaynhakeem · 3 years, 10 months ago
  17. 1f0e6fa Move CameraExtensionsActivity to new Extensions API by Franklin Wu · 4 years ago
  18. ee19264 Extensions can be accessed even without implementation available by Franklin Wu · 3 years, 10 months ago
  19. 48a9161 Moved classes in extensions to internal by Franklin Wu · 3 years, 10 months ago
  20. 0b9da5c Added setting of the extensions mode into the Camera by Franklin Wu · 3 years, 10 months ago
  21. 10d304b Fixed the NumberFormatException issue happened when the camera Id is a non-integer camera Id. by charcoalchen · 3 years, 10 months ago
  22. 90ec9fe Added CameraConfig for camera specific configs by Franklin Wu · 3 years, 10 months ago
  23. dcbe567 Add home screen to ui widget test app to select test scenario activity by husaynhakeem · 3 years, 10 months ago
  24. 025e7b4 Update PreviewViewTest to wait for layout ready by WenHung_Teng · 3 years, 10 months ago
  25. 0cfb441 Merge changes I61dc5815,I8597b035 into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  26. 512b7c6 Use CameraCharacteristicsCompat to replace CameraCharacterictics. by Scott Nien · 4 years ago
  27. 9325c00 Add CameraCharacteristicsCompat for caching retrieved values. by Scott Nien · 4 years ago
  28. 2ef80f7 Calling clearDeviceUI() to unlock screen before running SurfaceViewImplementationTest by charcoalchen · 3 years, 10 months ago
  29. 346b4b4 Bump version for Beta11 by Julie · 3 years, 10 months ago
  30. 1c37d83 Merge "Move test app ViewPager classes to viewpager package" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  31. b538afe CameraController API: new method to get a future which completes when camera init completes. by Xi Zhang · 3 years, 10 months ago
  32. 3dadead Merge "Switch PreviewMeteringPointFactory to use PreviewTransformation" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  33. 6e7a64c Switch PreviewMeteringPointFactory to use PreviewTransformation by Xi Zhang · 3 years, 10 months ago
  34. 5e25baf Merge "Fix CameraX.shutdown() never get complete when CameraDevice.onError() is invoked" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  35. d93b5eb Fix CameraX.shutdown() never get complete when CameraDevice.onError() is invoked by leo huang · 3 years, 11 months ago
  36. f991f9e Merge "Try to dismiss the lock screen for testing" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  37. 6bff92c [CameraPipe] Add trace tags and reogranize threads by Paul Rohde · 3 years, 10 months ago
  38. 1a99f00 Merge "Cleanup: Do not consume touch events if controller is not set." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  39. a21d6a3 Merge "Modify the camera PreTest enabling logic" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  40. 280afaf Check keyguard lock state and extend deferrable surface timeout in SurfaceViewImplementationTest by charcoalchen · 3 years, 10 months ago
  41. d8117ce Merge "Cleanup: in CameraController, create use cases in constructor." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  42. 1a11e17 Cleanup: Do not consume touch events if controller is not set. by Xi Zhang · 3 years, 10 months ago
  43. b8ec423 Cleanup: in CameraController, create use cases in constructor. by Xi Zhang · 3 years, 10 months ago
  44. 71059da Merge "Bugfix: mirror Viewport and PreviewView transformation if front camera is used." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  45. f9b3c3a Bugfix: mirror Viewport and PreviewView transformation if front camera is used. by Xi Zhang · 3 years, 10 months ago
  46. f4ac1f8 Try to dismiss the lock screen for testing by WenHung_Teng · 3 years, 10 months ago
  47. 9a4cbf4 Modify the camera PreTest enabling logic by WenHung_Teng · 3 years, 10 months ago
  48. e8da30d Merge "Fixed setZoomRatio_cameraControlInactive_operationCanceled failure on emulator" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  49. 50124cd Merge "Bugfix: view test app should not depend on the default rotation of preview" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  50. b625b41 Merge "Fix tap-to-focus in CameraController" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  51. bfc0dee Merge "BanTargetApiAnnotation check now actually looks for the annotation and not usages of methods annotated by it." into androidx-master-dev by Oussama Ben Abdelbaki · 3 years, 10 months ago
  52. d67c8e7 Merge "Formatting for ktlint 0.39.0" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  53. baa4f70 Merge "Formatting for ktlint 0.39.0" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  54. 3397ed3 Merge "Preview default size defined in camera2 PreviewConfigProvider" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  55. 343ae979 Fix tap-to-focus in CameraController by Xi Zhang · 3 years, 10 months ago
  56. e249974 Bugfix: view test app should not depend on the default rotation of preview by Xi Zhang · 3 years, 10 months ago
  57. e92a5c0 Fixed setZoomRatio_cameraControlInactive_operationCanceled failure on emulator by Scott Nien · 3 years, 10 months ago
  58. a629bf3 Remove UseCaseOccupancy code by charcoalchen · 3 years, 10 months ago
  59. ca9ef02 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  60. bba0f78 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  61. 1abf152 Increment release versions for CameraX Oct release by Julie · 3 years, 10 months ago
  62. 0dee025 Preview default size defined in camera2 PreviewConfigProvider by Franklin Wu · 3 years, 10 months ago
  63. 2f0df31 Each UseCase can hold multiple UseCaseConfig which are merged by Franklin Wu · 3 years, 10 months ago
  64. 0e3c2ad Merge "Update controller to PreviewView's viewport and accelerometer" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  65. cc7699d Update controller to PreviewView's viewport and accelerometer by Xi Zhang · 3 years, 11 months ago
  66. ac7fe73 CameraPipe: Dagger fastInit and binding validation by Paul Rohde · 4 years ago
  67. 8f98863 Move test app ViewPager classes to viewpager package by husaynhakeem · 3 years, 10 months ago
  68. a95fc31 BanTargetApiAnnotation check now actually looks for the annotation by Oussama Ben Abdelbaki · 3 years, 10 months ago
  69. 517e7b7 Release camera between rotation tests by husaynhakeem · 3 years, 10 months ago
  70. fe6f6f3 Merge "Add camera switching to the CameraPipe test app" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  71. b9e1ecd Merge "PreTest camera for camera2 module tests" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  72. 27e3ad7 Add camera switching to the CameraPipe test app by Paul Rohde · 3 years, 10 months ago
  73. b5aec02 Bugfix: in ImageCapture update crop rect if the buffer has been rotated in HAL. by Xi Zhang · 3 years, 10 months ago
  74. c68cfaa Merge "Update PreviewView's javadoc" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  75. 792b6ab Update PreviewView's javadoc by husaynhakeem · 3 years, 10 months ago
  76. a1b5a87 Merge "Replace log calls in camera-camera2 with Logger" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  77. f86b40d Replace log calls in camera-camera2 with Logger by husaynhakeem · 4 years ago
  78. 71bc2c3 Video: Re-enable and write VideoCapture tests by AL Ho · 3 years, 11 months ago
  79. 80d7324 Merge "Supports Android 11 zoom API" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  80. 515aa3a Merge changes Icce4de03,Ida7cbec8 into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  81. 8de5e7d Supports Android 11 zoom API by Scott Nien · 3 years, 11 months ago
  82. 9a7b0c8 Merge "Avoid calling abortCaptures in shutdown() to fix test failures." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  83. ca3c0b2c Add use case binding check when calling VideoCapture.startRecording by leo huang · 3 years, 10 months ago
  84. df2322c Unbinding VideoCapture stops recording by leo huang · 3 years, 11 months ago
  85. d96e532 Merge "Fix SurfaceRequest termination error in the test" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  86. 75d8fd4 Avoid calling abortCaptures in shutdown() to fix test failures. by Scott Nien · 3 years, 10 months ago
  87. 0217c36 Fix SurfaceRequest termination error in the test by WenHung_Teng · 3 years, 10 months ago
  88. bb77071 Merge "Support to create OutputFileOptions with FileDescriptor to start recording in VideoCapture" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  89. 0a9916d Merge "PreTest camera for uiwidgets tests" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  90. 9820d35 Merge "Try to open camera for camera PreTest" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  91. 005c60b Support to create OutputFileOptions with FileDescriptor to start recording in VideoCapture by charcoalchen · 3 years, 11 months ago
  92. 7bf6640 Try to open camera for camera PreTest by WenHung_Teng · 3 years, 11 months ago
  93. 16dc187 Fix UseCase.onStateAttached/onStateDetached will be delayed by posting runnbale to main thread. by leo huang · 3 years, 11 months ago
  94. a5b87cd Merge "Use CameraEventCallback from the SessionConfig of CaptureSession creation instead of repeating SessionConfig" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  95. d58c228 Merge "Added camera-video module" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  96. 8c3f6af Use CameraEventCallback from the SessionConfig of CaptureSession creation instead of repeating SessionConfig by leo huang · 4 years ago
  97. f67a768 Mark some SurfaceRequest tests @LargeTest by Trevor McGuire · 3 years, 10 months ago
  98. 720deee Merge "Mark PreviewView#getViewPort as experimental" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  99. d94903c Merge "Fix bug in validating file save destination for image capture" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  100. 8ce8a07 Merge "PreTest camera for view tests" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago