diff --git a/app/build.gradle b/app/build.gradle index 0545b395c..5b9845d81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 25 - versionCode 71 + versionCode 72 versionName "2.4.0" } 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 8e27069cf..61b9cedec 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -355,6 +355,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(66, R.string.release_66)) add(Release(69, R.string.release_69)) add(Release(70, R.string.release_70)) + add(Release(72, R.string.release_72)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 8dadef54d..9a579dbcc 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -89,6 +89,7 @@ Loop videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 2988a592a..cf71e6752 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -89,6 +89,7 @@ Video Endlos-Schleife + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 8dadef54d..9a579dbcc 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -89,6 +89,7 @@ Loop videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 34de95c22..3d519176f 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -89,6 +89,7 @@ Tourner en boucle les vidéos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-gl-rES/strings.xml b/app/src/main/res/values-gl-rES/strings.xml index 8dadef54d..9a579dbcc 100644 --- a/app/src/main/res/values-gl-rES/strings.xml +++ b/app/src/main/res/values-gl-rES/strings.xml @@ -89,6 +89,7 @@ Loop videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index a7cd356b8..373826e7f 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -89,6 +89,7 @@ Loop videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index af1a81894..0e2779781 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -89,6 +89,7 @@ Loop videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 2c4415ca9..46da9cbc2 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -89,6 +89,7 @@ Vídeos em ciclo + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index f12a5346c..84766c1d7 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -89,6 +89,7 @@ Повторять видео + Implement proper folder hiding via .nomedia file Добавлены элементы меню, позволяющие легко повернуть изображение в полноэкранном режиме В меню добавлены кнопки для изменения количества столбцов на гравном экране Добавлена возможность выбирать цвета по hex-кодам diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 1c55ab767..eb79c4dd3 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -89,6 +89,7 @@ Automaticky reštartovať videá + Bolo pridané správne ukrývanie priečinkov pomocou súboru .nomedia Do celoobrazovkového pohľadu boli pridané tlačidlá na jednoduché otáčanie obrázkov Boli pridané tlačidlá na zmenu počtu stĺpcov Allow picking colors by hex codes diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 2ec5a3ac4..a06027b7e 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -89,6 +89,7 @@ Återspela videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 175a21929..9e9d821ca 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -89,6 +89,7 @@ 循环播放视频 + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 020436464..d3008ed50 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -89,6 +89,7 @@ 迴圈播放影片 + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 38acca251..689f1af53 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -89,6 +89,7 @@ Loop videos + Implement proper folder hiding via .nomedia file Added menu items for easy image rotating in fullscreen view Added menu buttons for changing the column count Allow picking colors by hex codes