1. 4f4604d [Concurrent Camera] Improve the javadoc by Kailiang Chen · 1 year, 3 months ago
  2. b017139 Merge "Add lint check to ban use of @hide annotation" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  3. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  4. c7dceb9 [Concurrent Camera] Expose public APIs for concurrent dual camera by Kailiang Chen · 1 year, 3 months ago
  5. ca2279a [Concurrent Camera] Generalize CameraCoordinator to handle multiple concurrent camera id pairs by Kailiang Chen · 1 year, 4 months ago
  6. b312f16 [CameraX] Bypass PreviewPixelHDRNetQuirk when preview resolution is 16:9 by Kailiang Chen · 1 year, 4 months ago
  7. b275f1a [Concurrent Camera] Clear active concurrent camera selector in camera coordinator by Kailiang Chen · 1 year, 4 months ago
  8. da3dadf [Concurrent Camera] Add StreamConfigurationMap for Concurrent Mode by Kailiang Chen · 1 year, 4 months ago
  9. 7b04974 Revert "Revert "[Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory"" by Kailiang Chen · 1 year, 4 months ago
  10. 3e7432c Revert "[Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory" by Aurimas Liutikas · 1 year, 4 months ago
  11. 88c6853 [Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory by Kailiang Chen · 1 year, 4 months ago
  12. 486e02b Cleanup: allow setting effects on the UseCase level. by Xi Zhang · 1 year, 4 months ago
  13. b67b58d [Concurrent Camera] Add data models and bindToLifecycle API for concurrent camera by Kailiang Chen · 1 year, 5 months ago
  14. b81cab3 Invoke unbindAll() in the ProcessCameraProvider.shutdown() by leo huang · 1 year, 6 months ago
  15. fb55a3c Unbind all UseCases in ProcessCameraProviderTest.tearDown() by leo huang · 1 year, 6 months ago
  16. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  17. a0e2684 Remove CameraEffect.Builder by Xi Zhang · 1 year, 8 months ago
  18. 653bc88 Remove EffectBundle and update CameraEffect by Xi Zhang · 1 year, 9 months ago
  19. c531e7a Rename SurfaceEffect to SurfaceProcessor by Xi Zhang · 1 year, 9 months ago
  20. 15f0583 Update versions for release id 1663779600000 by Nick Anthony · 1 year, 9 months ago
  21. 3868fd1 Update versions for release id 1661360400000 by Nick Anthony · 1 year, 10 months ago
  22. 5c70967 Incrementing release version for CameraX beta01 by Julie · 1 year, 11 months ago
  23. dd3fcfa Roll forward "Create a FakeSurfaceEffect for testing." by Xi Zhang · 1 year, 11 months ago
  24. a5705b9 Reenable unused method check in errorprone. by Aurimas Liutikas · 1 year, 11 months ago
  25. 0653598 Add public API for SurfaceEffect by Xi Zhang · 2 years ago
  26. c629dba Clean up lint issues in camera-core by Alan Viverette · 2 years ago
  27. c4ab0a1 Enable CameraX Quirks Detector for all modules (except camera"integration-tests) by System Administrator · 2 years, 2 months ago
  28. 2edee8b Update versions for release id 1649264400000 by Nick Anthony · 2 years, 3 months ago
  29. 9235754 Clean up the tests for restoring interop config. by TY Chang · 2 years, 3 months ago
  30. 3346417 Fixed RuntimeException when apps enter ON_STOP state by Charcoal Chen · 2 years, 3 months ago
  31. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  32. 7d6876a Update versions for release id 1645639200000 by Nick Anthony · 2 years, 4 months ago
  33. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  34. 2ae2a02 DO NOT MERGE - Update versions for release id 1643220000000 by Nick Anthony · 2 years, 5 months ago
  35. d8e46f5 Bump up camera version to beta01 and then merge extensions and view into core library by Julie Wu · 2 years, 6 months ago
  36. 1a12029 [Multi-Window] Enable the active resuming of the camera for resuming the camera when interrupted by Scott Nien · 2 years, 6 months ago
  37. 7d26f83 Fixed VideoEncoderTest flaky test failure by Charcoal Chen · 2 years, 8 months ago
  38. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  39. c44e430 Move CameraX#initialze and shutdown static functions to CameraXUtil class in the testing package by Charcoal Chen · 2 years, 10 months ago
  40. a6b0776 Remove CameraX singleton API usage from ProcessCameraProvider by Charcoal Chen · 2 years, 10 months ago
  41. f208fe1 Remove CameraX#configureInstance() static function by Charcoal Chen · 2 years, 10 months ago
  42. 16c6117 Merge "Make CameraSelector.filter visible to the public." into androidx-main by Treehugger Robot · 2 years, 8 months ago
  43. babdbf3 Make CameraSelector.filter visible to the public. by Yasith Vidanaarachchi · 2 years, 9 months ago
  44. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  45. 82baa4e Update API for minSdkVersion removal by Trevor McGuire · 2 years, 9 months ago
  46. 836dc2a minSdk -> RequiresApi for camera-lifecycle by Trevor McGuire · 2 years, 9 months ago
  47. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 2 years, 9 months ago
  48. a5a22a6 Remove ExperimentalUseCaseGroupLifecycle by Xi Zhang · 3 years ago
  49. f34c0db Disallow to set different extended camera config when there have been use cases bound by Charcoal Chen · 3 years, 1 month ago
  50. 873f23f Promote experimental CameraXConfig options to offical APIs. by Scott Nien · 3 years, 2 months ago
  51. 5722c18 Merge "Replace resource initialization with meta-data" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  52. 46d080e Public CameraProvider interface to provide access of a set of cameras by Charcoal Chen · 3 years, 1 month ago
  53. 4a9d2e8 Promote UseCaseGroup API out of experimental (Step 1) by Xi Zhang · 3 years, 2 months ago
  54. 403d261 Replace resource initialization with meta-data by Trevor McGuire · 3 years, 1 month ago
  55. e26aaba Migrate camera to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  56. c8c9651 Refine and remove useless codes in CameraConfig/setExtendedConfig by Scott Nien · 3 years, 1 month ago
  57. 6b48b95 Promote @ExperimentalCameraFilter APIs to formal public APIs. by TY Chang · 3 years, 2 months ago
  58. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 2 months ago
  59. 80e42c9 Add Extensions#getExtensionCameraSelector and remove the original setExtension API by Charcoal Chen · 3 years, 2 months ago
  60. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  61. 5fb04a45 Remove the workaround for @UseExperimental. by TY Chang · 3 years, 7 months ago
  62. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  63. bdcefbc Update dependencies to stable version by Scott Nien · 3 years, 2 months ago
  64. f3f3b05 Keep app's attribution tag by Xi Zhang · 3 years, 2 months ago
  65. 15ef1c2 Update annotation-experimental dependency. by TY Chang · 3 years, 7 months ago
  66. 3ae39e5 Merge "Add API to query information about available cameras" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  67. 6bfa3c9 Merge "Add CameraProvider in Core" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  68. 430f91c Add API to query information about available cameras by husaynhakeem · 3 years, 5 months ago
  69. d6b9195ab Add CameraProvider in Core by husaynhakeem · 3 years, 4 months ago
  70. 9281de1 Fix doc for ProcessCameraProvider#hasCamera() by husaynhakeem · 3 years, 4 months ago
  71. 771611b Fix format error in the document of ProcessCameraProvider#getInstance by leo huang · 3 years, 5 months ago
  72. 82b70ae Merge "Recommend against singleton configuration by libs" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  73. fe5b372 Recommend against singleton configuration by libs by Trevor McGuire · 3 years, 5 months ago
  74. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 5 months ago
  75. 04438ba Revert "Upgrade camera atomicfu to 0.15.0" by Trevor McGuire · 3 years, 6 months ago
  76. a67812a Upgrade camera atomicfu to 0.15.0 by Jim Sproch · 3 years, 7 months ago
  77. d084ac1 Implements the optimization flow in Camera2CameraFactory by Scott Nien · 3 years, 8 months ago
  78. bce27ce8 Change CameraFilter#filter to take in CameraInfo instead of Camera. by TY Chang · 3 years, 8 months ago
  79. a7a4648 Cache/restore Interop configuration when lifecycle starts/stops. by TY Chang · 3 years, 10 months ago
  80. 01dcf03 Fix ProcessCameraProviderTest crash by WenHung_Teng · 3 years, 8 months ago
  81. b889934 Bump up versions for Beta 12 - Nov 2020 release by Julie · 3 years, 8 months ago
  82. 94c9da4 Remove class dependence from use case config providers by charcoalchen · 3 years, 9 months ago
  83. 89b6048 Update annotation-experimental to support RequiresOptIn by Alan Viverette · 3 years, 9 months ago
  84. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  85. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  86. 851c034 Merge changes from topic "set-extensions" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  87. 0b9da5c Added setting of the extensions mode into the Camera by Franklin Wu · 3 years, 9 months ago
  88. 90ec9fe Added CameraConfig for camera specific configs by Franklin Wu · 3 years, 9 months ago
  89. 0cfb441 Merge changes I61dc5815,I8597b035 into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  90. 9325c00 Add CameraCharacteristicsCompat for caching retrieved values. by Scott Nien · 3 years, 10 months ago
  91. 346b4b4 Bump version for Beta11 by Julie · 3 years, 9 months ago
  92. ca9ef02 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 9 months ago
  93. 1abf152 Increment release versions for CameraX Oct release by Julie · 3 years, 9 months ago
  94. 2f0df31 Each UseCase can hold multiple UseCaseConfig which are merged by Franklin Wu · 3 years, 9 months ago
  95. da7d728 Implement Extensions.isExtensionAvailable() by Franklin Wu · 3 years, 10 months ago
  96. 978b73b Make the use case work normally after multiple times of detaching and attaching. by charcoalchen · 4 years ago
  97. 1e86ce0 Increase CameraX release versions to Beta09 by Julie · 3 years, 10 months ago
  98. 3871098 Remove some CameraX static camera query methods by Franklin Wu · 3 years, 11 months ago
  99. 64cfe9c Merge "Use assertThrows<***Exception> to replace @Test(expected = ***Exception::class) in ProcessCameraProviderTest.kt" into androidx-master-dev by Treehugger Robot · 4 years ago
  100. 3291ca5 Use assertThrows<***Exception> to replace @Test(expected = ***Exception::class) in ProcessCameraProviderTest.kt by charcoalchen · 4 years ago