From 56bdb80ea0421ab6ea15297193c232b89a46d70d Mon Sep 17 00:00:00 2001 From: LubuWest Date: Wed, 25 Nov 2020 21:40:17 +0100 Subject: [PATCH] new version with hashtags --- CHANGELOG.md | 6 + README.md | 1 + source-android/android/AndroidManifest.xml | 13 +- source-android/android/build.gradle.backup | 69 ++++ source-android/android/gradle.properties | 3 + .../androidnative/AndroidNativeActivity.java | 17 +- .../java/src/androidnative/ImagePicker.java | 22 +- source-android/common/filesystemandroid.cpp | 115 ++++++ source-android/common/friendiqa.cpp | 4 - source-android/friendiqa.pro | 7 +- source-linux/application.qrc | 1 + ...ux (conflicted copy 2019-06-23 133538).cpp | 73 ++++ source-linux/common/filesystem.cpp | 24 +- source-linux/common/filesystem.h | 3 + ...qa (conflicted copy 2019-06-24 214903).cpp | 97 +++++ source-linux/common/updatenews.cpp | 16 +- ...ge (conflicted copy 2017-12-15 232034).cpp | 121 ++++++ ...mage (conflicted copy 2017-12-15 232034).h | 71 ++++ ...hr (conflicted copy 2019-06-24 214813).cpp | 369 ++++++++++++++++++ source-linux/common/xhr.cpp | 18 - source-linux/common/xhr.h | 8 +- source-linux/js/image.js | 8 +- source-linux/js/news.js | 111 ++---- source-linux/js/newsworker.js | 1 + source-linux/js/service.js | 48 ++- source-linux/qml/calendarqml/CalendarDay.qml | 1 + source-linux/qml/calendarqml/CalendarTab.qml | 2 +- source-linux/qml/calendarqml/EventList.qml | 2 + source-linux/qml/configqml/AccountPage.qml | 172 +++----- source-linux/qml/configqml/InfoBox.qml | 2 +- .../contactqml/ContactDetailsComponent.qml | 45 +-- source-linux/qml/contactqml/FriendsTab.qml | 40 +- .../qml/contactqml/GroupComponent.qml | 3 +- .../qml/contactqml/ProfileComponent.qml | 13 +- source-linux/qml/friendiqa.qml | 56 ++- .../qml/genericqml/ContactComponent.qml | 1 + source-linux/qml/genericqml/Search.qml | 22 +- source-linux/qml/newsqml/ContactPage.qml | 2 +- source-linux/qml/newsqml/Conversation.qml | 105 +---- source-linux/qml/newsqml/MessageSend.qml | 218 ++++------- source-linux/qml/newsqml/NewsStack.qml | 12 +- source-linux/qml/newsqml/NewsVideo.qml | 16 - source-linux/qml/newsqml/NewsVideoLarge.qml | 7 - source-linux/qml/newsqml/NewsYplayer.qml | 5 +- source-linux/qml/newsqml/Newsitem.qml | 272 ++++++------- source-linux/qml/newsqml/SmileyDialog.qml | 21 +- source-linux/qml/photoqml/PhotoTab.qml | 6 +- 47 files changed, 1424 insertions(+), 825 deletions(-) create mode 100644 source-android/android/build.gradle.backup create mode 100644 source-android/common/filesystemandroid.cpp create mode 100644 source-linux/common/alarmlinux (conflicted copy 2019-06-23 133538).cpp create mode 100644 source-linux/common/friendiqa (conflicted copy 2019-06-24 214903).cpp create mode 100644 source-linux/common/uploadableimage (conflicted copy 2017-12-15 232034).cpp create mode 100644 source-linux/common/uploadableimage (conflicted copy 2017-12-15 232034).h create mode 100644 source-linux/common/xhr (conflicted copy 2019-06-24 214813).cpp diff --git a/CHANGELOG.md b/CHANGELOG.md index 5119886..06a5b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.4 ## +* More Simplification of account page (images are stored in the private app directory, no permission required) +* Image attachment for Android 10 repaired +* Hashtags are saved after message is sent and can be used in later messages +* Bugfixes + ## v0.5.3 ## * Implementation of new events API (incl. sync and notification) for Friendica version >= 20.03 * Indentation to see replied to newsitem for conversation view diff --git a/README.md b/README.md index b09cb3b..e1fd95d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ 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, Contact/Group access rights (can be stored), smileys +* Hashtags are saved after message is sent and can be used in later messages * Send image from Android gallery * Send text or urls from other apps to Friendiqa * Native Android image dialog diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index 22426df..3bfe2cd 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - +