mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
updating release notes
This commit is contained in:
parent
512fb94717
commit
e7dd7185e2
2 changed files with 5 additions and 0 deletions
|
@ -474,6 +474,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(108, R.string.release_108))
|
||||
add(Release(112, R.string.release_112))
|
||||
add(Release(114, R.string.release_114))
|
||||
add(Release(115, R.string.release_115))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_115">
|
||||
Added an indicator of folders located on SD cards
|
||||
Improved the way of rotating jpg images on the internal storage by modifying the exif tags + added autosave
|
||||
</string>
|
||||
<string name="release_114">Added an option for automatically hiding the system UI at entering fullscreen mode</string>
|
||||
<string name="release_112">Added an option for enabling horizontal scrolling</string>
|
||||
<string name="release_108">Allow setting custom folder covers</string>
|
||||
|
|
Loading…
Reference in a new issue