adding the automatic system ui hiding in the release notes

This commit is contained in:
tibbi 2017-06-26 23:26:51 +02:00
parent f282c5b0af
commit 66561179bd
2 changed files with 2 additions and 0 deletions

View file

@ -473,6 +473,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(98, R.string.release_98))
add(Release(108, R.string.release_108))
add(Release(112, R.string.release_112))
add(Release(114, R.string.release_114))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_114">Added an option for automatically hiding the system UI at entering fullscreen mode</string>
<string name="release_112">Added an option for enabling horizontal scrolling</string>
<string name="release_108">Allow setting custom folder covers</string>
<string name="release_98">