itlancer

Results 174 issues of itlancer

## Feature Description In some cases applications (especially for multi-screen systems) should respect screen orientation. Application should get screen current orientation. Right now only `Stage::orientation` with `StageOrientation` could be used....

Feature

## Feature Description AIR should support to get RGB (not ARGB) pixels from `Camera`. First of all, images from classical RGB cameras cannot return alpha channel by itself. So alpha...

Feature

## Problem Description Application hang on `Sprite` creation on `KeyboardEvent` using `true` for some Android devices with armv8 builds. Almost all applications could be affected using `true`. Tested with latest...

Bug

## Feature Description Please consider Ahead-of-time compilation support for Desktop and Android platforms like it was done for iOS. It increase performance and AIR applications will be more robust and...

Feature

## Problem Description `NativeWindow::resizeToScreen()` call cause deformated fullscreen afterward. It critical when you try to turn AIR application window to fullscreen on specific `Screen`. Reproduced with multiple AIR versions, even...

Bug

## Problem Description `EncryptedLocalStore.setItem()` incorrect work using AIR 51.0.1.1. Second time it doesn't rewrite data. Reproduced with latest AIR 51.0.1.1 with multiple different Windows and macOS devices with different applications....

Bug

## Problem Description `Stage::fullscreenSourceRect` property doesn't work properly with `Stage3D` content in fullscreen mode for Windows and macOS. So hardware scaling for fullscreen cannot be used. You can see content...

## Problem Description Not signed/notarized macOS app `EncryptedLocalStore.setItem()` call cause `Error: EncryptedLocalStore internal error`. It has been tested with multiple AIR versions, even latest AIR 50.0.1.1 with multiple macOS devices...

Bug

## Feature Description AIR should support fullscreen on all monitors option. It necessary for multi-monitor applications and video walls. Linux with modern GDK version support it via `GDK_FULLSCREEN_ON_ALL_MONITORS` https://docs.gtk.org/gdk3/method.Window.set_fullscreen_mode.html It...

Feature

## Feature Description AIR SDK for macOS should allow to add `CFBundleSupportedPlatforms` with `InfoAdditions`. Right now trying to add to manifest `InfoAdditions` section for macOS: ``` CFBundleSupportedPlatforms MacOSX ``` cause...

Feature
Platform: macOS