Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade CameraX to 1.1.0-alpha04 #128

Merged
merged 6 commits into from
Apr 26, 2021
Merged

Upgrade CameraX to 1.1.0-alpha04 #128

merged 6 commits into from
Apr 26, 2021

Conversation

mrousavy
Copy link
Owner

@mrousavy mrousavy commented Apr 26, 2021

Release Notes

  • Fixed a memory leak caused by multiple threads concurrently accessing the same collection. The memory leak may cause the Activity or Fragment to be retained by a Preview instance. (I7b4b8)
  • Replaced annotation @experimental with @RequiresOptIn to experimental APIs. For calling experimental APIs, use androidx.annotation.OptIn instead of deprecated androidx.annotation.experimental.UseExperimental. (Iff226)
  • Fixed ImageCapture with flash On/Auto takes washed out images on Samsung Galaxy S7. (I30001)
  • Added a CameraState API that will be exposed through CameraInfo. (I75392)

See release notes

Related PRs

@mrousavy mrousavy added 🤖 android Issue affects the Android platform 🛠 dependencies Pull requests that update a dependency file labels Apr 26, 2021
@mrousavy mrousavy merged commit f2a8957 into main Apr 26, 2021
@mrousavy mrousavy deleted the chore/upgrade-camerax branch April 26, 2021 10:56
isaaccolson pushed a commit to isaaccolson/deliveries-mobile that referenced this pull request Oct 30, 2024
* Upgrade CameraX to 1.1.0-alpha4

* Upgrade Kotlin to 1.4.32

* Suppress `UnsafeOptInUsageError` CameraSelector override

* Suppress `UnsafeOptInUsageError` for takePhoto

* Suppress `MissingPermission` for recordVideo

* Remove unreported lint suppressions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android Issue affects the Android platform 🛠 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant