mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
add Portrait wallpapers and Properties dialog changes in release notes
This commit is contained in:
parent
7e95356310
commit
fcd9f1a94c
2 changed files with 5 additions and 0 deletions
|
@ -363,6 +363,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(84, R.string.release_84))
|
add(Release(84, R.string.release_84))
|
||||||
add(Release(88, R.string.release_88))
|
add(Release(88, R.string.release_88))
|
||||||
add(Release(89, R.string.release_89))
|
add(Release(89, R.string.release_89))
|
||||||
|
add(Release(93, R.string.release_93))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_93">
|
||||||
|
Allow setting portrait wallpapers\n
|
||||||
|
Added more fields in photo Properties dialog
|
||||||
|
</string>
|
||||||
<string name="release_89">
|
<string name="release_89">
|
||||||
Improved fullscreen image zooming\n
|
Improved fullscreen image zooming\n
|
||||||
Added more settings related to screen autorotating\n
|
Added more settings related to screen autorotating\n
|
||||||
|
|
Loading…
Reference in a new issue