add folder inclusion in the release notes

This commit is contained in:
tibbi 2017-03-18 10:49:57 +01:00
parent d07db9fffa
commit bd9e5746cc
3 changed files with 6 additions and 2 deletions

View file

@ -10,7 +10,7 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 23
versionCode 83 versionCode 84
versionName "2.6.6" versionName "2.6.6"
} }

View file

@ -362,6 +362,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(76, R.string.release_76)) add(Release(76, R.string.release_76))
add(Release(77, R.string.release_77)) add(Release(77, R.string.release_77))
add(Release(83, R.string.release_83)) add(Release(83, R.string.release_83))
add(Release(84, R.string.release_84))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View file

@ -2,7 +2,10 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<string name="release_84">Added an option to use max brightness at viewing fullscreen media</string> <string name="release_84">
Added an option to use max brightness at viewing fullscreen media\n
Added an option to manually include folders which contain media, but were not recognized by the app
</string>
<string name="release_83"> <string name="release_83">
Fixed some sharing and editor issues\n Fixed some sharing and editor issues\n
Sorry for the frequent updates lately, they should be stopped now. Sorry for the frequent updates lately, they should be stopped now.