-
Notifications
You must be signed in to change notification settings - Fork 624
Add a screenshot-based trigger for in-app feedback #4122
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
Conversation
Coverage Report 1Affected Products
Test Logs |
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
3575037
to
7233fc1
Compare
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Size Report 1Affected Products
Test Logs |
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
06eb491
to
c1215a9
Compare
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
c1215a9
to
c6f2661
Compare
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
1 similar comment
The public api surface has changed for the subproject firebase-appdistribution-api: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
...appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackActivity.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/ImageUtils.java
Outdated
Show resolved
Hide resolved
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/ImageUtils.java
Outdated
Show resolved
Hide resolved
...appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackActivity.java
Outdated
Show resolved
Hide resolved
...appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackActivity.java
Outdated
Show resolved
Hide resolved
...appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackActivity.java
Outdated
Show resolved
Hide resolved
...appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FeedbackActivity.java
Outdated
Show resolved
Hide resolved
...test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/FeedbackTriggers.java
Outdated
Show resolved
Hide resolved
...test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/FeedbackTriggers.java
Outdated
Show resolved
Hide resolved
...test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/FeedbackTriggers.java
Outdated
Show resolved
Hide resolved
...ution/test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/MainActivity.kt
Outdated
Show resolved
Hide resolved
.../src/main/java/com/google/firebase/appdistribution/internal/FirebaseAppDistributionStub.java
Outdated
Show resolved
Hide resolved
...distribution/src/main/java/com/google/firebase/appdistribution/impl/TesterApiHttpClient.java
Outdated
Show resolved
Hide resolved
...ribution/src/test/java/com/google/firebase/appdistribution/impl/TesterApiHttpClientTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge with remaining TODOs - they can be addressed in a follow-up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thanks!
...ribution/src/test/java/com/google/firebase/appdistribution/impl/TesterApiHttpClientTest.java
Outdated
Show resolved
Hide resolved
...ution/test-app/src/main/java/com/googletest/firebase/appdistribution/testapp/MainActivity.kt
Outdated
Show resolved
Hide resolved
3ae5c08
to
5d66a9a
Compare
Also has some refactoring to, among other things, allow the passing of a screenshot URI to the
startFeedback()
API.