From: masensio Date: Fri, 23 Aug 2013 07:09:40 +0000 (+0200) Subject: Merge remote-tracking branch 'origin' into saml_based_federated_single_sign_on X-Git-Tag: oc-android-1.4.6~18^2~4^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/913a74d9f833da925b2b6d7ec3011dbd82666fc9?hp=20afb728fe9e61bb48fa75e35f0de2fbde489b20 Merge remote-tracking branch 'origin' into saml_based_federated_single_sign_on --- diff --git a/AndroidManifest.xml b/AndroidManifest.xml index afb89145..452143c0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -163,7 +163,10 @@ + + + diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 150893a2..5b3ec5d2 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -116,7 +116,6 @@ android:onClick="onCheckClick" android:text="@string/oauth_check_onoff" android:textAppearance="?android:attr/textAppearanceSmall" - android:visibility="gone" /> - + + + + + /> @@ -119,9 +120,25 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" - android:inputType="textUri" - android:singleLine="true" + android:enabled="false" android:text="@string/oauth2_url_endpoint_access" + android:singleLine="true" + android:inputType="textUri" + android:visibility="gone" /> + + + + + android:inputType="textNoSuggestions" + /> + android:inputType="textPassword" + /> + + + + + + diff --git a/res/values/branding.xml b/res/values/branding.xml deleted file mode 100644 index f312dad0..00000000 --- a/res/values/branding.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - true - diff --git a/res/values/oauth2_configuration.xml b/res/values/oauth2_configuration.xml index 5fbef7c3..f8e0f51c 100644 --- a/res/values/oauth2_configuration.xml +++ b/res/values/oauth2_configuration.xml @@ -1,10 +1,5 @@ - - off - owncloud owncloud://callback diff --git a/res/values/setup.xml b/res/values/setup.xml new file mode 100644 index 00000000..2c46d415 --- /dev/null +++ b/res/values/setup.xml @@ -0,0 +1,10 @@ + + + + true + + + off + on + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 8c273bd3..f0719826 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -49,6 +49,7 @@ Delete History Check Server + Account name Server address Username Password @@ -210,6 +211,9 @@ Unexpected state; please, enter the server URL again Your authorization expired.\nPlease, authorize again Please, enter the current password + Connecting to authentication server… + Follow instructions above to get authenticated + The server does not support this authentication method Application terminated unexpectedly. Would you like to submit a crash report? Send report diff --git a/res/values/styles.xml b/res/values/styles.xml index 13d0ed27..3ad0151a 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -20,7 +20,7 @@ + + + + +