| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| developer-guide-html.zip | 2026-09-11 | 38.0 MB | |
| developer-guide.pdf | 2026-09-11 | 58.9 MB | |
| ByteCodeTranslator-1.0-SNAPSHOT.jar | 2026-09-11 | 4.6 MB | |
| JavaAPI-1.0-SNAPSHOT.jar | 2026-09-11 | 601.1 kB | |
| javadocs.zip | 2026-09-11 | 17.5 MB | |
| 7.0.270 source code.tar.gz | 2026-09-11 | 415.7 MB | |
| 7.0.270 source code.zip | 2026-09-11 | 429.0 MB | |
| README.md | 2026-09-11 | 7.8 kB | |
| Totals: 8 Items | 964.2 MB | 0 | |
What's Changed
- Developer guide: retire the Webservice wizard walkthrough by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5696
- scripts/website: bump Codename One versions to 7.0.269 by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5697
- Developer guide: drop the Freshdesk case study and the Mirah port by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5695
- Developer guide: teach the design-to-theme workflow, not Photoshop and the Designer by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5698
- Give every generated guide snippet a copyright header by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5702
- Display: an init() during the old EDT's teardown starts its own dispatch thread by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5694
- Developer guide: stop walking readers through consoles that have been rebuilt by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5704
- Developer guide: drop the Apple portal and IDE-plugin click-throughs from signing by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5705
- Developer guide: drop the Ant-layout gitignores from Miscellaneous Features by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5706
- Native operating system drag and drop, carrying the clipboard's own payload by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5662
- Developer guide: stop crediting the reader with writing the framework by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5708
- Developer guide: fix every insecure or dead link and close the links ratchet by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5710
- Developer guide: restore 19 dropped code examples as compiled snippets by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5711
- Developer guide: restore 16 more code examples, and fix four that never worked by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5712
- The hardware keyboard typed nothing into an iOS text field (issue [#5709]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5713
- State restoration and continuity across devices by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5663
- Preserve Windows CI evidence and retry transient publication failures by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5718
- Developer guide: restore 12 more code examples, and record why four cannot be by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5714
- Security: parse PEM keys directly instead of demanding DER bytes by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5707
- getLayeredPane() before show() left the first text field focused (issue [#2710]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5720
- Developer guide: restore five more code examples by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5719
- Developer guide: drop two ratchet entries that were never missing code by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5721
- Performance and correctness fixes across core, the Apple ports and the VM by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5686
- Developer guide: document the app class the archetype actually generates by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5725
- Compile the Android port against API 37, which removed FingerprintManager (issue [#5701]) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5723
- Register the MCP server with Codex, and unblock the initializr suite by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5724
- ParparVM collections: fix an O(n) HashMap miss, and compact Hashtable by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5722
- Developer guide: close the unused-image escape hatch by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5726
- Developer guide: document the promise API by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5727
- Developer guide: document the plugin interception mechanism by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5729
- Simulator reported the host machine's pixel ratio instead of the simulated device's by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5728
- ParparVM collector: long-shift codegen fix, live-set heap goal, and an arm64 parallel-mark run by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5717
- Fix Promise.reject recursing forever and then() destroying checked errors by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5730
- Fix iOS push completion linker failure and add native regression coverage by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5733
- Compile against API 37 in CI, and stop guessing at minor-versioned platforms by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5731
- Developer guide: a figure harness that renders themed app UI by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5734
- Developer guide: diagrams for the EDT cycle and the four data stores by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5742
- ParparVM: extend tagged immediates from Integer to all six boxed number types by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5735
- Add exitAndClearTask(), backed by Android's finishAndRemoveTask() by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5746
- Give ParparVM real weak and soft references by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5732
- Remove retired EXP-004 telemetry by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5747
- Render the API reference as Hugo content instead of embedding javadoc HTML by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5743
- Developer guide: a diagram for the network request lifecycle by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5745
- Developer guide: a diagram for what each target does with the bytecode by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5748
- Scope the cast-semantics gate to what ParparVM actually translates by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5749
- The Android location button, without the AndroidX library (#5667) by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5738
- Developer guide: diagrams for peer painting and the UIID style cascade by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5752
- Developer guide: two figures for the Events chapter, and the focus rule it gets wrong by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5753
- Developer guide: retire the Ant native layout, and an .andlib step that now fails the build by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5756
- Fix iOS on-device debugger compilation with Apple UI aliases by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5761
- JavaScript port: resolve suspension by receiver type, not by bare signature by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5755
- Migrate Foojay syndication to GitHub article submissions by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5764
- Fix AdMob iOS linking, Android banners, and simulator interstitials by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5758
- Fix iOS accessibility queries off the UIKit main thread by @shai-almog in https://github.com/codenameone/CodenameOne/pull/5768
Full Changelog: https://github.com/codenameone/CodenameOne/compare/7.0.269...7.0.270