From 400241ec6acc8998b4be14e2d717c3d95f09b465 Mon Sep 17 00:00:00 2001 From: LubuWest Date: Tue, 15 Nov 2022 22:02:09 +0100 Subject: [PATCH] create and delete events --- CHANGELOG.md | 6 + README.md | 2 + source-android/android/AndroidManifest.xml | 2 +- source-linux/application.qrc | 2 +- source-linux/common/updatenews.cpp | 21 +- source-linux/js/helper.js | 2 +- source-linux/js/newsworker.js | 17 +- source-linux/js/service.js | 4 +- source-linux/qml/calendarqml/CalendarDay.qml | 12 +- source-linux/qml/calendarqml/CalendarTab.qml | 166 +++++--- source-linux/qml/calendarqml/EventCreate.qml | 391 ++++++++++++++++++ source-linux/qml/calendarqml/EventList.qml | 36 +- .../qml/calendarqml/EventListItem.qml | 46 ++- source-linux/qml/configqml/AccountPage.qml | 70 ++-- source-linux/qml/configqml/InfoBox.qml | 2 +- .../qml/contactqml/ContactsListTab.qml | 122 ------ .../qml/contactqml/FriendsListTab.qml | 53 ++- source-linux/qml/contactqml/FriendsTab.qml | 17 +- source-linux/qml/contactqml/GroupsListTab.qml | 3 +- .../qml/contactqml/ProfileComponent.qml | 18 +- .../DrawerAccountComponentContacts.qml | 22 +- source-linux/qml/newsqml/ContactPage.qml | 39 +- source-linux/qml/newsqml/Conversation.qml | 8 +- source-linux/qml/newsqml/MessageSend.qml | 24 +- .../qml/photoqml/ImageUploadDialog.qml | 6 +- source-linux/qml/photoqml/PhotoTab.qml | 1 - source-linux/translations/friendiqa-de.qm | Bin 17011 -> 18217 bytes source-linux/translations/friendiqa-de.ts | 73 +++- source-linux/translations/friendiqa-es.qm | Bin 16923 -> 18173 bytes source-linux/translations/friendiqa-es.ts | 265 +++++++----- source-linux/translations/friendiqa-hu.qm | Bin 16776 -> 16933 bytes source-linux/translations/friendiqa-hu.ts | 265 +++++++----- source-linux/translations/friendiqa-it.qm | Bin 16867 -> 18097 bytes source-linux/translations/friendiqa-it.ts | 265 +++++++----- 34 files changed, 1346 insertions(+), 614 deletions(-) create mode 100644 source-linux/qml/calendarqml/EventCreate.qml delete mode 100644 source-linux/qml/contactqml/ContactsListTab.qml diff --git a/CHANGELOG.md b/CHANGELOG.md index bffa2fd..161cf0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.6.6 + +* Create event +* Delete event +* New sorting of conversations + ## v0.6.5 * Fix reply in Friendica 3/2022 version due to API bug diff --git a/README.md b/README.md index d8df39f..bf00e76 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ Currently supported: * Show public events of Friendica contacts * List view of events of selected date * Click on event to show details +* Create event +* Delete event ToDo diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 8747bc9..ddb4598 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +