mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 13:08:00 +01:00
adding some new features in release notes
This commit is contained in:
parent
58ac628e3e
commit
1827bf14b1
2 changed files with 7 additions and 0 deletions
|
@ -1230,6 +1230,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
add(Release(202, R.string.release_202))
|
add(Release(202, R.string.release_202))
|
||||||
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))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<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
|
||||||
|
Allow adding Copy at the fullscreen bottom actions\n
|
||||||
|
Always include images at slideshows, never videos
|
||||||
|
</string>
|
||||||
<string name="release_213">
|
<string name="release_213">
|
||||||
Added an initial widget implementation for creating homescreen folder shortcuts\n
|
Added an initial widget implementation for creating homescreen folder shortcuts\n
|
||||||
Added optional grouping of direct subfolders, as a check at the \"Change view type\" dialog
|
Added optional grouping of direct subfolders, as a check at the \"Change view type\" dialog
|
||||||
|
|
Loading…
Reference in a new issue