Updated creation of OwnCloudClients for known OC Accounts so that all the operations...
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 5 Jun 2014 15:52:37 +0000 (17:52 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 5 Jun 2014 15:52:37 +0000 (17:52 +0200)
commit727be448c8dcc59abb46e75e7bb2974fe0a0ef90
tree062b4f401767cc6905bb233e12cd308df391af8d
parentc9e756b05bef25c90c87fbdf91dc266b978323f0
Updated creation of OwnCloudClients for known OC Accounts so that all the operations to the same Account are done through the same OwnCloudClient instance
owncloud-android-library
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/operations/common/SyncOperation.java
src/com/owncloud/android/services/OperationsService.java
src/com/owncloud/android/syncadapter/AbstractOwnCloudSyncAdapter.java
src/com/owncloud/android/ui/activity/FileActivity.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/activity/Uploader.java