From f9d70d11965d09f2f0b9e963dea1173eb8183819 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Mon, 6 Jan 2025 15:18:54 +0100 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5396a93..f43f832d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Delta Chat Android Changelog +## v1.50.4 +2025-01 + +* properly send as animated stickers GIF files selected from keyboard +* improve emoji picker in landscape mode and when changing from landscape to portrait +* avoid crash when receiving push notifications if the user restricted the app from working in background +* improve UI when attaching a file or image to easily recognize it is attached but not sent yet +* avoid slow loading of in-chat apps in some devices after quickly re-opening an app after closing it +* allow to select multiple images at once in the media picker via "Gallery" button +* mark holiday notice messages as bot-generated +* don't mark contacts as bot when receiving location-only and sync messages +* prefer to encrypt even if peers have their preference to "no preference" +* start ephemeral messages timers when the chat is archived +* start ephemeral messages timers when the chat is noticed +* several bug fixes and updated translations +* update to core 1.153.0 + ## v1.50.3 2024-12 From d048203f45202c679d5fb288573b46f44d77f4c3 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Mon, 6 Jan 2025 15:19:17 +0100 Subject: [PATCH 2/3] update version number --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3cb05297f..ca8f1ba23 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ android { useLibrary 'org.apache.http.legacy' defaultConfig { - versionCode 706 - versionName "1.50.3" + versionCode 707 + versionName "1.50.4" applicationId "com.b44t.messenger" multiDexEnabled true From 883486da9cfdecd72ee5066e0388aee770547e6b Mon Sep 17 00:00:00 2001 From: adbenitez Date: Mon, 6 Jan 2025 15:26:49 +0100 Subject: [PATCH 3/3] tweak changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43f832d0..8d57951e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,12 @@ * improve emoji picker in landscape mode and when changing from landscape to portrait * avoid crash when receiving push notifications if the user restricted the app from working in background * improve UI when attaching a file or image to easily recognize it is attached but not sent yet -* avoid slow loading of in-chat apps in some devices after quickly re-opening an app after closing it +* avoid slow loading of in-chat apps in some devices when quickly re-opening an app after closing it * allow to select multiple images at once in the media picker via "Gallery" button * mark holiday notice messages as bot-generated * don't mark contacts as bot when receiving location-only and sync messages * prefer to encrypt even if peers have their preference to "no preference" -* start ephemeral messages timers when the chat is archived -* start ephemeral messages timers when the chat is noticed +* start ephemeral messages timers when the chat is archived or noticed * several bug fixes and updated translations * update to core 1.153.0