From: tobiasKaminsky Date: Thu, 21 May 2015 19:12:44 +0000 (+0200) Subject: Merge remote-tracking branch 'upstream/develop' into navigationDrawer_update X-Git-Tag: oc-android-1.7.2~1^2~23^2~42 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/6d4207a06bfa0a1bb19b8d5942b799dadfbbe608?hp=fb095ecc714ad72b0eb464af4d92756e4b14a769 Merge remote-tracking branch 'upstream/develop' into navigationDrawer_update --- 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..2d989b1e 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" > - - - @@ -155,7 +151,7 @@ - + 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/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1632f091..5a1c4383 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Fri Jan 23 17:48:07 CET 2015 +#Sun Jan 18 17:01:43 CET 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME 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"/>