Invite list view

Adds a CTA on the room list to view invites if there are any.

The invite list presents each invite with accept/decline buttons
and (for room invites) the sender details.

Fixes #102
This commit is contained in:
Chris Smith
2023-04-03 13:40:53 +01:00
parent 44a2597300
commit e90211b5d8
75 changed files with 1376 additions and 79 deletions

View File

@@ -22,6 +22,7 @@
* [Code coverage](#code-coverage)
* [Other points](#other-points)
* [Logging](#logging)
* [Translations](#translations)
* [Rageshake](#rageshake)
* [Tips](#tips)
* [Happy coding!](#happy-coding)
@@ -392,6 +393,12 @@ Also generally it is recommended to provide the `Throwable` to the Timber log fu
Last point, note that `Timber.v` function may have no effect on some devices. Prefer using `Timber.d` and up.
#### Translations
Translations are handled through localazy. See [the dedicated README.md file](../tools/localazy/README.md) for information on how
to configure new modules etc.
#### Rageshake
Rageshake is a feature to send bug report directly from the application. Just shake your phone and you will be prompted to send a bug report.