From: David A. Velasco Date: Tue, 28 Apr 2015 12:20:17 +0000 (+0200) Subject: Merge branch 'develop' into pinEnhancement X-Git-Tag: test~19^2~18 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/802a1646160051a507853ef09e680139833fb142?hp=bceecf9d176d829177ace887c8468f07dc1aeb4d Merge branch 'develop' into pinEnhancement Conflicts SOLVED: src/com/owncloud/android/ui/activity/FileDisplayActivity.java src/com/owncloud/android/ui/activity/Preferences.java src/com/owncloud/android/ui/activity/Uploader.java src/com/owncloud/android/ui/fragment/OCFileListFragment.java --- diff --git a/.gitmodules b/.gitmodules index fa52fcd6..38f0f582 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,7 @@ path = owncloud-android-library url = git://github.com/owncloud/android-library.git branch = develop +[submodule "ocdoc"] + path = user_manual/ocdoc + url = https://github.com/owncloud/documentation + branch = master diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fd92d3d6..8b9f2146 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,7 +3,7 @@ ownCloud Android client application Copyright (C) 2012 Bartek Przybylski - Copyright (C) 2012-2014 ownCloud Inc. + Copyright (C) 2012-2015 ownCloud Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, @@ -18,8 +18,8 @@ along with this program. If not, see . --> + android:versionCode="10700100" + android:versionName="1.7.1" xmlns:android="http://schemas.android.com/apk/res/android"> @@ -32,7 +32,6 @@ - @@ -86,9 +85,6 @@ android:name=".ui.activity.Preferences" android:theme="@style/Theme.ownCloud" > - - - diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..51d52429 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## 1.7.0 (19 February 2015) + +- Download full folders +- Grid view for images +- Remote thumbnails (OC Server 8.0+) +- Added number of files and folders at the end of the list +- "Open with" in contextual menu +- Downloads added to Media Provider +- Uploads: + + Local thumbnails in section "Files" + + Multiple selection in "Content from other apps" (Android 4.3+) +- Gallery: + + proper handling of EXIF + + obey sorting in the list of files +- Settings view updated +- Improved subjects in e-mails +- Bugs fixed +... + + diff --git a/build.gradle b/build.gradle index 46308aca..57ec86e5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.14.0' + classpath 'com.android.tools.build:gradle:1.0.0' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8d63f892..5a1c4383 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Oct 15 10:45:44 CEST 2014 +#Sun Jan 18 17:01:43 CET 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index 478e3c42..65fc3648 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="0100023" + android:versionName="1.0.23" > + android:visibility="gone" + android:contentDescription="@string/auth_check_server"/> + android:layout_marginBottom="10dp" + android:contentDescription="@string/auth_expired_basic_auth_toast"/> @@ -104,6 +108,7 @@ android:onClick="onRefreshClick" android:visibility="gone" android:background="@android:color/transparent" + android:contentDescription="@string/auth_refresh_button" /> @@ -115,7 +120,8 @@ android:drawableLeft="@android:drawable/stat_notify_sync" android:drawablePadding="5dp" android:gravity="center_vertical" - android:text="@string/auth_testing_connection" /> + android:text="@string/auth_testing_connection" + android:contentDescription="@string/auth_testing_connection"/> + android:visibility="gone"> + android:visibility="gone"> @@ -158,7 +165,8 @@ android:layout_height="wrap_content" android:ems="10" android:hint="@string/auth_username" - android:inputType="textNoSuggestions" /> + android:inputType="textNoSuggestions" + android:contentDescription="@string/auth_username"/> @@ -200,7 +210,8 @@ android:layout_gravity="center_horizontal" android:enabled="false" android:onClick="onOkClick" - android:text="@string/setup_btn_connect" /> + android:text="@string/setup_btn_connect" + android:contentDescription="@string/setup_btn_connect"/>