diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-24 23:29:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 23:29:55 -0400 |
commit | c2ca9066c6fd760bd6ef5d2f8f0530a89bfa7b66 (patch) | |
tree | a54665bb873b650b8f6f03b76cd59456ef79e296 /app/src/main/res/xml/frost_changelog.xml | |
parent | 64dbf74b7a44a25f41ed7ff2ebfa11db0bc91769 (diff) | |
download | frost-c2ca9066c6fd760bd6ef5d2f8f0530a89bfa7b66.tar.gz frost-c2ca9066c6fd760bd6ef5d2f8f0530a89bfa7b66.tar.bz2 frost-c2ca9066c6fd760bd6ef5d2f8f0530a89bfa7b66.zip |
WIP: Feature/pip video 2 (#405)
* Add dependency
* Test new video view
* Add initial video bindings
* Implement drag to dismiss
* Begin initial integration
* Fix typo
* Fix up url formatter
* Update changelog
* Create first fully integrated video build
* Update translations
* Update translations 2
Diffstat (limited to 'app/src/main/res/xml/frost_changelog.xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index b46889c2..5cc8a2c8 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -5,14 +5,22 @@ <version title="v" /> <item text="" /> --> - - <version title="Translations are opened!" /> - <item text="If you want to have Frost in your language, please consider helping translate it. Link is in settings." /> - - <version title="v1.5.9" /> + + <version title="v1.6.0" /> + <item text="Add Spanish translations" /> + <item text="Add French translations" /> + <item text="Add German translations" /> + <item text="Check permissions before attempting upload or download" /> + <item text="Add pip video support" /> + <item text="Add video downloader" /> + <item text="Fix bugs with parsing url queries" /> + <item text="" /> + <item text="" /> + + <version title="v1.5.9" /> <item text="Add notification support for Android O" /> - - <version title="v1.5.8" /> + + <version title="v1.5.8" /> <item text="Fix theme for newer comments layout" /> <item text="Revert media picker to use system default" /> |