GWT 1.5.3 released to support Android

Tagged:

In a strange, but not unexpected, convergence of the projects I deal with a lot, GWT has been updated, in order to include better support for RPC on Android.


Announcing GWT 1.5.3


Release Notes for 1.5.3

Fixed Issues

- RPC requests no longer fail on the embedded Android web browser

- Leaf TreeItems now line up with their non-leaf siblings

- Removing the last child node from a TreeItem no longer creates
extra margins on the left

- HTTPRequest no longer uses POST instead of GET on some IE installs
because of incorrect XHR selection

- Compiler now uses a more reliable check to prevent methods with
local variables from being inlined
getAbsoluteTop()/Left() can no longer return non-integral values

- Time.valueOf() no longer fails to parse "08:00:00" or incorrectly
accepts "0xC:0xB:0xA".