Version 1.6 (2019-07-15)

This commit is contained in:
dgis 2019-07-15 23:13:09 +02:00
parent 2123f5c45c
commit b42fdb820c
3 changed files with 11 additions and 4 deletions

View file

@ -54,7 +54,7 @@ NOT WORKING YET
CHANGES
Version 1.6 (2019-07-XX)
Version 1.6 (2019-07-15)
- Add option to prevent the pinch zoom.
- Prevent the white bottom bar when both options "Hide the status/navigations bar" and "Hide the menu button" are set (Github Fix: #9).

View file

@ -33,8 +33,8 @@ android {
applicationId "org.emulator.forty.eight"
minSdkVersion 19
targetSdkVersion 28
versionCode 7
versionName "1.5"
versionCode 8
versionName "1.6"
setProperty("archivesBaseName", "Emu48-v$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {

View file

@ -54,6 +54,13 @@ NOT WORKING YET
CHANGES
Version 1.6 (2019-07-15)
- Add option to prevent the pinch zoom.
- Prevent the white bottom bar when both options "Hide the status/navigations bar" and "Hide the menu button" are set (Github Fix: #9).
- Prevent the BACK/ESCAPE key to end the application only from a hardware keyboard (Github Fix: #10).
Version 1.5 (2019-07-11)
- Add the Ir printer simulator based on the Christoph Giesselink's HP82240B Printer Simulator for Windows.