+# 2015-11-02
+- PR [#1240](https://github.com/owncloud/android/pull/1240) "Set as wallpaper" merged
+- updated other PRs
+
# 2015-11-01
- PR [#1236](https://github.com/owncloud/android/pull/1236) "Streaming video/audio" merged
- PR [#1035](https://github.com/owncloud/android/pull/1035) "Enable video thumbnail" merged
@Override
public ParcelFileDescriptor openFile(Uri uri, String mode) throws FileNotFoundException {
- Log_OC.d(TAG, "try to send: " + uri);
-
OCFile ocFile = getFile(uri);
Bitmap thumbnail = ThumbnailsCacheManager.getBitmapFromDiskCache(
((FileDisplayActivity) mContainerActivity).startMediaPreview(file, 0, true);
} else if (file.isDown()) {
mContainerActivity.getFileOperationsHelper().openFile(file);
- } else {
+ } else {
// automatic download, preview on finish
((FileDisplayActivity) mContainerActivity).startDownloadForPreview(file);
}