Friday, April 4, 2014

Usbong Update (April 3, 2014): added: community button, fixed: load errors, etc.

Hi everyone,
Here's the latest update on Usbong.

Tasks accomplished:
+added: community button in Usbong mobile
--> links to FITS (Forest In The Sky)
http://www.usbong.ph/search-trees
--> allows people to easily access the Usbong community site to download user-generated content/trees
--> Special thanks: Diane Gonzales (core developer of Usbong Community/FITS)

+fixed: error when loading variable that has just been assigned in the same node.
--> textDisplay~@name=Mike~Oh, your name is {@name}!
--> results to: Oh, your name is Mike!
--> if: textDisplay~@name=getInput()~Oh, your name is {@name}!
--> results to: Oh, your name is getInput()!
--> This is because getInput() is called only after the user moves to the next node by pressing the next button; And therefore, its value has not yet been changed.
+fixed: credits

+updated: guides
--> Usbong Spreadsheet
--> Components

If you encounter any issues, etc.,
please don't hesitate to let me know.
You may also get in touch with me
via the usbong-users google group.

As for the latest source code,
you may check it out at:
https://code.google.com/p/usbong/

Regarding the .apk update,
it should already be available for download.

This is all for now.

Cheers,
Mike