From: masensio Date: Tue, 7 Apr 2015 12:06:32 +0000 (+0200) Subject: Merge branch 'release-1.7.1' X-Git-Tag: oc-android-1.7.1_signed^0 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/2444e4254ccf574d057205640c93d1f2fba740e0?hp=41c91e797db54bbc91c54cc67cac682d946fceec Merge branch 'release-1.7.1' --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 780875b7..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,7 +85,6 @@ android:name=".ui.activity.Preferences" android:theme="@style/Theme.ownCloud" > - diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index 18ffb4c0..c08002c4 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="0100022" + android:versionName="1.0.22" > + 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"/>