updating release notes
This commit is contained in:
parent
9f69360004
commit
58f75e3b8a
2 changed files with 5 additions and 0 deletions
|
@ -271,6 +271,7 @@ class MainActivity : SimpleActivity(), ItemsFragment.ItemInteractionListener, Br
|
||||||
add(Release(28, R.string.release_28))
|
add(Release(28, R.string.release_28))
|
||||||
add(Release(29, R.string.release_29))
|
add(Release(29, R.string.release_29))
|
||||||
add(Release(34, R.string.release_34))
|
add(Release(34, R.string.release_34))
|
||||||
|
add(Release(35, R.string.release_35))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_35">
|
||||||
|
Added zip file de/compressing\n
|
||||||
|
Improved root folder handling for rooted devices, if enabled
|
||||||
|
</string>
|
||||||
<string name="release_34">Allow password protecting hidden item visibility</string>
|
<string name="release_34">Allow password protecting hidden item visibility</string>
|
||||||
<string name="release_29">Added a couple ways of sorting</string>
|
<string name="release_29">Added a couple ways of sorting</string>
|
||||||
<string name="release_28">
|
<string name="release_28">
|
||||||
|
|
Loading…
Reference in a new issue