updating the release notes
This commit is contained in:
parent
e2c37d9afa
commit
d160b5b158
2 changed files with 6 additions and 0 deletions
|
@ -363,6 +363,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
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))
|
add(Release(88, R.string.release_88))
|
||||||
|
add(Release(89, R.string.release_89))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,11 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_89">
|
||||||
|
Improved fullscreen image zooming\n
|
||||||
|
Added more settings related to screen autorotating\n
|
||||||
|
Split copy and move functions for ease of use
|
||||||
|
</string>
|
||||||
<string name="release_88">
|
<string name="release_88">
|
||||||
Added an option to temporarily show hidden folders\n
|
Added an option to temporarily show hidden folders\n
|
||||||
Added a setting for preventing thumbnail croping to square\n
|
Added a setting for preventing thumbnail croping to square\n
|
||||||
|
|
Loading…
Reference in a new issue