From: masensio Date: Mon, 26 Aug 2013 08:19:37 +0000 (+0200) Subject: Merge branch 'master' into saml_based_federated_single_sign_on X-Git-Tag: oc-android-1.4.6~18^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/0a7d508f92c758a47376bf833c54c2511482f1f4?hp=112cc0f80c006172b885a9f4b08c5736ab4298a1 Merge branch 'master' 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..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 @@ + + + + +