Skip to main content

66 posts tagged with "updates"

View All Tags

Release 51.1.4.1

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.1.4.1

note

This is for people who still prefer the 51.1 branch but need mobile apps that contain the latest values and configurations for the Play Store and App Store. No functional updates other than the 16kb support and Android API 35 targeting, and the latest Xcode/iOS SDK values. We've got a new 51.2 release coming out next week that will have the latest updates and fixes in it.

Download

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

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-7732: Updating IPA default constants for Xcode 16.4 with 18.5 SDKs
  • github-3800: Updating ADT to use the correct tools/settings for 16kb Android support
  • github-3800: Build settings for Android runtime native library for 16kb support

Release 51.2.2.3

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.2.3

note

Only updating iOS components plus ADT to fix linking of IPAs that include Swift.

Download

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

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-7767: Updating iOS/tvOS stub files for 18.2 SDKs
  • AIR-7768: Removing AIR iOS duplicate symbol namespaceURIToAPIVersion
  • github-3708: Fixing ADT error output for bad -arch option
  • github-3941: Ensuring IPA linking on Windows includes swift libraries

Release 51.2.2.2

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.2.2

Download

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

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-7748: AIR Android packaging fails to handle uncompressed extensions
  • github-3804: Adding protection against a scratch canvas allocation failure
  • github-3804: Fixing instability in iOS/macOS URL stream failure handling
  • github-3889: Workaround for Android JNI failures reading large files
  • github-3903: Updating mutex usage in save dialog handling
  • github-3912: Ensuring Digest.hash() does not crash on iOS
  • github-3916: Ensuring Worker bytes contain a SWF header
  • github-3924: Ensuring Android camera functionality copes with lack of device camera
  • github-3930: Fixing crash-on-startup for some 51.2 namespace apps
  • github-3934: Ensuring reserved words in Android applicationId are handled

Release 51.2.2.1

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.2.1

note

Only updating Linux and Android packages (and ADT/ADL core tools): Windows/macOS/iOS will appear to be the earlier versions.

This release is primarily to update the toolchain versioning used for mobile packaging i.e. the IPA files will appear as if created using Xcode 16.4 and iPhoneOS SDK 18.5; the Android APKs/bundles will be created with full support for the target and compilation API levels of 35, with 16kb support in the native libraries.

Download

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

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-7732: Updating IPA default constants for Xcode 16.4 with 18.5 SDKs
  • github-3800: Build settings for Android runtime native library for 16kb support
  • github-3800: Updating ADT to use the correct tools/settings for 16kb Android support

Bug fixes

  • github-3880: Ensuring minimize works on a newly created linux window

Release 51.2.1.7

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.1.7

note

Only updating Linux and Android packages (and ADT/ADL core tools): Windows/macOS/iOS will appear to be the earlier versions.

Download

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

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-7733: Fixing android.uncompressedExtensions app descriptor validation
  • github-1984: Updates to the ffmpeg video decoding mechanisms on Linux to cope with different versions
  • github-3708: Adding arch 'all' option in ADT usage instructions
  • github-3871: Android Worker protection against code accessing a null window object
  • github-3892: Adding usage details for ADT (-cmdline) and ADL (-cmd)

Release 51.2.1.6

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.1.6

note

Only updating Windows, macOS and Android packages: Linux/iOS will still appear to be 51.2.1.5 versions.

Download

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

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-7714: AIR Windows File.getRootDirectories can take a long time
  • github-3816: Ensuring AIR SignedInfo does not have whitespace that causes a signature error
  • github-3842: Removing internal/test AS3 function System.processCPUUsage
  • github-3851: Ensuring symbolic links in frameworks can be packaged on non-mac platforms
  • github-3853: Ensuring Android Worker.terminate() doesn't cause a crash
  • github-3858: Fixing Android mouse handling in touch event handlers
  • github-3860: Fixing crash with NetStream.dispose() on Windows/Android
  • github-3865: Ensuring large byte arrays are freed immediately upon clear()
  • github-3867: Ensuring only root Assets.car files are checked for splash screens
  • github-3879: Fixing memory leak caused by DirectDraw text rendering

Release 51.1.3.12

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.1.3.12

Download

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

Bug fixes

  • AIR-7662: MediaBuffer ANE API does not properly update
  • github-392: Fixing y-flip of Stage3D render to bitmapdata for OpenGL/ES
  • github-3426: Linux camera updates to correctly select mode including FPS
  • github-3573: Ensuring Scout on Android connects with complex app timings
  • github-3727: Updating Win32 timezone cache mechanism
  • github-3729: Ensuring BitmapData.draw on Android picks up all content
  • github-3735: Regular Expression did not work correctly with unicode characters outside of range 0000-FFFF
  • github-3748: AIR getTimer() returns incorrect values on time change on Linux-based OS
  • github-3755: Fixing ANR caused by nativeShowOriginalRect being called from UI thread
  • github-3767: Updating timestamp mechanism to use SHA-256 for message imprint
  • github-3816: Ensuring AIR SignedInfo does not have whitespace that causes a signature error
  • github-3858: Fixing Android mouse handling in touch event handlers

Release 51.2.1.5

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.1.5

Download

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

For Flex users select manual install method.

Bug fixes

  • AIR-7703: ANEs do not package symlinks when built on Linux
  • AIR-7706: AIR Android crash when enumerating fonts
  • AIR-7707: AIR Android crash in audio callback when shutting down
  • AIR-7708: AIR Android crash in timer callback post destruction
  • github-392: Fixing y-flip of Stage3D render to bitmapdata for OpenGL/ES
  • github-3766: Updating Linux loading of openssl library
  • github-3781: Ensuring linkerscript generation creates appropriate script when configured
  • github-3788: Streamlining Netstream disposal process on Android
  • github-3811: Splash screen display skips first-frame script execution on desktop
  • github-3828: Updating jpeg decoder to cope with V4L2 camera
  • github-3833: Fixing crash in macOS async texture uploads
  • github-3834: Fixing DateTimeFormatter default locale on Android

Release 51.2.1.4

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.1.4

Download

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

For Flex users select manual install method.

Bug fixes

  • AIR-7362: ADT verbose output option
  • AIR-7523: ADT to stop using stubs on macOS platform
  • AIR-7681: AIR security - fixing license file validation opt-out
  • github-382: Adding ADT '-cfg configfile' command-line option
  • github-3589: Allow Android theme to be overridden from manifestAdditions
  • github-3644: ADT IPA packaging to cope with duplicate files from ANEs
  • github-3729: Updating Android text rendering to optimize and remove side-effects
  • github-3756: Updating iOS fonts to improve iPad-on-Mac display
  • github-3762: Fixing Linux camera crash when handling JPEGs
  • github-3788: Updating Netstream disposal process to reduce elapsed time
  • github-3796: Fixing compiler issue with non-Ascii characters following github-3751
  • github-3797: Android: Ensuring scripts are processed on first frame after splash

Release 51.2.1.3

· One min read
Michael
Developer at distriqt

New AIR SDK Release 51.2.1.3

Download

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

For Flex users select manual install method.

Bug fixes

  • AIR-7546: AIR security - license file validation opt-out
  • AIR-7677: AIR Linux to support Wayland via GDK_BACKEND
  • AIR-7682: AIR configuration for JIT verbose output
  • AIR-7683: AIR Windows crash when opening SWFInvestigator
  • github-3723: Fixing diagnostics error checking for Context3D OpenGL ES failures
  • github-3729: Fixing Android text rendering to avoid BitmapData.draw issue
  • github-3751: Support individual surrogate-pair values in Strings (cf JavaScript)
  • github-3772: Adding some JIT optimisations to reduce floating point maths
  • github-3773: Avoid MovieClips from advancing during splash screen time
  • github-3777: Updating GTK dependency information in ANE header file
  • github-3779: Ensuring reused enterFrame event objects are reset fully
  • github-3787: Fixing Android NativeApplication.exit() mechanism