Login page updated to get OAuth2 access token
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 31 Oct 2012 17:59:43 +0000 (18:59 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 31 Oct 2012 17:59:43 +0000 (18:59 +0100)
commitcab55a8edd27a9b470e0a0b97e228ba3852a65f1
treef0d2aba979a5db059e8b68379f54c518ae67acff
parentcce7e1247a5b91d6829b5bcc2f40bd1a47b45512
Login page updated to get OAuth2 access token
AndroidManifest.xml
res/layout-land/account_setup.xml
res/layout/account_setup.xml
res/values/strings.xml
res/values/styles.xml
src/com/owncloud/android/authenticator/oauth2/OAuth2Context.java [new file with mode: 0644]
src/com/owncloud/android/authenticator/oauth2/OAuth2GetCodeRunnable.java [new file with mode: 0644]
src/com/owncloud/android/authenticator/oauth2/OnOAuth2GetCodeResultListener.java [new file with mode: 0644]
src/com/owncloud/android/authenticator/oauth2/connection/ConnectorOAuth2.java [new file with mode: 0644]
src/com/owncloud/android/authenticator/oauth2/services/OAuth2GetTokenService.java [new file with mode: 0644]
src/com/owncloud/android/ui/activity/AuthenticatorActivity.java