Closed dcalhoun closed 6 days ago
3 Warnings | |
---|---|
:warning: | strings.xml files should only be updated on release branches, when the translations are downloaded by our automation. |
:warning: | This PR is larger than 300 lines of changes. Please consider splitting it into smaller PRs for easier and faster reviews. |
:warning: | PR is not assigned to a milestone. |
Generated by :no_entry_sign: Danger
App Name | WordPress | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21467-f1d467b | |
Commit | f1d467b9975386a36e4649defd661d5ea556ea52 | |
Direct Download | wordpress-prototype-build-pr21467-f1d467b.apk |
App Name | Jetpack | |
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr21467-f1d467b | |
Commit | f1d467b9975386a36e4649defd661d5ea556ea52 | |
Direct Download | jetpack-prototype-build-pr21467-f1d467b.apk |
@dcalhoun Nice job on your first Compose task! One recommendation I have for future work is to avoid putting the ViewModel and the composables inside the activity.
I know there are several places we do that in the app, but it's better to have both the ViewModel and the composables as separate files.
The reason for this is to avoid making the mistake of having the ViewModel "aware" of the activity, and likewise for the composables. That mistake was not made here, but it has been made elsewhere in the app.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 39.49%. Comparing base (
e34429a
) to head (f1d467b
). Report is 46 commits behind head on trunk.
Files with missing lines | Patch % | Lines |
---|---|---|
...ava/org/wordpress/android/ui/ActivityLauncher.java | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Relocate experimental features settings to reside next to debug settings.
Relates to https://github.com/wordpress-mobile/WordPress-Android/pull/21459#issuecomment-2474767835.
Testing Instructions
Re-test https://github.com/wordpress-mobile/WordPress-Android/pull/21459 in the new location.
Regression Notes
PR Submission Checklist:
RELEASE-NOTES.txt
if necessary.Testing Checklist (strike-out the not-applying and unnecessary ones):