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"
minSdkVersion 16
targetSdkVersion 23
versionCode 83
versionCode 84
versionName "2.6.6"
}

View File

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

View File

@ -2,7 +2,10 @@
<resources>
<!-- 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">
Fixed some sharing and editor issues\n
Sorry for the frequent updates lately, they should be stopped now.