diff --git a/app/src/main/kotlin/org/fossify/notes/activities/MainActivity.kt b/app/src/main/kotlin/org/fossify/notes/activities/MainActivity.kt index 3823af0d..e9184de0 100644 --- a/app/src/main/kotlin/org/fossify/notes/activities/MainActivity.kt +++ b/app/src/main/kotlin/org/fossify/notes/activities/MainActivity.kt @@ -1270,19 +1270,6 @@ class MainActivity : SimpleActivity() { private fun checkWhatsNewDialog() { arrayListOf().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) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index d1bfddc3..f9892863 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -1,33 +1,4 @@ org.fossify.notes - - - Allow changing checklist item sorting - Notes linked to files have been reset, please set them up again - - 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 - - Allow setting different text and background color per widget - Allow customizing the bottom navigation bar color - Added a Checklist type of note - Allow creating separate widgets per notes - Added undo/redo - Allow exporting all notes at once, toggling line wrap and autosave - - Added a new option to use english language on non-english devices\n - Allow scrolling widgets vertically - - - Added an option to make emails and links clickable\n - Allow importing text from files\n - Allow saving notes to files - - Allow picking colors by hex codes - - Added more color customization options\n - Your settings have been cleared, please reset them - -