[go: nahoru, domu]

  1. fac8a3c Merge "BUGFIX: fix failed saveToUri() tests in MobileHarness" into androidx-master-dev am: 75cee44a71 by Automerger Merge Worker · 4 years, 6 months ago
  2. 6f28a57 BUGFIX: fix failed saveToUri() tests in MobileHarness by Xi Zhang · 4 years, 7 months ago
  3. ed18608 Suppress/migrate from deprecated APIs in Android R by Chris Banes · 4 years, 7 months ago
  4. 1c76d34 Merge "API Change: Support URI and OutputStream in ImageCapture" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  5. ec5384d API Change: Support URI and OutputStream in ImageCapture by Xi Zhang · 4 years, 7 months ago
  6. 049c918 Change SurfaceProvider to use SurfaceRequests by Trevor McGuire · 4 years, 7 months ago
  7. a92e76e Merge "Rename PreviewSurfaceProvider to SurfaceProvider" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  8. 7ded947 Rename PreviewSurfaceProvider to SurfaceProvider by Trevor McGuire · 4 years, 7 months ago
  9. 8875bfd Use ActivityScenario for lifecycle testing by fungja · 4 years, 7 months ago
  10. 175db56 Update ImageCapture callbacks + Docs. by husaynhakeem · 4 years, 7 months ago
  11. 3f890dd Fix and enforce FutureReturnValueIgnored errorprone warnings by Sergey · 4 years, 8 months ago
  12. 692104b Refactor ExistingActivityLifecycleTest to check preview black screen issues. by weginlee · 4 years, 9 months ago
  13. d67a03d Handle Config related classess RestrictTo annotations by charcoalchen · 4 years, 8 months ago
  14. f3530f7 Refactor coretestapp idling by fungja · 5 years ago
  15. 80b49e7 Copy the same TextureView management codes to core test app from PreviewView's TextureViewImplementation by Scott Nien · 4 years, 9 months ago
  16. cf8b11c Fix and enforce UnusedVariable errorprone warnings by Aurimas Liutikas · 4 years, 9 months ago
  17. f9c0040 Moved rotationDegrees from Analyzer to ImageInfo by Franklin Wu · 4 years, 9 months ago
  18. 661b7e9 Update docs + Hide IntDefs + Move IntDef constants outside IntDef definition. by husaynhakeem · 4 years, 9 months ago
  19. d688b2d Moved CameraXExecutors out of the integration test apps by Franklin Wu · 4 years, 9 months ago
  20. f714667 Ignore MinMaxConstant lint warning. by husaynhakeem · 4 years, 9 months ago
  21. cf8e22b Add getInstance() for process LifecycleCameraProvider by Trevor McGuire · 4 years, 9 months ago
  22. 352a087 Change ImageCapture.CaptureMode from enum to IntDef by husaynhakeem · 4 years, 9 months ago
  23. 6193f93 Remove Preview#isTorchOn and Preview#enableTorch APIs by leo huang · 4 years, 9 months ago
  24. 5bc6174 Change LensFacing from enum to IntDef by husaynhakeem · 4 years, 10 months ago
  25. 43c180d Remove ImageAnalysisConfig.Builder, and move it to ImageAnalysis.Builder. by husaynhakeem · 4 years, 9 months ago
  26. bf6c2f9 Remove ImageCaptureCOnfig.Builder and move it to ImageCapture.Builder. by husaynhakeem · 4 years, 9 months ago
  27. 7a58dbf Refine flash and torch API by leo huang · 4 years, 9 months ago
  28. 76c2f74 API Change: Remove onSafeToRelease from PreviewSurfaceCallback by Franklin Wu · 4 years, 10 months ago
  29. 687d79a Remove PreviewConfig.Builder, and move the preview usecase's builder to Preview. by husaynhakeem · 4 years, 10 months ago
  30. 2707b4d Not close ImageProxy for ImageAnalysis. by TY Chang · 4 years, 10 months ago
  31. 0140954 Merge "Removed get/setTimestamp in ImageProxy" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  32. 9c57380 Merge "Change FlashMode from enum to intdef." into androidx-master-dev by Husayn Abdul-hakeem · 4 years, 10 months ago
  33. df7ce79 Removed get/setTimestamp in ImageProxy by Franklin Wu · 4 years, 10 months ago
  34. db948eb Change FlashMode from enum to intdef. by husaynhakeem · 4 years, 10 months ago
  35. 24589e0 Change ImageCaptureError from enum to IntDef. by husaynhakeem · 4 years, 10 months ago
  36. 0e4664e Merge "Modify the bindToLifeCycle to return a Camera" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  37. 60fffca Modify the bindToLifeCycle to return a Camera by WenHung_Teng · 4 years, 10 months ago
  38. 8883e6e Fix for CameraXActivity shouldn't be using internal APIs by AL Ho · 4 years, 10 months ago
  39. 754b5cf Mark setLensFacing() and getLensFacing() as restricted by Trevor McGuire · 4 years, 10 months ago
  40. a743e1f Add CameraSelector to CameraX.bindToLifecycle() by Trevor McGuire · 4 years, 10 months ago
  41. d948fa8 API Change: Add resolution to SurfaceTextureCallback by Xi Zhang · 4 years, 10 months ago
  42. 4d89be1 Moved CameraX bind methods to core-lifecycle by Franklin Wu · 4 years, 10 months ago
  43. 0e830e9 Move CameraX.LensFacing to LensFacing.java by leo huang · 4 years, 10 months ago
  44. a3762c5 Remove the remaining usage of OnPreviewOutputUpdateListener and apply PreviewSurfaceCallback helper. by Xi Zhang · 4 years, 10 months ago
  45. b71678e Fix the lint errors for updateApi by leo huang · 4 years, 10 months ago
  46. 8ab4cc2 Fix failing postsubmit test: androidx.camera.integration.core.ToggleButtonUITest by AL Ho · 5 years ago
  47. 9d84866 API Change: Add a onSafeToRelease() to PreviewSurfaceCallback by Xi Zhang · 4 years, 11 months ago
  48. 3b4ed3e Rename Listeners with more than 1 method to Callback by Franklin Wu · 5 years ago
  49. 60e0b4a BUGFIX: transform Preview after the size is set. by Xi Zhang · 5 years ago
  50. c52e4f3 Use PreviewSurfaceCallback for non-extension Preview by Xi Zhang · 5 years ago
  51. aebe009 Merge changes I7078a750,I9d1fd206,Icebddffd into androidx-master-dev by Wenhung Teng · 5 years ago
  52. a1cc383 Remove the callbackHandler from ThreadConfig. by WenHung_Teng · 5 years ago
  53. aa77dad Add an Executor as part of setAnalyzer API. by WenHung_Teng · 5 years ago
  54. 0c13376 Merge "Add a basic/skeleton take picture test" into androidx-master-dev by Treehugger Robot · 5 years ago
  55. 5e3d86b Add a basic/skeleton take picture test by fungja · 5 years ago
  56. f39e6b6 Add API for check if flash is available by AL Ho · 5 years ago
  57. a0a2c7f Fix MissingNullability and ReferencesHidden lint error by leo huang · 5 years ago
  58. 97de377 Add an Executor as part of startRecording API. by WenHung_Teng · 5 years ago
  59. 5cc433b Add an Executor as part of takePicture API. by WenHung_Teng · 5 years ago
  60. 1d12f20 Add @NonNull annotation. by WenHung_Teng · 5 years ago
  61. dc156bc Rename UseCaseError by leo huang · 5 years ago
  62. 87e49a0 Revert "Rename UseCaseError" by Ryan Mentley · 5 years ago
  63. 8f1037b Rename UseCaseError by leo huang · 5 years ago
  64. 72b649c Retrieve camera id from config instead of only lens-facing. by TY Chang · 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. a2fe8df Adding support for Auto mode and updating verbiage log message to 'Preview' by Kwangkyu Park · 5 years ago
  67. 93142ee Rename Configuration by leo huang · 5 years ago
  68. 3a95a1d Rename UseCases by leo huang · 5 years ago
  69. d716e738 Fix black viewfinder screen on CoreTestApp by weginlee · 5 years ago
  70. 221fb17 Merge "Fine tune BasicUITest and UseCaseButtonsStressTest" into androidx-camerax-dev by Wegin Lee · 5 years ago
  71. 61c0a9d Fine tune BasicUITest and UseCaseButtonsStressTest by weginlee · 5 years ago
  72. 4ccfd48 Use OnLayoutChanged listener to handle rotation by fungja · 5 years ago
  73. 7e7afa0 Separate basic UI test and stress test for CoreTest app. by weginlee · 5 years ago
  74. af9c6fa [CameraX] Add flash mode, torch, camera switch button test. by WenHung_Teng · 5 years ago
  75. 4b5372c [CameraX] Add flash mode switch button in CoreTestApp by WenHung_Teng · 5 years ago
  76. 7c98792 The basic UI check for CoreTest app. by wegin lee · 5 years ago
  77. 7b61dd0 [CameraX] Update coreTestApp UI by Wenhung Teng · 5 years ago
  78. 3d89b90 Replace java 8 lambda with anonymous class by Scott Nien · 6 years ago
  79. 393daa9 Renamed hellocamerax to coretestapp by Franklin Wu · 6 years ago[Renamed (99%) from camera/integration-tests/hellocamerax/src/main/java/androidx/camera/testapp/hellocamerax/CameraXActivity.java]
  80. 945fc1b Merge "Migrate core test app files to AOSP style" into androidx-camerax-dev by Wegin Lee · 6 years ago
  81. 8bfd064 Migrate core test app files to AOSP style by weginlee · 6 years ago
  82. 87eadea hellocamerax now builds by Franklin Wu · 6 years ago
  83. 470a44f Auto-format java and xml files in camera project by Trevor McGuire · 6 years ago
  84. 3980018 Move integration test apps into camera/integration-tests by Trevor McGuire · 6 years ago[Renamed (99%) from camera/core/src/androidTest/java/androidx/camera/app/hellocamerax/CameraXActivity.java]
  85. c63cd73 Add all Camera code from internal repo by Trevor McGuire · 6 years ago