mShell 3.03 Released
Version 3.03 of mShell has been released and can be downloaded here.
This new release contains specific packages for S60 5th Edition devices, and supports keyboardless operation via the touch screen.
Other new features:
- ui.opt1 and ui.opt2 flags to separately handle option keys on S60 devices.
- ui.focus flag in ui.ptr() to forward pointer events to the application.
- memio module for streams operating on in-memory buffers.
- io.copy() copying data from one stream to another.
- io.flush() also flushes the input buffer on seekable streams.
- encoding.fromhtml() and encoding.tohtml() to encode and decode HTML character entities.
- location.stop() to stop a location source (save power when not needing the GPS any longer).
- math.isnan() and math.isinf() to check for specific IEEE 754 values.
Thursday, June 11, 2009, Lukas Knecht