Codename One Settings Is Now a Standalone Tool
It edited project properties, managed accounts, opened signing workflows, monitored builds, installed extensions, and accumulated every job that did not have a better home. Codename One is an open-source framework for building native iOS, Android, desktop, and web apps from a single Java or Kotlin codebase. PR #5359 replaces it with a standalone Codename One desktop application.
- ▪It edited project properties, managed accounts, opened signing workflows, monitored builds, installed extensions, and accumulated every job that did not have a better home.
- ▪Codename One is an open-source framework for building native iOS, Android, desktop, and web apps from a single Java or Kotlin codebase.
- ▪PR #5359 replaces it with a standalone Codename One desktop application.
DEV.to (Top) files mainly under programming. We currently carry 4,889 of its stories.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 417973) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Shai Almog Posted on Jul 26 • Originally published at codenameone.com Codename One Settings Is Now a Standalone Tool #java #mobile #android #ios Codename One Settings used to be a screen inside the old GUI Builder jar. It edited project properties, managed accounts, opened signing workflows, monitored builds, installed extensions, and accumulated every job that did not have a better home.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).