1. c79237e Merge "Remove legacy excludes from build.gradle." into androidx-master-dev by Treehugger Robot · 5 years ago
  2. 827a1f2 Remove legacy excludes from build.gradle. by Aurimas Liutikas · 5 years ago
  3. c480478 Merge "Added xizh@ to OWNERS, welcome!" into androidx-master-dev by Treehugger Robot · 5 years ago
  4. 2330819 Merge "fix Camera2CameraControlTest fail in android api level less than 23" into androidx-master-dev by Treehugger Robot · 5 years ago
  5. c235d179 Callback onError when capture stage count invalid. by WenHung_Teng · 5 years ago
  6. 3b3fb92 fix Camera2CameraControlTest fail in android api level less than 23 by Scott Nien · 5 years ago
  7. b868320 Modify settings.gradle to match moved files for Camera by Eric Ng · 5 years ago
  8. a050bb4 Merge "Add extension switch test on extension testing app." into androidx-master-dev by Treehugger Robot · 5 years ago
  9. 9eac924e Merge "Error occuring in Camera INITIALIZED state" into androidx-master-dev by Treehugger Robot · 5 years ago
  10. de22ccd Error occuring in Camera INITIALIZED state by Franklin Wu · 5 years ago
  11. ec963b2 Added xizh@ to OWNERS, welcome! by Eric Ng · 5 years ago
  12. 648babf Prevent processing from being called after deinit for REQUEST_UPDATE by Franklin Wu · 5 years ago
  13. aff6615 Merge "[ImageCapture] Don't wait 3A convergence when AF mode is OFF Or 3A state is UNKNWON" into androidx-master-dev by Treehugger Robot · 5 years ago
  14. 3bbdeb7 [ImageCapture] Don't wait 3A convergence when AF mode is OFF Or 3A state is UNKNWON by Scott Nien · 5 years ago
  15. f3fa993 Add extension switch test on extension testing app. by WenHung_Teng · 5 years ago
  16. 88ce20d Merge "Set default aspect ratio for preview as 4:3" into androidx-master-dev by Treehugger Robot · 5 years ago
  17. 29121e38 Merge "Remove dmchen@ =(" into androidx-master-dev by Treehugger Robot · 5 years ago
  18. 5d37fbd Remove dmchen@ =( by Eric Ng · 5 years ago
  19. 32dd94b Merge "Added CameraX readme file" into androidx-master-dev by Treehugger Robot · 5 years ago
  20. 870b2f8 Added CameraX readme file by Eric Ng · 5 years ago
  21. 83f1328 Merge "Add unit tests for ExtenderErrorListener and use case dependence" into androidx-master-dev by Treehugger Robot · 5 years ago
  22. 9764c03 Merge "Add test for ExtensionVersion." into androidx-master-dev by Treehugger Robot · 5 years ago
  23. c5b6a12 Merge "Fix bug where Preview process called after onDeinit is called" into androidx-master-dev by Treehugger Robot · 5 years ago
  24. 33e7727 Merge "Removed glGenTextures() call which generated errors" into androidx-master-dev by Treehugger Robot · 5 years ago
  25. 77a0e29 Merge "Remove comment from Preview" into androidx-master-dev by Treehugger Robot · 5 years ago
  26. 4a8884d Fix bug where Preview process called after onDeinit is called by Franklin Wu · 5 years ago
  27. 03bbf53 Removed glGenTextures() call which generated errors by Franklin Wu · 5 years ago
  28. 3b943ea Merge "Replace usages of ViewModelProviders.of() in code" into androidx-master-dev by Ian Lake · 5 years ago
  29. 3f534cb Merge "Set @LargeTest to CameraImplTest to fix timeout failure in cuttlefish" into androidx-master-dev by Treehugger Robot · 5 years ago
  30. 8f08141 Set default aspect ratio for preview as 4:3 by Andrew Chiang · 5 years ago
  31. e4eb88b Add unit tests for ExtenderErrorListener and use case dependence by charcoalchen · 5 years ago
  32. 4433109 Set @LargeTest to CameraImplTest to fix timeout failure in cuttlefish by Scott Nien · 5 years ago
  33. 6e23c2d Merge "Add ExtensionsErrorListener and check use case dependence" into androidx-master-dev by Treehugger Robot · 5 years ago
  34. 0f2a867 Remove comment from Preview by Franklin Wu · 5 years ago
  35. cbd2701 Replace usages of ViewModelProviders.of() in code by Ian Lake · 5 years ago
  36. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  37. 8376307 Add ExtensionsErrorListener and check use case dependence by charcoalchen · 5 years ago
  38. 1e28d76 Add test for ExtensionVersion. by WenHung_Teng · 5 years ago
  39. d64dffc Revert "Replace all usages of ViewModelProviders.of()" by Aurimas Liutikas · 5 years ago
  40. da18b8e Merge "Exposing public CameraControl and rename the existing one to CameraControlInternal" into androidx-master-dev by Treehugger Robot · 5 years ago
  41. 6bab881 Exposing public CameraControl and rename the existing one to CameraControlInternal by Scott Nien · 5 years ago
  42. 38eccd9 Merge "Renamed the enableExtension implementation interface" into androidx-master-dev by Treehugger Robot · 5 years ago
  43. 7362177 Merge "Fix take picture in a row fails." into androidx-master-dev by Treehugger Robot · 5 years ago
  44. 4cd8718 Merge "Added sample implementation using PROCESSOR_TYPE_IMAGE_PROCESSOR" into androidx-master-dev by Treehugger Robot · 5 years ago
  45. a6fd98d Added sample implementation using PROCESSOR_TYPE_IMAGE_PROCESSOR by Franklin Wu · 5 years ago
  46. 21bfb17 Merge "Set the same aspect ratio as maximum JPEG resolution to preview on Android 5.0 LEGACY device." into androidx-master-dev by Andrew Chiang · 5 years ago
  47. 4142519 Fix take picture in a row fails. by leo huang · 5 years ago
  48. f239766 Set the same aspect ratio as maximum JPEG resolution to preview on Android 5.0 LEGACY device. by Andrew Chiang · 5 years ago
  49. 828b6b9 Added core implementation for preview processing by Franklin Wu · 5 years ago
  50. 7396bf4 Merge "Cleanup ImageCapture onImageAvailable" into androidx-master-dev by Treehugger Robot · 5 years ago
  51. e816e21 Fix null check in ProcessingSurfaceTexture by Franklin Wu · 5 years ago
  52. 355f01b Added ProcessingSurfaceTexture by Franklin Wu · 5 years ago
  53. ceb5238d Added a SingleImageProxyBundle by Franklin Wu · 5 years ago
  54. d794bcc Renamed the enableExtension implementation interface by Franklin Wu · 5 years ago
  55. c5abc6f Merge "Make sure getCaptureStage was called after init()" into androidx-master-dev by Treehugger Robot · 5 years ago
  56. de00fcf Merge "Fix test fail on test target:CuttleFish (API 29)" into androidx-master-dev by Wegin Lee · 5 years ago
  57. 74dfca5 Cleanup ImageCapture onImageAvailable by fungja · 5 years ago
  58. c55475c Make sure getCaptureStage was called after init() by WenHung_Teng · 5 years ago
  59. 5fcfbe2 Fix test fail on test target:CuttleFish (API 29) by weginlee · 5 years ago
  60. 1801e4c Move bindToLifecycle() and mLifecycle.StartAndResume() to main thread. by AL Ho · 5 years ago
  61. 08631ad Replace all usages of ViewModelProviders.of() by Ian Lake · 5 years ago
  62. 3594789 Convert Camera2CameraControl to use Executors rather than Handlers by Trevor McGuire · 5 years ago
  63. 4b32a64 Merge "Rename CameraView.setCameraByLensFacing" into androidx-master-dev by Treehugger Robot · 5 years ago
  64. 30c15cc Merge "Add CaptureMode switch button to core test app and show the capture duration in toast." into androidx-master-dev by Treehugger Robot · 5 years ago
  65. fb8affc Add CaptureMode switch button to core test app and show the capture duration in toast. by Scott Nien · 5 years ago
  66. fd7ab0e Merge "Fix Unconfigured Surface crash (repeating and burst) ." into androidx-master-dev by Treehugger Robot · 5 years ago
  67. a0504ed Convert HandlerAdapterExecutor to ScheduledExecutorService by Trevor McGuire · 5 years ago
  68. 51f2f7c Rename CameraView.setCameraByLensFacing by fungja · 5 years ago
  69. f2e5a0b Merge "Add executor availability compat API to CameraManagerCompat" into androidx-master-dev by Treehugger Robot · 5 years ago
  70. 9ae3da8 Add executor availability compat API to CameraManagerCompat by Trevor McGuire · 5 years ago
  71. cf2388a Merge "Drop data in MetadataImageReader when data becomes stale" into androidx-master-dev by Treehugger Robot · 5 years ago
  72. dbfeed8 Drop data in MetadataImageReader when data becomes stale by Franklin Wu · 5 years ago
  73. 2d6b317 Fix Unconfigured Surface crash (repeating and burst) . by Scott Nien · 5 years ago
  74. f73f10d Add more test for aosp/954259 by leo huang · 5 years ago
  75. 374970c Attach request options from CameraEventCallbacks onRepeating() to single capture request by leo huang · 5 years ago
  76. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  77. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  78. 80ec9b4 Merge "Remove usage of @TargetApi from camera" into androidx-master-dev by Treehugger Robot · 5 years ago
  79. 7377986 Merge "Suppresses / fixes all unchecked javac errors and enables error tracking" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  80. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  81. a228496 Merge "Revert "Replace Guava ListenableFuture with Jetpack implementation"" into androidx-master-dev by Alan Viverette · 5 years ago
  82. 9229147 Merge "Fix switch mode crash in extension test app." into androidx-master-dev by Treehugger Robot · 5 years ago
  83. ac79dcd Remove usage of @TargetApi from camera by Trevor McGuire · 5 years ago
  84. 12a0a4e Revert "Replace Guava ListenableFuture with Jetpack implementation" by Alan Viverette · 5 years ago
  85. 8ca39de Remove Gradle properties that does not do anything. by Aurimas Liutikas · 5 years ago
  86. a938ab1 Fix switch mode crash in extension test app. by WenHung_Teng · 5 years ago
  87. 5abac70 Merge "Add test in CaptureSeesion for extension callback." into androidx-master-dev by Treehugger Robot · 5 years ago
  88. 1a497e3 Merge "Implement the versioning check for extension." into androidx-master-dev by Treehugger Robot · 5 years ago
  89. ee1fb77 Merge "Add test for extension event callback." into androidx-master-dev by Treehugger Robot · 5 years ago
  90. 64de3bc Add test in CaptureSeesion for extension callback. by WenHung_Teng · 5 years ago
  91. e7fca75 Implement the versioning check for extension. by WenHung_Teng · 5 years ago
  92. 33bb88e Merge "Write better comments for what "Target" means" into androidx-master-dev by Treehugger Robot · 5 years ago
  93. 08f6ec9 Write better comments for what "Target" means by fungja · 5 years ago
  94. aa53848 Merge "Introduce Futures.immediateFailedFuture(...) to camera" into androidx-master-dev by Treehugger Robot · 5 years ago
  95. 528c01c Merge "Remove quality setting from CameraView" into androidx-master-dev by Treehugger Robot · 5 years ago
  96. 490e42e Introduce Futures.immediateFailedFuture(...) to camera by Trevor McGuire · 5 years ago
  97. e9c6cc7 Merge "Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4" into androidx-master-dev by Treehugger Robot · 5 years ago
  98. 0a029dc Remove quality setting from CameraView by fungja · 5 years ago
  99. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  100. edf7ce4 Removes some no longer needed -Werror whitelisting by Louis Pullen-Freilich · 5 years ago