A Privacy-First Analytics API: One Facade, A Provider SPI, And A Consent GateA new analytics API replaces the deprecated Google Analytics v1 service with a single facade, a provider SPI you can point at GA4, Matomo, Firebase, our cloud or your own backend, and a consent gate that is opt-in by default. Nothing leaves the…Jul 6, 2026·8 min read
Funding Open Source Without The Bait And Switch: Analytics, Native Maps, TV And MoreJul 3, 2026·11 min read
The Codename One Game Builder: Draw The Level, Code The RulesA visual level editor for the Codename One gaming API that saves a plain-data .game file the runtime plays, across 2D, isometric board, and 3D modes, plus a streaming engine for large open worlds. The orientation before the three hands-on tutorials.Jun 30, 2026·5 min read
Seamless Crash Protection That Symbolicates Native CrashesThe new com.codename1.crash client captures crashes on device, scrubs personal data before anything is sent, retries reliably through a storage-first queue, and lets the build cloud symbolicate native crashes and file them as GitHub issues instead…Jun 29, 2026·7 min read
Just WatchThe new native Apple Watch port runs real Codename One UI on watchOS through a dedicated Core Graphics backend inside a SwiftUI shell, while Wear OS rides the existing Android pipeline. The same code base, branched with CN.isWatch(), reaches both…Jun 28, 2026·7 min read
Java To Native Linux App: One 5MB Binary, x64 And ArmThe new native Linux port compiles your Java to a single self-contained ELF through ParparVM and GTK3, with no JVM on the target machine. It runs on an ancient universal glibc, supports musl for Alpine, and ships for both x64 and arm64.Jun 27, 2026·6 min read
Native Linux, Apple Watch, A Game Builder And Crash ProtectionThis week adds a native Linux desktop port, an Apple Watch and Wear OS port, a visual Game Builder with a high-level gaming API, and seamless crash protection that symbolicates native crashes and files them as GitHub issues. We also rebuilt the…Jun 26, 2026·9 min read
Print Anywhere, And Put Your Cards In Apple WalletA new cross-platform printing API hands PDFs and images to the native print dialog on every port, and iOS builds can now generate Apple Wallet issuer-provisioning extensions from build hints with no native code.Jun 23, 2026·5 min read