Skip to content

Commit

Permalink
Merge tag 'v1.6.32' into rebase/element-android-1.6.32
Browse files Browse the repository at this point in the history
tag
  • Loading branch information
yostyle committed Feb 20, 2025
2 parents dd40f32 + f0699b0 commit 12541c9
Show file tree
Hide file tree
Showing 65 changed files with 321 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Assemble ${{ matrix.target }} debug apk
run: ./gradlew assemble${{ matrix.target }}Debug $CI_GRADLE_ARG_PROPERTIES
- name: Upload ${{ matrix.target }} debug APKs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-debug
path: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Assemble ${{ matrix.target }} unsigned apk
run: ./gradlew clean assemble${{ matrix.target }}Release $CI_GRADLE_ARG_PROPERTIES
- name: Upload ${{ matrix.target }} unsigned APKs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}-release-unsigned
path: |
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- name: Obtain apk from artifact
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.TARGET_NAME }}-release-unsigned
- name: Show apks in artifact
Expand All @@ -112,7 +112,7 @@ jobs:
# Don't fail when finding trackers so they can be reported later
args: /github/workspace/${{ env.TARGET_FOLDER }}/release/${{ steps.list-apks.outputs.FIRST_APK_NAME }} -j -o /github/workspace/exodus.json -e 0
- name: Upload exodus json report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: exodus.json
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
adb logcat >> emulator.log &
./gradlew $CI_GRADLE_ARG_PROPERTIES connectedGplayRustCryptoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest || (adb pull storage/emulated/0/Pictures/failure_screenshots && exit 1 )
- name: Upload Test Report Log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: uitest-error-results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
./gradlew vector-app:lintFdroidBtchapWithdmvoipWithoutpinningRelease $CI_GRADLE_ARG_PROPERTIES
- name: Upload reports
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linting-report
path: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: ./gradlew dependencyCheckAnalyze $CI_GRADLE_ARG_PROPERTIES
- name: Upload dependency analysis
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dependency-analysis
path: build/reports/dependency-check-report.html
6 changes: 3 additions & 3 deletions .github/workflows/tests-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-rust-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-rust-{0}', github.sha) || format('unit-tests-rust-{0}', github.ref) }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
### # ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES

- name: Upload Rust Integration Test Report Log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: integration-test-rust-error-results
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

#- name: Archive Screenshot Results on Error
# if: failure()
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: screenshot-results
# path: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
### ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES

- name: Upload Integration Test Report Log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: integration-test-error-results
Expand Down
8 changes: 8 additions & 0 deletions ELEMENT_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in Element v1.6.32 (2025-02-18)
=======================================

Other changes
-------------
- Add action to report room. ([#8998](https://github.com/element-hq/element-android/issues/8998))


Changes in Element v1.6.30 (2025-02-04)
=======================================

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ buildscript {
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:4.0.0.2929'
classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6'
classpath "com.likethesalad.android:stem-plugin:2.9.0"
classpath 'org.owasp:dependency-check-gradle:11.1.0'
classpath 'org.owasp:dependency-check-gradle:12.1.0'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.4.0"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.5.0"
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
classpath libs.squareup.paparazziPlugin
// NOTE: Do not place your application dependencies here; they belong
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1150.improvements
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rebase against Element-Android v1.6.32
2 changes: 1 addition & 1 deletion docs/identity_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Settings](#settings)
* [Discovery screen](#discovery-screen)
* [Set identity server screen](#set-identity-server-screen)
* [Ref:](#ref:)
* [Ref:](#ref)

<!--- END -->

Expand Down
2 changes: 1 addition & 1 deletion docs/integration_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [Stop Synapse](#stop-synapse)
* [Troubleshoot](#troubleshoot)
* [Android Emulator does cannot reach the homeserver](#android-emulator-does-cannot-reach-the-homeserver)
* [Tests partially run but some fail with "Unable to contact localhost:8080"](#tests-partially-run-but-some-fail-with-"unable-to-contact-localhost:8080")
* [Tests partially run but some fail with "Unable to contact localhost:8080"](#tests-partially-run-but-some-fail-with-"unable-to-contact-localhost8080")
* [virtualenv command fails](#virtualenv-command-fails)

<!--- END -->
Expand Down
4 changes: 2 additions & 2 deletions docs/signin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This document describes the flow of signin to a homeserver, and also the flow wh
* [Get the flow](#get-the-flow)
* [Login with username](#login-with-username)
* [Incorrect password](#incorrect-password)
* [Correct password:](#correct-password:)
* [Correct password](#correct-password)
* [Login with email](#login-with-email)
* [Unknown email](#unknown-email)
* [Known email, wrong password](#known-email-wrong-password)
Expand Down Expand Up @@ -76,7 +76,7 @@ curl -X POST --data $'{"identifier":{"type":"m.id.user","user":"alice"},"passwor
}
```

#### Correct password:
#### Correct password

We get credential (200)

Expand Down
12 changes: 6 additions & 6 deletions docs/signup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This document describes the flow of registration to a homeserver. Examples come

* [Sign up flows](#sign-up-flows)
* [First step](#first-step)
* [Step 1: entering user name and password](#step-1:-entering-user-name-and-password)
* [Step 1: entering user name and password](#step-1-entering-user-name-and-password)
* [If username already exists](#if-username-already-exists)
* [Step 2: entering email](#step-2:-entering-email)
* [Step 2 bis: user enters an email](#step-2-bis:-user-enters-an-email)
* [Step 3: Accepting T&C](#step-3:-accepting-t&c)
* [Step 4: Captcha](#step-4:-captcha)
* [Step 5: MSISDN](#step-5:-msisdn)
* [Step 2: entering email](#step-2-entering-email)
* [Step 2 bis: user enters an email](#step-2-bis-user-enters-an-email)
* [Step 3: Accepting T&C](#step-3-accepting-t&c)
* [Step 4: Captcha](#step-4-captcha)
* [Step 5: MSISDN](#step-5-msisdn)

<!--- END -->

Expand Down
2 changes: 1 addition & 1 deletion docs/ui-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Currently the test are covering a small set of application flows:

<!--- TOC -->

* [Prerequisites:](#prerequisites:)
* [Prerequisites:](#prerequisites)
* [Run the tests](#run-the-tests)
* [From the source code](#from-the-source-code)
* [From command line](#from-command-line)
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavní změny v této verzi: Přesměrování uživatele na Element X, když chce vytvořit účty na serveru s podporou MAS.
Úplný seznam změn: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavní změny v této verzi: Oprava pádu příchozího hovoru na Androidu 14+.
Úplný seznam změn: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40106320.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main changes in this version: Add action to report room.
Full changelog: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/40103120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principales cambios en esta versión: mejora del rendimiento y corrección de errores.
Registro de cambios completo: https://github.com/element-hq/element-android/releases/tag/v1.1.1
2 changes: 2 additions & 0 deletions fastlane/metadata/android/et/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Põhilised muutused selles versioonis: kui kasutaja soovib lisada kontot MASi toega serverisse, siis suuname ta Element Xi juurde.
Kogu ingliskeelne muudatuste logi: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/et/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Põhilised muutused selles versioonis: vastuvõetava kõne kokkujooksmine Androidi versioonis 14 ja uuemas.
Kogu ingliskeelne muudatuste logi: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fa/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
تغییرات عمده در این نگارش: هدایت کاربران به المنت اکس هنگام تلاش برای ساختن حساب روی کارسازی با پشتیبانی از MAS.
گزارش دگرگونی کامل: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fa/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
تغییرات عمده در این نگارش: تعمیر فروپاشی تماس ورودی روی اندروید ۱۴+.
گزارش دگرگونی کامل: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principaux changements pour cette version : Correction du plantage lors des appels entrants sur Android 14+.
Intégralité des changements : https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/id/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Perubahan utama dalam versi ini: Alihkan pengguna ke Element X ketika ingin membuat akun di server dengan dukungan MAS.
Catatan perubahan lanjutan: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/id/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Perubahan utama dalam versi ini: Perbaikan kemogokan panggilan masuk di Android 14+.
Catatan perubahan lanjutan: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sk/changelogs/40106260.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavné zmeny v tejto verzii: aktualizácia crypto sdk.
Úplný zoznam zmien: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sk/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavné zmeny v tejto verzii: Presmerovanie používateľa na Element X, keď chce vytvoriť účty na serveri s podporou MAS.
Úplný zoznam zmien: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sk/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavné zmeny v tejto verzii: Oprava pádu prichádzajúceho hovoru v systéme Android 14+.
Úplný zoznam zmien: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sq/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ndryshimet kryesore në këtë version: Ridrejto përdoruesit te Element X, kur duan të krijojnë llogari në shërbyes që mbulojnë MAS.
Regjistër i plotë ndryshimesh: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sv-SE/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Huvudsakliga ändringar i den här versionen: Omdirigera användare till Element X när de vill skapa konton på server med MAS-stöd.
Full ändringslogg: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sv-SE/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Huvudsakliga ändringar i den här versionen: Fixa crash vid inkommande samtal på Android 14+
Full ändringslogg: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/uk/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Основні зміни в цій версії: Переспрямування користувачів до Element X, коли вони хочуть створити облікові записи на сервері з підтримкою MAS.
Список усіх змін: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/uk/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Основні зміни в цій версії: Виправлено збій вхідних викликів на Android 14+.
Перелік усіх змін: https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/40106220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
此版本中的主要變動:crypto SDK 更新。
完整的變更紀錄:https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/40106240.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
此版本中的主要變動:通知使用者不支援 Element Call。
完整的變更紀錄:https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/40106260.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
此版本中的主要變動:crypto SDK 更新。
完整的變更紀錄:https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/40106280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
此版本中的主要變動:當使用者想要在有 MAS 支援的伺服器上建立帳號時,將使用者重新導向到 Element X。
完整的變更紀錄:https://github.com/element-hq/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/40106300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
此版本中的主要變動:修復 Android 14 或更新版本上的來電當機問題。
完整的變更紀錄:https://github.com/element-hq/element-android/releases
4 changes: 4 additions & 0 deletions library/ui-strings/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3035,4 +3035,8 @@
<string name="call_unsupported">Nepodporované volání</string>
<string name="call_unsupported_matrix_rtc_call">Nepodporované volání. Pro připojení k tomuto volání je nutná nová aplikace Element X.</string>
<string name="microphone_in_use_title">Mikrofon se používá</string>
<string name="error_mas_not_supported_subtitle">Stáhněte si %1$s a používejte %2$s se svým účetem nebo si vyberte jiný domovský server.</string>
<string name="view_download_replacement_app_title">Stáhnout %1$s</string>
<string name="error_mas_not_supported_title">Pomocí této aplikace již nelze vytvořit účet na %1$s</string>
<string name="view_download_replacement_app_subtitle">Rychlejší, bezpečnější a s výkonnými nástroji pro spolupráci.</string>
</resources>
6 changes: 6 additions & 0 deletions library/ui-strings/src/main/res/values-et/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2975,4 +2975,10 @@
<string name="microphone_in_use_title">Mikrofon on kasutusel</string>
<string name="call_unsupported">See kõne pole toetatud</string>
<string name="call_unsupported_matrix_rtc_call">See kõne pole toetatud. Kõnega liitumiseks palun kasuta uut Element X rakendust.</string>
<string name="view_download_replacement_app_title">Laadi alla %1$s</string>
<string name="view_download_replacement_app_subtitle">Kiirem, turvalisem ja sisaldab palju võimsaid ühistöövahendeid.</string>
<string name="error_mas_not_supported_title">Selle rakendusega enam ei saa luua kasutajakontot teenuses %1$s</string>
<string name="error_mas_not_supported_subtitle">%2$s teenuse kasutamiseks võta kasutusele %1$s või vali mõni muu koduserver.</string>
<string name="room_profile_section_more_report">Teata jututoast</string>
<string name="room_profile_section_more_report_success_content">Jututoast teatamine õnnestus.</string>
</resources>
6 changes: 6 additions & 0 deletions library/ui-strings/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2975,4 +2975,10 @@
<string name="call_unsupported_matrix_rtc_call">تماس پشتیبانی نشده. برای پیوستن به این تماس نیاز به کارهٔ جدید المنت اکس است.</string>
<string name="microphone_in_use_title">صدابَر در حال استفاده</string>
<string name="call_unsupported">تماس پشتیبانی نشده</string>
<string name="error_mas_not_supported_subtitle">برای استفاده از %2$s برای حسابتان %1$s را گرفته یا کارساز خانگی دیگری را برگزینید.</string>
<string name="view_download_replacement_app_title">بارگیری %1$s</string>
<string name="error_mas_not_supported_title">دیگر نمی‌توانید با این کاره حسابی روی %1$s بسازید</string>
<string name="view_download_replacement_app_subtitle">سریع‌تر، امن‌تر و دارای ابزارهای همکاری قدرتمند.</string>
<string name="room_profile_section_more_report">گزارش اتاق</string>
<string name="room_profile_section_more_report_success_content">اتاق با موفّقیت گزارش شد.</string>
</resources>
4 changes: 4 additions & 0 deletions library/ui-strings/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2977,4 +2977,8 @@
<string name="call_unsupported">Appel non pris en charge</string>
<string name="call_unsupported_matrix_rtc_call">Appel non pris en charge.</string> <!-- Tchap: Use custom string -->
<string name="microphone_in_use_title">Microphone en service</string>
<string name="error_mas_not_supported_title">Vous ne pouvez plus créer de compte sur %1$s avec cette application</string>
<string name="error_mas_not_supported_subtitle">Téléchargez %1$s pour utiliser %2$s avec votre compte, ou choisissez un autre serveur d’accueil.</string>
<string name="view_download_replacement_app_title">Télécharger %1$s</string>
<string name="view_download_replacement_app_subtitle">Plus rapide, plus sécurisé et fourni avec des outils de collaboration efficaces.</string>
</resources>
4 changes: 4 additions & 0 deletions library/ui-strings/src/main/res/values-in/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2917,4 +2917,8 @@ Di masa mendatang proses verifikasi ini akan dimutakhirkan.</string>
<string name="microphone_in_use_title">Mikrofon digunakan</string>
<string name="call_unsupported">Panggilan tidak didukung</string>
<string name="call_unsupported_matrix_rtc_call">Panggilan tidak didukung. Aplikasi Element X yang baru diperlukan untuk bergabung ke panggilan ini.</string>
<string name="view_download_replacement_app_title">Unduh %1$s</string>
<string name="view_download_replacement_app_subtitle">Lebih cepat, lebih aman, dan lengkap dengan peralatan kolaborasi yang lebih berdaya.</string>
<string name="error_mas_not_supported_title">Anda sudah tidak bisa lagi membuat akun dengan %1$s menggunakan aplikasi ini</string>
<string name="error_mas_not_supported_subtitle">Unduh %1$s untuk menggunakan %2$s untuk Akun Anda atau pilih homeserver yang lain.</string>
</resources>
4 changes: 4 additions & 0 deletions library/ui-strings/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3035,4 +3035,8 @@
<string name="microphone_in_use_title">Mikrofón v prevádzke</string>
<string name="call_unsupported">Nepodporovaný hovor</string>
<string name="call_unsupported_matrix_rtc_call">Nepodporovaný hovor. Na pripojenie k tomuto hovoru je potrebná nová aplikácia Element X.</string>
<string name="error_mas_not_supported_subtitle">Stiahnite si %1$s a používajte %2$s pre svoje konto alebo si vyberte iný domovský server.</string>
<string name="view_download_replacement_app_title">Stiahnuť %1$s</string>
<string name="error_mas_not_supported_title">Pomocou tejto aplikácie si už nemôžete vytvoriť účet %1$s</string>
<string name="view_download_replacement_app_subtitle">Rýchlejší, bezpečnejší a vybavený výkonnými nástrojmi na spoluprácu.</string>
</resources>
6 changes: 6 additions & 0 deletions library/ui-strings/src/main/res/values-sq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2963,4 +2963,10 @@
<string name="microphone_in_use_title">Mikrofon në përdorim</string>
<string name="call_unsupported_matrix_rtc_call">Thirrje që s’mbulohet. Për të marrë pjesë në këtë thirrje lypset aplikacioni i ri Element X.</string>
<string name="call_unsupported">Thirrje që s’mbulohet</string>
<string name="error_mas_not_supported_subtitle">Shkarkoni %1$s, që të përdorni %2$s për llogarinë tuaj, ose zgjidhni një tjetër shërbyes Home.</string>
<string name="view_download_replacement_app_title">Shkarko %1$s</string>
<string name="error_mas_not_supported_title">S’mund të krijoni më një llogari te %1$s duke përdorur këtë aplikacion</string>
<string name="view_download_replacement_app_subtitle">I shpejtë, më i siguruar dhe plot mjete të fuqishme bashkëpunimi.</string>
<string name="room_profile_section_more_report">Raportojeni Dhomën</string>
<string name="room_profile_section_more_report_success_content">Dhoma u raportua me sukses.</string>
</resources>
Loading

0 comments on commit 12541c9

Please sign in to comment.