diff --git a/app/src/main/kotlin/org/fossify/gallery/activities/MainActivity.kt b/app/src/main/kotlin/org/fossify/gallery/activities/MainActivity.kt index 6ef1e8484..834453471 100644 --- a/app/src/main/kotlin/org/fossify/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/org/fossify/gallery/activities/MainActivity.kt @@ -1490,16 +1490,6 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener { private fun checkWhatsNewDialog() { arrayListOf().apply { - add(Release(213, R.string.release_213)) - add(Release(217, R.string.release_217)) - add(Release(220, R.string.release_220)) - add(Release(221, R.string.release_221)) - add(Release(225, R.string.release_225)) - add(Release(258, R.string.release_258)) - add(Release(277, R.string.release_277)) - add(Release(295, R.string.release_295)) - add(Release(327, R.string.release_327)) - add(Release(369, R.string.release_369)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index bd6ae6f42..4c8cb78b8 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -5,39 +5,4 @@ SVG org.fossify.gallery - - Allow temporarily showing excluded folders on Android 11+ - - Adding some folder thumbnail customization at the app settings\n - Allow setting a default folder to be opened at app launch - - Allow fast forwarding videos by double clicking on screen sides - Fully replaced the photo editor with a powerful third party library (for resizing images use Menu -> Resize from the fullscreen view, until it gets added in the editor) - - Allow customizing the bottom navigation bar color\n - Share files in the order they were selected - - - Implemented export/importing for app settings and other preferences, like sorting\n - Allow hiding Notch on fullscreen view on Android 9+\n - Autosave images zoomed at the fullscreen view - - - Allow drawing in the editor\n - Allow batch rotating images from the thumbnails view (proper thumbnail refreshing might need an app restart)\n - Allow sharing images directly from the editor\n - Allow zooming GIFs and videos - - Reverted to the old way of opening videos, opening on separate screen can be enabled in the app settings - - Rewrote video playback, use a separate screen + added fast-forwarding with horizontal swiping\n - Added optional 1:1 pixel ratio zooming with two double taps at fullscreen view\n - Allow adding Copy at the fullscreen bottom actions\n - Always include images at slideshows, never videos - - - Added an initial widget implementation for creating homescreen folder shortcuts\n - Added optional grouping of direct subfolders, as a check at the \"Change view type\" dialog - -