mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
add one-finger zoom in release notes
This commit is contained in:
@@ -676,6 +676,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||||||
add(Release(137, R.string.release_137))
|
add(Release(137, R.string.release_137))
|
||||||
add(Release(138, R.string.release_138))
|
add(Release(138, R.string.release_138))
|
||||||
add(Release(143, R.string.release_143))
|
add(Release(143, R.string.release_143))
|
||||||
|
add(Release(158, R.string.release_158))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_158">Added optional one-finger drag zoom, disabled by default</string>
|
||||||
<string name="release_143">
|
<string name="release_143">
|
||||||
Added new options to use english language on non-english devices, to password protect whole app and to lock screen orientation at fullscreen view
|
Added new options to use english language on non-english devices, to password protect whole app and to lock screen orientation at fullscreen view
|
||||||
</string>
|
</string>
|
||||||
|
Reference in New Issue
Block a user