From: purigarcia Date: Mon, 2 Jun 2014 13:04:56 +0000 (+0200) Subject: Merge pull request #518 from owncloud/release-1.5.7 X-Git-Tag: oc-android-1.7.0_signed~295^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/f8f3bc9e76c5e86941feeb9518ca2edee618cad5?hp=76c2cf5b8420de0812216414fa17376c54f42413 Merge pull request #518 from owncloud/release-1.5.7 Release 1.5.7 - Hotfix for bug in release 1.5.6 --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4cd20c0a..acf695b4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -18,8 +18,8 @@ along with this program. If not, see . --> + android:versionCode="105007" + android:versionName="1.5.7" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index 0d6002ab..069a7d3a 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="0100016" + android:versionName="1.0.16" > need to think a bit more before do anything if (mServerFile == null) { - String remotePath = mLocalFile.getRemotePath(); - ReadRemoteFileOperation operation = new ReadRemoteFileOperation(remotePath); + ReadRemoteFileOperation operation = new ReadRemoteFileOperation(mRemotePath); result = operation.execute(client); if (result.isSuccess()){ mServerFile = FileStorageUtils.fillOCFile((RemoteFile) result.getData().get(0));