2022-02-03 21:18:16 +08:00
<!-- Please read [CONTRIBUTING.md ](https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md ) before submitting your pull request -->
## Type of change
2019-03-14 00:00:30 +08:00
2022-02-03 21:18:16 +08:00
- [ ] Feature
- [ ] Bugfix
- [ ] Technical
- [ ] Other :
## Content
<!-- Describe shortly what has been changed -->
## Motivation and context
<!-- Provide link to the corresponding issue if applicable or explain the context -->
## Screenshots / GIFs
<!-- Only if UI have been changed -->
## Tests
<!-- Explain how you tested your development -->
- Step 1
- Step 2
- Step ...
## Tested devices
- [ ] Physical
- [ ] Emulator
- OS version(s):
## Checklist
<!-- Depending on the Pull Request content, it can be acceptable if some of the following checkboxes stay unchecked. -->
2019-03-14 00:00:30 +08:00
2020-08-03 23:29:07 +08:00
- [ ] Changes has been tested on an Android device or Android emulator with API 21
2019-03-14 00:00:30 +08:00
- [ ] UI change has been tested on both light and dark themes
2021-09-14 21:56:04 +08:00
- [ ] Accessibility has been taken into account. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#accessibility
2019-03-14 00:00:30 +08:00
- [ ] Pull request is based on the develop branch
2021-06-19 03:10:28 +08:00
- [ ] Pull request includes a new file under ./changelog.d. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#changelog
2019-03-14 00:00:30 +08:00
- [ ] Pull request includes screenshots or videos if containing UI changes
2021-10-15 16:27:22 +08:00
- [ ] Pull request includes a [sign off ](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off )
2021-09-14 21:56:04 +08:00
- [ ] You've made a self review of your PR
2021-10-15 16:27:22 +08:00
- [ ] If you have modified the screen flow, or added new screens to the application, you have updated the test [UiAllScreensSanityTest.allScreensTest() ](https://github.com/vector-im/element-android/blob/main/vector/src/androidTest/java/im/vector/app/ui/UiAllScreensSanityTest.kt#L73 )