[go: nahoru, domu]

  1. b276649 Remove usage of legacy multidex by Aurimas Liutikas · 9 weeks ago
  2. f6056cd Remove redundant minSdkVersion 21 by Aurimas Liutikas · 9 weeks ago
  3. 89454ee Allow VideoRecordingEffectTest to run on CameraPipe by Trevor McGuire · 3 months ago
  4. 32de0cc Move `LifecycleOwnerUtils` to `testutils-lifecycle` by Marcello Galhardo · 3 months ago
  5. eccb863 Revert "Use ZoomGestureDetector in PreviewView and coretestapp." by Scott Nien · 3 months ago
  6. b794099 Use ZoomGestureDetector in PreviewView and coretestapp. by TY Chang · 8 months ago
  7. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 7 months ago
  8. 36358d8 Merge "[camera-testing] Add basic local test capability" into androidx-main by Treehugger Robot · 7 months ago
  9. 2bdd734 Unhide DynamicRange APIs for API review by Trevor McGuire · 9 months ago
  10. ed67d00 [camera-testing] Add basic local test capability by Tahsin Masrur · 8 months ago
  11. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 8 months ago
  12. 0ca1bb04 Add screen flash UI implementations by Tahsin Masrur · 11 months ago
  13. e6b504c Add CameraXService backbone in core-test app by leo huang · 12 months ago
  14. 617b54e Export test information before starting a recording. by TY Chang · 1 year ago
  15. 068199ff Remove alpha dependencies from camera artifacts to prepare for beta release by Tahsin Masrur · 1 year, 3 months ago
  16. 2dbe75f [CameraPipe] Port ZoomControlDeviceTest from camera-camera2 by Tahsin Masrur · 1 year, 7 months ago
  17. e586b0e Fix FlashTest failure rate increase due to new AE mode related tests by Tahsin Masrur · 1 year, 8 months ago
  18. 6138690 Upgrade to androidx.test:runner:1.5.1 by Brett Chabot · 1 year, 9 months ago
  19. 2b445ff Inline the single use of mlkit excludes by Aurimas Liutikas · 1 year, 10 months ago
  20. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years ago
  21. fba96cb Upgrade to androidx.test:core:1.5.0-alpha02 by Aurimas Liutikas · 2 years ago
  22. b72a4e0 Use espresso-core:3.3.0 in test code by WenHung_Teng · 2 years ago
  23. 2ab2b27 Merge "Update MLKitBarcodeTest to use MLKitAnalyzer" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  24. 3487fb8 Update MLKitBarcodeTest to use MLKitAnalyzer by Xi Zhang · 2 years, 1 month ago
  25. 8fb76c2 Replace FailAnnotatedTestOnLeakRunListener by DetectLeaksAfterTestSuccess test rule by Charcoal Chen · 2 years, 1 month ago
  26. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 7 months ago
  27. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  28. 7c32b45 Move CMake version to libs.versions.toml by Fred Sladkey · 2 years, 7 months ago
  29. 4649d6f Update CMake version to 3.22.1 by Fred Sladkey · 2 years, 7 months ago
  30. 83d23c5 Update CMake version to 3.18.1 by Fred Sladkey · 2 years, 11 months ago
  31. 6b6bf16 Use Lifecycle 2.3.1 prebuilts by Ian Lake · 3 years ago
  32. 0bd3c1e Update support library dependency for coreTestApp by WenHung_Teng · 3 years, 2 months ago
  33. 625e16a Integrate Recorder into core test app by leo huang · 3 years, 3 months ago
  34. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  35. e26aaba Migrate camera to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  36. 7fee91dc Add MLKit barcode-scan dependency in CoreTestApp by weginlee · 3 years, 4 months ago
  37. 190091b Fix build to work with Gradle 7.0-M2 by Aurimas Liutikas · 3 years, 6 months ago
  38. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  39. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 6 months ago
  40. 7fec95f Integration test for Camera2Interop by Trevor McGuire · 3 years, 6 months ago
  41. d02d64e Moving appsearch/local-storage/.cxx cache into out/dir by Jeff Gaston · 3 years, 8 months ago
  42. af77fb2 Update camera-testapp-core's gradle file to have dependences on appcompat, activity and fragment by project. by charcoalchen · 3 years, 9 months ago
  43. 073e984 Migrate away from kotlin-android-extensions (core) by husaynhakeem · 3 years, 9 months ago
  44. a1e169d Enable the CameraX test app to swap Camera impls by Paul Rohde · 3 years, 10 months ago
  45. eb6b350 Check device foreground for core test app tests by WenHung_Teng · 3 years, 11 months ago
  46. 2f55dc1 Convert ExistingActivityLifecycleTest to kotlin by Trevor McGuire · 4 years, 2 months ago
  47. 1eca090 Add OpenGL Activity to core test app by Trevor McGuire · 4 years, 3 months ago
  48. fa0bb11 Merge "Move coverage to only be enabled in CI." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  49. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 5 months ago
  50. fde38a9 Refactor camera coretestapp to use RequestMultiplePermissions contract by Trevor McGuire · 4 years, 3 months ago
  51. aa64b9c Revert "Revert "Convert CameraX core test app to render frames with OpenGL"" by Trevor McGuire · 4 years, 3 months ago
  52. 63a022a Revert "Convert CameraX core test app to render frames with OpenGL" by Trevor McGuire · 4 years, 3 months ago
  53. 5133e02 Convert CameraX core test app to render frames with OpenGL by Trevor McGuire · 4 years, 4 months ago
  54. d369d39 Ensure auto-initialization works with pseudolocales by Trevor McGuire · 4 years, 4 months ago
  55. 8bf9aa7 Bugfix: clear user callback when use case is destroyed. by Xi Zhang · 4 years, 5 months ago
  56. f2cec9e Export camera2 proguard rules for Camera2Config$DefaultProvider by Trevor McGuire · 4 years, 6 months ago
  57. cf8e22b Add getInstance() for process LifecycleCameraProvider by Trevor McGuire · 4 years, 9 months ago
  58. 4d89be1 Moved CameraX bind methods to core-lifecycle by Franklin Wu · 4 years, 10 months ago
  59. 3b30e3f Remove Camera2Camera2Initializer and public CameraX.init() / deinit() by leo huang · 5 years ago
  60. 64c858b Switch to prebuilts from project() dependencies by Ian Lake · 5 years ago
  61. ae48ec2 Remove ANDROIDX_* constants from Dependencies.kt by Ian Lake · 5 years ago
  62. c52e4f3 Use PreviewSurfaceCallback for non-extension Preview by Xi Zhang · 5 years ago
  63. 5e3d86b Add a basic/skeleton take picture test by fungja · 5 years ago
  64. 6de1fbd Fix BasicUITest postsubmit failing on NexusPlayer. by weginlee · 5 years ago
  65. df6a484 Change TEST_* to ANDROIDX_TEST_* in gradle files by David M. Chen · 5 years ago
  66. 1ff4059 Test that core app starts twice successfully. by fungja · 5 years ago
  67. 7c98792 The basic UI check for CoreTest app. by wegin lee · 5 years ago
  68. 6bf813c Remove remaining Java 8 features and fix androidTests by Trevor McGuire · 5 years ago
  69. ff3cacc6 Add example of espresso test for coretestapp. by fungja · 5 years ago
  70. 393daa9 Renamed hellocamerax to coretestapp by Franklin Wu · 5 years ago[Renamed (71%) from camera/integration-tests/hellocamerax/build.gradle]
  71. 87eadea hellocamerax now builds by Franklin Wu · 6 years ago
  72. 3980018 Move integration test apps into camera/integration-tests by Trevor McGuire · 6 years ago[Copied (89%) from camera/core/src/androidTest/java/androidx/camera/app/camera2interoperror/build.gradle]
  73. c63cd73 Add all Camera code from internal repo by Trevor McGuire · 6 years ago