wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Merge latest changes from WPAndroid #45

Closed renanferrari closed 3 years ago

renanferrari commented 3 years ago

This PR merges the latest changes from WPAndroid contained in the following PRs:

  1. Login: Enable autofill framework for email and password fields
  2. UL&S: Fix nullable parameter in AvatarHelper
  3. UL&S: Improved login flow for passwordless accounts
  4. Login: Replace endpoint that fetches site info when using a site address to login
  5. Login: Properly handle Simple, Atomic and Jetpack sites addresses
  6. Upgrade to gradle 6
  7. Fix build and tests on JDK11
  8. Bump default LoginFlow's FluxC version

All changes in this PR have already been reviewed for WPAndroid but some of them, more specifically PRs 3, 4 and 5 above, might need to be looked at in the context of WCAndroid, as they introduce some changes in behavior and extract some of the logic used by WCAndroid and make them usable by WPAndroid too. I tried to ensure all of these changes wouldn't alter the logic itself, but there's always a chance I missed something.

@AmandaRiu Let me know if I can help you with anything here.