mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
adding some new features in release notes
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user