Skip to content

Commit

Permalink
Merge branch 'master' into resizedImages
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasKaminsky authored Aug 11, 2017
2 parents b86f103 + ece3acb commit 3fd9f2c
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline:
image: nextcloudci/android:android-18
commands:
# uncomment gplay for Gplay, Modified only
- sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/com.google.*/s/^.*\\/\\///g' build.gradle; fi"
- sh -c "if [ '$FLAVOUR' != 'Generic' ]; then sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle; fi"

# - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
# - emulator -avd test -no-window &
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ dependencies {
// uncomment for gplay, modified
// implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
// implementation "com.google.android.gms:play-services-base:${googleLibraryVersion}"
// implementation "com.google.firebase:firebase-core:${googleLibraryVersion}"
implementation 'org.parceler:parceler-api:1.1.6'
annotationProcessor 'org.parceler:parceler:1.1.6'
implementation 'com.github.bumptech.glide:glide:3.7.0'
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint/lint-results.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
<span class="mdl-layout-title">Lint Report: 1 error and 584 warnings</span>
<span class="mdl-layout-title">Lint Report: 1 error and 583 warnings</span>
4 changes: 2 additions & 2 deletions src/gplay/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.owncloud.android"
android:versionCode="20000001"
android:versionName="2.0.0RC1">
android:versionCode="20000002"
android:versionName="2.0.0RC2">

<application
android:name=".MainApp"
Expand Down
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"
android:versionCode="20000001"
android:versionName="2.0.0RC1">
android:versionCode="20000002"
android:versionName="2.0.0RC2">

<uses-sdk
android:minSdkVersion="14"
Expand Down
5 changes: 5 additions & 0 deletions src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<string name="recommend_urls">%1$s nebo %2$s</string>

<string name="auth_check_server">Ověřit server</string>
<string name="auth_host_url">Adresa serveru https://&#8230;</string>
<string name="auth_username">Uživatelské jméno</string>
<string name="auth_password">Heslo</string>
<string name="auth_register">Ještě nemáte server?\nKlikněte sem a získejte ho od poskytovatele</string>
Expand Down Expand Up @@ -256,6 +257,7 @@
<string name="auth_expired_oauth_token_toast">Vaše přihlášení vypršelo. Přihlaste se prosím znovu</string>
<string name="auth_expired_basic_auth_toast">Zadejte prosím aktuální heslo</string>
<string name="auth_expired_saml_sso_token_toast">Vaše přihlášení vypršelo. Přihlaste se prosím znovu</string>
<string name="auth_connecting_auth_server">Připojování k ověřovacímu serveru&#8230;</string>
<string name="auth_unsupported_auth_method">Server nepodporuje tuto přihlašovací metodu</string>
<string name="auth_unsupported_multiaccount">%1$s nepodporuje více účtů</string>
<string name="auth_fail_get_user_name">Váš server nevrací správné přihlašovací ID, kontaktujte prosím svého správce systému</string>
Expand Down Expand Up @@ -283,13 +285,16 @@
<string name="filename_forbidden_characters">Zakázané znaky: / \\ &lt; &gt; : \" | ? *</string>
<string name="filename_forbidden_charaters_from_server">Jméno souboru obsahuje aelspoň jeden neplatný znak</string>
<string name="filename_empty">Název nemůže být prázdný</string>
<string name="wait_a_moment">Počkejte chvíli&#8230;</string>
<string name="wait_checking_credentials">Ověřování uložených přihlašovacích údajů</string>
<string name="filedisplay_unexpected_bad_get_content">Neočekávaný problém - zkuste zvolit soubor jinou aplikací</string>
<string name="filedisplay_no_file_selected">Žádný soubor nebyl vybrán</string>
<string name="activity_chooser_title">Odeslat odkaz &#8230;</string>
<string name="wait_for_tmp_copy_from_private_storage">Kopírování souboru z privátního úložiště</string>

<string name="oauth_check_onoff">Přihlásit se s OAuth 2.0</string>
<string name="oauth_login_connection">Připojuji se k OAuth 2.0 serveru&#8230;</string>

<string name="ssl_validator_header">Identitu stránky nelze ověřit</string>
<string name="ssl_validator_reason_cert_not_trusted">- Certifikát serveru je nedůvěryhodný</string>
<string name="ssl_validator_reason_cert_expired">- Certifikátu serveru vypršela platnost</string>
Expand Down
5 changes: 5 additions & 0 deletions src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<string name="recommend_urls">%1$s oder %2$s</string>

<string name="auth_check_server">Server überprüfen</string>
<string name="auth_host_url">Server-Adresse https://&#8230;</string>
<string name="auth_username">Benutzername</string>
<string name="auth_password">Passwort</string>
<string name="auth_register">Sie haben noch keinen Server?\nKlicke hier um Server-Anbieter zu finden</string>
Expand Down Expand Up @@ -265,6 +266,7 @@
<string name="auth_expired_oauth_token_toast">Die Autorisierung ist abgelaufen. Bitte Autorisierung nochmals durchführen</string>
<string name="auth_expired_basic_auth_toast">Bitte gib das aktuelle Passwort ein</string>
<string name="auth_expired_saml_sso_token_toast">Ihre Sitzung ist abgelaufen. Bitte erneut verbinden</string>
<string name="auth_connecting_auth_server">Verbinden zum Authentifizierungs-Server&#8230;</string>
<string name="auth_unsupported_auth_method">Der Server unterstützt diese Authentifizierung-Methode nicht</string>
<string name="auth_unsupported_multiaccount">%1$s unterstützt nicht mehrere Benutzerkonten</string>
<string name="auth_fail_get_user_name">Ihr Server gibt keine korrekte Benutzer-ID zurück, bitte kontaktieren Sie einen Administrator</string>
Expand Down Expand Up @@ -292,13 +294,16 @@
<string name="filename_forbidden_characters">Verbotene Zeichen: / \\ &lt; &gt; : \" | ? *</string>
<string name="filename_forbidden_charaters_from_server">Der Dateiname enthält mindestens ein ungültiges Zeichen</string>
<string name="filename_empty">Dateiname darf nicht leer sein</string>
<string name="wait_a_moment">Bitte warten&#8230;</string>
<string name="wait_checking_credentials">Überprüfe gespeicherte Anmeldeinformationen</string>
<string name="filedisplay_unexpected_bad_get_content">Ein unerwartetes Problem ist aufgetreten. Bitte versuche, die Datei in einer anderen App zu öffnen</string>
<string name="filedisplay_no_file_selected">Keine Datei gewählt</string>
<string name="activity_chooser_title">Link senden an &#8230;</string>
<string name="wait_for_tmp_copy_from_private_storage">Kopiere Datei vom privatem Speicher</string>

<string name="oauth_check_onoff">Anmelden mit OAuth 2.0</string>
<string name="oauth_login_connection">Verbinde mit dem OAuth 2.0-Server&#8230;</string>

<string name="ssl_validator_header">Die Identität der Website konnte nicht überprüft werden</string>
<string name="ssl_validator_reason_cert_not_trusted">- Das Zertifikat des Servers ist nicht vertrauenswürdig</string>
<string name="ssl_validator_reason_cert_expired">- Das Zertifikat des Servers ist abgelaufen</string>
Expand Down
5 changes: 5 additions & 0 deletions src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<string name="recommend_urls">%1$s oder %2$s</string>

<string name="auth_check_server">Server überprüfen</string>
<string name="auth_host_url">Server-Adresse https://&#8230;</string>
<string name="auth_username">Benutzername</string>
<string name="auth_password">Passwort</string>
<string name="auth_register">Du hast noch keinen Server?\nKlicke hier um Server-Anbieter zu finden</string>
Expand Down Expand Up @@ -265,6 +266,7 @@
<string name="auth_expired_oauth_token_toast">Die Autorisierung ist abgelaufen. Bitte Autorisierung nochmals durchführen</string>
<string name="auth_expired_basic_auth_toast">Bitte gib das aktuelle Passwort ein</string>
<string name="auth_expired_saml_sso_token_toast">Deine Sitzung ist abgelaufen. Bitte erneut verbinden</string>
<string name="auth_connecting_auth_server">Verbinden zum Authentifizierungs-Server&#8230;</string>
<string name="auth_unsupported_auth_method">Der Server unterstützt diese Authentifizierung-Methode nicht</string>
<string name="auth_unsupported_multiaccount">%1$s unterstützt nicht mehrere Benutzerkonten</string>
<string name="auth_fail_get_user_name">Dein Server gibt keine korrekte Benutzer-ID zurück, bitte kontaktiere einen Administrator</string>
Expand Down Expand Up @@ -292,13 +294,16 @@
<string name="filename_forbidden_characters">Verbotene Zeichen: / \\ &lt; &gt; : \" | ? *</string>
<string name="filename_forbidden_charaters_from_server">Der Dateiname enthält mindestens ein ungültiges Zeichen</string>
<string name="filename_empty">Dateiname darf nicht leer sein</string>
<string name="wait_a_moment">Bitte warten&#8230;</string>
<string name="wait_checking_credentials">Überprüfe gespeicherte Anmeldeinformationen</string>
<string name="filedisplay_unexpected_bad_get_content">Ein unerwartetes Problem ist aufgetreten. Bitte versuche, die Datei in einer anderen App zu öffnen</string>
<string name="filedisplay_no_file_selected">Keine Datei gewählt</string>
<string name="activity_chooser_title">Link senden an &#8230;</string>
<string name="wait_for_tmp_copy_from_private_storage">Kopiere Datei vom privatem Speicher</string>

<string name="oauth_check_onoff">Anmelden mit OAuth 2.0</string>
<string name="oauth_login_connection">Verbinde mit dem OAuth 2.0-Server&#8230;</string>

<string name="ssl_validator_header">Die Identität der Website konnte nicht überprüft werden</string>
<string name="ssl_validator_reason_cert_not_trusted">- Das Zertifikat des Servers ist nicht vertrauenswürdig</string>
<string name="ssl_validator_reason_cert_expired">- Das Zertifikat des Servers ist abgelaufen</string>
Expand Down
9 changes: 9 additions & 0 deletions src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<string name="recommend_urls">%1$s or %2$s</string>

<string name="auth_check_server">Check server</string>
<string name="auth_host_url">Server address https://&#8230;</string>
<string name="auth_username">Username</string>
<string name="auth_password">Password</string>
<string name="auth_register">Do you not have a server yet?\nClick here to get one from a provider</string>
Expand Down Expand Up @@ -264,6 +265,7 @@
<string name="auth_expired_oauth_token_toast">Your authorisation expired. Please, authorise again</string>
<string name="auth_expired_basic_auth_toast">Please enter the current password</string>
<string name="auth_expired_saml_sso_token_toast">Your session expired. Please connect again</string>
<string name="auth_connecting_auth_server">Connecting to authentication server&#8230;</string>
<string name="auth_unsupported_auth_method">The server does not support this authentication method</string>
<string name="auth_unsupported_multiaccount">%1$s does not support multiple accounts</string>
<string name="auth_fail_get_user_name">Your server is not returning a correct user ID, please contact an administrator</string>
Expand Down Expand Up @@ -291,13 +293,16 @@
<string name="filename_forbidden_characters">Forbidden characters: / \\ &lt; &gt; : \" | ? *</string>
<string name="filename_forbidden_charaters_from_server">File name contains at least one invalid character</string>
<string name="filename_empty">File name cannot be empty</string>
<string name="wait_a_moment">Wait a moment&#8230;</string>
<string name="wait_checking_credentials">Checking stored credentials</string>
<string name="filedisplay_unexpected_bad_get_content">Unexpected problem, please select the file from a different app</string>
<string name="filedisplay_no_file_selected">No file selected</string>
<string name="activity_chooser_title">Send link to &#8230;</string>
<string name="wait_for_tmp_copy_from_private_storage">Copying file from private storage</string>

<string name="oauth_check_onoff">Log in with OAuth 2.0</string>
<string name="oauth_login_connection">Connecting to OAuth 2.0 server&#8230;</string>

<string name="ssl_validator_header">The identity of the site could not be verified</string>
<string name="ssl_validator_reason_cert_not_trusted">- The server certificate is not trusted</string>
<string name="ssl_validator_reason_cert_expired">- The server certificate expired</string>
Expand Down Expand Up @@ -567,6 +572,10 @@
<string name="participate_contribute_translate_translate">Translate</string>
<string name="participate_contribute_translate_text">the app</string>
<string name="participate_contribute_github_text">Review, amend and write code, see %1$s for details</string>
<string name="participate_rc_play_store">Get release candidate via Google Play store</string>
<string name="participate_rc_fdroid">Get release candidate via f-droid app store</string>
<string name="participate_dev_fdroid">Get development release via f-droid app store</string>
<string name="participate_dev_direct_download">Get development release via direct download</string>
<string name="move_to">Move to&#8230;</string>
<string name="copy_to">Copy to&#8230;</string>
<string name="choose_remote_folder">Choose remote folder&#8230;</string>
Expand Down
5 changes: 5 additions & 0 deletions src/main/res/values-es-rMX/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<string name="recommend_urls">%1$s o %2$s</string>

<string name="auth_check_server">Verficar el servidor</string>
<string name="auth_host_url">Dirección del servidor https://&#8230;</string>
<string name="auth_username">Usuario</string>
<string name="auth_password">Contraseña</string>
<string name="auth_register">Aún no tienes un servidor? \nHaz click aquí para obtener uno de un proveedor</string>
Expand Down Expand Up @@ -264,6 +265,7 @@
<string name="auth_expired_oauth_token_toast">Tu autorización ha expirado. Por favor vuelve a autorizar</string>
<string name="auth_expired_basic_auth_toast">Por favor ingresa tu contraseña actual</string>
<string name="auth_expired_saml_sso_token_toast">Tu sesión ha expirado. Por favor conectate de nuevo</string>
<string name="auth_connecting_auth_server">Conectando al servidor de autenticación&#8230;</string>
<string name="auth_unsupported_auth_method">El servidor no soporta este método de autenticación</string>
<string name="auth_unsupported_multiaccount">%1$s no soporta cuentas múltiples</string>
<string name="auth_fail_get_user_name">Tu servidor no está regresando un ID de usuario correcto, por favor contacta al adminitrador</string>
Expand Down Expand Up @@ -291,13 +293,16 @@
<string name="filename_forbidden_characters">Caracteres inválidos: / \\ &lt; &gt; : \" | ? *</string>
<string name="filename_forbidden_charaters_from_server">El nombre del archivo contiene al menos un caracter inválido.</string>
<string name="filename_empty">El nombre del archivo no puede estar vacío</string>
<string name="wait_a_moment">Espera un momento&#8230;</string>
<string name="wait_checking_credentials">Verificando credenciales almacenadas</string>
<string name="filedisplay_unexpected_bad_get_content">Problema inesperado, por favor selecciona el archivo desde una aplicación diferente</string>
<string name="filedisplay_no_file_selected">No se ha seleccionado algún archivo</string>
<string name="activity_chooser_title">Enviar la liga a &#8230;</string>
<string name="wait_for_tmp_copy_from_private_storage">Copiando el archivo desde almacenamiento privado</string>

<string name="oauth_check_onoff">Iniciar sesión con OAuth 2.0</string>
<string name="oauth_login_connection">Conectando al servidor OAuth 2.0&#8230;</string>

<string name="ssl_validator_header">La identidad del sitio no pudo ser verificada</string>
<string name="ssl_validator_reason_cert_not_trusted">- El certificado del servidor no es de confianza</string>
<string name="ssl_validator_reason_cert_expired">- El certificado del servidor expiró</string>
Expand Down
5 changes: 5 additions & 0 deletions src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<string name="recommend_urls">%1$s o %2$s</string>

<string name="auth_check_server">Verificar servidor</string>
<string name="auth_host_url">Dirección del servidor https://&#8230;</string>
<string name="auth_username">Nombre de usuario</string>
<string name="auth_password">Contraseña</string>
<string name="auth_register">¿No tienes todavía un servidor?\Pulsa aquí para conseguir uno de un proveedor</string>
Expand Down Expand Up @@ -256,6 +257,7 @@
<string name="auth_expired_oauth_token_toast">Tu autorización ha expirado. Por favor, autoriza de nuevo</string>
<string name="auth_expired_basic_auth_toast">Por favor, introduce tu contraseña actual</string>
<string name="auth_expired_saml_sso_token_toast">Tu sesión ha expirado. Por favor, conéctate de nuevo</string>
<string name="auth_connecting_auth_server">Conectando al servidor de autentificación&#8230;</string>
<string name="auth_unsupported_auth_method">El servidor no soporta este método de autenticación</string>
<string name="auth_unsupported_multiaccount">%1$s no soporta cuentas múltiples</string>
<string name="auth_fail_get_user_name">Su servidor no está retornando una identificación de usuario correcta; contacte a un administrador </string>
Expand Down Expand Up @@ -283,13 +285,16 @@
<string name="filename_forbidden_characters">Caracteres prohibidos: / \\ &lt; &gt; : \" | ? *</string>
<string name="filename_forbidden_charaters_from_server">El nombre de archivo contiene al menos un carácter no válido</string>
<string name="filename_empty">El nombre de archivo no puede estar vacío</string>
<string name="wait_a_moment">Espere un momento&#8230;</string>
<string name="wait_checking_credentials">Comprobando las credenciales guardadas</string>
<string name="filedisplay_unexpected_bad_get_content">Problema inesperado; por favor, selecciona el archivo en una app diferente</string>
<string name="filedisplay_no_file_selected">No hay archivos seleccionados</string>
<string name="activity_chooser_title">Enviar enlace a &#8230;</string>
<string name="wait_for_tmp_copy_from_private_storage">Copiando el archivo desde el almacenamiento privado.</string>

<string name="oauth_check_onoff">Ingresar con OAuth 2.0</string>
<string name="oauth_login_connection">Conectando al servidor OAuth 2.0&#8230;</string>

<string name="ssl_validator_header">No se ha podido verificar la ia identidad del sitio</string>
<string name="ssl_validator_reason_cert_not_trusted">- El certificado del servidor no es de confianza</string>
<string name="ssl_validator_reason_cert_expired">- El certificado del servidor ha expirado</string>
Expand Down
Loading

0 comments on commit 3fd9f2c

Please sign in to comment.