diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e39dd..953d3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,3 +74,9 @@ * Public timeline * Timeline for selected group * Small redesign of SendMessage page + +## v0.3.1 ## +* By popular demand: Conversations open in a new stack, like in Twidere +* Conversations open after (long) press on news, like in Twidere +* Image attachments are shown below text and can be enlarged, like in Twidere (solves issue #8) +* New messages are html, line breaks work (solves issue #7) diff --git a/README.md b/README.md index a1b051c..14ade80 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Currently supported: * Shows Posts from friends, selected group, favorited messages, public timeline, Direct Messages and notifications * Search button for news * Click on hashtag in newsitem starts search for news with that word +* Click on image shows image fullscreen * Open links in external browser * Click on contact photo for contact details * Click on like text for additional contact info @@ -39,7 +40,7 @@ ToDo: * Videos and other binary data as attachment (sending and receiving) * More than one attachment (currently not supported in API) -* Rich text editing in Send Dialog +* Rich text editing in Send Dialog (currently not possible in QML) * Attachments for Direct messages (currently not supported in API) diff --git a/source-android/android/AndroidManifest.xml b/source-android/android/AndroidManifest.xml index d4296b4..975885b 100644 --- a/source-android/android/AndroidManifest.xml +++ b/source-android/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -7,15 +7,15 @@ - - - - + + + + - - - + + + @@ -50,7 +50,7 @@ - +