Keep the old operation to sync folder as DownloadFolderOperation to allow its use...
authorDavid A. Velasco <dvelasco@solidgear.es>
Mon, 13 Jul 2015 12:48:13 +0000 (14:48 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Fri, 25 Sep 2015 13:13:37 +0000 (15:13 +0200)
commit0162d2f9c97b2e0999c3445181c1edb4d4288811
tree86a45388d30693aa2257cdc6606310a69b4c0ba8
parentac685690a2bf019d2978082debe62ec6aea0a69f
Keep the old operation to sync folder as DownloadFolderOperation to allow its use while the new SyncFolderOperation gets stable
src/com/owncloud/android/files/FileOperationsHelper.java
src/com/owncloud/android/operations/DownloadFolderOperation.java [new file with mode: 0644]
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
src/com/owncloud/android/services/OperationsService.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
src/com/owncloud/android/ui/preview/PreviewImageFragment.java
src/com/owncloud/android/ui/preview/PreviewMediaFragment.java
src/com/owncloud/android/ui/preview/PreviewTextFragment.java