element-android icon indicating copy to clipboard operation
element-android copied to clipboard

New settings menu 'Appearance'

Open cintek opened this issue 2 years ago • 1 comments

Type of change

  • [x] Feature
  • [ ] Bugfix
  • [ ] Technical
  • [] Other :

Content

This PR adds a new entry in the settings: Appearance As you can see on the screenshots settings for theme, font and message bubbles are moved to the new menu and the settings for the language is moved to "General".

Solves #7889

Motivation and context

In #7889 I explained why I wanted to change the settings.

Screenshots / GIFs

Root Settings

Appearance Settings (New)

General Settings (Added language)

Tests

Changed the settings for language, theme, font, bubbles to see if everything still works.

Tested devices

  • [x] Physical
  • [ ] Emulator
  • OS version(s):

Checklist

  • [x] Changes has been tested on an Android device or Android emulator with API 21
  • [x] UI change has been tested on both light and dark themes
  • [] Accessibility has been taken into account. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#accessibility
  • [x] Pull request is based on the develop branch
  • [x] Pull request includes a new file under ./changelog.d. See https://github.com/vector-im/element-android/blob/develop/CONTRIBUTING.md#changelog
  • [x] Pull request includes screenshots or videos if containing UI changes
  • [x] Pull request includes a sign off
  • [ ] You've made a self review of your PR
  • [ ] If you have modified the screen flow, or added new screens to the application, you have updated the test UiAllScreensSanityTest.allScreensTest()

Signed-off-by: Christoph Klassen [email protected]

cintek avatar Jan 20 '23 16:01 cintek