| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| developer-guide-html.zip | 2026-09-04 | 49.4 MB | |
| developer-guide.pdf | 2026-09-04 | 67.2 MB | |
| ByteCodeTranslator-1.0-SNAPSHOT.jar | 2026-09-04 | 4.5 MB | |
| JavaAPI-1.0-SNAPSHOT.jar | 2026-09-04 | 600.0 kB | |
| javadocs.zip | 2026-09-04 | 17.3 MB | |
| 7.0.269 source code.tar.gz | 2026-09-04 | 424.9 MB | |
| 7.0.269 source code.zip | 2026-09-04 | 437.7 MB | |
| README.md | 2026-09-04 | 6.5 kB | |
| Totals: 8 Items | 1.0 GB | 0 | |
What's Changed
- Wait for the release on the Codename One repository, not Maven Central by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5616
- Refresh the on-top side menu when the theme changes (issue [#5612]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5619
- Fix syndication schedule SLA monitoring by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5622
- End the GC stall on issue [#5537]: answer the collector's demand signal, and stop it paying for work that finds nothing by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5609
- Restore signup-first website funnel by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5625
- Give the build hints screen a scrolling list instead of one enormous page (issue [#5602]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5627
- Accept minified signup CTA attributes by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5628
- Skin designer: safe-area insets are points, and a notch lives in the display by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5626
- JS port: apply the text layer's DOM changes with the frame they belong to by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5629
- Native macOS (AppKit) port, replacing Mac Catalyst by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5601
- First-class call management, VoIP and VPN by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5604
- JS port: device pixel ratio for breakpoints, and a millimetre that means the same thing at every ratio by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5634
- Stop one compute-only thread from freezing the whole VM (issue [#5537]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5631
- On iOS, "has a fingerprint sensor" and "can prompt right now" were one answer by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5643
- Never write a control character into source, and gate it by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5641
- Phone number verification: the code field, and the hint that fills it by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5642
- Close the remaining gaps in desktop Window support by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5624
- The certificate wizard's scrollbar was drawn inside out (issue [#5636]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5648
- Three CI failures: a cache that never hit, a leaked test window, an unrecorded erratum by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5650
- Move Android in-app purchase to the Play Billing ProductDetails API by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5651
- Weak references on the JavaScript port were strong ones (and never held anything) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5659
- isMaxLengthSupported() answered "supported" when the platform imposed no limit by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5670
- Developer guide: a chapter that was never in the book, and the gates that would have said so by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5664
- ParparVM: collector and codegen cleanup by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5658
- Stop an ordinary AndroidX dependency from failing the build on a duplicate Kotlin class by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5649
- Gates for the developer guide defects Asciidoctor cannot see by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5669
- Android 16 stopped calling onBackPressed(), so system back never reached the form stack by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5673
- Developer guide: document the overlay mechanism every CSS project already uses by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5674
- Developer guide: the update framework is real, its transcript was Ant-era by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5675
- Developer guide: the audio-recording figure was a screenshot of the dead IDE plugin by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5676
- Developer guide: restore the eleven code samples the basics chapter lost by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5677
- Six signing wizard reports: a wheel that clicked, a selection painted twice, and an App ID nobody asked to change by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5660
- Developer guide: restore the io chapter's missing code samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5678
- Developer guide: restore the Components chapter's missing code samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5679
- Developer guide: restore the graphics chapter's missing code samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5681
- Contact picker: let an app take one user-chosen contact without asking for the address book (#5666) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5680
- Reconcile the missing-code-blocks ratchet after the restoration merges by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5683
- Developer guide: restore the security, identity and performance samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5687
- Developer guide: restore the EDT, events and 3D graphics samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5689
- Rebuild the Whisper Android AAR for 16 KB memory pages by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5688
- Developer guide: restore the commerce chapters' missing code samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5685
- Developer guide: restore the game development, builder and asset samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5690
- Developer guide: restore the AI, speech, maps and audio samples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5691
- Build the iOS packet tunnel, rooted where the watch already showed it could be by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5693
Full Changelog: https://github.com/codenameone/CodenameOne/compare/7.0.268...7.0.269