mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
add the "Temporarily show hidden" button to release notes
This commit is contained in:
parent
0c135b44ac
commit
9de1ba808d
3 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
applicationId "com.simplemobiletools.gallery"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 87
|
||||
versionCode 88
|
||||
versionName "2.7.3"
|
||||
}
|
||||
|
||||
|
|
|
@ -349,6 +349,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(77, R.string.release_77))
|
||||
add(Release(83, R.string.release_83))
|
||||
add(Release(84, R.string.release_84))
|
||||
add(Release(88, R.string.release_88))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_88">Added an option to temporarily show hidden folders</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
|
||||
|
|
Loading…
Reference in a new issue