add the "Temporarily show hidden" button to release notes

This commit is contained in:
tibbi 2017-03-22 21:36:54 +01:00
parent 0c135b44ac
commit 9de1ba808d
3 changed files with 3 additions and 1 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 87 versionCode 88
versionName "2.7.3" versionName "2.7.3"
} }

View file

@ -349,6 +349,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
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)) add(Release(84, R.string.release_84))
add(Release(88, R.string.release_88))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View file

@ -2,6 +2,7 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<string name="release_88">Added an option to temporarily show hidden folders</string>
<string name="release_84"> <string name="release_84">
Added an option to use max brightness at viewing fullscreen media\n 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 Added an option to manually include folders which contain media, but were not recognized by the app