mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
add folder hiding in release notes
This commit is contained in:
parent
667dc4bf2e
commit
3c821961b3
16 changed files with 16 additions and 1 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
applicationId "com.simplemobiletools.gallery"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 71
|
||||
versionCode 72
|
||||
versionName "2.4.0"
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Video Endlos-Schleife</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Tourner en boucle les vidéos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Vídeos em ciclo</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Повторять видео</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Добавлены элементы меню, позволяющие легко повернуть изображение в полноэкранном режиме</string>
|
||||
<string name="release_69">В меню добавлены кнопки для изменения количества столбцов на гравном экране</string>
|
||||
<string name="release_66">Добавлена возможность выбирать цвета по hex-кодам</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Automaticky reštartovať videá</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Bolo pridané správne ukrývanie priečinkov pomocou súboru .nomedia</string>
|
||||
<string name="release_70">Do celoobrazovkového pohľadu boli pridané tlačidlá na jednoduché otáčanie obrázkov</string>
|
||||
<string name="release_69">Boli pridané tlačidlá na zmenu počtu stĺpcov</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Återspela videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">循环播放视频</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">迴圈播放影片</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_72">Implement proper folder hiding via .nomedia file</string>
|
||||
<string name="release_70">Added menu items for easy image rotating in fullscreen view</string>
|
||||
<string name="release_69">Added menu buttons for changing the column count</string>
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
|
|
Loading…
Reference in a new issue