fix missing newline at end of file

master
Aminda Suomalainen 2 years ago
parent abef09c1f6
commit b65af04ee9
No known key found for this signature in database

@ -135,4 +135,4 @@ We do not allow code with wrong formatting. Please run `flutter format lib` if y
### Code Analyzis ### 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`. 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`.

@ -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: 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). - Let the user change every single color of the app (Like in KDE :-P).
More guidelines will follow later... More guidelines will follow later...

@ -52,4 +52,4 @@ If this still isn't working follow the next steps:
## What is the fingerprint? ## What is the fingerprint?
The fingerprint of the Repository is: `21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D` The fingerprint of the Repository is: `21A469657300576478B623DF99D8EB889A80BCD939ACA60A4074741BEAEC397D`

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

@ -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 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! 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` 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 8. Publish iOS using the web interface from AppStore connect

@ -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. 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/ Learn more about it here: https://microg.org/

@ -64,4 +64,4 @@ on account `@mikaela:feneas.org`
} }
``` ```
on account `@mikaela.suomalainen:matrix.org` on account `@mikaela.suomalainen:matrix.org`

@ -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: 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} \<insert translation here\>}} - {count,plural, other{{count} \<insert translation here\>}}
could be a perfectly resonable way to translate. could be a perfectly resonable way to translate.

Loading…
Cancel
Save