From fb812d5d88f1b1e2905512d8646db6d5a258ff77 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Sun, 5 Feb 2023 10:11:40 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e36440562..f45d33d25 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ ### **Show posts filtered with a warning!** +**Allows you to have filtered posts collapsed with a warning! As shown in the screenshots:** + +Before | After +:-------------------------:|:-------------------------: +![Screenshot_20230205-100200edited](https://user-images.githubusercontent.com/71328265/216820539-20802dc5-e433-4511-b2d9-291d810e4ef2.png) | ![Screenshot_20230205-100203edited](https://user-images.githubusercontent.com/71328265/216820544-231b2966-f38f-4ec6-b555-d39c62433839.png) + + ### **Color themes** **Allows you to change theme within the app. Supports Purple, pink, green, blue, orange and yellow!** @@ -79,11 +86,13 @@ Variant with an integrated updater. If you download Moshidon from here (and not ### Features +* [Adding the ability to have filtered posts show with a warning](https://github.com/LucasGGamerM/moshidon/tree/feature/filters_again) * [Add “Unlisted” as a post visibility option](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/enable-unlisted) ([Pull request](https://github.com/mastodon/mastodon-android/pull/103)) * Adding a useful private profile note box!* * Auto hiding the compose button on scroll!* * Adding the hability to remind yourself to add alt text to images!* +* An indicator for if an image has alt text or not* * Adding the ability to have drafts!* * Also adding the ability to view announcements from your instance!* * Adding the ability to post for local timeline only (Only on instances that support it!)* From f7c85d7d530ddf40e3daa4c40af50124a332ff18 Mon Sep 17 00:00:00 2001 From: LucasGGamerM <71328265+LucasGGamerM@users.noreply.github.com> Date: Sun, 5 Feb 2023 10:12:34 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45d33d25..933cbe733 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Variant with an integrated updater. If you download Moshidon from here (and not ### Behavior -* Adding a bottom option for the publish button, allowing for easier user on larger screens! +* Adding a bottom option for the publish button, allowing for easier use on larger screens! * [Make back button return to the home tab before exiting the app](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/back-returns-home) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/118)) * [Always preserve content warnings when replying](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/always-preserve-cw) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/113)) * [Display full image when adding image description](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/compose-image-description-full-image) ([Pull request](https://github.com/mastodon/mastodon-android/pull/182)) From 3520ebafc9b5734e781c236c5ba7e4373915d754 Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Sun, 5 Feb 2023 19:56:31 +0100 Subject: [PATCH 3/3] fix(compose): remove marginEnd --- mastodon/src/main/res/layout/fragment_compose.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index 9a4e44536..13063fbaf 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -277,7 +277,6 @@ android:elevation="2dp" android:outlineProvider="bounds" android:paddingHorizontal="10dp" - android:layout_marginEnd="6dp" android:layoutDirection="locale">