adding the video playback reversion in the release notes

This commit is contained in:
tibbi 2019-01-10 11:36:15 +01:00
parent ba38ce150d
commit ebecd4ca34
2 changed files with 2 additions and 0 deletions

View file

@ -1231,6 +1231,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
add(Release(206, R.string.release_206))
add(Release(213, R.string.release_213))
add(Release(217, R.string.release_217))
add(Release(220, R.string.release_220))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_220">Reverted to the old way of opening videos, opening on separate screen can be enabled in the app settings</string>
<string name="release_217">
Rewrote video playback, use a separate screen + added fast-forwarding with horizontal swiping\n
Added optional 1:1 pixel ratio zooming with two double taps at fullscreen view\n