Added check to avoid the creation of the same account (same oc_username in the same...
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 22 Aug 2013 15:38:26 +0000 (17:38 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 22 Aug 2013 15:38:26 +0000 (17:38 +0200)
commitd7c6472bd3835903974d5928fde5bd365fa7ebcb
tree1951e54717d17646bc04277810288b24d6cd97a2
parent540d4e87b9b77180d1b061088e5e99aaf220fb57
Added check to avoid the creation of the same account (same oc_username in the same server) more than once
res/layout-land/account_setup.xml
res/layout/account_setup.xml
res/values/strings.xml
src/com/owncloud/android/authentication/AccountUtils.java
src/com/owncloud/android/authentication/AuthenticatorActivity.java
src/com/owncloud/android/authentication/SsoWebViewClient.java
src/com/owncloud/android/operations/RemoteOperationResult.java
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
src/eu/alefzero/webdav/WebdavClient.java