From bd4905e8c3a0f499a786cdc9f40fd8092cfd97d3 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Tue, 16 Jan 2018 11:25:53 +0300 Subject: [PATCH 1/2] no message --- src/studio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/studio.c b/src/studio.c index 1cd53a3..76cc2da 100644 --- a/src/studio.c +++ b/src/studio.c @@ -977,8 +977,8 @@ void resumeRunMode() static void showSoftKeyboard() { - if(SDL_HasScreenKeyboardSupport()) - if(studio.mode == TIC_CONSOLE_MODE || studio.mode == TIC_CODE_MODE) + if(studio.mode == TIC_CONSOLE_MODE || studio.mode == TIC_CODE_MODE) + if(!SDL_IsTextInputActive()) SDL_StartTextInput(); } From 9df0eb447677176593334327e3f7ee5a0610cd9c Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Wed, 17 Jan 2018 10:30:52 +0300 Subject: [PATCH 2/2] no message --- build/android/ant.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/android/ant.properties b/build/android/ant.properties index 7d029c5..9243371 100644 --- a/build/android/ant.properties +++ b/build/android/ant.properties @@ -16,6 +16,9 @@ # The password will be asked during the build when you use the 'release' target. key.store=my-release-key.keystore +key.store.password = 123456 key.alias=alias_name +key.alias.password = 123456 + java.source=8 java.target=8