Skip to content

Commit

Permalink
Merge branch 'master' into improve-retry-failed-uploads-function
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMayerDev committed Apr 22, 2024
2 parents b724f75 + a6d7903 commit f8b5ac0
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gradle/wrapper-validation-action@460a3ca55fc5d559238a0efc7fa9f7465df8585d # v3.3.0
- uses: gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af # v3.3.1
2 changes: 1 addition & 1 deletion .github/workflows/screenShotTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
- name: Archive Espresso results
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
if: ${{ always() }}
with:
name: Report-${{ matrix.color }}-${{ matrix.scheme }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ always() }}
run: scripts/deleteOldComments.sh "test" "Unit" ${{github.event.number}}
- name: Run unit tests with coverage
uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 # v3.3.0
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39 # v3.3.1
with:
arguments: jacocoTestGplayDebugUnitTest
- name: Upload failing results
Expand All @@ -49,7 +49,7 @@ jobs:
fail_ci_if_error: true
- name: Upload jacoco artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ dependencies {
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.ui:ui-tooling-preview:1.6.6")
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.5'
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.6'

compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
// remove after entire switch to lib v2
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<string name="confirmation_remove_folder_alert">هل توَدُّ حقاً حذف %1$s وما يحتويه؟</string>
<string name="confirmation_remove_folders_alert">هل توَدُّ حقاً حذف العناصر المختارة وما يحتوّه؟</string>
<string name="confirmation_remove_local">محلياً فقط</string>
<string name="conflict_dialog_error">تعذّر إنشاء نافذة حوار لحل التعارضات</string>
<string name="conflict_dialog_error">تعذّر إنشاء نافذة حوار حل التعارضات</string>
<string name="conflict_file_headline">ملف متضارب %1$s </string>
<string name="conflict_local_file">ملف محلي</string>
<string name="conflict_message_description">إذا قمت باختيار كلا الاصدارين, الملف المحلي سيحتوي على رقم ملحق باسم الملف.</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-b+en+001/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<string name="confirmation_remove_folder_alert">Do you really want to delete %1$s and its content?</string>
<string name="confirmation_remove_folders_alert">Do you really want to delete the selected items and their contents?</string>
<string name="confirmation_remove_local">Local only</string>
<string name="conflict_dialog_error">Conflict resolver dialogue cannot be created</string>
<string name="conflict_dialog_error">Conflict resolver dialog cannot be created</string>
<string name="conflict_file_headline">Conflicting file %1$s</string>
<string name="conflict_local_file">Local file</string>
<string name="conflict_message_description">If you select both versions, the local file will have a number appended to its name.</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-cs-rCZ/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<string name="assistant_screen_successful_task_text">Dokončeno</string>
<string name="assistant_screen_task_delete_success_message">Úloha úspěšně smazána</string>
<string name="assistant_screen_unknown_task_status_text">Neznámé</string>
<string name="assistant_task_detail_screen_input_button_title">Vstup</string>
<string name="assistant_task_detail_screen_output_button_title">Výstup</string>
<string name="associated_account_not_found">Související účet nenalezen!</string>
<string name="auth_access_failed">Přístup se nezdařil: %1$s</string>
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values-es-rMX/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
<string name="assistant_screen_task_types_error_state_message">No se pudieron obtener los tipos de tareas, por favor, revise su conexión a internet.</string>
<string name="assistant_screen_top_bar_title">Asistente</string>
<string name="assistant_screen_unknown_task_status_text">Desconocido</string>
<string name="assistant_task_detail_screen_input_button_title">Entrada</string>
<string name="assistant_task_detail_screen_output_button_title">Salida</string>
<string name="associated_account_not_found">¡No se encontró la cuenta asociada!</string>
<string name="auth_access_failed">Acceso fallido:%1$s</string>
<string name="auth_account_does_not_exist">La cuenta aún no ha sido agregada a este dispositivo </string>
Expand Down Expand Up @@ -170,6 +172,7 @@
<string name="confirmation_remove_folder_alert">¿Realmente quieres eliminar %1$s y sus contenidos? </string>
<string name="confirmation_remove_folders_alert">¿Reamente deseas eliminar los elementos seleccionados y sus contenidos?</string>
<string name="confirmation_remove_local">Sólo local</string>
<string name="conflict_dialog_error">El diálogo de resolución de conflictos no puede ser creado</string>
<string name="conflict_file_headline">Archivo conflictivo %1$s</string>
<string name="conflict_local_file">Archivo local</string>
<string name="conflict_message_description">Si seleccionas ambas versiones, el archivo local tendrá un número al final del nombre.</string>
Expand Down
15 changes: 8 additions & 7 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<string name="action_send_share">Envoyer / Partager</string>
<string name="action_switch_grid_view">Affichage mosaïque</string>
<string name="action_switch_list_view">Affichage liste</string>
<string name="actionbar_calendar_contacts_restore">Restaurer les contacts et lagenda</string>
<string name="actionbar_calendar_contacts_restore">Restaurer les contacts et l\'agenda</string>
<string name="actionbar_mkdir">Nouveau dossier</string>
<string name="actionbar_move_or_copy">Déplacer ou copier</string>
<string name="actionbar_open_with">Ouvrir avec</string>
Expand Down Expand Up @@ -412,7 +412,7 @@
<string name="filename_hint">Nom du fichier</string>
<string name="first_run_1_text">Sécurisez et contrôlez vos données</string>
<string name="first_run_2_text">Collaboration et échange de fichiers sécurisés</string>
<string name="first_run_3_text">Messagerie web, agenda, contacts faciles à utiliser</string>
<string name="first_run_3_text">Webmail, agenda, contacts faciles à utiliser</string>
<string name="first_run_4_text">Partage d’écran, réunions en ligne et conférences en ligne</string>
<string name="folder_already_exists">Le dossier existe déjà</string>
<string name="folder_confirm_create">Créer</string>
Expand Down Expand Up @@ -460,7 +460,7 @@
<string name="image_preview_unit_seconds">%s s</string>
<string name="in_folder">dans le dossier %1$s</string>
<string name="instant_upload_existing">Téléverser aussi les fichiers existants</string>
<string name="instant_upload_on_charging">Téléverser uniquement si le chargeur est branché</string>
<string name="instant_upload_on_charging">Téléverser uniquement lors de la recharge</string>
<string name="instant_upload_path">/InstantUpload</string>
<string name="invalid_url">URL invalide</string>
<string name="invisible">Invisible</string>
Expand Down Expand Up @@ -688,7 +688,7 @@
<string name="resharing_is_not_allowed">Le repartage est interdit</string>
<string name="resized_image_not_possible_download">Aucune image réduite disponible. Télécharger l\'image originale ?</string>
<string name="restore">Restaurer le fichier</string>
<string name="restore_backup">Restaurer la sauvegarde</string>
<string name="restore_backup">Restaurer une sauvegarde</string>
<string name="restore_button_description">Restaurer le fichier supprimé</string>
<string name="restore_selected">Restaurer la sélection</string>
<string name="retrieving_file">Téléchargement en cours…</string>
Expand Down Expand Up @@ -768,6 +768,7 @@
<string name="shared_icon_shared_via_link">partagé par lien</string>
<string name="shared_with_you_by">Partagé avec vous par %1$s</string>
<string name="sharee_add_failed">L\'ajout du partage a échoué</string>
<string name="sharee_already_added_to_file">L\'ajout du partage a échoué. Ce fichier ou dossier a déjà été partagé avec cette personne ou ce groupe.</string>
<string name="show_images">Afficher les photos</string>
<string name="show_video">Afficher les vidéos</string>
<string name="signup_with_provider">Se connecter avec un fournisseur</string>
Expand Down Expand Up @@ -885,7 +886,7 @@
<string name="upload_action_cancelled_clear">Effacer les téléversements annulés</string>
<string name="upload_action_cancelled_resume">Poursuivre les téléversements annulés</string>
<string name="upload_action_failed_clear">Effacer les téléversements échoués</string>
<string name="upload_action_failed_retry">Relancer les envois en erreur</string>
<string name="upload_action_failed_retry">Réessayer les téléversements qui ont échoué</string>
<string name="upload_action_file_not_exist_message">Certains fichiers n’existent pas et ne peuvent pas être relancés.</string>
<string name="upload_action_global_upload_pause">Suspendre tous les téléversements</string>
<string name="upload_action_global_upload_resume">Poursuivre tous les téléversements</string>
Expand Down Expand Up @@ -927,11 +928,11 @@
<string name="uploader_file_not_found_message">Fichier non trouvé. Êtes-vous sûr que ce fichier existe ou qu\'un conflit précédent n\'a pas été résolu ?</string>
<string name="uploader_file_not_found_on_server_message">Impossible de retrouver le fichier sur le serveur. Un autre utilisateur l\'a peut-être supprimé</string>
<string name="uploader_info_dirname">Nom du dossier</string>
<string name="uploader_local_files_uploaded">Réessayer de téléverser les fichiers locaux ayant échoués</string>
<string name="uploader_local_files_uploaded">Réessayer de téléverser les fichiers locaux qui ont échoué</string>
<string name="uploader_top_message">Sélectionnez le dossier de téléversement</string>
<string name="uploader_upload_failed_content_single">Impossible d\'envoyer %1$s</string>
<string name="uploader_upload_failed_credentials_error">Le téléversement a échoué, reconnectez-vous</string>
<string name="uploader_upload_failed_sync_conflict_error">Conflit de fichier lors de l\'envoi</string>
<string name="uploader_upload_failed_sync_conflict_error">Conflit de téléversement de fichiers</string>
<string name="uploader_upload_failed_sync_conflict_error_content">Sélectionnez la version de %1$s à conserver</string>
<string name="uploader_upload_failed_ticker">Échec du téléversement</string>
<string name="uploader_upload_files_behaviour">Option de téléversement :</string>
Expand Down
Loading

0 comments on commit f8b5ac0

Please sign in to comment.