From 8fce2a5bfbc8453c585ca4091c932729317a1241 Mon Sep 17 00:00:00 2001 From: tom79 Date: Sun, 22 Dec 2019 18:56:23 +0100 Subject: [PATCH] Fix live notifications --- app/build.gradle | 4 ++-- app/src/main/assets/changelogs/345.txt | 14 +++----------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3e788e43d..00fc450b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 29 - versionCode 344 - versionName "2.28.0" + versionCode 345 + versionName "2.28.1" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/app/src/main/assets/changelogs/345.txt b/app/src/main/assets/changelogs/345.txt index dd079ee1a..8bcd296b8 100644 --- a/app/src/main/assets/changelogs/345.txt +++ b/app/src/main/assets/changelogs/345.txt @@ -1,14 +1,6 @@ Added -- Original & boost dates added separately -- Follow request notifications -- Identity proofs support - -Changed -- Media are preloaded when scrolling -- Improve live/delayed notifications +- Friendica: Authorize/Reject follow requests Fixed -- Counter for mentions -- Preview images displayed twice -- Media not saved on Android 10+ -- Issue when following instances/pinging tags \ No newline at end of file +- Not cropped media +- Crash when starting the app \ No newline at end of file