mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
7fcf6e4476
3 changed files with 16 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
7
metadata/en-US/changelogs/6864.txt
Normal file
7
metadata/en-US/changelogs/6864.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue