add volume and brightness change in release notes

This commit is contained in:
tibbi 2017-08-07 23:41:32 +02:00
parent 68a090a522
commit 48251a04c0
2 changed files with 2 additions and 0 deletions

View file

@ -493,6 +493,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(118, R.string.release_118))
add(Release(119, R.string.release_119))
add(Release(122, R.string.release_122))
add(Release(123, R.string.release_123))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View file

@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_123">Allow changing the screen brightness and volume at videos by vertically dragging the screen sides</string>
<string name="release_122">Added slideshow at the fullscreen view</string>
<string name="release_119">Added pattern/pin protection for showing hidden items</string>
<string name="release_118">Added a toggle for replacing Share with Rotate at fullscreen media</string>