From baccd643034534b956d7725124ad8fbe05b26ff5 Mon Sep 17 00:00:00 2001 From: LubuWest Date: Tue, 3 Aug 2021 21:19:53 +0200 Subject: [PATCH] v0.6.2 Follow and Unfollow contacts, Systray on Linux --- CHANGELOG.md | 6 + README.md | 3 + source-android/android/AndroidManifest.xml | 6 +- source-android/qml/friendiqa.qml | 107 ++++---- source-linux/CMakeLists.txt | 52 +++- source-linux/application.qrc | 3 +- source-linux/common/friendiqa.cpp | 13 + source-linux/common/updatenews.cpp | 2 +- source-linux/images/Friendica_monochrome.png | Bin 0 -> 722 bytes source-linux/images/Friendiqa.png | Bin 0 -> 645 bytes source-linux/js/helper.js | 13 + source-linux/js/layout.js | 1 + source-linux/js/news.js | 2 +- source-linux/js/service.js | 2 +- source-linux/qml/calendarqml/CalendarTab.qml | 3 +- source-linux/qml/calendarqml/EventList.qml | 3 +- source-linux/qml/configqml/AccountPage.qml | 13 +- source-linux/qml/configqml/InfoBox.qml | 2 +- source-linux/qml/configqml/RegisterPage.qml | 7 - source-linux/qml/configqml/SyncConfig.qml | 3 - .../qml/contactqml/FriendsListTab.qml | 7 +- .../qml/contactqml/ProfileComponent.qml | 2 +- source-linux/qml/friendiqa.qml | 85 +++---- .../qml/genericqml/ContactComponent.qml | 5 +- .../DrawerAccountComponentContacts.qml | 2 +- source-linux/qml/newsqml/ContactPage.qml | 40 ++- source-linux/qml/newsqml/NewsLink.qml | 67 ----- source-linux/qml/newsqml/Newsitem.qml | 1 - source-linux/qml/photoqml/PhotoTab.qml | 9 +- source-linux/translations/friendiqa-de.qm | Bin 16031 -> 16506 bytes source-linux/translations/friendiqa-de.ts | 229 ++++++++++-------- source-linux/translations/friendiqa-es.qm | Bin 15879 -> 16422 bytes source-linux/translations/friendiqa-es.ts | 224 +++++++++-------- source-linux/translations/friendiqa-hu.qm | Bin 15746 -> 16273 bytes source-linux/translations/friendiqa-hu.ts | 224 +++++++++-------- source-linux/translations/friendiqa-it.qm | Bin 15773 -> 16314 bytes source-linux/translations/friendiqa-it.ts | 224 +++++++++-------- 37 files changed, 724 insertions(+), 636 deletions(-) create mode 100644 source-linux/images/Friendica_monochrome.png create mode 100644 source-linux/images/Friendiqa.png delete mode 100644 source-linux/qml/newsqml/NewsLink.qml diff --git a/CHANGELOG.md b/CHANGELOG.md index ab26aef..80edc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## v0.6.2 +* Follow and Unfollow contacts (Friendica 2021.07 required) +* Linux: App stays in systemtray after close, syncs in background + + ## v0.6.1 * Add requestLegacyExternalStorage in AndroidManifest for attachment permissions * Refresh timeline on start for Linux diff --git a/README.md b/README.md index 9ce7ddc..38ef128 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Currently supported: * Tabs for own profiles, friends, other contacts and groups * Show profile(s) of user and change profile picture * List of all known contacts with locally downloaded pictures +* Follow or unfoolow contacts * Show follow requests; approve, deny, ignore requests * Additional information, last messages and other functionality shown in news tab * Show public and private pictures of contact (screenscraping of contact's website, works only with certain theme) @@ -104,6 +105,8 @@ ToDo # Other # +* on Linux: App stays in systemtray and syncs in background + ToDo * Video tab * Translation diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 0508782..a2cca92 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +