Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Aug 16, 2024
2 parents 3033000 + 69b67cd commit 5a5ea83
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Delta Chat Android Changelog

## v1.46.11 Testrun
2024-08

* add direct support for android14, required to be able to continue shipping to Google Play
* drop support for android4, as this is no longer supported by various dependencies
* drop support for gmail oauth2, gmail can still be used using "App Passwords", you'll get hints as needed
(reason for dropping was unmaintainable bureaucracy and costs added by google)
* update various dependencies for added security and stability
* jcenter (a dependency origin) is closing, move dependencies to other origins
* when SOCKS5 is enabled, route autoconfig and oauth2 config there
* fix moving outgoing auto-generated messages to the "DeltaChat" folder
* fix: try to create "INBOX.DeltaChat" if "DeltaChat" is not possible for some provider
* fix receiving messages with "DeltaChat" folder cannot be selected
* update provider database
* update to core 1.142.6


## v1.46.10
2024-08

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 692
versionName "1.46.10"
versionCode 693
versionName "1.46.11"

applicationId "com.b44t.messenger"
multiDexEnabled true
Expand Down

0 comments on commit 5a5ea83

Please sign in to comment.