diff options
author | Christian Schneppe <christian.schneppe@pix-art.de> | 2020-02-08 19:31:12 +0100 |
---|---|---|
committer | Christian Schneppe <christian.schneppe@pix-art.de> | 2020-02-08 19:31:12 +0100 |
commit | 56a0760fbbe01cf7495a5b5be80fffe01ccf3fc3 (patch) | |
tree | dc5d0cf58768f0b89a23eaf51e536103722aac95 | |
parent | ae09585ce2ebc97cad21df69b90753f7236990b6 (diff) |
version 2.3.5 beta (2020-02-02) + CHANGELOG
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 610234409..6e256ae62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,20 @@ #### Version 2.3.5 * start removing OTR -* rework conference and contact details (big avatar is available via long click) +* rework conference and contact details (big avatar is available via long click) (PAM) * resume download of OMEMO encrypted files * channels now use '#' as symbol in avatar * support for ?register and ?register;preauth XMPP uri parameters -* use ExoPlayer for video playback -* show artist - title for audio files -* UI improvements +* use ExoPlayer for video playback (PAM) +* show artist - title for audio files (PAM) +* UI improvements (PAM) * bug fixes #### Version 2.3.4 * fixes for Jingle IBB file transfer * fixes for repeated corrections filling up the database * switched to Last Message Correction v1.1 -* increase mam messages catchup +* increase mam messages catchup (PAM) * bug fixes #### Version 2.3.3 @@ -30,7 +30,7 @@ #### Version 2.3.0 * show name in quotes (PAM) * introduce theme based on systems theme (PAM) -* increase default video quality (720p instead of 360p) +* increase default video quality (720p instead of 360p) (PAM) * replace YouTube links with Invidious links (PAM) * rework profile view (PAM) * introduce app intro and some help screens (PAM) diff --git a/build.gradle b/build.gradle index 70742a52b..bcc142909 100644 --- a/build.gradle +++ b/build.gradle @@ -105,7 +105,7 @@ android { minSdkVersion 16 targetSdkVersion 29 - versionCode 288 + versionCode 289 versionName "2.3.5" versionNameSuffix " beta (2020-02-08)" //" beta (XXXX-XX-XX)" //resConfigs "en" |