[go: nahoru, domu]

  1. d3a578c Update to new version of metalava by Aurimas Liutikas · 4 years, 1 month ago
  2. b36c025 Merge "Fix missing "return this" in VideoCaptureConfig setDefaultResolution" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  3. bf9cca5 Fix missing "return this" in VideoCaptureConfig setDefaultResolution by AL Ho · 4 years, 1 month ago
  4. 66a7117 Merge "Add sample for camera toggle transition" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  5. 96c895d Prevent PreviewView from hiding the preview when it creates a SurfaceProvider by husaynhakeem · 4 years, 1 month ago
  6. 601d625 Multiple tags -- Create TagBundle related classes by AL Ho · 4 years, 3 months ago
  7. 1c50c37 Merge "Clear session config when no valid use case" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  8. 688ba87 Add sample for camera toggle transition by husaynhakeem · 4 years, 1 month ago
  9. a497cce Remove redundant initializer for lint by Dustin Lam · 4 years, 2 months ago
  10. 3ff52bf Merge "Fix takePictureTest for ActivityScenario" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  11. de44ffe3 Split up vertex transforms into MVP matrix by Trevor McGuire · 4 years, 2 months ago
  12. 8bc7879 Move all transforms to vertex shader by Trevor McGuire · 4 years, 2 months ago
  13. ce581f9 Simplify surface scale calculations by Trevor McGuire · 4 years, 2 months ago
  14. 5075165 Remove lazy initialization of GL context from OpenGLRenderer by Trevor McGuire · 4 years, 2 months ago
  15. ac05ab1 Use GL_TRIANGLE_STRIP instead of a single triangle for vertices by Trevor McGuire · 4 years, 2 months ago
  16. 5f5af18 Merge "Retrieve Application context safely" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  17. 604c75c Retrieve Application context safely by Trevor McGuire · 4 years, 1 month ago
  18. 4802874 Merge "feat: data transformations for 1D visualizations" into androidx-master-dev by Elizabeth Powell · 4 years, 1 month ago
  19. b3a87b1 Merge "Changed NonNull annotation to Nullable on ImageReaderProxy.getSurface()" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  20. 44c57bd Merge "Add documentation to PreviewView about setting a view on top of it." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  21. 8f7b2c5 Changed NonNull annotation to Nullable on ImageReaderProxy.getSurface() by Franklin Wu · 4 years, 1 month ago
  22. 7a941be Add documentation to PreviewView about setting a view on top of it. by husaynhakeem · 4 years, 1 month ago
  23. d839ee9 Merge "Fix the preview black screen issue after switching camera twice and then pause/resume activity." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  24. c1b92f7 Fix the preview black screen issue after switching camera twice and then pause/resume activity. by charcoalchen · 4 years, 1 month ago
  25. c6864f7 Merge "Make androidx.camera.extension.ExtensionTest not crash" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  26. 9e16c2a Merge "Cleanup: remove unused SurfaceRequest constructor and add NonNull annotation" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  27. a537323 Merge "Apply the workaround for Legacy API 21 aspect ratio issue to all the usecases and move to camera2 package" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  28. fca8897 Apply the workaround for Legacy API 21 aspect ratio issue to all the usecases and move to camera2 package by Andrew Chiang · 4 years, 2 months ago
  29. cf25a23 Fix postsubmit fail PreviewViewBitmapTest and PreviewViewStreamStateTest on API 24: Nexus Player by leo huang · 4 years, 1 month ago
  30. bb0ac60e Merge "API Change: merge FIT_CENTER, FIT_START and FIT_END into FIT" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  31. bd0588d2 feat: data transformations for 1D visualizations by Elizabeth Powell · 4 years, 2 months ago
  32. 0fe1d25 Cleanup: remove unused SurfaceRequest constructor and add NonNull annotation by Xi Zhang · 4 years, 1 month ago
  33. 40fb60d API Change: merge FIT_CENTER, FIT_START and FIT_END into FIT by Xi Zhang · 4 years, 2 months ago
  34. 15b4cbd Make androidx.camera.extension.ExtensionTest not crash by Franklin Wu · 4 years, 1 month ago
  35. bd3c128 Merge "Lint check to to detect utility classes and suggest making them un-instantiable through private constructor(s)." into androidx-master-dev by Oussama Ben Abdelbaki · 4 years, 1 month ago
  36. d2322e3 Fixed camera-extensions nullability issues to updateApi by charcoalchen · 4 years, 1 month ago
  37. 4511cdf Merge "Fix ConcurrentModificationException in tryDetachUseCases" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  38. 8aa3a02 Fix ConcurrentModificationException in tryDetachUseCases by Scott Nien · 4 years, 1 month ago
  39. a422995 Add mechanism to exclude supported sizes that may cause WYSIWYG problem. by charcoalchen · 4 years, 2 months ago
  40. a9a8ffd Revert "Revert "Ensure main thread in LifecycleRegistry methods."" by Sergey Vasilinets · 4 years, 1 month ago
  41. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years, 2 months ago
  42. 55012d9f Release Surface from ImageReader by Franklin Wu · 4 years, 1 month ago
  43. 59b760e Merge "Add MetadataTransform API to CameraGraph" into androidx-master-dev by Paul Rohde · 4 years, 1 month ago
  44. a001cea Merge "Refactor/cleanup test app to bind usecases in a group." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  45. 790f3a8 Refactor/cleanup test app to bind usecases in a group. by Xi Zhang · 4 years, 2 months ago
  46. c04646a Add MetadataTransform API to CameraGraph by Paul Rohde · 4 years, 2 months ago
  47. 023035b Merge "Moved LifecycleCamera classes into camera-lifecycle" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  48. ae0a267 Moved LifecycleCamera classes into camera-lifecycle by Franklin Wu · 4 years, 2 months ago
  49. 699c1a5 Clear session config when no valid use case by WenHung_Teng · 4 years, 2 months ago
  50. ad7acb9 Update switch camera test by WenHung_Teng · 4 years, 2 months ago
  51. e3e3e55 Merge "Add integration tests for ViewPager2Activity in UIWidgetsTestApp" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  52. b0057ef Add integration tests for ViewPager2Activity in UIWidgetsTestApp by Wegin Lee · 4 years, 3 months ago
  53. af3b099 Fixed core test app problem that can't work normally on some devices. by charcoalchen · 4 years, 2 months ago
  54. 59e9cdd Merge "Addressed issue where a non-started LifecycleCamera could be active" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  55. f686c02 Merge "Fix incorrect buffer copy in HdrImageCaptureExtenderImpl example" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  56. ebe8596 Fix PreviewViewStreamState postsubmit fail by WenHung_Teng · 4 years, 2 months ago
  57. 2602668 Handle the configuration callback not called by WenHung_Teng · 4 years, 2 months ago
  58. e7de925 Refactor CaptureSession by WenHung_Teng · 4 years, 5 months ago
  59. 26edc8d Create SynchronizedCaptureSession for the refactor by WenHung_Teng · 4 years, 5 months ago
  60. a4d6773 Merge "Disable unused features in AGP" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  61. 25071fa Merge "Add husaynhakeem for +2 on camera repo" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  62. ef54495 Fix incorrect buffer copy in HdrImageCaptureExtenderImpl example by Franklin Wu · 4 years, 2 months ago
  63. 59d77d9 Disable unused features in AGP by Aurimas Liutikas · 4 years, 5 months ago
  64. 8da3cb9 Addressed issue where a non-started LifecycleCamera could be active by Franklin Wu · 4 years, 2 months ago
  65. 93642e8 Add husaynhakeem for +2 on camera repo by husaynhakeem · 4 years, 2 months ago
  66. 60d856b Merge "Update testapp to use viewport crop rect" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  67. e12a7d5 Merge "Update JavaDoc for Viewport.Builder" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  68. d30c289 Make the ImageProxy acquired from ImageCapture safe by Franklin Wu · 4 years, 2 months ago
  69. 79ca903 Merge "Prevent focus and metering from being triggered when tap outside preview" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  70. 609dc32 Update JavaDoc for Viewport.Builder by Xi Zhang · 4 years, 2 months ago
  71. 0b0c1c6 Update testapp to use viewport crop rect by Xi Zhang · 4 years, 3 months ago
  72. 02c9d10 Remove VideoCaptureConfig.Builder and move it to VideoCapture.Builder by leo huang · 4 years, 3 months ago
  73. 6f72c7e Fix PreTest camera on unit test by WenHung_Teng · 4 years, 2 months ago
  74. 47c592b Prevent focus and metering from being triggered when tap outside preview by husaynhakeem · 4 years, 2 months ago
  75. bef98fc Mark SurfaceRequest.getCropRect() experimental by Xi Zhang · 4 years, 2 months ago
  76. 010a1cd Remove viewportCropRect from ImageProxy and rename the one in SurfaceRequest by Xi Zhang · 4 years, 2 months ago
  77. 0a81cab Merge "Update release version to Beta07" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  78. d4e4293 Merge "Add CameraDevice and CaptureSession wrappers" into androidx-master-dev by Paul Rohde · 4 years, 2 months ago
  79. a73976f Add CameraDevice and CaptureSession wrappers by Paul Rohde · 4 years, 2 months ago
  80. cbb303d Merge "Fix failing postsubmit failures in OrientationConfigChanges test" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  81. 6809496 Merge "Fixed issue where unable to switch back to a camera." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  82. 0790bab Fixed issue where unable to switch back to a camera. by Franklin Wu · 4 years, 2 months ago
  83. 00b5a71 Fix failing postsubmit failures in OrientationConfigChanges test by husaynhakeem · 4 years, 2 months ago
  84. 9107b90 Fix takePictureTest for ActivityScenario by fungja · 4 years, 2 months ago
  85. 5db2fa3 Rename uiwidgets/rotation testing classes by husaynhakeem · 4 years, 2 months ago
  86. add43a2 Move image analysis rotation test logic to base class by husaynhakeem · 4 years, 2 months ago
  87. eae2113 Merge changes from topic "lifecycle-camera" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  88. 2ad28db UseCaseMediator to LifecycleCamera by Franklin Wu · 4 years, 3 months ago
  89. 4164f47 Switch to using CameraUseCaseAdapter by Franklin Wu · 4 years, 3 months ago
  90. 3064fd3 Add rotation tests for imageCapture in the integration test app by husaynhakeem · 4 years, 2 months ago
  91. 8334bd0 Update release version to Beta07 by Julie · 4 years, 2 months ago
  92. 6f9785d Merge "Add Request objects for CameraPipe." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  93. 7c7d9ee Merge "Pretest camera before running test" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  94. 32f98ef Pretest camera before running test by WenHung_Teng · 4 years, 2 months ago
  95. 90aa73f Explicitly rotate device in ExistingActivityLifecycleTest by Trevor McGuire · 4 years, 2 months ago
  96. 2f55dc1 Convert ExistingActivityLifecycleTest to kotlin by Trevor McGuire · 4 years, 2 months ago
  97. ed2fc71 Add Request objects for CameraPipe. by Paul Rohde · 4 years, 2 months ago
  98. 4b45d07 Fix and enforce MissingCasesInEnumSwitch errorprone warnings by Sergey · 4 years, 2 months ago
  99. 83d675a Fix ProcessingImageReadyerDeviceTest failure by Scott Nien · 4 years, 2 months ago
  100. 5fb4823 Merge "Fix touch focus fail on Samsung S7" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago