[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Pygame Subset for Android 0.9.3 Released



We've released version 0.9.3 of the Pygame Subset for Android to:

  http://pygame.renpy.org/

as well as the Android Market. This new release adds the following features:

* Python has been upgraded to version 2.7.1.
* Better support for Honeycomb tablets.
* APIs for getting the screen DPI, and showing/hiding the keyboard.
* New python modules: urllib2, io, uuid, json; optionally PIL and sqlite3.
* New encodings: idna, base64, hex

This release requires a change to existing programs; the android.init() method must be called before a program will receive input.Â

I'd like to welcome Patrick Dawson to the PGS4A development team - all of the new features in this release were based on his contributions.