-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Jetpack App: Show all sites and allow site creation #15920
Jetpack App: Show all sites and allow site creation #15920
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APKs: |
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 work. I can log into the Jetpack app with any wp.com account and see all sites. As expected, I can't log into the Jetpack app with a self-hosted site unless I enter WP.com credentials.
WordPress/src/main/java/org/wordpress/android/ui/mysite/SiteNavigationAction.kt
Show resolved
Hide resolved
Thanks for a review, @zwarm! I felt jittery in removing these conditions all over the code, so I introduced
Note: I haven't introduced any constant for filtering Can you give it another pass? Also, check that the new |
Reviewed as part of feature branch PR #15946. |
Closes #15916
Depends on wordpress-mobile/WordPress-Login-Flow-Android#79
This PR
To test:
Jetpack
app.Login Epilogue
screen.Done
button.Site Picker
fromMy Site
tab.Site Picker
screen.Site Picker
screen.wpcom
site creation flow starts with "Choose a design" option.TBD - Added to main task
Quick Start
flow after site creation?Merging Notes:
trunk
right now.Regression Notes
Potential unintended areas of impact
Affected logic in WordPress Android app
What I did to test those areas of impact (or what existing automated tests I relied on
Tested manually
What automated tests I added (or what prevented me from doing so)
None
PR submission checklist:
RELEASE-NOTES.txt
if necessary.