From 48a70b83950bcec2b51f164239829a6b07c9135b Mon Sep 17 00:00:00 2001 From: LubuWest Date: Thu, 9 Feb 2023 21:39:43 +0100 Subject: [PATCH] version v0.6.7 with moderation --- CHANGELOG.md | 7 + Linuxmobile.patch | 2 +- README.md | 9 +- source-android/android/AndroidManifest.xml | 2 +- source-android/qml/friendiqa.qml | 2 + source-linux/application.qrc | 4 + source-linux/common/updatenews.cpp | 5 +- source-linux/common/xhr.cpp | 35 +- source-linux/common/xhr.h | 3 +- source-linux/js/helper.js | 7 +- source-linux/js/image.js | 9 +- source-linux/js/news.js | 16 + source-linux/js/newsworker.js | 19 +- source-linux/js/service.js | 8 +- source-linux/qml/calendarqml/CalendarTab.qml | 10 +- source-linux/qml/calendarqml/EventCreate.qml | 686 +++++++++--------- source-linux/qml/calendarqml/EventList.qml | 4 +- .../qml/calendarqml/EventListItem.qml | 2 +- source-linux/qml/configqml/AcceptRules.qml | 70 ++ source-linux/qml/configqml/AccountPage.qml | 129 ++-- source-linux/qml/configqml/InfoBox.qml | 2 +- .../qml/contactqml/FriendsListTab.qml | 22 +- source-linux/qml/contactqml/GroupsListTab.qml | 3 - source-linux/qml/friendiqa.qml | 7 +- source-linux/qml/genericqml/BlueButton.qml | 3 +- .../qml/genericqml/DrawerAccountComponent.qml | 8 +- .../qml/genericqml/ImagePickerLinux.qml | 293 ++++---- .../qml/genericqml/IntentReceiver.qml | 16 +- source-linux/qml/genericqml/LinuxSync.qml | 1 - source-linux/qml/newsqml/BlockUser.qml | 55 ++ source-linux/qml/newsqml/ContactPage.qml | 42 +- source-linux/qml/newsqml/Conversation.qml | 6 +- .../qml/newsqml/MessageImageUploadDialog.qml | 301 ++++++++ source-linux/qml/newsqml/MessageSend.qml | 210 +++--- source-linux/qml/newsqml/NewsStack.qml | 41 +- source-linux/qml/newsqml/Newsitem.qml | 47 +- source-linux/qml/newsqml/ReportUser.qml | 77 ++ .../qml/photoqml/ImageUploadDialog.qml | 39 +- source-linux/translations/friendiqa-de.qm | Bin 18217 -> 19283 bytes source-linux/translations/friendiqa-de.ts | 90 ++- source-linux/translations/friendiqa-es.qm | Bin 18173 -> 17933 bytes source-linux/translations/friendiqa-es.ts | 280 ++++--- source-linux/translations/friendiqa-hu.qm | Bin 16933 -> 16638 bytes source-linux/translations/friendiqa-hu.ts | 280 ++++--- source-linux/translations/friendiqa-it.qm | Bin 18097 -> 17897 bytes source-linux/translations/friendiqa-it.ts | 280 ++++--- 46 files changed, 2106 insertions(+), 1026 deletions(-) create mode 100644 source-linux/qml/configqml/AcceptRules.qml create mode 100644 source-linux/qml/newsqml/BlockUser.qml create mode 100644 source-linux/qml/newsqml/MessageImageUploadDialog.qml create mode 100644 source-linux/qml/newsqml/ReportUser.qml diff --git a/CHANGELOG.md b/CHANGELOG.md index 161cf0d..703baf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.6.7 + +* Upload multiple images for post and add image descriptions +* Block user +* Report user +* Create Calendar entry from post text + ## v0.6.6 * Create event diff --git a/Linuxmobile.patch b/Linuxmobile.patch index 0901e7d..4da903a 100644 --- a/Linuxmobile.patch +++ b/Linuxmobile.patch @@ -1,6 +1,6 @@ --- source-linux/qml/friendiqa.qml +++ source-linux/qml/friendiqa.qml -@@ -191,7 +191,7 @@ +@@ -193,7 +193,7 @@ color: Material.backgroundColor } diff --git a/README.md b/README.md index bf00e76..f13676f 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,13 @@ Currently supported: * Update fetches new posts (up to last 50) since last in local DB * More shows older posts from local DB * Create new Message with images or direct messages,smileys -* Send image from Android gallery +* Send image(s) from Android gallery * Send text or urls from other apps to Friendiqa * Native Android image dialog ToDo: * Videos and other binary data as attachment (sending, not supported in API) -* More than one attachment * Attachments for Direct messages (currently not supported in API) # Friends @@ -48,7 +47,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 unfollow contacts +* Follow/unfollow or block/unblock contacts * Search for new contacts according to topic * Show follow requests; approve, deny, ignore requests * Additional information, last messages and other functionality shown in news tab @@ -92,7 +91,7 @@ Currently supported: ToDo -* Create events (needs API) +* Show more details and attendance of events (needs API) # Config/Accounts @@ -107,7 +106,7 @@ Currently supported: ToDo -* OAuth? +* OAuth # Other diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 30e1f87..5fcbd9e 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +