updating the release notes

This commit is contained in:
tibbi 2017-09-01 15:26:18 +02:00
parent bfad77b597
commit 9656fc92f5
2 changed files with 6 additions and 1 deletions

View File

@ -514,6 +514,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(122, R.string.release_122))
add(Release(123, R.string.release_123))
add(Release(125, R.string.release_125))
add(Release(127, R.string.release_127))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -2,13 +2,17 @@
<resources>
<!-- Release notes -->
<string name="release_127">
Added a switch for disabling video gestures\n
Added a switch for deleting empty folders after deleting content
</string>
<string name="release_125">Moved media type filter from Settings to the Action menu</string>
<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>
<string name="release_115">
Added an indicator of folders located on SD cards
Added an indicator of folders located on SD cards\n
Improved the way of rotating jpg images on the internal storage by modifying the exif tags + added autosave
</string>
<string name="release_114">Added an option for automatically hiding the system UI at entering fullscreen mode</string>