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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user