Add more ToCs

master
Aminda Suomalainen 3 months ago
parent 2d84461908
commit df1bab76cd
No known key found for this signature in database
GPG Key ID: 99392F62BAE30723

@ -2,6 +2,23 @@
FluffyChat tries to be as minimal as possible even in the code style. We try to keep the code clean, simple and easy to read. The source code of the app is under `/lib` with the main entry point `/lib/main.dart`. FluffyChat tries to be as minimal as possible even in the code style. We try to keep the code clean, simple and easy to read. The source code of the app is under `/lib` with the main entry point `/lib/main.dart`.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [Directory Structure:](#directory-structure)
- [Separation of Controllers and Views](#separation-of-controllers-and-views)
- [Formatting](#formatting)
- [Code Analyzis](#code-analyzis)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
### Directory Structure: ### Directory Structure:

@ -1,3 +1,20 @@
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [1. License](#1-license)
- [2. Disable end-to-end encryption!](#2-disable-end-to-end-encryption)
- [3. Stay up to date!](#3-stay-up-to-date)
- [4. Official Support](#4-official-support)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## 1. License ## 1. License
FluffyChat is licensed under AGPL. Read the license FluffyChat is licensed under AGPL. Read the license
(https://github.com/krille-chan/fluffychat/blob/main/LICENSE) and (https://github.com/krille-chan/fluffychat/blob/main/LICENSE) and

@ -4,6 +4,25 @@ Push notifications are a great way to make sure you don't miss important message
FluffyChat attempts to set up push notifications automatically every time you launch the app. However, if you do not have Google Services on your device, you may receive an error message. In this case, it is necessary to use the an [UnifiedPush app](https://unifiedpush.org/#quick-start) such as Ntfy, UP-FCM Distributor (Google) or Conversations. FluffyChat attempts to set up push notifications automatically every time you launch the app. However, if you do not have Google Services on your device, you may receive an error message. In this case, it is necessary to use the an [UnifiedPush app](https://unifiedpush.org/#quick-start) such as Ntfy, UP-FCM Distributor (Google) or Conversations.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [Using Ntfy](#using-ntfy)
- [🏪 Step 1: Installing and Setting Up ntfy](#-step-1-installing-and-setting-up-ntfy)
- [🔋 Step 2: Deactivate Battery Optimization for ntfy](#-step-2-deactivate-battery-optimization-for-ntfy)
- [✅ Step 3: Checking Push Configuration in FluffyChat](#-step-3-checking-push-configuration-in-fluffychat)
- [🥳 Step 4: Receiving Push Notifications](#%F0%9F%A5%B3-step-4-receiving-push-notifications)
- [Using Conversations](#using-conversations)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Using Ntfy ## Using Ntfy
In this article, we'll show you how to configure push notifications on your Android device using the **ntfy** app. In this article, we'll show you how to configure push notifications on your Android device using the **ntfy** app.

@ -2,6 +2,30 @@
There are plenty of cases, which can not be tested easily in automated UI tests. We need to check all cases on the specified platforms. Please comment below, what you can confirm that it is (still) working or broken with the current release candidate. Also please report all regressions you can find. There are plenty of cases, which can not be tested easily in automated UI tests. We need to check all cases on the specified platforms. Please comment below, what you can confirm that it is (still) working or broken with the current release candidate. Also please report all regressions you can find.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [iOS / iPadOS](#ios--ipados)
- [Android](#android)
- [Linux Desktop](#linux-desktop)
- [Web version](#web-version)
- [Any platform](#any-platform)
- [How to join the public beta](#how-to-join-the-public-beta)
- [iOS and iPadOS](#ios-and-ipados)
- [Android](#android-1)
- [PlayStore](#playstore)
- [Linux Desktop (including Linux Phones)](#linux-desktop-including-linux-phones)
- [Web](#web)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## iOS / iPadOS ## iOS / iPadOS
1. - [ ] App receives push notifications when it is in background/terminated 1. - [ ] App receives push notifications when it is in background/terminated

@ -1,5 +1,21 @@
There are 3 main types of strings to be translated. There are 3 main types of strings to be translated.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [Simple](#simple)
- [Placeholder](#placeholder)
- [Plural](#plural)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Simple ## Simple
``` ```
Add new friend Add new friend

Loading…
Cancel
Save