Skip to content

Commit fe05713

Browse files
author
Kim Rinnewitz
committed
Fix Outdated SDLActivity
While updating the SDL2 recipe to version 2.0.4 in PR kivy#713, the SDLActivity was not updated accordingly. For example, SDL 2.0.4 expects the Activity to have a method called "openAPKExpansionInputStream" while this method was called "openAPKExtensionInputStream" in older versions. SDL2 is not able to read files when the method is missing. Also, text input is partly broken as it is not possible to enter a "space" character.
1 parent 0ac1013 commit fe05713

File tree

1 file changed

+153
-43
lines changed
  • pythonforandroid/bootstraps/sdl2/build/src/main/java/org/libsdl/app

1 file changed

+153
-43
lines changed

0 commit comments

Comments
 (0)