mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
update version to 2.3.4 with Whats new update
This commit is contained in:
parent
10670a8f0d
commit
90f7b0fb4c
13 changed files with 14 additions and 2 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.simplemobiletools.gallery"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 64
|
||||
versionName "2.3.3"
|
||||
versionCode 65
|
||||
versionName "2.3.4"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
|
|
@ -334,6 +334,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(54, R.string.release_54))
|
||||
add(Release(58, R.string.release_58))
|
||||
add(Release(62, R.string.release_62))
|
||||
add(Release(65, R.string.release_65))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Video Endlos-Schleife</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Tourner en boucle les vidéos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Vídeos em ciclo</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Повторять видео</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Добавлена возможность масштабирования png и gif изображений\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Återspela videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">循环播放视频</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">迴圈播放影片</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_65">Allow showing the photos and videos on a map, if there are available map coordinates</string>
|
||||
<string name="release_62">Show some additional Exif data at photo properties</string>
|
||||
<string name="release_58">
|
||||
Allow zooming pngs and gifs\n
|
||||
|
|
Loading…
Reference in a new issue