lime icon indicating copy to clipboard operation
lime copied to clipboard

A foundational Haxe framework for cross-platform development

Results 183 lime issues
Sort by recently updated
recently updated
newest added

Build AIR app with _-listen_ flag instead of _-connect_ to debug AIR app on device **over the usb** (default port 7936)

As it stands, the configuration for the ElectronBrowserWindow created by lime in `ElectronSetup` cannot provide certain additional parameters needed by the user. Notably, additional `webPreferences` cannot be overridden, meaning that...

As it stands, [`BackgroundWorker`](https://github.com/haxelime/lime/blob/1188b3aa42b18992ef50241050217304b28c1ae5/src/lime/system/BackgroundWorker.hx) has several problems. How it's designed to work =================== The first problem is the lack of documentation, so let's do a quick run-through of a typical...

Hello! I'm trying to update [extension-admob](https://github.com/HaxeExtension/extension-admob) to work with the latest version of admob sdk 20+ and get the following error: > Deprecated Gradle features were used in this build,...

Hello! If I build 64bit Android app with `target-sdk-version="30"` or 31 it crashes or shows black screen on start. The reason of this and temporary workaround are described here: https://source.android.com/devices/tech/debug/tagged-pointers...

Android 11 turns on Scudo by default, which replaces memory allocation libraries with stricter versions. In Google Play's automated suite of test devices, only Pixel 5 is running this. It's...

lime.system.System has no variable for it and i cant seem to access it

It would be nice to have code completion support for libraries. I think this more or less just comes down to having `lime display` work with `include.xml` files?

Getting the following error trying to compile to Android: `> Task :app:compileDebugJavaWithJavac Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: D:\Drive\DEV\IDEA\SquareSpinner\Export\android\bin\app\src\main\java\org\libsdl\app\SDL.java...

This flag is not supported by old Android devices, we should make a flag to disable this, or try and improve the device SDK version detection script http://community.openfl.org/t/android-apk-installation-error-unknown-option-d/29/5