updating Whats New

This commit is contained in:
tibbi 2017-09-21 23:12:50 +02:00
parent c9537ec2c4
commit a68317a13e
2 changed files with 2 additions and 0 deletions

View File

@ -619,6 +619,7 @@ class MainActivity : SimpleActivity(), PreviewListener, PhotoProcessor.MediaSave
add(Release(33, R.string.release_33)) add(Release(33, R.string.release_33))
add(Release(35, R.string.release_35)) add(Release(35, R.string.release_35))
add(Release(39, R.string.release_39)) add(Release(39, R.string.release_39))
add(Release(44, R.string.release_44))
checkWhatsNew(this, BuildConfig.VERSION_CODE) checkWhatsNew(this, BuildConfig.VERSION_CODE)
} }
} }

View File

@ -2,6 +2,7 @@
<resources> <resources>
<!-- Release notes --> <!-- Release notes -->
<string name="release_44">Added a toggle for flipping front camera photos horizontally</string>
<string name="release_39"> <string name="release_39">
Add an option to focus the photo before capture\n Add an option to focus the photo before capture\n
Add an option to use the volume buttons as shutter Add an option to use the volume buttons as shutter