add Favorites to release notes
This commit is contained in:
parent
fad04b406e
commit
a76c716173
2 changed files with 2 additions and 0 deletions
|
@ -910,6 +910,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(177, R.string.release_177))
|
add(Release(177, R.string.release_177))
|
||||||
add(Release(178, R.string.release_178))
|
add(Release(178, R.string.release_178))
|
||||||
add(Release(180, R.string.release_180))
|
add(Release(180, R.string.release_180))
|
||||||
|
add(Release(181, R.string.release_181))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_181">Allow selecting Favorite items for easy access</string>
|
||||||
<string name="release_180">Allow filtering out RAW images separately</string>
|
<string name="release_180">Allow filtering out RAW images separately</string>
|
||||||
<string name="release_178">Added sorting by Date Taken</string>
|
<string name="release_178">Added sorting by Date Taken</string>
|
||||||
<string name="release_177">Allow customizing the app launcher icon color</string>
|
<string name="release_177">Allow customizing the app launcher icon color</string>
|
||||||
|
|
Loading…
Reference in a new issue