aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-04-21 18:10:19 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-04-21 18:10:19 +0530
commita5b6dfc106f448b59628724a08fb4d6897cbe1d0 (patch)
tree4e4f0f8af2fc3ce7011624bc3a338ae8bac926fc /CHANGELOG.md
parent6ff01f5e1ee90c6203bc9bd0189eea33c42d6db0 (diff)
Support creating pinned shortcuts directly (#1393)
* CHANGELOG: update for pinning support * PasswordFragment: support pinning * PasswordStore: use `PasswordItem#createAuthEnabledIntent` * PasswordItem: add `createAuthEnabledIntent` API * DecryptActivity: remove last changed time Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0304d949..6a20482b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
- Add support for manually providing TOTP parameters
- Parse extra content as individual fields
- Improve search result filtering logic
+- Allow pinning shortcuts directly to the launcher home screen
### Fixed