From 2afa7cbe6b58579ae198a342dd864d3cffcddebe Mon Sep 17 00:00:00 2001 From: LubuWest Date: Fri, 20 Jul 2018 21:15:54 +0200 Subject: [PATCH] Friendiqa v0.3.1 --- CHANGELOG.md | 6 + README.md | 3 +- source-android/android/AndroidManifest.xml | 18 +- source-android/application.qrc | 2 +- source-android/common/friendiqa.cpp | 2 +- source-android/js/helper.js | 4 +- source-android/js/news.js | 2 +- source-android/js/newsworker.js | 22 ++- source-android/js/service.js | 6 +- source-android/qml/configqml/InfoBox.qml | 6 +- source-android/qml/genericqml/BlueButton.qml | 1 + source-android/qml/newsqml/Conversation.qml | 34 ++-- source-android/qml/newsqml/MessageSend.qml | 94 +++++------ source-android/qml/newsqml/NewsImage.qml | 50 ++++++ source-android/qml/newsqml/NewsTab.qml | 166 +++++-------------- source-android/qml/newsqml/Newsitem.qml | 87 ++++++---- source-linux/application.qrc | 2 +- source-linux/friendiqa.pro | 3 +- source-linux/js/helper.js | 4 +- source-linux/js/news.js | 2 +- source-linux/js/newsworker.js | 22 ++- source-linux/js/service.js | 10 +- source-linux/qml/configqml/InfoBox.qml | 6 +- source-linux/qml/genericqml/BlueButton.qml | 1 + source-linux/qml/newsqml/Conversation.qml | 34 ++-- source-linux/qml/newsqml/MessageSend.qml | 94 +++++------ source-linux/qml/newsqml/NewsImage.qml | 50 ++++++ source-linux/qml/newsqml/NewsTab.qml | 137 ++++----------- source-linux/qml/newsqml/Newsitem.qml | 87 ++++++---- 29 files changed, 490 insertions(+), 465 deletions(-) create mode 100644 source-android/qml/newsqml/NewsImage.qml create mode 100644 source-linux/qml/newsqml/NewsImage.qml diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e39dd..953d3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,3 +74,9 @@ * Public timeline * Timeline for selected group * Small redesign of SendMessage page + +## v0.3.1 ## +* By popular demand: Conversations open in a new stack, like in Twidere +* Conversations open after (long) press on news, like in Twidere +* Image attachments are shown below text and can be enlarged, like in Twidere (solves issue #8) +* New messages are html, line breaks work (solves issue #7) diff --git a/README.md b/README.md index a1b051c..14ade80 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Currently supported: * Shows Posts from friends, selected group, favorited messages, public timeline, Direct Messages and notifications * Search button for news * Click on hashtag in newsitem starts search for news with that word +* Click on image shows image fullscreen * Open links in external browser * Click on contact photo for contact details * Click on like text for additional contact info @@ -39,7 +40,7 @@ ToDo: * Videos and other binary data as attachment (sending and receiving) * More than one attachment (currently not supported in API) -* Rich text editing in Send Dialog +* Rich text editing in Send Dialog (currently not possible in QML) * Attachments for Direct messages (currently not supported in API) diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index d4296b4..975885b 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -7,15 +7,15 @@ - - - - + + + + - - - + + + @@ -50,7 +50,7 @@ - +