mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
adding the new toggle and video seeking at release notes
This commit is contained in:
parent
2ef019990b
commit
50b323e5b3
3 changed files with 6 additions and 1 deletions
|
@ -43,7 +43,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:4.8.5'
|
||||
implementation 'com.simplemobiletools:commons:4.8.6'
|
||||
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
|
||||
implementation 'com.android.support:multidex:1.0.3'
|
||||
implementation 'it.sephiroth.android.exif:library:1.0.1'
|
||||
|
|
|
@ -1066,6 +1066,7 @@ class MainActivity : SimpleActivity(), DirectoryOperationsListener {
|
|||
add(Release(181, R.string.release_181))
|
||||
add(Release(182, R.string.release_182))
|
||||
add(Release(184, R.string.release_184))
|
||||
add(Release(201, R.string.release_201))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_201">
|
||||
Added a new settings toggle \"Show images in the highest possible quality\"\n
|
||||
Allow faster video seeking by dragging a finger at the bottom seekbar
|
||||
</string>
|
||||
<string name="release_184">
|
||||
Added Panorama photo support\n
|
||||
Allow forcing portrait/landscape orientation at fullscreen view\n
|
||||
|
|
Loading…
Reference in a new issue