1. 8bb1edc Notify CameraController about PreviewView transform change. by Xi Zhang · 2 years, 5 months ago
  2. 62ca57e Workaround for Red Mi Note 10 quirk by Xi Zhang · 2 years, 6 months ago
  3. e40e90b minSdk -> RequiresApi for camera-view by Trevor McGuire · 2 years, 9 months ago
  4. a5a22a6 Remove ExperimentalUseCaseGroupLifecycle by Xi Zhang · 3 years ago
  5. 1154efd Merge "Remove experimental annotaion in view artifcat." into androidx-main by Treehugger Robot · 3 years ago
  6. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years ago
  7. 91612f2 Remove experimental annotaion in view artifcat. by Xi Zhang · 3 years, 1 month ago
  8. 492425c Make transform util API public. by Xi Zhang · 3 years, 3 months ago
  9. 79dfb2c Fix lint issues in camera-view by husaynhakeem · 3 years, 2 months ago
  10. 68f6121 Cleanup transform util code by Xi Zhang · 3 years, 3 months ago
  11. 441ec99 Cleanup: use (-1, -1) - (1, 1) as normalized space. by Xi Zhang · 3 years, 3 months ago
  12. 15ef1c2 Update annotation-experimental dependency. by TY Chang · 3 years, 7 months ago
  13. 758344d Qurik: Force PreviewView to use TextureView on Samsung Fold2 by Xi Zhang · 3 years, 3 months ago
  14. c9dd842 Avoid calling default CameraInternal#getCameraInfo by Trevor McGuire · 3 years, 3 months ago
  15. bcee53e API: add an API for transforming PreviewView coordinates by Xi Zhang · 3 years, 4 months ago
  16. 622746f Controller: rebind use cases if scale type changes by Xi Zhang · 3 years, 6 months ago
  17. 0c12b0b Do not wrap SurfaceProvider by Xi Zhang · 3 years, 8 months ago
  18. 6854828 Ensure thread safety in PreviewView by Xi Zhang · 3 years, 8 months ago
  19. afa8af2 Make CameraController public by Xi Zhang · 3 years, 8 months ago
  20. 609c160 Handle core exceptions in CamreaController by Xi Zhang · 3 years, 8 months ago
  21. 0bbd3ec PreviewView: allow setting implementation mode in XML by Xi Zhang · 3 years, 8 months ago
  22. 7b91937 Address API review feedback by Xi Zhang · 3 years, 9 months ago
  23. 0113f6e Merge "Cleanup CameraContoller and friends" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  24. 3cc05ee Cleanup CameraContoller and friends by Xi Zhang · 3 years, 9 months ago
  25. 5de5dcf Bugfix: Race condition in PreviewViewMeteringPointFactory by Xi Zhang · 3 years, 9 months ago
  26. f16edef Update PreviewView#getBitmap() comment to match the behavior. by Xi Zhang · 3 years, 9 months ago
  27. 3dadead Merge "Switch PreviewMeteringPointFactory to use PreviewTransformation" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  28. 6e7a64c Switch PreviewMeteringPointFactory to use PreviewTransformation by Xi Zhang · 3 years, 9 months ago
  29. 1a11e17 Cleanup: Do not consume touch events if controller is not set. by Xi Zhang · 3 years, 9 months ago
  30. f9b3c3a Bugfix: mirror Viewport and PreviewView transformation if front camera is used. by Xi Zhang · 3 years, 9 months ago
  31. 343ae979 Fix tap-to-focus in CameraController by Xi Zhang · 3 years, 9 months ago
  32. cc7699d Update controller to PreviewView's viewport and accelerometer by Xi Zhang · 3 years, 10 months ago
  33. 792b6ab Update PreviewView's javadoc by husaynhakeem · 3 years, 9 months ago
  34. 720deee Merge "Mark PreviewView#getViewPort as experimental" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  35. 78cd31a Merge "PreviewView: Do not consume touch event" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  36. 0ef123e Mark PreviewView#getViewPort as experimental by Xi Zhang · 3 years, 10 months ago
  37. 65a1e29 PreviewView: Do not consume touch event by Xi Zhang · 3 years, 10 months ago
  38. e9dc120 In PreviewView, switch to viewport-based transformation by Xi Zhang · 3 years, 10 months ago
  39. da7d728 Implement Extensions.isExtensionAvailable() by Franklin Wu · 3 years, 10 months ago
  40. b4f5893 Force PreviewView to use TextureView if extension effect is enabled and there is CaptureProcessor set for Preview by charcoalchen · 3 years, 10 months ago
  41. 4223868 Add pinch-to-zoom and tap-to-focus to CameraController. by Xi Zhang · 3 years, 10 months ago
  42. f32f995 API change: return preview rotation degrees and crop rect on the fly by Xi Zhang · 4 years ago
  43. df42816 Do not create new SurfaceProvider in PreviewView by Xi Zhang · 3 years, 10 months ago
  44. f76072e Fix the issue that PreviewViewMeteringPointFactory fails to startFocusAndMetering by Scott Nien · 3 years, 11 months ago
  45. 3f56e3e CameraController initial CL. API is hidden from end users. by Xi Zhang · 4 years, 2 months ago
  46. 677898d Replace Log calls in camera-view with Logger. by husaynhakeem · 4 years ago
  47. 1605fb1 Change DisplayOrientedMeteringPointFactory to take CameraInfo by Franklin Wu · 3 years, 11 months ago
  48. 7dbf48c API change: rename PreviewView's SURFACE_VIEW/TEXTURE_VIEW to PERFORMANCE/COMPATIBLE. by Xi Zhang · 3 years, 11 months ago
  49. 96c895d Prevent PreviewView from hiding the preview when it creates a SurfaceProvider by husaynhakeem · 4 years ago
  50. 7a941be Add documentation to PreviewView about setting a view on top of it. by husaynhakeem · 4 years ago
  51. b7bc89d Suppress deprecations from new sdk, failing tests by Alan Viverette · 4 years ago
  52. 7ecc696 Fix the crash that PreviewView#createMeteringPointFactory is called before surface is requested. by Scott Nien · 4 years, 1 month ago
  53. aa9470f Add PreviewView#getBitmap() API by husaynhakeem · 4 years, 1 month ago
  54. ab313d0 Add logging to PreviewView and TextureViewImplementation by Xi Zhang · 4 years, 1 month ago
  55. 921f54f Bugfix: do not notify the same IDLE state. by Xi Zhang · 4 years, 1 month ago
  56. ac3f011 Add getPreviewStreamState to PreviewView by Scott Nien · 4 years, 2 months ago
  57. 776f499 Change getSurfaceProvider to onSurfaceRequested and add waitForNextFrame in PreviewImplementation by Scott Nien · 4 years, 1 month ago
  58. 8d437cd Merge "Update PreviewView implementationMode documentation." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  59. fceac98 Update PreviewView implementationMode documentation. by husaynhakeem · 4 years, 1 month ago
  60. f630346 Set background to PreviewView. by husaynhakeem · 4 years, 1 month ago
  61. a21708b Add PreviewView#setDeviceRotationForRemoteDisplayMode() API to provide device rotation value for transform calculations. by charcoalchen · 4 years, 3 months ago
  62. e76a929 Use camera sensor degrees to flip sensor dimension for related calculations in PreviewView by charcoalchen · 4 years, 3 months ago
  63. 2d16600 Fixed the preview distortion issue on FULL/LIMITED/LEVEL_3 cameras running android 7.0 and below. Forced use ImplementationMode#TEXTURE_VIEW mode when the android version is 7.0 or below. by charcoalchen · 4 years, 2 months ago
  64. f9c367f Bugfix: throw meaningful error message if creating MeteringPointFactory prematurely by Xi Zhang · 4 years, 2 months ago
  65. 79ed59de Add CameraInfo to SurfaceRequest and PreviewView retrieves CameraInfo from SurfaceRequest instead. by Scott Nien · 4 years, 2 months ago
  66. 42ad40d Reverse horizontal translation set on preview in RTL layouts by husaynhakeem · 4 years, 2 months ago
  67. f988306 Fix PreviewView black screen on ViewPager2 behavior. by weginlee · 4 years, 3 months ago
  68. 51aa8da Support setting PreviewView's scaleType from a XML layout. by husaynhakeem · 4 years, 3 months ago
  69. cabaea8 Fix scaleType in CameraView + Add support for all scaleTypes from PreviewView. by husaynhakeem · 4 years, 3 months ago
  70. 1a468dc Add and update instrumentation tests for PreviewView. by husaynhakeem · 4 years, 3 months ago
  71. e755000 Use device camera hardware level to determine PreviewView implementationMode. by husaynhakeem · 4 years, 7 months ago
  72. c0ec6f3 Move PreviewView scaleType information inside PreviewTransform. by husaynhakeem · 4 years, 3 months ago
  73. cd09b64 Fixed incorrect preview transfom in PreviewView when size changed. by Scott Nien · 4 years, 4 months ago
  74. b827823 Add public APIs for scaleTypes in PreviewView. by husaynhakeem · 4 years, 4 months ago
  75. 4c33c4e Add createMeteringPointFactory to PreviewView by Scott Nien · 4 years, 4 months ago
  76. d383a3a Convert a PreviewView supported scale type to a transformation. by husaynhakeem · 4 years, 5 months ago
  77. 7ded947 Rename PreviewSurfaceProvider to SurfaceProvider by Trevor McGuire · 4 years, 5 months ago
  78. 1cad437 Registers DisplayListener in PreviewView to properly update the transform to show preview correctly. by Scott Nien · 4 years, 5 months ago
  79. 6f36ec6 Correct PreviewView textureView implementation. by husaynhakeem · 4 years, 6 months ago
  80. 38bf1df Fix error-prone issues in camera-view by Dustin Lam · 4 years, 6 months ago
  81. 9e0dfec Revert to using FixedSizeSurfaceTexture for preview. by husaynhakeem · 4 years, 6 months ago
  82. 6024b78 Adding FixedSizeSurfaceTexture as temporary fix in camera-view by Franklin Wu · 4 years, 7 months ago
  83. 76c2f74 API Change: Remove onSafeToRelease from PreviewSurfaceCallback by Franklin Wu · 4 years, 8 months ago
  84. 93ce767 Create PreviewView attribute allowing the user to specify whether to use a SurfaceView or a TextureView for the preview/camera feed. by husaynhakeem · 4 years, 8 months ago
  85. e0a6f68 Create PreviewView that uses SurfaceView internally by Xi Zhang · 4 years, 9 months ago