1. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  2. 415e6a1 Fix build break caused by the extension stub update. by Scott Nien · 1 year, 3 months ago
  3. e1014e8 Remove redundant usages of @hide javadoc tag in camera by Aurimas Liutikas · 1 year, 4 months ago
  4. acff747 Merge "Fixed the issue where Extensions won't work when proguard is enabled on some devices." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  5. bc2bc4e Fixed the issue where Extensions won't work when proguard is enabled on some devices. by Scott Nien · 1 year, 4 months ago
  6. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  7. 137c5a7 Fix OnEnableDisableSessionDurationCheckTest failure by Scott Nien · 1 year, 5 months ago
  8. e04a6b0 Merge "[Extensions] Fixed surface abandoned crash when pause/resume too quickly on Samsung Z Fold2" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  9. 7259359 Add @Ignore to failing PreviewTest by Ivy Chen · 1 year, 5 months ago
  10. 8ad3bdc Change Observer's onChanged parameter name to value by sanura · 1 year, 6 months ago
  11. 7c3e8e1 [Extensions] Fixed surface abandoned crash when pause/resume too quickly on Samsung Z Fold2 by Scott Nien · 1 year, 6 months ago
  12. d86e787 Mark canCloseBeforeJpegConversion as flaky by Julia McClellan · 1 year, 6 months ago
  13. 83975f7 Merge "Invokes SessionProcessorImpl#startTrigger when needed" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  14. da03e5f Invokes SessionProcessorImpl#startTrigger when needed by Scott Nien · 1 year, 6 months ago
  15. b81cab3 Invoke unbindAll() in the ProcessCameraProvider.shutdown() by leo huang · 1 year, 7 months ago
  16. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  17. 63890f3 Merge "Skip Pixel / Pixel XL in extensions test" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  18. ed3b4ee Skip Pixel / Pixel XL in extensions test by Scott Nien · 1 year, 7 months ago
  19. d836e82 Fix PreviewConfigProviderTest IllegalArgumentException by Charcoal Chen · 1 year, 7 months ago
  20. 5c333ea Merge "Use new image capture pipeline for software JPEG path / remove unused classes and methods." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  21. 2d94802 Use new image capture pipeline for software JPEG path / remove unused classes and methods. by Scott Nien · 1 year, 7 months ago
  22. 2f4582e Fix ImageCaptureTest failures in the extensions module by Charcoal Chen · 1 year, 7 months ago
  23. 32b0bfa Merge "Remove the legacy core.VideoCapture API" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  24. 4e35b81 [BasicExtenderRefactor] Support Tap-To-Focus and Flash on Extensions with SessionProcessor by Scott Nien · 1 year, 8 months ago
  25. 4ea337b [BasicExtenderRefactor] Enable basic extender session processor. by Scott Nien · 1 year, 8 months ago
  26. f7c1a75 [BasicExtenderRefactor] Implement BasicExtenderSessionProcessor by Scott Nien · 1 year, 8 months ago
  27. 8adf475 [BasicExtenderRefactor] Add StillCaptureProcessor and PreviewProcessor by Scott Nien · 1 year, 8 months ago
  28. acc0a7c Remove the legacy core.VideoCapture API by mingdatsai · 1 year, 8 months ago
  29. 0e3f04a [BasicExtenderRefactor] Add Yuv To Jpeg converter in camera-extensions by Scott Nien · 1 year, 8 months ago
  30. 98b8a8e Force disable high resolution when extensions are enabled by Charcoal Chen · 1 year, 9 months ago
  31. c019a0f Extend ExtensionsDisabledQuirk to all Motoroal Devices with Extensions v1.1.0 and older by Jag Saund · 1 year, 8 months ago
  32. 5383fd0 Merge "docs: Updating link to point to new Camera extensions Supported devices page" into androidx-main by Lucy Zhou · 1 year, 9 months ago
  33. ecf4992 Merge "[Extensions] Add Advanced Extender validation test" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  34. 3c52574 [Extensions] Add Advanced Extender validation test by Scott Nien · 1 year, 9 months ago
  35. 7af0f57 docs: Updating link to point to new Camera extensions Supported devices page by Lucy Zhou · 1 year, 9 months ago
  36. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 9 months ago
  37. 5972713 Deprecate android.camera.core.VideoCapture by mingdatsai · 1 year, 9 months ago
  38. 704df96 Revert "Migrate camera to mockito 4" by Charcoal Chen · 1 year, 9 months ago
  39. 15f0583 Update versions for release id 1663779600000 by Nick Anthony · 1 year, 10 months ago
  40. 2f60374 Migrate camera to mockito 4 by Trevor McGuire · 1 year, 9 months ago
  41. cb6c9a6 [Extensions] Revert onDisableSession sleeping by Scott Nien · 1 year, 10 months ago
  42. 38849f1e [Extensions] Fixed surface abandoned crash when pause/resume too quickly on Samsung Z Fold2 by Scott Nien · 1 year, 10 months ago
  43. 9fdb8f3 Fix that Extensions PROCESSOR_TYPE_IMAGE_PROCESSOR mode might cause NPE issue on ImageWriter.queueInputImage on some devices by Charcoal Chen · 1 year, 10 months ago
  44. 5dbe5db [Extensions] Enforce the basic extender event order to avoid OEM issues by Scott Nien · 1 year, 10 months ago
  45. 3868fd1 Update versions for release id 1661360400000 by Nick Anthony · 1 year, 10 months ago
  46. 5c70967 Incrementing release version for CameraX beta01 by Julie · 1 year, 11 months ago
  47. b9fa90f Update lint baselines by Tiem Song · 1 year, 11 months ago
  48. 3885f48 Fix lint suppressions in camera-extensions by David Jia · 1 year, 11 months ago
  49. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 1 year, 11 months ago
  50. ed32173 Merge "fix 5 suppressed lint issues for b/236472983" into androidx-main by Treehugger Robot · 2 years ago
  51. 6c57e5b fix 5 suppressed lint issues for b/236472983 by Kimberly Crevecoeur · 2 years ago
  52. 50e5c7b fix 4 suppressed lint issues for b/236473283 by Kimberly Crevecoeur · 2 years ago
  53. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  54. aa24a07e Reland "Upgrade to Kotlin 1.7.0" by Jim Sproch · 2 years ago
  55. 86f63b2 Revert "Upgrade to Kotlin 1.7.0" by Aurimas Liutikas · 2 years ago
  56. 2105f53 Upgrade to Kotlin 1.7.0 by Jim Sproch · 2 years, 2 months ago
  57. b0d37cc Set current extension version to 1.2 and enable AdvancedExtender by Scott Nien · 2 years, 1 month ago
  58. 936d8bd Fix AdvancedSessionProcessorTest failure by Scott Nien · 2 years, 1 month ago
  59. 1f878f0 Fix AdvancedSessionProcessorTest failure by Scott Nien · 2 years, 1 month ago
  60. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  61. 6f62d5f Fixed sharing surface test failure in CaptureSessionTest and AdvancedSessionProcessorTest by Scott Nien · 2 years, 1 month ago
  62. 8b888a5 Merge "[ZSL] Disable ZSL for different scenarios" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  63. 468d824 [ZSL] Disable ZSL for different scenarios by kailianc · 2 years, 2 months ago
  64. ae680f5 Construct the SessoinConfig fully in SessionProcessor including physicalCameraId, surfaceGroupId and sharing surface. by Scott Nien · 2 years, 2 months ago
  65. 9b14d78 Fixed SessionProcessor issue: 1)Camera2OutputConfigImpl Id not kept 2) physicalCameraId is not set and returned by Scott Nien · 2 years, 2 months ago
  66. 4eb8157 Merge "Extensions interface 1.3 version: Support capture request keys and results." into androidx-main by Treehugger Robot · 2 years, 2 months ago
  67. 7196fdc2 Extensions interface 1.3 version: Support capture request keys and results. by Scott Nien · 2 years, 2 months ago
  68. 5766311 Disable Advanced Extender until it is well tested by Charcoal Chen · 2 years, 2 months ago
  69. 5bb37ae Merge "[ZSL] Disable ZSL for extensions" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  70. 1082c7d Merge "Resubmit "Enable Advanced Extender with use case configurations" CL" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  71. eb84bb3 [ZSL] Disable ZSL for extensions by kailianc · 2 years, 3 months ago
  72. c4ab0a1 Enable CameraX Quirks Detector for all modules (except camera"integration-tests) by System Administrator · 2 years, 3 months ago
  73. 0c9d9c6 Resubmit "Enable Advanced Extender with use case configurations" CL by Scott Nien · 2 years, 2 months ago
  74. 0b8a879 Revert "Enable Advanced Extender with use case configurations" by Trevor McGuire · 2 years, 3 months ago
  75. 4d07b96 Enable Advanced Extender with use case configurations by repo sync -c -j8 · 2 years, 3 months ago
  76. 2edee8b Update versions for release id 1649264400000 by Nick Anthony · 2 years, 3 months ago
  77. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 3 months ago
  78. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  79. b0811d5 Update CaptureMode, TemplateType and CaptureResult for reprocessable capture request by kailianc · 2 years, 3 months ago
  80. ff1a12b Merge changes I7e2e12fc,I6f41ad89 into androidx-main by Treehugger Robot · 2 years, 3 months ago
  81. 68b820a Merge "Fix AbstractMethodError issue happened when apps use extensions and enable proguard" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  82. 768118f Update quirk summary for ImageCaptureRotationOptionQuirk, ExtraSupportedSurfaceCombinationsQuirk and ExtensionDisabledQuirk by Charcoal Chen · 2 years, 3 months ago
  83. 87d4e0d Fix AbstractMethodError issue happened when apps use extensions and enable proguard by Charcoal Chen · 2 years, 4 months ago
  84. ad0b759 Update tests to use PreTestCameraIdList by WenHung_Teng · 2 years, 4 months ago
  85. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  86. e4d2728 Upgrade to AGP 7.3.0-alpha05 by Aurimas Liutikas · 2 years, 4 months ago
  87. 7d6876a Update versions for release id 1645639200000 by Nick Anthony · 2 years, 4 months ago
  88. ceb630a Force disable bokeh extension mode for problematic device by Charcoal Chen · 2 years, 5 months ago
  89. 6f57147 Unbind all use cases in tearDown() for extensions related tests by Charcoal Chen · 2 years, 5 months ago
  90. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  91. 2ae2a02 DO NOT MERGE - Update versions for release id 1643220000000 by Nick Anthony · 2 years, 5 months ago
  92. e30cf9e Fix ExtensionsManagerTest#correctAvailability_whenExtensionIsNotAvailable() failure on Pixel 5 by Charcoal Chen · 2 years, 6 months ago
  93. 48aac99 Fix ImageCaptureExtenderValidationTest#returnCaptureStages_whenCaptureProcessorIsNotNull() issue. by Charcoal Chen · 2 years, 6 months ago
  94. 59fda64 Fix Extensions test failures on Tecno KE5 device. by Charcoal Chen · 2 years, 6 months ago
  95. d8e46f5 Bump up camera version to beta01 and then merge extensions and view into core library by Julie Wu · 2 years, 6 months ago
  96. e4f9596 Merge "Return default PreviewExtenderImpl and ImageCaptureExtenderImpl implementation if they can be found" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  97. 7583ad4 Add ImageCaptureTest and PreviewTest for the camera-extensions module by Charcoal Chen · 2 years, 6 months ago
  98. 029a103 Return default PreviewExtenderImpl and ImageCaptureExtenderImpl implementation if they can be found by Charcoal Chen · 2 years, 6 months ago
  99. 5330935 Move vendor library implementation validation related test to extensionstestapp project by Charcoal Chen · 2 years, 6 months ago
  100. 3393feb Ignore specific devices for ExtensionTest by charcoalchen · 2 years, 7 months ago