Adobe AIR SDK for Linux full changelog
Adobe AIR SDK for Linux 51.2.2.5
released Oct 4, 2025 (New Release)
AIR trace() failed to output to console from iOS devices
AIR Diagnostics for URL requests on iOS
Protecting against crash in video decoder thread invalid mutex usage
Fixing ffmpeg-based video playback via VideoTexture
Fixing Linux crash on second NativeWindow creation
Avoiding crash in cacheAsBitmapMatrix reset during shutdown
Fixing crash on start-up with small SWF files
Android gradle setting useLegacyPackaging=false when targeting v35
Ensuring LoaderInfo complete event is sent on Android with splash screen
Fixing screen resolution/handling on new iOS device
Correcting Android Screen.safeArea values for newer OS versions
Fixing keyboard menu shortcuts on macOS 26
AIR Diagnostics for URL requests on iOS
Protecting against crash in video decoder thread invalid mutex usage
Fixing ffmpeg-based video playback via VideoTexture
Fixing Linux crash on second NativeWindow creation
Avoiding crash in cacheAsBitmapMatrix reset during shutdown
Fixing crash on start-up with small SWF files
Android gradle setting useLegacyPackaging=false when targeting v35
Ensuring LoaderInfo complete event is sent on Android with splash screen
Fixing screen resolution/handling on new iOS device
Correcting Android Screen.safeArea values for newer OS versions
Fixing keyboard menu shortcuts on macOS 26
Adobe AIR SDK for Linux 51.2.1
released Apr 30, 2025 (New Release)
Windows:
Experimental feature, not yet mature: support for rendering via OpenGL ES and the
“ANGLE” libraries
DirectDraw font support to enable coloured emoji characters in FTE text content
StageWebView enhanced settings for controlling the WebView2 component
General:
ANE APIs to access the graphics context (for OpenGL ES implementations)
New Matrix3D interpolation calculation
Updates around the shutdown mechanism (to enable future ‘restart’ API)
Updates around license file generation and mobile app protection
Experimental feature, not yet mature: support for rendering via OpenGL ES and the
“ANGLE” libraries
DirectDraw font support to enable coloured emoji characters in FTE text content
StageWebView enhanced settings for controlling the WebView2 component
General:
ANE APIs to access the graphics context (for OpenGL ES implementations)
New Matrix3D interpolation calculation
Updates around the shutdown mechanism (to enable future ‘restart’ API)
Updates around license file generation and mobile app protection
Adobe AIR SDK for Linux 51.1.3.10
released Mar 31, 2025 (New Release)
ANR on Android within nativeGetSoftKeyboardType
Reverting fixes in onDestroy to ensure runtime remains
AIR Linux opening multiple install.log file handles
AIR Android NativeApplication.exit() does not close the app on a background thread
AIR Diagnostics crashing due to multiple threads
Android TV fix to cope with screen orientation changes
Ensuring index buffer creation is not impacted by earlier GLES error
Reverting fixes in onDestroy to ensure runtime remains
AIR Linux opening multiple install.log file handles
AIR Android NativeApplication.exit() does not close the app on a background thread
AIR Diagnostics crashing due to multiple threads
Android TV fix to cope with screen orientation changes
Ensuring index buffer creation is not impacted by earlier GLES error
Adobe AIR SDK for Linux 51.1.3.8
released Mar 8, 2025 (New Release)
ANR on Android within nativeGetMultitouchMode
AIR diagnostic fixes and improvements
Ensuring an Android loadLibrary failure is reported properly
Fixing glue around StageWebView postMessage and webViewMessage dispatching (Windows)
Ensuring NativeExtension library loading works on Windows
Ensuring video playback continues through slightly dry buffer levels – reverting 2505 fix
Fixing handling of surrogate pairs for string-to-utf8 buffered writing
Adding latest Apple WWDC intermediate certificates
AIR diagnostic fixes and improvements
Ensuring an Android loadLibrary failure is reported properly
Fixing glue around StageWebView postMessage and webViewMessage dispatching (Windows)
Ensuring NativeExtension library loading works on Windows
Ensuring video playback continues through slightly dry buffer levels – reverting 2505 fix
Fixing handling of surrogate pairs for string-to-utf8 buffered writing
Adding latest Apple WWDC intermediate certificates
Adobe AIR SDK for Linux 51.1.3.7
released Feb 20, 2025 (New Release)
AIR Diagnostics fixes to ensure folder is created and library.swf is read, with further fixes on Android and macOS
AIR App Installer on macOS needs to use InfoAdditions
Android activity restarts when BT keyboard disconnects
AIR Linux fails to fetch a file from S3 after a redirect
AIR Android not dispatching key events with control/alt modifiers
Preventing ANE dispatching events after disposal
AIR iOS dispatching incorrect key events with control/alt modifiers
Android proxy server settings are not used for url requests
Don’t activate Linux windows as ‘always on top’
Ensuring Recycle Bin capability is possible again for Windows File.moveToTrash
Correcting Screen.contentsScaleFactor value on macOS
AIR App Installer on macOS needs to use InfoAdditions
Android activity restarts when BT keyboard disconnects
AIR Linux fails to fetch a file from S3 after a redirect
AIR Android not dispatching key events with control/alt modifiers
Preventing ANE dispatching events after disposal
AIR iOS dispatching incorrect key events with control/alt modifiers
Android proxy server settings are not used for url requests
Don’t activate Linux windows as ‘always on top’
Ensuring Recycle Bin capability is possible again for Windows File.moveToTrash
Correcting Screen.contentsScaleFactor value on macOS
Adobe AIR SDK for Linux 51.1.3.6
released Jan 25, 2025 (New Release)
Android AIR crash in worker initialising sound channel
Fixing crash in AIR iOS ‘applicationDidReceiveMemoryWarning’ code
Updating AIR Win32 file operations to use IFileOperation with message pump
Fixing code-signing of AIR app bundles on macOS
Updating IPA constants for Xcode 16.2 iOS 18.2
Ensuring Android StageText can capture a bitmap when running in background mode
Fixing Android ANR in nativeSetVisible
Fixing alpha setting in text fields for iOS
Fixing Android Banner mipmap image validation and location
Fixing crash in AIR iOS ‘applicationDidReceiveMemoryWarning’ code
Updating AIR Win32 file operations to use IFileOperation with message pump
Fixing code-signing of AIR app bundles on macOS
Updating IPA constants for Xcode 16.2 iOS 18.2
Ensuring Android StageText can capture a bitmap when running in background mode
Fixing Android ANR in nativeSetVisible
Fixing alpha setting in text fields for iOS
Fixing Android Banner mipmap image validation and location
Adobe AIR SDK for Linux 51.1.3.1
released Dec 16, 2024 (New Release)
An additional feature which is targeted at the use of Android on PC-style devices is the support for middle and right mouse events on that platform. Both Android and iOS now have support for UI activity detection via the NativeApplication ‘userIdle’ and ‘userPresent’ event mechanism.
To aid in debugging and troubleshooting, we have also added enhanced debug output from the runtime when some activities such as runtime/app installations or platform conversion (for ‘bundle’ creation) are happening. These can currently only be detected via a separate utility app, but the intention is to add this also into the AIR SDK Manager.
Continuing the troubleshooting approach, another new feature is an internal set of ‘diagnostics’ capabilities which will allow applications to find out more details about the behaviour of the AIR runtime under certain scenarios. Initially this is focused on helping to find problems with garbage collection and also with ANRs on Android. Further details are found in section 10, and we expect to add further capabilities to this mechanism to help applications to self-report issues.
Bug fixes include a better (and more extensive) fix for the iOS 18 fallback font problems, a problem with navigateToURL on iOS 18, and Android updates to reduce ANRs as well as to remove a CPU usage issue on ARMv7 devices.
To aid in debugging and troubleshooting, we have also added enhanced debug output from the runtime when some activities such as runtime/app installations or platform conversion (for ‘bundle’ creation) are happening. These can currently only be detected via a separate utility app, but the intention is to add this also into the AIR SDK Manager.
Continuing the troubleshooting approach, another new feature is an internal set of ‘diagnostics’ capabilities which will allow applications to find out more details about the behaviour of the AIR runtime under certain scenarios. Initially this is focused on helping to find problems with garbage collection and also with ANRs on Android. Further details are found in section 10, and we expect to add further capabilities to this mechanism to help applications to self-report issues.
Bug fixes include a better (and more extensive) fix for the iOS 18 fallback font problems, a problem with navigateToURL on iOS 18, and Android updates to reduce ANRs as well as to remove a CPU usage issue on ARMv7 devices.
Adobe AIR SDK for Linux 51.1.2.2
released Nov 12, 2024 (New Release)
ADT to abort if a malformed ABC block is found during IPA creation
Crashes reported in Android runtime – strstr and JNI exceptions
Ensuring trace() output works in command-line apps
Fixing iPhone build target and eliminating duplicate symbols
Correcting adjustment for italic text in Windows direct mode
Fixing certificateError behaviour on Linux and for Loader
Updating AIR mac app bundle signing to remove entitlements from libraries
TimeZone.getTimeZone(null) returns null
Android stability fixes for reported crashes
Partial fix for problems with Chinese font in iOS 18
Removing hard dependency on libsecret in AIR Linux runtime
Ensuring ADT does not package up .DS_Store files
Ensuring activate events are not sent when minimising an app in Windows
Crashes reported in Android runtime – strstr and JNI exceptions
Ensuring trace() output works in command-line apps
Fixing iPhone build target and eliminating duplicate symbols
Correcting adjustment for italic text in Windows direct mode
Fixing certificateError behaviour on Linux and for Loader
Updating AIR mac app bundle signing to remove entitlements from libraries
TimeZone.getTimeZone(null) returns null
Android stability fixes for reported crashes
Partial fix for problems with Chinese font in iOS 18
Removing hard dependency on libsecret in AIR Linux runtime
Ensuring ADT does not package up .DS_Store files
Ensuring activate events are not sent when minimising an app in Windows
Adobe AIR SDK for Linux 51.1.1.4
released Sep 15, 2024 (New Release)
ANE loading information available when debugging
Improving ELS fallback capability, fixing key filestorage on mobile and ELS file writing on Window
Ensuring iOS Worker asynchronous calls don’t block the main UI thread
Ensuring NAIP uses command-line runtime option on Linux and Mac
Ensuring ld64 on old macOS versions doesn’t use platform_version argument
Updating compile-abc tool to run on macOS 10.13
Correcting default timestamp URL from symantec to digicert
Updating cacheAsBitmap max dimensions to use device/gpu capabilities
Improving ELS fallback capability, fixing key filestorage on mobile and ELS file writing on Window
Ensuring iOS Worker asynchronous calls don’t block the main UI thread
Ensuring NAIP uses command-line runtime option on Linux and Mac
Ensuring ld64 on old macOS versions doesn’t use platform_version argument
Updating compile-abc tool to run on macOS 10.13
Correcting default timestamp URL from symantec to digicert
Updating cacheAsBitmap max dimensions to use device/gpu capabilities
Adobe AIR SDK for Linux for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Adobe AIR SDK for Linux from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX HD Video Converter
56% Off -
WinX DVD Ripper
50% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Software Ideas Modeler Portable 15.16
- Software Ideas Modeler Portable x64 14.55
- QuickRev 1.10.2
- Portable RJ TextEd 4.18
- ExamDiff Pro 16.0.1.15
- Microsoft Visual Studio 2022 17.10.3
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.2.2.5
- Qt Creator 18.0.0
- NCache Enterprise Edition x64 4.4
- Open Validator 2.5.2
- Geany Portable 2.0
- DOSBox 0.74.3
- XN Resource Editor Portable 3.0.0.1
- UDB Workbench 3.4.5
- D-Fend Reloaded 1.4.4
- Prey 2.12.2
- Ruby 1.9.3
- TeamTalk SDK Professional Edition 5.11a
- Hex Workshop 6.8.0.5419
Popular Tags
view
sql tools
edit
vb net
sql tool
development
software
file
windows
sql server
sql
obfuscation
obfuscator
java
net
visual
visual studio
tool
programming
database
visual basic
uml
editor
code protection
dll
html
decompiler
xml
code security
software protection
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 9.4.290
- PHP 8.5.0
- dotConnect for Oracle Professional Edition 10.4.290
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.16
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- Software Ideas Modeler 14.66
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



