-
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
Update login library subtree #10047
Update login library subtree #10047
Conversation
78c5307f7a Merge pull request #16 from wordpress-mobile/fix_crash_in_login_email_fragment edd8684ec4 Merge pull request #18 from wordpress-mobile/new-wpandroid-changes 71729e5e76 Merge pull request #17 from wordpress-mobile/issue/glide-4.9 aabdedf672 Merge commit '099b5a011d32283eb6c79b0e599b5272a597e849' into update-login-library 1eb7f4f156 Updated Glide to 4.9.0 a32cc8c09d Add crash fix to SignupEmailFragment 08109fa90f Adds non-null check to onActivityResult 664b67f62d Fix #9826: make sure we Play Services are available before running the email hint picker 94a0ae2a39 Merge pull request #9743 from wordpress-mobile/feature/manage_insights_readonly 7cad17e264 Fix a few ContentDescription lint errors 9f171b55d0 Merge branch 'feature/manage_insights_readonly' into issue/9464-manage-insights 663a168903 Add the missing drawable resources git-subtree-dir: libs/login git-subtree-split: 78c5307f7a8a15cae1a164e4cbb0b7b924a37d37
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.
Thanks @aforcier! LGTM
Note: I'm not sure if CircleCI in the Login repo automatically updates its gradle.properties
or we need to do it manually. It worked automatically in WPAndroid, but we had to update it manually in FluxC 🤷♂.
Generated by 🚫 dangerJS |
The login library just copies over the |
ohh I see, thanks for the clarification! ;) |
subtree pull
s the latest change from the login library. Also a single commit updating the standalone FluxC hash for the login library - this is the hash used when building the library on its own, for example from CircleCI in the login lib repo.Here's a draft PR in the login lib repo with the result of
subtree push
from this branch, which also includes the AndroidX changes: wordpress-mobile/WordPress-Login-Flow-Android#20.Once this current PR is merged into WPAndroid
develop
, I'llsubtree push
again from WPAndroiddevelop
this time and open a fresh PR in the login lib.To test:
Not much to do for this PR, but give wordpress-mobile/WordPress-Login-Flow-Android#20 a look and verify the changes make sense.
Update release notes:
RELEASE-NOTES.txt
.(Not applicable)