Added service to run operations and created SyncOperations as common class for operat...
authorDavid A. Velasco <dvelasco@solidgear.es>
Thu, 30 Jan 2014 14:02:50 +0000 (15:02 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Thu, 30 Jan 2014 14:02:50 +0000 (15:02 +0100)
commit72d9d63acb800adefdd32e63196e0434ec0f7d96
treea926a99feffa36cead986d3f4400514ec8375830
parentab3044dc821afd86a99a49ce30b9160e5f25e347
Added service to run operations and created SyncOperations as common class for operations that work both both with remote and local storage
owncloud-android-library
src/com/owncloud/android/operations/GetSharesOperation.java
src/com/owncloud/android/operations/common/SyncOperation.java [new file with mode: 0644]
src/com/owncloud/android/services/OperationsService.java [new file with mode: 0644]
src/com/owncloud/android/ui/activity/FileDisplayActivity.java