-
Notifications
You must be signed in to change notification settings - Fork 171
Adds Preview Screenshot tool and basic tests + fixes build #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I10e503afe53adef41eaa93e38ee9a96e171382c1
Change-Id: Id322db88b4db0a398f5293a3cbad3f439fa0159e
Change-Id: If7a87e39f3f2142a7947256aa8c5abb74a69990d
Change-Id: I62c15d8e15190db56baf52d8367f5762a4bbdcc4
Change-Id: Id65401acfca589609da70496ec8b67c72b94ef94
Change-Id: I324781eee58fdc8f1b04265893dd7f7766f5d811
Change-Id: I946375c59ce1c1d43e2cc14c0087611795bef67c
Change-Id: Ibe8131e3d92ebbcbd94723600c3620250db24b7a
Change-Id: If3d275f2e67c4e900ad71b444f18eecc0468cef0
Change-Id: I43b0f7769e7180b2120d6a0de96e41c4bc2dc9c9
Change-Id: Id5a078d47cf52a035367d1d69e291b7a39e95f99
Change-Id: I8533924ed1bcbc3b6b6fd898994176c537500fb5
riggaroo
approved these changes
May 13, 2025
...c/screenshotTest/java/com/android/developers/androidify/camera/CameraScreenScreenshotTest.kt
Show resolved
Hide resolved
Change-Id: Ib1d927b73e94b8a473e25d2cd8b6e95821d62a90
Change-Id: I1a318f4fcba20da72042336671f35b79a0e0ec6d
Change-Id: I25bc9711014cffeab0645a7525b37dd23839f033
Change-Id: Iaea47c11d11a1e3929d2e5d12114ccbdfa44d1d0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The complicated part was dealing with app startup and Firebase initialization.
connectedCheck
runs on every module, whether they have androidTests or not, so that was causing crashes. I disabled instrumented tests in modules without no tests, and added anAndroidManifest.xml
in the androidTest source set for the modules that have tests.