1. a91bbb8 Merge changes I28d01c15,I5f2699ba,Ie440df8f,Ic5446f46 into androidx-main by Treehugger Robot · 2 years ago
  2. cf941ed Log AssumptionViolatedException for Camera-pipe tests by WenHung_Teng · 2 years ago
  3. 8a66e75 Merge "Add CameraCaptureResult to Packet<>" into androidx-main by Treehugger Robot · 2 years ago
  4. b261b88 Merge "Revert "Migrate camera to mockito 4"" into androidx-main by Treehugger Robot · 2 years ago
  5. 3584013 Add CameraCaptureResult to Packet<> by Xi Zhang · 2 years ago
  6. 704df96 Revert "Migrate camera to mockito 4" by Charcoal Chen · 2 years ago
  7. 04f86eb Fix Extensions test app Manifest.permission.WRITE_EXTERNAL_STORAGE permission issue on Android T devices by Charcoal Chen · 2 years ago
  8. f228330 Add flag to disable camera-camera2 tests by WenHung_Teng · 2 years ago
  9. 77ae6a60 Merge "Rename SurfaceEffect to SurfaceProcessor" into androidx-main by Treehugger Robot · 2 years ago
  10. c531e7a Rename SurfaceEffect to SurfaceProcessor by Xi Zhang · 2 years ago
  11. f00db0f Fix the NPE when getting a null lens facing. by TY Chang · 2 years ago
  12. a09b78f Refactor SupportedSurfaceCombinationTest to Kotlin version by Charcoal Chen · 2 years ago
  13. a9104fe Temporarily ignore CameraPipe tests by WenHung_Teng · 2 years ago
  14. 2f60374 Migrate camera to mockito 4 by Trevor McGuire · 2 years ago
  15. f699e44 SupportedSurfaceCombinationTest by David Jia · 2 years ago
  16. 8c7769df Update test rule to enable all Camera-pipe tests by Treehugger Robot · 2 years ago
  17. fb2bf1c Merge "Add the Yuv2Jpeg workaround" into androidx-main by Treehugger Robot · 2 years ago
  18. dfc1c5f Add the Yuv2Jpeg workaround by Xi Zhang · 2 years ago
  19. 228a07d Add getTimebase() API in CameraInfoInternal by leo huang · 2 years ago
  20. 6af1f05 Implement ProcessingNode by Xi Zhang · 2 years, 1 month ago
  21. 8a855e8 Add testing utility methods for post-processing. by Xi Zhang · 2 years, 1 month ago
  22. 1d7ecbe Create Bitmap-to-jpeg and jpeg-to-disk processors by Xi Zhang · 2 years, 1 month ago
  23. 16ebc4a Merge "Create the JpegBytes2CroppedBitmap processor" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  24. eddd74d Create the JpegBytes2CroppedBitmap processor by Xi Zhang · 2 years, 1 month ago
  25. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  26. fba96cb Upgrade to androidx.test:core:1.5.0-alpha02 by Aurimas Liutikas · 2 years, 1 month ago
  27. b72a4e0 Use espresso-core:3.3.0 in test code by WenHung_Teng · 2 years, 1 month ago
  28. e5af6c3 Merge "Replace the OnCloseRequestedListener with Consumer<Event>" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  29. 9f7fd94 Fix Core test app stress test NPE issues on 1805 device by Charcoal Chen · 2 years, 2 months ago
  30. bf621d4 Replace the OnCloseRequestedListener with Consumer<Event> by Xi Zhang · 2 years, 2 months ago
  31. 648b491 Merge "Roll forward "Create a FakeSurfaceEffect for testing."" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  32. dd3fcfa Roll forward "Create a FakeSurfaceEffect for testing." by Xi Zhang · 2 years, 2 months ago
  33. a053c62 Merge "FakeCamera trigger onStateAttached() and onStateDetached()" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  34. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years, 2 months ago
  35. 497da09 FakeCamera trigger onStateAttached() and onStateDetached() by leo huang · 2 years, 2 months ago
  36. 0325096 Revert "Create a FakeSurfaceEffect for testing." by Aurimas Liutikas · 2 years, 2 months ago
  37. b1663ad Create a FakeSurfaceEffect for testing. by Xi Zhang · 2 years, 2 months ago
  38. 0f28d64 Parameterized TakePictureTest for camera2/pipe by WenHung_Teng · 2 years, 2 months ago
  39. 2dda3dc Fix AndroidX flaky tests caused by PreviewViewDeviceTest.canSetFrameUpdateListener by Scott Nien · 2 years, 2 months ago
  40. b02721b Merge "Fix bad nullability issues" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  41. 92eaf08 Fix bad nullability issues by Scott Nien · 2 years, 2 months ago
  42. 269d574 Merge "Print execute time of the stress tests" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  43. 0331436 Print execute time of the stress tests by WenHung_Teng · 2 years, 2 months ago
  44. 1475c9e Clean up more lint issues in camera-core by Alan Viverette · 2 years, 3 months ago
  45. c629dba Clean up lint issues in camera-core by Alan Viverette · 2 years, 3 months ago
  46. 53adb2c Add default opengl implementation of the post-processing by leo huang · 2 years, 3 months ago
  47. 4506a82 Fix lint issues in camera-testing by Alan Viverette · 2 years, 3 months ago
  48. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 3 months ago
  49. 38e446a Create androidx.test.uiautomator:uiautomator project by Daniel Peykov · 2 years, 3 months ago
  50. 6d6d417 Always run CameraX.initialize in PreTestCameraIdList util by WenHung_Teng · 2 years, 3 months ago
  51. 91548c8 [ZSL] Expose CameraX Zero-Shutter Lag API as experimental by kailianc · 2 years, 4 months ago
  52. e97250a [ZSL] Remove isYUVReprocessingSupported in isZslSupported by kailianc · 2 years, 4 months ago
  53. 1ae7a7d [ZSL] Add reprocessing input size checking for ZSL by kailianc · 2 years, 4 months ago
  54. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  55. 78e7bd7 [ZSL] Move setZslDisabled from AddUseCase to AttachUseCase by kailianc · 2 years, 4 months ago
  56. 8b888a5 Merge "[ZSL] Disable ZSL for different scenarios" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  57. 468d824 [ZSL] Disable ZSL for different scenarios by kailianc · 2 years, 5 months ago
  58. 4f50e9d creates the cameraCaptureSession by the OutputConfigs in SessionConfigs by Scott Nien · 2 years, 5 months ago
  59. 2045434 Merge "Replace to parameters handling surfaceConfig with AttachedSurfaceInfo" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  60. b2b5d25 [ZSL] Prioritize ZSL template type when merging session config by kailianc · 2 years, 5 months ago
  61. 9aa7471 Replace to parameters handling surfaceConfig with AttachedSurfaceInfo by Kimberly Crevecoeur · 2 years, 6 months ago
  62. 5bb37ae Merge "[ZSL] Disable ZSL for extensions" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  63. 1082c7d Merge "Resubmit "Enable Advanced Extender with use case configurations" CL" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  64. eb84bb3 [ZSL] Disable ZSL for extensions by kailianc · 2 years, 5 months ago
  65. c4ab0a1 Enable CameraX Quirks Detector for all modules (except camera"integration-tests) by System Administrator · 2 years, 5 months ago
  66. 0c9d9c6 Resubmit "Enable Advanced Extender with use case configurations" CL by Scott Nien · 2 years, 5 months ago
  67. 0b8a879 Revert "Enable Advanced Extender with use case configurations" by Trevor McGuire · 2 years, 5 months ago
  68. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  69. 4d07b96 Enable Advanced Extender with use case configurations by repo sync -c -j8 · 2 years, 6 months ago
  70. 9d43fe4 Merge "[ZSL] Initialize image capture pipeline for reprocessing capture" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  71. d9c52e1 [ZSL] Initialize image capture pipeline for reprocessing capture by kailianc · 2 years, 6 months ago
  72. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 6 months ago
  73. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  74. 9235754 Clean up the tests for restoring interop config. by TY Chang · 2 years, 6 months ago
  75. b0811d5 Update CaptureMode, TemplateType and CaptureResult for reprocessable capture request by kailianc · 2 years, 6 months ago
  76. c895cd2 Update test util to verify CameraX initialization by WenHung_Teng · 2 years, 6 months ago
  77. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  78. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  79. 7c32b45 Move CMake version to libs.versions.toml by Fred Sladkey · 2 years, 8 months ago
  80. 4649d6f Update CMake version to 3.22.1 by Fred Sladkey · 2 years, 8 months ago
  81. be826ab Add recording frame drop test by Trevor McGuire · 2 years, 9 months ago
  82. 3eb7fff Add PreviewTest and ImageCaptureTest under extensionstestapp to verify all cameras and extension modes combinations can work well by Charcoal Chen · 2 years, 9 months ago
  83. 7f5923b Clean up CameraControlInternal and ImageCapture by WenHung_Teng · 3 years ago
  84. d43a6ea Move implementation of image capturing to camera-camera2 by WenHung_Teng · 3 years ago
  85. 4a13c56 Ignore VisibleForTests in all test libraries by Jelle Fresen · 2 years, 10 months ago
  86. 82807d6 make analyzerSetMultipleTimesInKeepOnlyLatestMode deterministic by repo sync -c -j8 · 2 years, 10 months ago
  87. 5df076d Remove the IllegalArgumentExceptions returned when the CameraSelector#filter is returning an empty result set. by Yasith Vidanaarachchi · 2 years, 11 months ago
  88. 54deed3 Merge "Fix SupportAnnotationUsage lint errors in CameraX proejcts" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  89. 0a26ad4 Fix SupportAnnotationUsage lint errors in CameraX proejcts by Charcoal Chen · 2 years, 11 months ago
  90. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  91. 7d26f83 Fixed VideoEncoderTest flaky test failure by Charcoal Chen · 2 years, 11 months ago
  92. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  93. 0075787 Merge "Update CMake version to 3.18.1" into androidx-main by Fred Sladkey · 2 years, 11 months ago
  94. 4a5fdf7 Skip the foregroundOccupiedError when test not run in lab by WenHung_Teng · 2 years, 11 months ago
  95. c44e430 Move CameraX#initialze and shutdown static functions to CameraXUtil class in the testing package by Charcoal Chen · 3 years ago
  96. f208fe1 Remove CameraX#configureInstance() static function by Charcoal Chen · 3 years ago
  97. 83d23c5 Update CMake version to 3.18.1 by Fred Sladkey · 3 years ago
  98. b0c2b2e Support YUV/RGB rotation in ImageAnalysis for CameraX by kailianc · 3 years ago
  99. 16c6117 Merge "Make CameraSelector.filter visible to the public." into androidx-main by Treehugger Robot · 3 years ago
  100. babdbf3 Make CameraSelector.filter visible to the public. by Yasith Vidanaarachchi · 3 years ago