From 6e31046b995374829c75f9587d868d40df3f10c2 Mon Sep 17 00:00:00 2001
From: tibbi <tibor@kaputa.sk>
Date: Sun, 25 Feb 2018 00:11:42 +0100
Subject: [PATCH] add the 2 new toggles in the release notes

---
 .../com/simplemobiletools/gallery/activities/MainActivity.kt     | 1 +
 app/src/main/res/values/donottranslate.xml                       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt
index 3803f5b59..c4142ac5b 100644
--- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt
@@ -726,6 +726,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
             add(Release(143, R.string.release_143))
             add(Release(158, R.string.release_158))
             add(Release(159, R.string.release_159))
+            add(Release(163, R.string.release_163))
             checkWhatsNew(this, BuildConfig.VERSION_CODE)
         }
     }
diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml
index 929e5a89d..09fed2594 100644
--- a/app/src/main/res/values/donottranslate.xml
+++ b/app/src/main/res/values/donottranslate.xml
@@ -2,6 +2,7 @@
 <resources>
 
     <!-- Release notes -->
+    <string name="release_163">Added toggles for disabling Pull-to-refresh and permanent Delete dialog confirmation skipping</string>
     <string name="release_159">
         Added a toggle for replacing deep zoomable images with better quality ones\n
         Added a toggle for hiding Extended details when the statusbar is hidden\n