It's official, the new sdk is released. With version 1.1R1 it's a step up from the 1.0r2. According to the blog there aren't many api changes, ofcourse not to make version 1.1 incompatible with version 1.0, as now it's backward-compatible.
There is though a new entry for the AndroidManifest. It's called <ses-sdk> with argument minSdkVersion which allows you to have your package notify the system it's designed for atleast a specific version of Android. V1.1 is called version 2 and V1.0 1. This only is necessairy if you use specifics which is only available in V1.1, like the easy access to the proces id. If you are not using any of these new features, you might want to keep using version 1.0 to be compatible with most devices.
One of the biggest new features of V1.1 is the support of 3 different languages: English (both UK and US) and German. I suppose I18n is fully working now, yet the documentation is still lacking. Though on the boards there's a draft of the I18n an L10n docs.
Still no soft-keyboard...
Also the site has had a redesign.






