adding thumbnail customization and default folder at Whats New
This commit is contained in:
parent
564e56b20d
commit
d4117fde5a
2 changed files with 5 additions and 0 deletions
|
@ -1432,6 +1432,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
||||||
add(Release(258, R.string.release_258))
|
add(Release(258, R.string.release_258))
|
||||||
add(Release(277, R.string.release_277))
|
add(Release(277, R.string.release_277))
|
||||||
add(Release(295, R.string.release_295))
|
add(Release(295, R.string.release_295))
|
||||||
|
add(Release(327, R.string.release_327))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
<string name="package_name">com.simplemobiletools.gallery.pro</string>
|
<string name="package_name">com.simplemobiletools.gallery.pro</string>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_327">
|
||||||
|
Adding some folder thumbnail customization at the app settings\n
|
||||||
|
Allow setting a default folder to be opened at app launch
|
||||||
|
</string>
|
||||||
<string name="release_295">Allow fast forwarding videos by double clicking on screen sides</string>
|
<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_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">
|
<string name="release_258">
|
||||||
|
|
Loading…
Reference in a new issue