aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/ui/accounts/helpers/LoginWPCom.java
AgeCommit message (Expand)Author
2016-04-14Rearranging methods to more closely follow public to private order. No functi...Will Kwon
2016-04-09Having MagicLinkSignInFragment handle the magic link intentWill Kwon
2016-04-09Removing LoginWPCom()Will Kwon
2016-04-08Logging in with one time tokenWill Kwon
2016-02-24makeOAuthRequest with a one time tokenWill Kwon
2015-05-07Correctly stores .com username and api_key in case of Jetpack blog not connec...Danilo Ercoli
2015-05-05remove mIsWordPressComUser from AccountModel and set hasAccessToken() friendl...Maxime Biais
2015-05-05remove wpcom data when user signs out wpcomMaxime Biais
2015-04-07Merge branch 'feature/viewpager-main-activity' of github.com:wordpress-mobile...Maxime Biais
2015-04-03Verify that the xmlrpc url matches when signing back in with a self-hosted site.Dan Roundhill
2015-04-03replaced ACCESS_TOKEN and WPCOM_USERNAME preferences by a call to the default...Maxime Biais
2015-03-26Renamed a method and removed a comment.Dan Roundhill
2015-03-26Don't delete content when signing out.Dan Roundhill
2015-02-20No need to store dotcom_username or password any longer.Dan Roundhill
2015-02-17Store the global token when authorizing a Jetpack site, if it hasn't been set...Dan Roundhill
2015-02-17Remove password credentials on app upgrade.Dan Roundhill
2015-02-11wpcom password should be stored encrypted.Dan Roundhill
2015-02-11Use SignInActivity for Jetpack authentication, so we can support the two step...Dan Roundhill
2015-02-09Layout tweaks, added support for getting code via sms to the client.Dan Roundhill
2015-02-06Tweaks to sign in flowDan Roundhill
2015-02-04Initial support for two-step timed code entry on the login screen.Dan Roundhill
2014-10-30First login, save token if login successfulMaxime Biais
2014-10-27split LoginAndFetchBlogList to Login + FetchBlogListMaxime Biais