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 @@ - +