Skip to content

Commit

Permalink
Merge branch 'release/1.5.30'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Apr 5, 2023
2 parents 7ce1842 + 76cea42 commit 0b09a51
Show file tree
Hide file tree
Showing 84 changed files with 1,069 additions and 675 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Changes in Element v1.5.30 (2023-04-05)
=======================================

Features ✨
----------
- Permalinks to a room/space are pillified ([#8219](https://github.com/vector-im/element-android/issues/8219))
- Permalinks to a matrix user are pillified ([#8220](https://github.com/vector-im/element-android/issues/8220))
- Permalinks to messages are pillified ([#8221](https://github.com/vector-im/element-android/issues/8221))

Bugfixes 🐛
----------
- Custom sticker picker loads indefinitely ([#8026](https://github.com/vector-im/element-android/issues/8026))
- Replace hardcoded colors by theming colors on save button. ([#8208](https://github.com/vector-im/element-android/issues/8208))
- Add RTL support to RemoveJitsiWidgetView ([#8210](https://github.com/vector-im/element-android/issues/8210))
- Add user completion for matrix ids ([#8217](https://github.com/vector-im/element-android/issues/8217))
- Long name are truncated in the pills ([#8218](https://github.com/vector-im/element-android/issues/8218))
- The read marker is stuck in the past ([#8268](https://github.com/vector-im/element-android/issues/8268))

Other changes
-------------
- Replace Terms and Conditions with Acceptable Use Policy. ([#8286](https://github.com/vector-im/element-android/issues/8286))


Changes in Element v1.5.28 (2023-03-08)
=======================================

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ buildscript {
classpath libs.gradle.gradlePlugin
classpath libs.gradle.kotlinPlugin
classpath libs.gradle.hiltPlugin
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.2.0'
classpath 'com.google.firebase:firebase-appdistribution-gradle:4.0.0'
classpath 'com.google.gms:google-services:4.3.15'
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.3.0"
classpath 'org.owasp:dependency-check-gradle:8.1.2'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.20"
classpath 'org.owasp:dependency-check-gradle:8.2.1'
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.4.0"
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.3'
classpath libs.squareup.paparazziPlugin
Expand Down
24 changes: 11 additions & 13 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,23 @@ def gradle = "7.4.2"
def kotlin = "1.8.10"
def kotlinCoroutines = "1.6.4"
def dagger = "2.45"
def firebaseBom = "31.2.2"
def firebaseBom = "31.4.0"
def appDistribution = "16.0.0-beta06"
def retrofit = "2.9.0"
def markwon = "4.6.2"
def moshi = "1.14.0"
def lifecycle = "2.5.1"
def flowBinding = "1.2.0"
def flipper = "0.183.0"
def flipper = "0.188.0"
def epoxy = "5.0.0"
def mavericks = "3.0.1"
def glide = "4.15.0"
def mavericks = "3.0.2"
def glide = "4.15.1"
def bigImageViewer = "1.8.1"
def jjwt = "0.11.5"
// Temporary version to unblock #6929. Once 0.16.0 is released we should use it, and revert
// the whole commit which set version 0.16.0-SNAPSHOT
def vanniktechEmoji = "0.16.0-SNAPSHOT"
def sentry = "6.15.0"
def vanniktechEmoji = "0.16.0"
def sentry = "6.17.0"
// Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha04"
def fragment = "1.6.0-alpha08"
// Testing
def mockk = "1.12.3" // We need to use 1.12.3 to have mocking in androidTest until a new version is released: https://github.com/mockk/mockk/issues/819
def espresso = "3.5.1"
Expand All @@ -49,11 +47,11 @@ ext.libs = [
'coroutinesTest' : "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutines"
],
androidx : [
'activity' : "androidx.activity:activity-ktx:1.6.1",
'activity' : "androidx.activity:activity-ktx:1.7.0",
'appCompat' : "androidx.appcompat:appcompat:1.6.1",
'biometric' : "androidx.biometric:biometric:1.1.0",
'core' : "androidx.core:core-ktx:1.9.0",
'recyclerview' : "androidx.recyclerview:recyclerview:1.2.1",
'recyclerview' : "androidx.recyclerview:recyclerview:1.3.0",
'exifinterface' : "androidx.exifinterface:exifinterface:1.3.6",
'fragmentKtx' : "androidx.fragment:fragment-ktx:$fragment",
'fragmentTesting' : "androidx.fragment:fragment-testing:$fragment",
Expand Down Expand Up @@ -88,7 +86,7 @@ ext.libs = [
'appdistributionApi' : "com.google.firebase:firebase-appdistribution-api-ktx:$appDistribution",
'appdistribution' : "com.google.firebase:firebase-appdistribution:$appDistribution",
// Phone number https://github.com/google/libphonenumber
'phonenumber' : "com.googlecode.libphonenumber:libphonenumber:8.13.7"
'phonenumber' : "com.googlecode.libphonenumber:libphonenumber:8.13.8"
],
dagger : [
'dagger' : "com.google.dagger:dagger:$dagger",
Expand All @@ -103,7 +101,7 @@ ext.libs = [
],
element : [
'opusencoder' : "io.element.android:opusencoder:1.1.0",
'wysiwyg' : "io.element.android:wysiwyg:1.1.1"
'wysiwyg' : "io.element.android:wysiwyg:1.2.2"
],
squareup : [
'moshi' : "com.squareup.moshi:moshi:$moshi",
Expand Down
3 changes: 1 addition & 2 deletions dependencies_groups.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ ext.groups = [
regex: [
],
group: [
'com.vanniktech',
]
],
mavenCentral: [
Expand Down Expand Up @@ -128,7 +127,7 @@ ext.groups = [
'com.sun.xml.bind.mvn',
'com.sun.xml.fastinfoset',
'com.thoughtworks.qdox',
// 'com.vanniktech',
'com.vanniktech',
'commons-cli',
'commons-codec',
'commons-io',
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavní změny v této verzi: Hlavně opravy chyb.
Úplný seznam změn: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Die wichtigsten Änderungen in dieser Version: Hauptsächlich Fehlerbehebungen.
Vollständiges Änderungsprotokoll: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40105300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main changes in this version: permalinks to rooms, spaces, users and messages are now displayed as pills in the timeline. We also fixed some issues with custom stickers and the read marker getting stuck in the past.
Full changelog: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/et/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Põhilised muutused selles versioonis: põhiliselt veaparandused.
Kogu ingliskeelne muudatuste logi: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fa/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
تغییرات عمده در این نگارش: عمدتاً رفع اشکال.
گزارش دگرگونی کامل: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principaux changements pour cette version : Principalement des corrections de bugs.
Intégralité des changements : https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hu-HU/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fő változás ebben a verzióban: hibajavítások.
Teljes változásnapló: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/id/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Perubahan utama dalam versi ini: Kebanyakan perbaikan kutu.
Catatan perubahan lanjutan: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Modifiche principali in questa versione: correzioni di errori.
Cronologia completa: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sk/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavné zmeny v tejto verzii: Hlavne opravy chýb.
Úplný zoznam zmien: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sq/changelogs/40105260.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ndryshimet kryesore në këtë version: Kryesisht ndreqje të metash.
Regjistër i plotë ndryshimesh: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/sq/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ndryshimet kryesore në këtë version: Kryesisht ndreqje të metash.
Regjistër i plotë ndryshimesh: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/uk/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Основні зміни у цій версії: Переважно виправлення помилок.
Повний перелік змін: https://github.com/vector-im/element-android/releases
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40102000.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:語音訊息的預設為啟用
此版本的主要變動:預設啟用語音訊息功能
完整的變更紀錄:https://github.com/vector-im/element-android/releases/tag/v1.2.0
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40102010.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:對 VoIP 與空間功能的諸多改善(仍在測試中)。
此版本的主要變動:對 VoIP 與聊天空間功能的諸多改善(仍在測試中)。
完整的變更紀錄:https://github.com/vector-im/element-android/releases/tag/v1.2.1
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40103000.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:使用空間來整理您的聊天室
此版本的主要變動:使用聊天空間來整理您的聊天室
完整的變更紀錄:https://github.com/vector-im/element-android/releases/tag/v1.3.0
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40103010.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:使用空間來整理您的聊天室!v1.3.1 修復了在 v1.3.0 中遇到的當機問題。
此版本的主要變動:使用聊天空間來整理您的聊天室!v1.3.1 修復了在 v1.3.0 中遇到的當機問題。
完整的變更紀錄:https://github.com/vector-im/element-android/releases/tag/v1.3.1
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40103050.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:為直接訊息聊天室新增 Presence 支援(請注意:此功能在 matrix.org 上停用)。恢復對 Android Auto 的支援
此版本的主要變動:為私人訊息聊天室新增 Presence 支援(請注意:此功能在 matrix.org 上停用)。加回 Android Auto 支援
完整的變更紀錄:https://github.com/vector-im/element-android/releases/tag/v1.3.5
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40103060.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:為直接訊息聊天室新增 Presence 支援(請注意:此功能在 matrix.org 上停用)。加回 Android Auto 支援。
此版本的主要變動:為私人訊息聊天室新增 Presence 支援(請注意:此功能在 matrix.org 上停用)。加回 Android Auto 支援。
完整的變更紀錄:https://github.com/vector-im/element-android/releases/tag/v1.3.6
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40105100.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:富文本編輯器全螢幕模式的全新建置與錯誤修復
此版本的主要變動:全新實作的富文本編輯器全螢幕模式與錯誤修復
完整的變更紀錄:https://github.com/vector-im/element-android/releases
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40105110.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本的主要變動:富文本編輯器全螢幕模式全新建置與錯誤修復
此版本的主要變動:全新實作的富文本編輯器全螢幕模式與錯誤修復
完整的變更紀錄:https://github.com/vector-im/element-android/releases
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40105130.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本中的主要變動:討論串現在預設啟用
此版本的主要變動:預設開啟對話串功能
完整的變更紀錄:https://github.com/vector-im/element-android/releases
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-TW/changelogs/40105140.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
此版本中的主要變動:討論串現在預設啟用
此版本的主要變動:預設開啟對話串功能
完整的變更紀錄:https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/40105280.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
此版本中的主要變動:主要是臭蟲修復。
完整的變更紀錄:https://github.com/vector-im/element-android/releases
37 changes: 36 additions & 1 deletion library/ui-strings/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
<string name="create_room_name_hint">Nom</string>
<string name="create_room_public_title">Públic</string>
<string name="create_room_public_description">Qualsevol podrà unir-se a aquesta sala</string>
<string name="keys_backup_unable_to_get_trust_info">Hi ha hagut un error rebent informació de confança</string>
<string name="keys_backup_unable_to_get_trust_info">S\'ha produït un error en obtenir la informació de confiança</string>
<string name="keys_backup_unable_to_get_keys_backup_data">Hi ha hagut un error rebent dades de la còpia de seguretat de les claus</string>
<string name="import_e2e_keys_from_file">Importa claus E2E des del fitxer \"%1$s\".</string>
<string name="settings_sdk_version">Versió de l\'SDK de Matrix</string>
Expand Down Expand Up @@ -2848,4 +2848,39 @@
<string name="notice_voice_broadcast_ended_by_you">Has finalitzat una emissió de veu.</string>
<string name="notice_voice_broadcast_ended">%1$s a finalitzat una emissió de veu.</string>
<string name="action_stop">Sí, atura</string>
<string name="ended_poll_indicator">Ha finalitzat l\'enquesta.</string>
<string name="room_polls_active">Enquestes actives</string>
<string name="room_polls_active_no_item">No hi ha enquestes actives a la sala</string>
<string name="room_polls_wait_for_display">Mostrant enquestes</string>
<string name="room_polls_load_more">Carrega més enquestes</string>
<string name="room_polls_loading_error">Error obtenint enquestes.</string>
<string name="device_manager_verification_status_detail_session_encryption_not_supported">Aquesta sessió no admet xifrat i, per tant, no es pot verificar.</string>
<string name="device_manager_other_sessions_multi_signout_selection">Tanca sessió</string>
<plurals name="device_manager_other_sessions_multi_signout_all">
<item quantity="one">Tanca %1$d sessió</item>
<item quantity="other">Tanca %1$d sessions</item>
</plurals>
<string name="device_manager_signout_all_other_sessions">Tanca totes les altres sessions</string>
<string name="device_manager_other_sessions_show_ip_address">Mostra l\'adreça IP</string>
<string name="device_manager_other_sessions_hide_ip_address">Amaga l\'adreça IP</string>
<string name="set_link_text">Text</string>
<string name="set_link_link">Enllaç</string>
<string name="set_link_create">Crea un enllaç</string>
<string name="set_link_edit">Edita l\'enllaç</string>
<string name="settings_access_token">\'Token\' d\'accés</string>
<string name="message_reply_to_ended_poll_preview">Enquesta finalitzada</string>
<string name="message_reply_to_poll_preview">Enquesta</string>
<string name="message_reply_to_sender_ended_poll">ha finalitzat una enquesta.</string>
<string name="message_reply_to_sender_created_poll">ha creat una enquesta.</string>
<string name="message_reply_to_sender_sent_sticker">ha enviat un adhesiu.</string>
<string name="message_reply_to_sender_sent_video">ha enviat un vídeo.</string>
<string name="message_reply_to_sender_sent_image">ha enviat una imatge.</string>
<string name="message_reply_to_sender_sent_voice_message">ha enviat un missatge de veu.</string>
<string name="message_reply_to_sender_sent_audio_file">ha enviat un àudio.</string>
<string name="message_reply_to_sender_sent_file">ha enviat un fitxer.</string>
<string name="message_reply_to_prefix">En resposta a</string>
<string name="unable_to_decrypt_some_events_in_poll">Per culpa d\'errors de desxifrat, és possible que alguns vots no s\'hagin comptat</string>
<string name="error_voice_broadcast_unable_to_play">No es pot reproduir l\'emissió de veu.</string>
<string name="error_voice_broadcast_unable_to_decrypt">No s\'ha pogut desxifrar l\'emissió de veu.</string>
<string name="error_voice_broadcast_no_connection_recording">Error de connexió - Enregistrament pausat</string>
</resources>
5 changes: 4 additions & 1 deletion library/ui-strings/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@
<string name="onboarding_new_app_layout_welcome_title">Vítejte v novém zobrazení!</string>
<string name="home_empty_no_unreads_message">Zde se zobrazí nepřečtené zprávy, pokud nějaké máte.</string>
<string name="home_empty_no_unreads_title">Nic k nahlášení.</string>
<string name="home_empty_no_rooms_message">Univerzální zabezpečená chatovací aplikace pro týmy, přátele a organizace. Vytvořte si chat nebo se připojte k existující místnosti a začněte.</string>
<string name="home_empty_no_rooms_message">Univerzální zabezpečený komunikátor pro týmy, přátele a organizace. Vytvořte si chat nebo se připojte k existující místnosti a začněte.</string>
<string name="home_empty_no_rooms_title">Vítejte v aplikaci ${app_name},
\n%s.</string>
<string name="home_empty_space_no_rooms_message">Prostory představují nový způsob seskupování místností a osob. Pomocí tlačítka vpravo dole můžete přidat stávající místnost nebo vytvořit novou.</string>
Expand Down Expand Up @@ -2989,4 +2989,7 @@
<string name="settings_external_account_management">Údaje o vašem účtu jsou spravovány odděleně na adrese %1$s.</string>
<string name="settings_external_account_management_title">Účet</string>
<string name="settings_notification_error_on_update">Při aktualizaci předvoleb oznámení došlo k chybě. Zkuste to prosím znovu.</string>
<string name="direct_room_encryption_enabled_waiting_users_tile_description">Jakmile se pozvaní uživatelé připojí do aplikace ${app_name}, budete moci komunikovat a místnost bude koncově šifrovaná</string>
<string name="direct_room_encryption_enabled_waiting_users">Čekání na uživatele, než se připojí do ${app_name}</string>
<string name="direct_room_user_list_only_invite_one_email">Můžete pozvat pouze jeden e-mail najednou</string>
</resources>
7 changes: 5 additions & 2 deletions library/ui-strings/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@
<string name="room_member_power_level_moderators">Moderatoren</string>
<string name="room_member_power_level_custom">Benutzerdefiniert</string>
<string name="room_member_power_level_invites">Eingeladen</string>
<string name="room_member_power_level_users">Nutzer</string>
<string name="room_member_power_level_users">Benutzer</string>
<string name="room_member_power_level_admin_in">Administrator in %1$s</string>
<string name="room_member_power_level_moderator_in">Moderator in %1$s</string>
<string name="room_member_jump_to_read_receipt">Springen und als gelesen markieren</string>
Expand Down Expand Up @@ -1859,7 +1859,7 @@
<string name="re_authentication_activity_title">Erneute Authentifizierung erforderlich</string>
<string name="failed_to_initialize_cross_signing">Quersignierung konnte nicht eingerichtet werden</string>
<string name="error_unauthorized">Nicht autorisierte, fehlende gültige Authentifizierungsdaten</string>
<string name="call_transfer_users_tab_title">Nutzer</string>
<string name="call_transfer_users_tab_title">Benutzer</string>
<string name="call_transfer_failure">Beim Weiterleiten des Anrufs ist ein Fehler aufgetreten</string>
<string name="call_transfer_title">Weiterleiten</string>
<string name="call_transfer_connect_action">Verbinden</string>
Expand Down Expand Up @@ -2928,4 +2928,7 @@
<string name="settings_external_account_management_title">Konto</string>
<string name="settings_external_account_management">Deine Kontodetails werden separat verwaltet bei %1$s.</string>
<string name="settings_notification_error_on_update">Ein Fehler ist während der Aktualisierung deiner Benachrichtigungseinstellungen aufgetreten. Bitte versuche es erneut.</string>
<string name="direct_room_encryption_enabled_waiting_users_tile_description">Sobald eingeladene Benutzer ${app_name} beigetreten sind, werdet ihr euch unterhalten können und der Raum Ende-zu-Ende-verschlüsselt sein</string>
<string name="direct_room_encryption_enabled_waiting_users">Warte darauf, dass Benutzer ${app_name} beitreten</string>
<string name="direct_room_user_list_only_invite_one_email">Du kannst E-Mail-Einladung nur nacheinander verschicken</string>
</resources>
Loading

0 comments on commit 0b09a51

Please sign in to comment.