itlancer
itlancer
## Feature Description AIR should have a way to know is camera provide mirrored image (video output) or not. For video chats, photo booths and many other AR/VR applications important...
## Problem Description `EncryptedLocalStore.setItem()` doesn't work using AIR 51.0.0.3 with macOS. Tested with latest AIR 51.0.0.3 with macOS Intel-based device. There is no such issue with Windows. Also there is...
## Problem Description `Worker::start()` cause application crash using AIR 51.0.0.3 with macOS. Tested with latest AIR 51.0.0.3 with macOS Intel-based device with different applications. There is no such issue with...
## Feature Description Native extensions reference should be moved from https://help.adobe.com/en_US/air/extensions/index.html to https://airsdk.dev/ Also it should be updated cause now there is a lot of new cool stuff. ## Known...
## Problem Description Drawing `Video` (or `SoundMixer.computeSpectrum()` call) using `NetStream` in "Data Generation Mode" cause `SecurityError: Error #2123`. It critical for some video streams playback tasks or providing FLV bytes...
## Feature Description In some cases applications (especially time-sensitive) should know `TimeZone` localized (or human readable) "display name". Right now AIR for Windows using `TimeZone::displayName` return human readable value -...
## Feature Description In some cases applications (especially time-sensitive) should know `TimeZone` unique id which not depend on locale. It necessary, for example, to work with **tzutil** or via `NativeProcess`...
## Feature Description AIR should have ability to suppress network security popups about invalid certificates programmatically. Right now if something goes wrong with HTTPS SSL certificate checks using `URLLoader`/`URLStream`/`Loader`/`StageWebView`/`Socket`/`SecureSocket`/`NetConnection `-...
## Problem Description `StageVideo` doesn't support 8192 pixels or more for `viewPort` `width`/`height` properties. It just throw exception when you try to set up 8192 pixels or more for `viewPort`...
## Feature Description `StageWebView::viewPort` minimum/maximum values should be extended to support output to big videowalls. Right now maximum value `8191` and minimum `-8193`. If you try to set up `viewPort`...