Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions news/2026-01-19-air-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Release 51.2.2.7
authors: [ marchbold ]
tags: [ airsdk, updates ]
---

New AIR SDK Release **51.2.2.7**

This is the final planned release on the 51.2 branch, we have 51.3 coming shortly with some new features. This one should improve stability particularly around multimedia (reversion of [#3788](https://github.com/airsdk/Adobe-Runtime-Support/issues/3788) which had caused a number of issues) and iOS URL streams ([#4004](https://github.com/airsdk/Adobe-Runtime-Support/issues/4004) and related reports).

- [Release Notes](https://airsdk.harman.com/api/versions/51.2.2.7/release-notes/Release_Notes_AIR_SDK_51.2.2.pdf)

<!-- truncate -->

## Download

Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started

- https://github.com/airsdk/airsdkmanager-releases/releases/latest

:::info
For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files.
:::


## Bug Fixes

- AIR-7546: AIR security - notify users on license/package mismatch
- AIR-7858: ADT to get correct serial no. when using macOS native codesign
- AIR-7894: Crash in WebView2 shutdown with pending postMessage events
- [github-3537](https://github.com/airsdk/Adobe-Runtime-Support/issues/3537): AIR ApplicationUpdater to use the active window's renderMode
- [github-3788](https://github.com/airsdk/Adobe-Runtime-Support/issues/3788): Reverting Netstream disposal optimisations due to instabilities
- [github-4004](https://github.com/airsdk/Adobe-Runtime-Support/issues/4004): Refactoring URLStream handling on iOS to avoid crash
- [github-4111](https://github.com/airsdk/Adobe-Runtime-Support/issues/4111): Ensuring symlinks are accepted when packaging macOS apps
48 changes: 48 additions & 0 deletions news/2026-02-13-air-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Release 51.3.1.1
authors: [ marchbold ]
tags: [ airsdk, updates ]
---

New AIR SDK Release **51.3.1.1**

- [Release Notes](https://airsdk.harman.com/api/versions/51.3.1.1/release-notes/Release_Notes_AIR_SDK_51.3.1.pdf)

<!-- truncate -->

## Download

Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started

- https://github.com/airsdk/airsdkmanager-releases/releases/latest

:::info
For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files.
:::


## Features

- AIR-5913: AIR Android should support camera2 API alongside existing camera API
- AIR-7274: Add configuration for stack overflow JIT protection
- AIR-7438: ADT option for manually updating a license
- AIR-7729: Updating Android build platform to 35
- AIR-7732: Updating IPA default constants for Xcode 16.4 with 18.5 SDKs
- AIR-7726: Implemented wkwebview for web content rendering on macOS
- AIR-7737: Android WebView updates for UA string and zoom enablement
- AIR-7738: Android WebView updates for postMessage support
- AIR-7788: macOS WebView support for postMessage
- AIR-7797: macOS WebView support for assignFocus top or bottom
- AIR-7803: AIR Windows to allow local/roaming appdata option
- AIR-7814: Adding Android API level to Capabilities.os
- AIR-7902: AIR app descriptor option for DirectDraw font rendering
- AIR-7903: AIR GC memory parameters in application descriptor
- AIR-7909: AIR Android synchronous start-up option
- [github-2904](https://github.com/airsdk/Adobe-Runtime-Support/issues/2904): Updating compile-abc to a universal binary on macos
- [github-3030](https://github.com/airsdk/Adobe-Runtime-Support/issues/3030): Ensuring IPA info.plist settings come from the local Xcode/SDK values
- [github-4141](https://github.com/airsdk/Adobe-Runtime-Support/issues/4141): Ensuring free-tier developers are warned of Assets.car issue


## Bug Fixes

- AIR-7910: AIR iOS libraries are being built with wrong iOS deployment target value
35 changes: 35 additions & 0 deletions news/2026-03-07-air-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Release 51.3.1.2
authors: [ marchbold ]
tags: [ airsdk, updates ]
---

New AIR SDK Release **51.3.1.2**

- [Release Notes](https://airsdk.harman.com/api/versions/51.3.1.2/release-notes/Release_Notes_AIR_SDK_51.3.1.pdf)

<!-- truncate -->

## Download

Please use AIR SDK Manager. Follow the instructions to install here: https://airsdk.dev/docs/basics/getting-started

- https://github.com/airsdk/airsdkmanager-releases/releases/latest

:::info
For Flex users: download an AIR SDK using the above and then click on the cog button to allow you to choose an existing Flex SDK folder on top of which to overlay the AIR files.
:::


## Bug Fixes

- AIR-7924: AIR files need to have the correct CRC for the hash file
- AIR-7949: macOS WebView causes a crash on a certificate error
- AIR-7950: Direct mode glitching caused by fix for ANGLE rendering
- [github-3716](https://github.com/airsdk/Adobe-Runtime-Support/issues/3716): ANGLE on Windows was flipped and unstable when rendering display list content
- [github-3799](https://github.com/airsdk/Adobe-Runtime-Support/issues/3799): Rounding down font scaling to improve line-clipping outcomes
- [github-4157](https://github.com/airsdk/Adobe-Runtime-Support/issues/4157): Adding Android camera2 support for YUV
- [github-4162](https://github.com/airsdk/Adobe-Runtime-Support/issues/4162): Ensuring Angle DLLs are only loaded if useAngle is set to true
- [github-4166](https://github.com/airsdk/Adobe-Runtime-Support/issues/4166): Ensuring Linux symlinks are fully updated by configure script
- [github-4169](https://github.com/airsdk/Adobe-Runtime-Support/issues/4169): Ensuring 'float' is a type of Number and is sent to the Debugger as such
- [github-4170](https://github.com/airsdk/Adobe-Runtime-Support/issues/4170): Ensuring float typeof/instanceof matches int/number behaviour
14 changes: 7 additions & 7 deletions src/data/applications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ export type Application = {
// Add your application to this list
const Applications: Application[] = [
{
title: 'FlashWords AAC';
description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ';
preview: require('./showcase/flashwordsaac.png');
publishDate: new Date(2015, 9, 30);
tags: ['education', 'mobile', 'desktop', 'game'];
website: 'https://www.integratools.at';
appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526';
title: 'FlashWords AAC',
description: 'FlashWords AAC is an application for the Early Reading method which is successfully applied in the education of children with a delayed development that also affects speech development (e.g. Down Syndrom). The main goal is to support speech development. ',
preview: require('./showcase/flashwordsaac.png'),
publishDate: new Date(2015, 9, 30),
tags: ['education', 'mobile', 'desktop', 'game'],
website: 'https://www.integratools.at',
appStoreUrl: 'https://apps.apple.com/at/app/flashwords-aac/id1019094526',
},
{
title: 'String art DIY',
Expand Down