From 0194172b67727862bb7073c09cb63f1d5812c9a8 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 20 Jan 2026 12:14:01 +1000 Subject: [PATCH 1/5] feat(news): latest air sdk release 51.2.2.7 --- news/2026-01-19-air-release.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 news/2026-01-19-air-release.md diff --git a/news/2026-01-19-air-release.md b/news/2026-01-19-air-release.md new file mode 100644 index 000000000..343ff4dcb --- /dev/null +++ b/news/2026-01-19-air-release.md @@ -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) + + + +## 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 From 0e5810908a2b50fedd55e855c2cef0813f326c27 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 20 Jan 2026 12:14:15 +1000 Subject: [PATCH 2/5] fix: applications definition issue --- src/data/applications.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/applications.tsx b/src/data/applications.tsx index 265a3c60c..606b3f7a6 100644 --- a/src/data/applications.tsx +++ b/src/data/applications.tsx @@ -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', From 758c429d092395b990ea1163ded5129420ed1c95 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 14 Feb 2026 16:34:37 +1000 Subject: [PATCH 3/5] feat(news): latest air sdk release 51.3.1.1 --- news/2026-02-13-air-release.md | 48 ++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 news/2026-02-13-air-release.md diff --git a/news/2026-02-13-air-release.md b/news/2026-02-13-air-release.md new file mode 100644 index 000000000..5ad863c85 --- /dev/null +++ b/news/2026-02-13-air-release.md @@ -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) + + + +## 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 From d3eb55f5d5d38f1f956a15adebd9743d69a85198 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 14 Feb 2026 16:39:22 +1000 Subject: [PATCH 4/5] feat(news): latest air sdk release 51.3.1.1 --- news/2026-02-13-air-release.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/news/2026-02-13-air-release.md b/news/2026-02-13-air-release.md index 5ad863c85..c33d02acd 100644 --- a/news/2026-02-13-air-release.md +++ b/news/2026-02-13-air-release.md @@ -38,9 +38,9 @@ For Flex users: download an AIR SDK using the above and then click on the cog bu - 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 +- [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 From 476a474b999fb8d5a166a9a50d9671ad448de8eb Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 7 Mar 2026 09:53:14 +1000 Subject: [PATCH 5/5] feat(news): latest air sdk release 51.3.1.2 --- news/2026-03-07-air-release.md | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 news/2026-03-07-air-release.md diff --git a/news/2026-03-07-air-release.md b/news/2026-03-07-air-release.md new file mode 100644 index 000000000..c6a3767b9 --- /dev/null +++ b/news/2026-03-07-air-release.md @@ -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) + + + +## 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