1.0.0RC3 board

2 messages - 129 views

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

Release 1.0.0RC3 is out. I plan that it will be the last RC version. The next release will be the 1.0.0.

Do not hésitate to post all bugs you can found there.