diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-26 14:15:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 14:15:47 -0400 |
commit | 1cbee7747e6c7df56b1ab493297deec6763dd29c (patch) | |
tree | d416f17b04f95e7b01d2abefe9308a40223809b6 /app/src/main/res/xml/frost_changelog.xml | |
parent | 27832f1a0081ef423342a3162ce8ed5f0be66d82 (diff) | |
download | frost-1cbee7747e6c7df56b1ab493297deec6763dd29c.tar.gz frost-1cbee7747e6c7df56b1ab493297deec6763dd29c.tar.bz2 frost-1cbee7747e6c7df56b1ab493297deec6763dd29c.zip |
Fix/pip rotation (#450)v1.6.2
* Attempt to redraw video on orientation change
* Delete file backup
* Update video bounds after rotations
* Update changelog
Diffstat (limited to 'app/src/main/res/xml/frost_changelog.xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 98441a58..65d577e0 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,7 +6,13 @@ <item text="" /> --> - <version title="v1.6.1" /> + <version title="v1.6.2" /> + <item text="Fix search update from Facebook" /> + <item text="Fix url parsing errors again" /> + <item text="Fix pip for bottom bar" /> + <item text="Fix pip after rotation" /> + + <version title="v1.6.0" /> <item text="Add Spanish translations" /> <item text="Add French translations" /> <item text="Add German translations" /> @@ -15,7 +21,6 @@ <item text="Add video downloader" /> <item text="Fix bugs with parsing url queries" /> <item text="Fix search update from Facebook" /> - <item text="" /> <version title="v1.5.9" /> <item text="Add notification support for Android O" /> |