Assigned
Status Update
Comments
cc...@google.com <cc...@google.com> #2
After some googling I found https://github.com/android/camera-samples/blob/master/CameraXBasic/app/src/main/java/com/android/example/cameraxbasic/utils/AutoFitPreviewBuilder.kt which does what I want. Would it be possible to fold this into the main library or at least make it configurable without the need for that class?
cc...@google.com <cc...@google.com> #3
Hi Charcoal,
Are we getting a crop mode here? Thanks!
Are we getting a crop mode here? Thanks!
Description
Sample WIP CL where we noticed this behavior:https://android-review.googlesource.com/c/platform/frameworks/support/+/3020408
API tracking shows the new public classes, but ./gradlew bench:b-c:updateApi doesn't show any of these generated adapters.
Sample generated file attached.
End goal is to make it possible to use Moshi without exposing it as an impl detail in APIs.