
The main thing in the
new version of Adobe AIR 1.1 is support for localized and "international" applications. The runtime itself (AIR runtime) now supports many languages - Brazil, Portuguese, Chinese, French, German, Italian, Japanese, Korean, Russian and Spanish, and also supports keyboard input for languages with double-byte character encoding (double-byte languages) .
Adobe AIR Update Framework - updating correctly
At the same time,
Adobe Labs has released a beta version of the application update framework -
Adobe AIR Update Framework . It provides an API for implementing the correct update of AIR applications. This includes features such as:
- Check for updates (both periodic and at the request of the user);
- Downloading AIR application updates from the network;
- Informing the user on the first launch of a new version or upon data migration;
- Confirmation of user consent to check for updates;
- Display information about the new version for the user;
- Displays download progress and possible errors.
Similarities are on the
Adobe AIR Update Framework page .