mention video fast forwarding with double clicks at the Whats New window
This commit is contained in:
parent
dbaca7aa30
commit
3f95a8f6ca
2 changed files with 2 additions and 0 deletions
|
@ -1315,6 +1315,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(225, R.string.release_225))
|
||||
add(Release(258, R.string.release_258))
|
||||
add(Release(277, R.string.release_277))
|
||||
add(Release(295, R.string.release_295))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<string name="package_name">com.simplemobiletools.gallery.pro</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_295">Allow fast forwarding videos by double clicking on screen sides</string>
|
||||
<string name="release_277">Fully replaced the photo editor with a powerful third party library (for resizing images use Menu -> Resize from the fullscreen view, until it gets added in the editor)</string>
|
||||
<string name="release_258">
|
||||
Allow customizing the bottom navigation bar color\n
|
||||
|
|
Loading…
Reference in a new issue