updating Release notes
This commit is contained in:
parent
b81a1b5cd5
commit
11fb678ede
|
@ -659,6 +659,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(136, R.string.release_136))
|
add(Release(136, R.string.release_136))
|
||||||
add(Release(137, R.string.release_137))
|
add(Release(137, R.string.release_137))
|
||||||
add(Release(138, R.string.release_138))
|
add(Release(138, R.string.release_138))
|
||||||
|
add(Release(143, R.string.release_143))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_143">
|
||||||
|
Added new options to use english language on non-english devices, to password protect whole app and to lock screen orientation at fullscreen view
|
||||||
|
</string>
|
||||||
<string name="release_138">Added an option to keep last-modified field at file copy/move/rename</string>
|
<string name="release_138">Added an option to keep last-modified field at file copy/move/rename</string>
|
||||||
<string name="release_137">Added an option to hide folder media count on the main screen</string>
|
<string name="release_137">Added an option to hide folder media count on the main screen</string>
|
||||||
<string name="release_136">Added an option to show customizable extended details over fullscreen media</string>
|
<string name="release_136">Added an option to show customizable extended details over fullscreen media</string>
|
||||||
|
|
Loading…
Reference in New Issue