mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
adding horizontal scrolling to release notes
This commit is contained in:
parent
e045adce89
commit
b8a4c2a1b0
2 changed files with 2 additions and 0 deletions
|
@ -470,6 +470,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(97, R.string.release_97))
|
add(Release(97, R.string.release_97))
|
||||||
add(Release(98, R.string.release_98))
|
add(Release(98, R.string.release_98))
|
||||||
add(Release(108, R.string.release_108))
|
add(Release(108, R.string.release_108))
|
||||||
|
add(Release(112, R.string.release_112))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_112">Added an option for enabling horizontal scrolling</string>
|
||||||
<string name="release_108">Allow setting custom folder covers</string>
|
<string name="release_108">Allow setting custom folder covers</string>
|
||||||
<string name="release_98">
|
<string name="release_98">
|
||||||
Allow selecting multiple items by finger dragging\n
|
Allow selecting multiple items by finger dragging\n
|
||||||
|
|
Loading…
Reference in a new issue