lambdanative icon indicating copy to clipboard operation
lambdanative copied to clipboard

LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.

Results 66 lambdanative issues
Sort by recently updated
recently updated
newest added

In order to avoid being killed by Android apps are supposed to register a notification/service. Usage: (foreground-service! #t) ;; start service (foreground-service! #f) ;; stop service

This depends on #386 Any not-so-time-critical Android API/Java Method - except those restricted Android itself may be called without adding JNI code.

`ln_core/lists.scm` contains a few list operations analogous to [SRFI-1](https://srfi.schemers.org/srfi-1/srfi-1.html). The list is small and a bit arbitrary chosen. The implementation is rather bad at handling invalid calls and often O(horror^2)....

feature-request

Preface: I have not been able to break this in meaningful smaller patches. All changes where required to pass a meaningful test case. 1.) Android 9/10 restricts access to JNI...

I am looking for a way to compress folders and files therein during app execution (i.e. to upload a single file or create a backup) . The `zip ` module...

feature-request
question

> It seems that the android sdk manager no longer downloads the support repository to the expected location. Manually copying > > ``` > /usr/local/android-sdk-r25.2.5/extras/android/m2repository/com/android/support/support-v4/19.0.0/support-v4-19.0.0.jar > ``` > > (using...

feature-request

By design the module UIFORM is only responsive to touch (release) events but not to touch (press) events. This has a few limitations in the user interactions, notably buttons do...

feature-request

recently support for Android API versions less than 23 was dropped. This breaks half of my test devices and whom else perfectly good gadgets too. Can this be resurrected?

question

Building for Android 24 using the latest code I get random crashes at startup (initialization works). There is no clear pattern that would determine why other than the type of...

bug