Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2024-06-12 16:18:24 +02:00
commit 7fcf6e4476
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C
3 changed files with 16 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Delta Chat Android Changelog # Delta Chat Android Changelog
## v1.46.3
2024-06
* Disable FCM PUSH notification support for F-Droid and other non-Google-Play-builds
* using core 1.139.5
## v1.46.2 ## v1.46.2
2024-06 2024-06

View file

@ -29,8 +29,8 @@ android {
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
defaultConfig { defaultConfig {
versionCode 685 versionCode 686
versionName "1.46.2" versionName "1.46.3"
applicationId "com.b44t.messenger" applicationId "com.b44t.messenger"
multiDexEnabled true multiDexEnabled true

View file

@ -0,0 +1,7 @@
- new onboarding: you can create a new profile with one tap on "Create New Profile" - or use an existing login or second-device-setup as usual
- contacts can be attached as "Cards" at "Attach / Contact"; when the receiver taps the cards, guaranteed end-to-end encrypted can be established
- add contacts manually at "New Chat / New Contact / Add Contact Manually"
- send any emoji as reaction
- show reactions in summaries
- pin/archive/etc chats directly from search result
- bug fixed and more