Remove old release notes

This commit is contained in:
Naveen
2023-12-23 17:01:56 +05:30
parent 95a6d4a646
commit 708e6c905a
2 changed files with 0 additions and 42 deletions

View File

@@ -1270,19 +1270,6 @@ class MainActivity : SimpleActivity() {
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(25, R.string.release_25))
add(Release(28, R.string.release_28))
add(Release(29, R.string.release_29))
add(Release(39, R.string.release_39))
add(Release(45, R.string.release_45))
add(Release(49, R.string.release_49))
add(Release(51, R.string.release_51))
add(Release(57, R.string.release_57))
add(Release(62, R.string.release_62))
add(Release(64, R.string.release_64))
add(Release(67, R.string.release_67))
add(Release(81, R.string.release_81))
add(Release(86, R.string.release_86))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@@ -1,33 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="package_name">org.fossify.notes</string>
<!-- Release notes -->
<string name="release_86">Allow changing checklist item sorting</string>
<string name="release_81">Notes linked to files have been reset, please set them up again</string>
<string name="release_67">
Allow reordering checklist items by dragging, once selection mode by long pressing is activated\n
Added a new settings item for moving undone checklist items at the top automatically
</string>
<string name="release_64">Allow setting different text and background color per widget</string>
<string name="release_62">Allow customizing the bottom navigation bar color</string>
<string name="release_57">Added a Checklist type of note</string>
<string name="release_51">Allow creating separate widgets per notes</string>
<string name="release_49">Added undo/redo</string>
<string name="release_45">Allow exporting all notes at once, toggling line wrap and autosave</string>
<string name="release_39">
Added a new option to use english language on non-english devices\n
Allow scrolling widgets vertically
</string>
<string name="release_29">
Added an option to make emails and links clickable\n
Allow importing text from files\n
Allow saving notes to files
</string>
<string name="release_28">Allow picking colors by hex codes</string>
<string name="release_25">
Added more color customization options\n
Your settings have been cleared, please reset them
</string>
</resources>