diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-16 20:53:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 20:53:49 -0400 |
commit | 2fe3422895c19d93fdb515b72ae497f4263e77bc (patch) | |
tree | 08a71aeccddd371d67e9797999a6560d541e54ed /app/src/main/res/xml | |
parent | 9c4ff0063812e373cd5730ff77840ff7227a3300 (diff) | |
download | frost-2fe3422895c19d93fdb515b72ae497f4263e77bc.tar.gz frost-2fe3422895c19d93fdb515b72ae497f4263e77bc.tar.bz2 frost-2fe3422895c19d93fdb515b72ae497f4263e77bc.zip |
Feature/contextual overlays (#295)
* Update theme
* Update theme
* Compile compacts
* Update changelog
* Update theme
* Add overlay context items and their bindings
* Replace default with null and add changelog
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 99e60483..0e6bb252 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -15,7 +15,7 @@ <item text="Add full support for messaging in overlays. We will dynamically launch new overlays when required to." /> <item text="Prevent bad messenger intent from launching" /> <item text="Add toggle for recents feed. Aggressive loading removes extra posts that are not really recent, whereas disabling it will show exactly what you get on Facebook" /> - <item text="" /> + <item text="Add contextual menu items. Easily go to your full list of notifications or messages from the overlay." /> <item text="" /> <item text="" /> |