From 48a904b8c0ae134f5ffc9f2af7d2513ed5e3930c Mon Sep 17 00:00:00 2001 From: LubuWest Date: Sun, 13 Mar 2022 21:22:08 +0100 Subject: [PATCH] bugfixes reply in Friendica 3/2022 and image download --- CHANGELOG.md | 6 +- source-android/android/AndroidManifest.xml | 2 +- source-linux/common/xhr.cpp | 3 +- source-linux/js/helper.js | 2 +- source-linux/js/image.js | 27 +- source-linux/js/news.js | 8 +- source-linux/js/service.js | 2 +- source-linux/js/smiley.js | 932 ++++++++++---------- source-linux/qml/configqml/InfoBox.qml | 2 +- source-linux/qml/newsqml/Conversation.qml | 2 +- source-linux/qml/newsqml/MessageSend.qml | 697 ++++++++------- source-linux/qml/newsqml/NewsVideo.qml | 2 +- source-linux/qml/newsqml/NewsVideoLarge.qml | 4 +- source-linux/qml/newsqml/Newsitem.qml | 53 +- source-linux/qml/photoqml/PhotoTab.qml | 22 +- 15 files changed, 909 insertions(+), 855 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ca060..bffa2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.6.5 + +* Fix reply in Friendica 3/2022 version due to API bug +* Image downloads work again +* Some additional emojis ## v0.6.4 @@ -5,7 +10,6 @@ * Filter contacts * many new emojis * Replaced Favorite button with Reply button due to buggy Favourite API -* View newsitem on website (works only in coversation view) * Rebuild contacts handling due to buggy Contacts API * Removed permissions for new messages due to buggy Contacts API * Sync all accounts in background (not only active) diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 4e9e9e6..8747bc9 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +