Skip to content

Commit

Permalink
Fix Outdated SDLActivity
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kim Rinnewitz committed Aug 30, 2018
1 parent 0ac1013 commit fe05713
Showing 1 changed file with 153 additions and 43 deletions.
Loading

0 comments on commit fe05713

Please sign in to comment.