Skip to content

Fixed keyboard issues for old_toolchain. #572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Fixed keyboard issues for old_toolchain. #572

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 10, 2016

#483 by SapienTech for old_toolchain.

Rafał Kaczor added 2 commits January 10, 2016 20:03
@inclement
Copy link
Member

The deleted comment is mildly concerning, but presumably you've tested this and it worked? Maybe the new toolchain had some intermediate changes.

@akshayaurora
Copy link
Member

This has nothing to do with #483 which is merged, the comment is there to avoid this specifically, this will lead to a crash when resuming the app we specifically added the comment in there for this reason.

@ghost
Copy link
Author

ghost commented Jan 10, 2016

@akshayaurora I have tested it and I havent Got any crash, after resuming the app too. For me everything is working.

But if you have a better solution everyone will be glad to see it ;)

@akshayaurora
Copy link
Member

There is nothing to solve here, #483 is already merged, this just duplicates code, we already have the listener.

@ghost
Copy link
Author

ghost commented Jan 10, 2016

It is merged in master, but until master will be officially out programmers need to use buildozer with the old_toolchain. Closing it you're leaving Kivy with TextInputs UNUSABLE on Android.

If #483 was successfully merged, there should be a way to solve this problem also for old toolchain.

Closing this PR wont close the issue. And if youre so sure about "there is nothing to solve here" just look at #544, damn.

@inclement inclement reopened this Jan 10, 2016
@akshayaurora
Copy link
Member

@rafalo1333 #483 works for new toolchain however same code will not work for old_toolchain,

old_toolchain implements the same code in SDLSurfaceview as outlined by the comment you removed https://github.com/kivy/python-for-android/blob/old_toolchain/src/src/org/renpy/android/SDLSurfaceView.java#L1210

this is where you want to include the change, not add another listener. There is a difference in the old_toolchain and the new one that's why the code will not work as is.

@akshayaurora
Copy link
Member

original issue closed by 11db161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants