summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-12-22 18:56:23 +0100
committertom79 <tschneider.ac@gmail.com>2019-12-22 18:56:23 +0100
commit8fce2a5bfbc8453c585ca4091c932729317a1241 (patch)
tree36a07918092ddc9b1ace98db361c7305d03526c6
parent8f2d16474bebb9c6b56dc8ba780bd889a76b69e7 (diff)
Fix live notifications
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/changelogs/345.txt14
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