mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-30 08:18:00 +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(206, R.string.release_206))
|
||||||
add(Release(213, R.string.release_213))
|
add(Release(213, R.string.release_213))
|
||||||
add(Release(217, R.string.release_217))
|
add(Release(217, R.string.release_217))
|
||||||
|
add(Release(220, R.string.release_220))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- 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">
|
<string name="release_217">
|
||||||
Rewrote video playback, use a separate screen + added fast-forwarding with horizontal swiping\n
|
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
|
Added optional 1:1 pixel ratio zooming with two double taps at fullscreen view\n
|
||||||
|
|
Loading…
Reference in a new issue