diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-01-12 11:19:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 11:19:28 +0530 |
commit | 8bd156dea6e87eb667f76f4738fde992323ce0cf (patch) | |
tree | 505b93720ff21cdb2d7a7144253a7d9b352d041d /CHANGELOG.md | |
parent | 91e00d897f190ec6ab5330f7b3f43d6d7f3e57fb (diff) |
Rework settings to use ModernAndroidPreferences (#1236)
Co-authored-by: Fabian Henneke <fabian@hen.ne.ke>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 88686572..58e172d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. ### Changed - Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation. +- The settings UI has been completely re-done to dramatically improve discoverability and navigation for users ## [1.13.1] - 2020-10-23 |