From: David A. Velasco Date: Mon, 2 Jun 2014 13:13:09 +0000 (+0200) Subject: Merge branch 'master' into develop X-Git-Tag: oc-android-1.7.0_signed~295 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/0a1447e866377773af2661ffdd0affb73e71547e?hp=445c3dc9ac925588cb1ea08ee913e0d0638ffa37 Merge branch 'master' into develop --- 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));