Bumped version to 5.2.5, updated CHANGELOG & fixed translations

This commit is contained in:
Sylvain Berfini 2024-05-03 09:22:23 +02:00
parent 944d9a4ad9
commit cce13828d9
3 changed files with 11 additions and 6 deletions

View file

@ -10,10 +10,15 @@ Group changes to describe their impact on the project, as follows:
Fixed for any bug fixes.
Security to invite users to upgrade in case of vulnerabilities.
## [5.2.5] - 2024-05-03
## Changed
- Updated translations
## [5.2.4] - 2024-04-22
## Fixed
- Active speaker video hidden when you are the first one to join a meeting$
- Active speaker video hidden when you are the first one to join a meeting
- Show camera icon instead of microphone for incoming video calls
- SIP URI parsing from native contact due to international prefix being applied when it shouldn't
- Various fixes for broadcast mode

View file

@ -6,8 +6,8 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
def appVersionName = "5.2.4"
def appVersionCode = 52004
def appVersionName = "5.2.5"
def appVersionCode = 52005
def packageName = "org.linphone"

View file

@ -237,7 +237,7 @@
<string name="debug_popup_title">Debug</string>
<string name="chat_security_event_participant_max_count_exceeded">Max. Teilnehmeranzahl wurde um %s überschritten</string>
<string name="chat_room_ephemeral_messages_desc">Diese Nachricht wird auf beiden Seiten gelöscht, sobald sie gelesen wurde und nach dem gewählten Timeout.</string>
<string name="about_weblate_translation">Helfen Sie uns, &amp;appName; zu übersetzen</string>
<string name="about_weblate_translation">Helfen Sie uns, &appName; zu übersetzen</string>
<string name="contacts_ldap_query_more_results_available">Weitere Ergebnisse sind verfügbar, verfeinern Sie die Suche</string>
<string name="chat_security_event_man_in_the_middle_detected">Man-in-the-Middle-Angriff erkannt für %s</string>
<string name="chat_security_event_security_level_downgraded">Sicherheitsstufe wurde aufgrund von %s verringert</string>
@ -416,7 +416,7 @@
<string name="assistant_ec_calibration">Kalibrierung des Echounterdrückers läuft</string>
<string name="assistant_phone_number_info_title">Wofür wird meine Rufnummer verwendet\?</string>
<string name="assistant_read_and_agree_terms">Ich akzeptiere Belledonne Communications\' %1$s und %2$s</string>
<string name="assistant_generic_account_warning">Einige Funktionen erfordern ein &amp;appName;-Konto, z. B. Gruppen- oder kurzlebige Nachrichten.
<string name="assistant_generic_account_warning">Einige Funktionen erfordern ein &appName;-Konto, z. B. Gruppen- oder kurzlebige Nachrichten.
\n
\nDiese Funktionen bleiben bei Benutzung von Drittanbieter-SIP-Konten unsichtbar.
\n
@ -838,7 +838,7 @@
<string name="video_settings_tablet_preview_title">Kameravorschau im Wählfeld anzeigen</string>
<string name="content_description_exit_edition_mode">Editionsmodus beenden</string>
<string name="chat_room_removal_failed_snack">Entfernen des Chatraums fehlgeschlagen</string>
<string name="contacts_new_contact_wont_be_visible_warning_dialog">Kontakte ohne SIP URI oder Telefonnummer werden in &amp;appName; nicht sichtbar sein.
<string name="contacts_new_contact_wont_be_visible_warning_dialog">Kontakte ohne SIP URI oder Telefonnummer werden in &appName; nicht sichtbar sein.
\n
\nSoll der Kontakt dennoch erzeugt werden\?</string>
</resources>