What Go Taught Us About Java Garbage CollectionA Go performance comparison led us from stack allocation to GC pacing, parallel marking, and image caches. ParparVM can explore those choices while keeping ordinary Java APIs.Sep 19, 2026·9 min read
A Mac App, Not an iOS App on a MacCodename One's macOS build now targets AppKit directly, with NSWindow, NSMenu, NSTextInputClient, NSScreen, and an independent Metal surface for every window.Sep 13, 2026·4 min read
A Dialog Can Now Be a Native Desktop WindowCodename One dialogs can stay inside a secondary window or become native modal windows, while sheets, popups, overlays, tooltips, HTML, and accessibility now resolve the correct top level.Sep 12, 2026·4 min read
VoIP, VPN, and the Build System Behind ThemCodename One adds native call management and VPN APIs, while its builders generate the platform services, frameworks, permissions, and extension plumbing only when an application uses them.Sep 11, 2026·11 min read
Build Hints That Fail Before the Build ServerCodename One now exposes 87 common build hints as Java annotations, giving the compiler enough information to reject misspelled names, wrong types, and unsupported values before a build reaches the server.Sep 9, 2026·7 min read
Rootless Jailbreak Detection: Updating the Signals, Not the ClaimCodename One's iOS integrity checks now detect current rootless jailbreak layouts, cross-check hooked APIs, inspect mounts and loaded images, and rerun on foreground entry.Sep 8, 2026·6 min read
Watch Follow-Through: Complications, Tiles, and a Companion Wear APKCodename One now generates watchOS WidgetKit complications, Wear OS complication data sources and Tiles, and a companion Wear APK beside the phone artifact.Sep 7, 2026·6 min read