add hex code picking in Whats new
This commit is contained in:
parent
d14ce706e4
commit
06ac24eca5
|
@ -335,6 +335,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(58, R.string.release_58))
|
||||
add(Release(62, R.string.release_62))
|
||||
add(Release(65, R.string.release_65))
|
||||
add(Release(66, R.string.release_66))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Video Endlos-Schleife</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Tourner en boucle les vidéos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Vídeos em ciclo</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Повторять видео</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Återspela videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">循环播放视频</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">迴圈播放影片</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
<string name="loop_videos">Loop videos</string>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_66">Allow picking colors by hex codes</string>
|
||||
<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">
|
||||
|
|
Loading…
Reference in New Issue