add the photo compression quality in release notes
This commit is contained in:
parent
a1865811a9
commit
1d41dd1602
|
@ -578,6 +578,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
|
||||||
add(Release(39, R.string.release_39))
|
add(Release(39, R.string.release_39))
|
||||||
add(Release(44, R.string.release_44))
|
add(Release(44, R.string.release_44))
|
||||||
add(Release(46, R.string.release_46))
|
add(Release(46, R.string.release_46))
|
||||||
|
add(Release(52, R.string.release_52))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_52">Allow changing the photo compression quality</string>
|
||||||
<string name="release_46">Added optional exif metadata saving, enabled by default</string>
|
<string name="release_46">Added optional exif metadata saving, enabled by default</string>
|
||||||
<string name="release_44">Added a toggle for flipping front camera photos horizontally</string>
|
<string name="release_44">Added a toggle for flipping front camera photos horizontally</string>
|
||||||
<string name="release_39">
|
<string name="release_39">
|
||||||
|
|
Loading…
Reference in New Issue