add the 2 new toggles in the release notes

This commit is contained in:
tibbi 2018-02-25 00:11:42 +01:00
parent 9366db12ce
commit 6e31046b99
2 changed files with 2 additions and 0 deletions

View file

@ -726,6 +726,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(143, R.string.release_143)) add(Release(143, R.string.release_143))
add(Release(158, R.string.release_158)) add(Release(158, R.string.release_158))
add(Release(159, R.string.release_159)) add(Release(159, R.string.release_159))
add(Release(163, R.string.release_163))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View file

@ -2,6 +2,7 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<string name="release_163">Added toggles for disabling Pull-to-refresh and permanent Delete dialog confirmation skipping</string>
<string name="release_159"> <string name="release_159">
Added a toggle for replacing deep zoomable images with better quality ones\n Added a toggle for replacing deep zoomable images with better quality ones\n
Added a toggle for hiding Extended details when the statusbar is hidden\n Added a toggle for hiding Extended details when the statusbar is hidden\n