mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-27 06:57:59 +01:00
adding the video playback reversion in the release notes
This commit is contained in:
parent
ba38ce150d
commit
ebecd4ca34
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue