From b65af04ee9e2d64ed7f5beaff1ca2f0785b36895 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 15 Jul 2023 13:28:57 +0300 Subject: [PATCH] fix missing newline at end of file --- Code-Quality.md | 2 +- FluffyChat-Design-Guidelines.md | 2 +- FluffyChats-own-F-Droid-repository.md | 2 +- How-to-use-end-to-end-encryption-in-FluffyChat.md | 2 +- Publish-a-new-Release.md | 2 +- Push-Notifications-without-Google-Services.md | 2 +- Quick-account-switching-in-FluffyChat.md | 2 +- Translators-Guide.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Code-Quality.md b/Code-Quality.md index e5b0ebc..88d7eb3 100644 --- a/Code-Quality.md +++ b/Code-Quality.md @@ -135,4 +135,4 @@ We do not allow code with wrong formatting. Please run `flutter format lib` if y ### Code Analyzis -We do not allow codes with dart errors or warnings. We use the [pedantic](https://pub.dev/packages/pedantic) package for static code analysis with additional rules under `analysis_options.yaml`. \ No newline at end of file +We do not allow codes with dart errors or warnings. We use the [pedantic](https://pub.dev/packages/pedantic) package for static code analysis with additional rules under `analysis_options.yaml`. diff --git a/FluffyChat-Design-Guidelines.md b/FluffyChat-Design-Guidelines.md index 8ab0ea5..46742ff 100644 --- a/FluffyChat-Design-Guidelines.md +++ b/FluffyChat-Design-Guidelines.md @@ -17,4 +17,4 @@ To decide which feature makes sense in FluffyChat and which would be config bloa 7. We should avoid implementing configuration options, which could lead to a bad UX as long as it does not help with the accessibility. For example this could be: - Let the user change every single color of the app (Like in KDE :-P). -More guidelines will follow later... \ No newline at end of file +More guidelines will follow later... diff --git a/FluffyChats-own-F-Droid-repository.md b/FluffyChats-own-F-Droid-repository.md index c1dad5e..23984b2 100644 --- a/FluffyChats-own-F-Droid-repository.md +++ b/FluffyChats-own-F-Droid-repository.md @@ -52,4 +52,4 @@ If this still isn't working follow the next steps: ## What is the fingerprint? -The fingerprint of the Repository is: `21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D` \ No newline at end of file +The fingerprint of the Repository is: `21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D` diff --git a/How-to-use-end-to-end-encryption-in-FluffyChat.md b/How-to-use-end-to-end-encryption-in-FluffyChat.md index 6f06b13..5b7ddf4 100644 --- a/How-to-use-end-to-end-encryption-in-FluffyChat.md +++ b/How-to-use-end-to-end-encryption-in-FluffyChat.md @@ -4,4 +4,4 @@ To be safe from man-in-the-middle attacks, you should take a look at the device The color of the toggle shows you the security state. Orange means, that this device is not verified. Grey means that it is blocked and won't receive the encryption keys. This means that this device won't be able to read your messages anymore! Green means that this device is verified. -To verify the devices of another user, start the verification in a direct chat. For this you have a "Start verification" button in the encryption settings of a direct chat. Be sure that you are standing next to this person or you are connected via phone or any other secure channel. When you have started the verification, you will both see a set of emojis on your device. Compare them and tap on "They match". Wait a little bit and then you should see that all devices become green. \ No newline at end of file +To verify the devices of another user, start the verification in a direct chat. For this you have a "Start verification" button in the encryption settings of a direct chat. Be sure that you are standing next to this person or you are connected via phone or any other secure channel. When you have started the verification, you will both see a set of emojis on your device. Compare them and tap on "They match". Wait a little bit and then you should see that all devices become green. diff --git a/Publish-a-new-Release.md b/Publish-a-new-Release.md index be15cc3..0bf8b55 100644 --- a/Publish-a-new-Release.md +++ b/Publish-a-new-Release.md @@ -16,4 +16,4 @@ FluffyChat is available in A LOT of app stores: 5. Publish a new release to iOS testflight - You can use `./scripts/release-ios-testflight.sh` for this 6. Test everything on iOS and Android! 7. Create the new Tag with the version in it -> For version 1.42.0 for example it would be: `v1.42.0` -8. Publish iOS using the web interface from AppStore connect \ No newline at end of file +8. Publish iOS using the web interface from AppStore connect diff --git a/Push-Notifications-without-Google-Services.md b/Push-Notifications-without-Google-Services.md index 24f28dc..b776424 100644 --- a/Push-Notifications-without-Google-Services.md +++ b/Push-Notifications-without-Google-Services.md @@ -25,4 +25,4 @@ Learn more about it here: https://unifiedpush.org/users/intro/#self-host-the-ser You can use Firebase Cloud Messaging (FCM) without Google Services using MicroG. Please note that FCM doesn't work with the F-Droid version of Fluffychat. -Learn more about it here: https://microg.org/ \ No newline at end of file +Learn more about it here: https://microg.org/ diff --git a/Quick-account-switching-in-FluffyChat.md b/Quick-account-switching-in-FluffyChat.md index 6d2eb9d..14da252 100644 --- a/Quick-account-switching-in-FluffyChat.md +++ b/Quick-account-switching-in-FluffyChat.md @@ -64,4 +64,4 @@ on account `@mikaela:feneas.org` } ``` -on account `@mikaela.suomalainen:matrix.org` \ No newline at end of file +on account `@mikaela.suomalainen:matrix.org` diff --git a/Translators-Guide.md b/Translators-Guide.md index 767e669..4e9b304 100644 --- a/Translators-Guide.md +++ b/Translators-Guide.md @@ -30,4 +30,4 @@ There is also "few" and "many" but they seem to have language specific meaning. Also the selectors do not need to match the english version such as your language may not even use different words for when there is more than one of something so: - {count,plural, other{{count} \}} -could be a perfectly resonable way to translate. \ No newline at end of file +could be a perfectly resonable way to translate.