diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-17 01:21:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-17 01:21:46 -0400 |
commit | a5ea7fd9606f2ae39d57d2463f093629d19b0200 (patch) | |
tree | fdd6a29608987999b4eb03fe7a569c4467d513bb /app/src/main/res | |
parent | e55fac98ef50a55f0064111cb767d1d7e3959bcc (diff) | |
download | frost-a5ea7fd9606f2ae39d57d2463f093629d19b0200.tar.gz frost-a5ea7fd9606f2ae39d57d2463f093629d19b0200.tar.bz2 frost-a5ea7fd9606f2ae39d57d2463f093629d19b0200.zip |
misc (#298)v1.5.0
* Wrap searchsubject with error handler
* Add dialog for older users
* Add identifier key
* Ensure notification service starts when app starts
* Update theme
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 8bf5826b..42046133 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,12 +11,17 @@ <!--<version title="Beta Updates" />--> <version title="Beta Updates"/> - <item text="Almost until release day!" /> + <item text="Release day is here!" /> <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="Add contextual menu items. Easily go to your full list of notifications or messages from the overlay." /> <item text="Ensure that bottom bar layout does not hide the web content" /> + <item text="Add option to share external links to Frost" /> + <item text="Trigger notification service on each app start" /> + <item text="" /> + <item text="" /> + <item text="" /> <item text="" /> <version title="v1.4.13"/> |