diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-16 20:14:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 20:14:34 -0400 |
commit | 9c4ff0063812e373cd5730ff77840ff7227a3300 (patch) | |
tree | c815e4bd28a8cbddd658e87cb6bee66ceba56701 /app/src/main/res | |
parent | 5e9ed54c90f994f99deb105d57f4d5b3ca1db8cd (diff) | |
download | frost-9c4ff0063812e373cd5730ff77840ff7227a3300.tar.gz frost-9c4ff0063812e373cd5730ff77840ff7227a3300.tar.bz2 frost-9c4ff0063812e373cd5730ff77840ff7227a3300.zip |
Theme (#293)
* Update theme
* Update theme
* Compile compacts
* Update changelog
* Update theme
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index d4044c8b..99e60483 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -12,11 +12,18 @@ <version title="Beta Updates"/> <item text="Almost until release day!" /> + <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="" /> + <item text="" /> + + <version title="v1.4.13"/> <item text="Prevent image loading from trimming too many characters" /> <item text="Fix most recent mode for news feed" /> <item text="Add link to disable video autoplay in settings > newsfeed" /> <item text="Update theme" /> - <item text="" /> <version title="v1.4.12"/> <item text="Fix new messages not showing" /> |