Skip to content

Commit

Permalink
Merge pull request #3519 from deltachat/prep-1.50.4
Browse files Browse the repository at this point in the history
Prep 1.50.4
  • Loading branch information
adbenitez authored Jan 6, 2025
2 parents 4413b7b + 883486d commit 3390b86
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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 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 or noticed
* several bug fixes and updated translations
* update to core 1.153.0

## v1.50.3
2024-12

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3390b86

Please sign in to comment.