ddyer0
ddyer0
The current compliance check uses an ad-hoc search to find sources newer than the previous compliance-check, as an optimization to skip redundant check. This ad-hoc knowlege of the source hierarchy...
Refer to https://github.com/codenameone/CodenameOne/issues/3753 BackGround: I discovered this problem by an unusual path - I have a multi-threaded search, and because of the danger of thread deadlock bugs, I monitor the...
I was debugging under xcode, and got a nullpointer exception in the GC thread at the indicated point. JAVA_BOOLEAN com_codename1_impl_ios_IOSNative_isSocketConnected___long(CN1_THREAD_STATE_MULTI_ARG JAVA_OBJECT instanceObject, JAVA_LONG socket) { POOL_BEGIN(); SocketImpl* impl = (BRIDGE_CAST...
This is new, but seems to be happening only for some android devices. The "listener" is a native object created by NativeLookup.create [2023/10/10 19:45:09] log request from com.boardspace.BoardspaceLauncher (193.57.121.234) data=[Java...
It's much too hard to contribute to codename1, and I think a major reason is that it's very scary for you to accept changes, and very time consuming for you...
this doesn't appear to directly involve any of my code, but I would guess it involves a window that has been removed or something like that. [2023/10/01 01:02:23] log request...
I observe that calling image.dispose() on an EncodedImage does nothing. Given that there's an elaborate process to use an EncodedImage's image bits, it ought to be possible to both implement...
The symptom is that the app crashes with no warning or useful debug info I've only got this to occur on IOS, on physical devices, not on Android, Codename1 simulator,...
The attached program rotates an arrowhead pointing AWAY from a fixed point near the center of the screen. - on the simulator and on android. However, on IOS it rotates...
After cloning and installing Codename1 as described in the video, opening it as a project in Eclipse doesn't quite work. *most* of the problems are resolved if this error is...