From: masensio Date: Tue, 27 Aug 2013 12:44:12 +0000 (-0700) Subject: Merge pull request #249 from owncloud/saml_based_federated_single_sign_on X-Git-Tag: oc-android-1.4.6~18 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/a6a56bae2acae4f69c421fa5b8166a3cd5ebaf9f?hp=f8d6d882b07f15463a0bed0a5c1500c043f0aa4f Merge pull request #249 from owncloud/saml_based_federated_single_sign_on Saml based federated single sign on --- diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml index 150893a2..bff91f5d 100644 --- a/res/layout-land/account_setup.xml +++ b/res/layout-land/account_setup.xml @@ -43,6 +43,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1" + android:id="@+id/scroll" android:fillViewport="true" android:orientation="vertical" > @@ -50,7 +51,6 @@ android:id="@+id/LinearLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" - android:focusable="true" android:gravity="center" android:orientation="vertical" android:padding="8dp" > @@ -116,7 +116,6 @@ android:onClick="onCheckClick" android:text="@string/oauth_check_onoff" android:textAppearance="?android:attr/textAppearanceSmall" - android:visibility="gone" /> - + android:orientation="vertical" + android:id="@+id/scroll" + > @@ -101,16 +102,17 @@ android:onClick="onCheckClick" android:text="@string/oauth_check_onoff" android:textAppearance="?android:attr/textAppearanceSmall" - android:visibility="gone" /> + /> @@ -119,9 +121,10 @@ 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..4e375d03 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 @@ -189,6 +190,7 @@ Testing connection… Malformed server configuration It seems that your server instance is not correctly configured. Contact your administrator for more details. + An account for the same user and server already exists in the device Unknown error occurred! An unknown error occurred. Please contact support and include logs from your device. Couldn\'t find host @@ -210,6 +212,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 @@ + + + + +