Hi everyone,
Here's the latest update on Usbong.
Tasks accomplished:
+ Added: including html tags as part of the text = OK
(Thanks Davey and Clyde for the request)
The following are known to be supported.
- size
<small>this text is smaller than the default font</small><big>this text is bigger than the default</big>
- color
<font color='red'>this color is red</font>
- bold
<b>this text is in bold</b>
- italics
<i>this text is in italics</i>
- underline
<u>this text is underlined</u>
- indentation
<indent>this text is indented
* adds 5 blank spaces before the start of the text
- link
<a href='sites.google.com/site/theusbongproject'>sample link</a>
- new line
first line<br> second line
Issues:
- Bold, Underline, Italics are not supported in East Asian Languages
- Using the character "/" in jBPM (i.e. GUI Tree Builder) causes the transition arrows in the GUI to disconnect from the node
- (Nevertheless, they are still connected to the node in the XML file)
+Fixed: Blank space on top and bottom of Image if it's rectangular (not a square)
- solution: added: adjustViewBounds=true;
- "if you have a rectangular image in what would normally be a square ImageView, adjustViewBounds=true will make it resize the ImageView to be rectangular as well.
- (Steve Haley, http://stackoverflow.com/
questions/2521959/how-to- scale-an-image-in-imageview- to-keep-the-aspect-ratio; last accessed: Oct 6, 2012)"
I've uploaded the .apk to Google Play just now (i.e. 11:11).
You should be able to get the update within 24hrs.
Cheers,
Mike