Version 1.0.0RC3 (now available on SVN)
- Bug fix : Text widget new respects margin to draw text value
- Bug fix : Remove a NullPointerException in TextField.getDisplayedText() when text was null
- Add Screen.setCurrent() method to set the screen as current Desktop screen
- Add animated transitions (like slide) on screen. The transition is executed when a screen appear. You can implements your own transitions.
- Focus navigation was rewrited :
- Widget.getNextFocus(...) and Widget.getPreviousFocus(...) was replaced by Widget.getOtherFocus(...)
- New smart focus navigation
- Screen menus now switch soft keys to "Select" (same action as FIRE) and "Cancel" (close the popupMenu) when a popupMenu is opened
- You can now choice if the order of firstMenu and secondMenu (left or right) by using the 'firstIsLeft="true"' attribute on a Screen widget
- You can customize "Select" and "Cancel" default texts by adding respectively SELECT and CANCEL key in i18n files

