Blowfish_sms is a script that runs on Android's SL4A (Scripting Layer For Android). It uses native API's to perform GUI and other "phoneish" things. It is intended to demonstrate the ease and power of having scripting languages available on your phone.
Note:
SL4A will allow you to use QR-Codes (the barcode thingies above) to distribute your scripts also if they are below 4096 bytes in size!
You can generate them here
If I get the time to implement Blowfish in pure Java I may port this over a native Dalvik runtime (.apk). But for now I think the "openness" and readability of scripts makes it easier to "trust" an application of this kind, which is why I thought this was a perfect app to write using SL4A.
GPL
Stephen A. Ridley (stephen@sa7ori.org)
Twitter: s7ephen
Here are some screenshots of Blowfish_SMS running:
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/s7ephen/Blowfish-SMS