From b1301a6957ff9389dc0f1aa41ad771ef52efe4d6 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Nov 2021 10:31:40 -0800 Subject: [PATCH 1/7] apm packaging --- build.properties | 5 + build.xml | 109 ++++++++++++++++-- package-src.json | 19 +++ package-swc.json | 19 +++ sdk.properties | 4 +- themes/AeonDesktopTheme/package-src.json | 23 ++++ themes/AeonDesktopTheme/package-swc.json | 23 ++++ .../MetalWorksDesktopTheme/package-src.json | 23 ++++ .../MetalWorksDesktopTheme/package-swc.json | 23 ++++ themes/MetalWorksMobileTheme/package-src.json | 23 ++++ themes/MetalWorksMobileTheme/package-swc.json | 23 ++++ themes/MinimalDesktopTheme/package-src.json | 23 ++++ themes/MinimalDesktopTheme/package-swc.json | 23 ++++ themes/MinimalMobileTheme/package-src.json | 23 ++++ themes/MinimalMobileTheme/package-swc.json | 23 ++++ .../TopcoatLightMobileTheme/package-src.json | 23 ++++ .../TopcoatLightMobileTheme/package-swc.json | 23 ++++ 17 files changed, 420 insertions(+), 12 deletions(-) create mode 100644 package-src.json create mode 100644 package-swc.json create mode 100644 themes/AeonDesktopTheme/package-src.json create mode 100644 themes/AeonDesktopTheme/package-swc.json create mode 100644 themes/MetalWorksDesktopTheme/package-src.json create mode 100644 themes/MetalWorksDesktopTheme/package-swc.json create mode 100644 themes/MetalWorksMobileTheme/package-src.json create mode 100644 themes/MetalWorksMobileTheme/package-swc.json create mode 100644 themes/MinimalDesktopTheme/package-src.json create mode 100644 themes/MinimalDesktopTheme/package-swc.json create mode 100644 themes/MinimalMobileTheme/package-src.json create mode 100644 themes/MinimalMobileTheme/package-swc.json create mode 100644 themes/TopcoatLightMobileTheme/package-src.json create mode 100644 themes/TopcoatLightMobileTheme/package-swc.json diff --git a/build.properties b/build.properties index 9a6cfa7583..00bf13eb82 100644 --- a/build.properties +++ b/build.properties @@ -26,4 +26,9 @@ swf.version = 30 feathers.version = 4.1.1 +swc.file = feathers.swc + +apm.lib.file = feathersui_${feathers.version}.airpackage +apm.src.file = feathersui-source_${feathers.version}.airpackage + footer.text = Feathers | Github Project | Support Forum \ No newline at end of file diff --git a/build.xml b/build.xml index bc2b2a6d32..137e421d27 100644 --- a/build.xml +++ b/build.xml @@ -9,7 +9,7 @@ - + @@ -22,10 +22,10 @@ - + - + @@ -38,6 +38,11 @@ + + + + + @@ -70,14 +75,14 @@ - + - + @@ -113,7 +118,7 @@ - + @@ -124,7 +129,7 @@ - + @@ -135,7 +140,7 @@ - + @@ -146,7 +151,7 @@ - + @@ -157,7 +162,7 @@ - + @@ -168,7 +173,7 @@ - + @@ -396,4 +401,86 @@ verbose="true" toDir="${dependency.output}"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/package-src.json b/package-src.json new file mode 100644 index 0000000000..ac7070e522 --- /dev/null +++ b/package-src.json @@ -0,0 +1,19 @@ +{ + "id": "feathersui-source", + "name": "feathersui-source", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Cross-platform user interface components for creative frontend projects built with Starling", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui-source_4.1.1.airpackage", + "dependencies": ["starling-source:2.7.0"], + "parameters": [], + "tags": ["components", "gui", "starling", "ui", "widgets"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } +} diff --git a/package-swc.json b/package-swc.json new file mode 100644 index 0000000000..af7f671c31 --- /dev/null +++ b/package-swc.json @@ -0,0 +1,19 @@ +{ + "id": "feathersui", + "name": "feathersui", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Cross-platform user interface components for creative frontend projects built with Starling", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_4.1.1.airpackage", + "dependencies": ["starling:2.7.0"], + "parameters": [], + "tags": ["components", "gui", "starling", "ui", "widgets"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } +} diff --git a/sdk.properties b/sdk.properties index 5790f82253..6095af5100 100644 --- a/sdk.properties +++ b/sdk.properties @@ -22,4 +22,6 @@ flexunit = ${basedir}/third-party/flexunit/flexUnitTasks-4.2.0-20140410.jar # The location of the standaline Adobe Flash Player executable # Windows: flashplayer_##_sa_debug.exe # macOS: /Applications/Flash\ Player.app/Contents/MacOS/Flash\ Player\ Debugger -flashplayer = c:/Users/josht/Applications/flashplayer_32_sa_debug.exe \ No newline at end of file +flashplayer = c:/Users/josht/Applications/flashplayer_32_sa_debug.exe + +apm = /opt/apm/apm \ No newline at end of file diff --git a/themes/AeonDesktopTheme/package-src.json b/themes/AeonDesktopTheme/package-src.json new file mode 100644 index 0000000000..24b82b19f5 --- /dev/null +++ b/themes/AeonDesktopTheme/package-src.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_AeonDesktopTheme-source", + "name": "Feathers UI Aeon Desktop Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Aeon desktop theme for Feathers UI (Starling version)", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_AeonDesktopTheme-source_4.1.1.airpackage", + "dependencies": [ + "starling-source:2.7.0", + "feathersui-source:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/AeonDesktopTheme/package-swc.json b/themes/AeonDesktopTheme/package-swc.json new file mode 100644 index 0000000000..38b31ca332 --- /dev/null +++ b/themes/AeonDesktopTheme/package-swc.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_AeonDesktopTheme", + "name": "Feathers UI Aeon Desktop Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Aeon desktop theme for Feathers UI (Starling version)", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_AeonDesktopTheme_4.1.1.airpackage", + "dependencies": [ + "starling:2.7.0", + "feathersui:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MetalWorksDesktopTheme/package-src.json b/themes/MetalWorksDesktopTheme/package-src.json new file mode 100644 index 0000000000..2838153f41 --- /dev/null +++ b/themes/MetalWorksDesktopTheme/package-src.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MetalWorksDesktopTheme-source", + "name": "Feathers UI Metal Works Desktop Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Metal Works desktop theme for Feathers UI (Starling version)", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksDesktopTheme-source_4.1.1.airpackage", + "dependencies": [ + "starling-source:2.7.0", + "feathersui-source:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MetalWorksDesktopTheme/package-swc.json b/themes/MetalWorksDesktopTheme/package-swc.json new file mode 100644 index 0000000000..190d10ac8e --- /dev/null +++ b/themes/MetalWorksDesktopTheme/package-swc.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MetalWorksDesktopTheme", + "name": "Feathers UI Metal Works Desktop Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Metal Works desktop theme for Feathers UI (Starling version)", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksDesktopTheme_4.1.1.airpackage", + "dependencies": [ + "starling:2.7.0", + "feathersui:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MetalWorksMobileTheme/package-src.json b/themes/MetalWorksMobileTheme/package-src.json new file mode 100644 index 0000000000..b634601de8 --- /dev/null +++ b/themes/MetalWorksMobileTheme/package-src.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MetalWorksMobileTheme-source", + "name": "Feathers UI Metal Works Mobile Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Metal Works mobile theme for Feathers UI (Starling version)", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme-source_4.1.1.airpackage", + "dependencies": [ + "starling-source:2.7.0", + "feathersui-source:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MetalWorksMobileTheme/package-swc.json b/themes/MetalWorksMobileTheme/package-swc.json new file mode 100644 index 0000000000..26256f930b --- /dev/null +++ b/themes/MetalWorksMobileTheme/package-swc.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MetalWorksMobileTheme", + "name": "Feathers UI Metal Works Mobile Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Metal Works mobile theme for Feathers UI (Starling version)", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme_4.1.1.airpackage", + "dependencies": [ + "starling:2.7.0", + "feathersui:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MinimalDesktopTheme/package-src.json b/themes/MinimalDesktopTheme/package-src.json new file mode 100644 index 0000000000..05036110e9 --- /dev/null +++ b/themes/MinimalDesktopTheme/package-src.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MinimalDesktopTheme-source", + "name": "Feathers UI Minimal Desktop Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Minimal desktop theme for Feathers UI (Starling version)", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalDesktopTheme-source_4.1.1.airpackage", + "dependencies": [ + "starling-source:2.7.0", + "feathersui-source:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MinimalDesktopTheme/package-swc.json b/themes/MinimalDesktopTheme/package-swc.json new file mode 100644 index 0000000000..0b0652c2df --- /dev/null +++ b/themes/MinimalDesktopTheme/package-swc.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MinimalDesktopTheme", + "name": "Feathers UI Minimal Desktop Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Minimal desktop theme for Feathers UI (Starling version)", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalDesktopTheme_4.1.1.airpackage", + "dependencies": [ + "starling:2.7.0", + "feathersui:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MinimalMobileTheme/package-src.json b/themes/MinimalMobileTheme/package-src.json new file mode 100644 index 0000000000..dae9bbc86d --- /dev/null +++ b/themes/MinimalMobileTheme/package-src.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MinimalMobileTheme-source", + "name": "Feathers UI Minimal Mobile Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Minimal mobile theme for Feathers UI (Starling version)", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalMobileTheme-source_4.1.1.airpackage", + "dependencies": [ + "starling-source:2.7.0", + "feathersui-source:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/MinimalMobileTheme/package-swc.json b/themes/MinimalMobileTheme/package-swc.json new file mode 100644 index 0000000000..b0625edc89 --- /dev/null +++ b/themes/MinimalMobileTheme/package-swc.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_MinimalMobileTheme", + "name": "Feathers UI Minimal Mobile Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Minimal mobile theme for Feathers UI (Starling version)", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalMobileTheme_4.1.1.airpackage", + "dependencies": [ + "starling:2.7.0", + "feathersui:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/TopcoatLightMobileTheme/package-src.json b/themes/TopcoatLightMobileTheme/package-src.json new file mode 100644 index 0000000000..2e11e762ed --- /dev/null +++ b/themes/TopcoatLightMobileTheme/package-src.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_TopcoatLightMobileTheme-source", + "name": "Feathers UI Topcoat Light Mobile Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Topcoat light mobile theme for Feathers UI (Starling version)", + "type": "src", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_TopcoatLightMobileTheme-source_4.1.1.airpackage", + "dependencies": [ + "starling-source:2.7.0", + "feathersui-source:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file diff --git a/themes/TopcoatLightMobileTheme/package-swc.json b/themes/TopcoatLightMobileTheme/package-swc.json new file mode 100644 index 0000000000..972142a67a --- /dev/null +++ b/themes/TopcoatLightMobileTheme/package-swc.json @@ -0,0 +1,23 @@ +{ + "id": "feathersui_TopcoatLightMobileTheme", + "name": "Feathers UI Topcoat Light Mobile Theme", + "url": "https://feathersui.com/as3-starling/", + "docUrl": "https://feathersui/api-reference/", + "description": "Topcoat light mobile theme for Feathers UI (Starling version)", + "type": "swc", + "version": "4.1.1", + "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_TopcoatLightMobileTheme_4.1.1.airpackage", + "dependencies": [ + "starling:2.7.0", + "feathersui:4.1.1" + ], + "parameters": [], + "tags": ["theme", "feathers", "starling"], + "status": "release", + "license": { + "type": "Simplified BSD", + "url": "https://github.com/feathersui/feathersui-starling/blob/v4.1.1/LICENSE.md", + "public": true + } + } + \ No newline at end of file From 7d92dcb89bc00949b3f72406a330b0f261100686 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Nov 2021 10:43:29 -0800 Subject: [PATCH 2/7] CHANGELOG --- RELEASENOTES.md => CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename RELEASENOTES.md => CHANGELOG.md (99%) diff --git a/RELEASENOTES.md b/CHANGELOG.md similarity index 99% rename from RELEASENOTES.md rename to CHANGELOG.md index 188ce22e60..f0649c63a7 100644 --- a/RELEASENOTES.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Feathers UI Release Notes +# Feathers UI (Starling version) -Noteworthy changes in official, stable releases of [Feathers UI](https://feathersui.com/). +Noteworthy changes in official, stable releases of [Feathers UI (Starling version)](https://feathersui.com/learn/as3-starling/). ## 4.1.1 - May 2020 From 59d937693140582ae5e52dd3fb952612f1c3a36c Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Nov 2021 10:47:28 -0800 Subject: [PATCH 3/7] dependency ranges --- package-src.json | 2 +- package-swc.json | 2 +- themes/AeonDesktopTheme/package-src.json | 4 ++-- themes/AeonDesktopTheme/package-swc.json | 4 ++-- themes/MetalWorksDesktopTheme/package-src.json | 4 ++-- themes/MetalWorksDesktopTheme/package-swc.json | 4 ++-- themes/MetalWorksMobileTheme/package-src.json | 4 ++-- themes/MetalWorksMobileTheme/package-swc.json | 4 ++-- themes/MinimalDesktopTheme/package-src.json | 4 ++-- themes/MinimalDesktopTheme/package-swc.json | 4 ++-- themes/MinimalMobileTheme/package-src.json | 4 ++-- themes/MinimalMobileTheme/package-swc.json | 4 ++-- themes/TopcoatLightMobileTheme/package-src.json | 4 ++-- themes/TopcoatLightMobileTheme/package-swc.json | 4 ++-- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package-src.json b/package-src.json index ac7070e522..fb0f8580f6 100644 --- a/package-src.json +++ b/package-src.json @@ -7,7 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui-source_4.1.1.airpackage", - "dependencies": ["starling-source:2.7.0"], + "dependencies": ["starling-source:2.x.x"], "parameters": [], "tags": ["components", "gui", "starling", "ui", "widgets"], "status": "release", diff --git a/package-swc.json b/package-swc.json index af7f671c31..dff9d6dde1 100644 --- a/package-swc.json +++ b/package-swc.json @@ -7,7 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_4.1.1.airpackage", - "dependencies": ["starling:2.7.0"], + "dependencies": ["starling:2.x.x"], "parameters": [], "tags": ["components", "gui", "starling", "ui", "widgets"], "status": "release", diff --git a/themes/AeonDesktopTheme/package-src.json b/themes/AeonDesktopTheme/package-src.json index 24b82b19f5..2569b8aec4 100644 --- a/themes/AeonDesktopTheme/package-src.json +++ b/themes/AeonDesktopTheme/package-src.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_AeonDesktopTheme-source_4.1.1.airpackage", "dependencies": [ - "starling-source:2.7.0", - "feathersui-source:4.1.1" + "starling-source:2.x.x", + "feathersui-source:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/AeonDesktopTheme/package-swc.json b/themes/AeonDesktopTheme/package-swc.json index 38b31ca332..8ec0837228 100644 --- a/themes/AeonDesktopTheme/package-swc.json +++ b/themes/AeonDesktopTheme/package-swc.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_AeonDesktopTheme_4.1.1.airpackage", "dependencies": [ - "starling:2.7.0", - "feathersui:4.1.1" + "starling:2.x.x", + "feathersui:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MetalWorksDesktopTheme/package-src.json b/themes/MetalWorksDesktopTheme/package-src.json index 2838153f41..b24d31c344 100644 --- a/themes/MetalWorksDesktopTheme/package-src.json +++ b/themes/MetalWorksDesktopTheme/package-src.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksDesktopTheme-source_4.1.1.airpackage", "dependencies": [ - "starling-source:2.7.0", - "feathersui-source:4.1.1" + "starling-source:2.x.x", + "feathersui-source:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MetalWorksDesktopTheme/package-swc.json b/themes/MetalWorksDesktopTheme/package-swc.json index 190d10ac8e..9ee10fbfa8 100644 --- a/themes/MetalWorksDesktopTheme/package-swc.json +++ b/themes/MetalWorksDesktopTheme/package-swc.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksDesktopTheme_4.1.1.airpackage", "dependencies": [ - "starling:2.7.0", - "feathersui:4.1.1" + "starling:2.x.x", + "feathersui:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MetalWorksMobileTheme/package-src.json b/themes/MetalWorksMobileTheme/package-src.json index b634601de8..028c9416e4 100644 --- a/themes/MetalWorksMobileTheme/package-src.json +++ b/themes/MetalWorksMobileTheme/package-src.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme-source_4.1.1.airpackage", "dependencies": [ - "starling-source:2.7.0", - "feathersui-source:4.1.1" + "starling-source:2.x.x", + "feathersui-source:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MetalWorksMobileTheme/package-swc.json b/themes/MetalWorksMobileTheme/package-swc.json index 26256f930b..bc7c76b268 100644 --- a/themes/MetalWorksMobileTheme/package-swc.json +++ b/themes/MetalWorksMobileTheme/package-swc.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme_4.1.1.airpackage", "dependencies": [ - "starling:2.7.0", - "feathersui:4.1.1" + "starling:2.x.x", + "feathersui:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MinimalDesktopTheme/package-src.json b/themes/MinimalDesktopTheme/package-src.json index 05036110e9..225f350f15 100644 --- a/themes/MinimalDesktopTheme/package-src.json +++ b/themes/MinimalDesktopTheme/package-src.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalDesktopTheme-source_4.1.1.airpackage", "dependencies": [ - "starling-source:2.7.0", - "feathersui-source:4.1.1" + "starling-source:2.x.x", + "feathersui-source:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MinimalDesktopTheme/package-swc.json b/themes/MinimalDesktopTheme/package-swc.json index 0b0652c2df..9b6ab3ccf6 100644 --- a/themes/MinimalDesktopTheme/package-swc.json +++ b/themes/MinimalDesktopTheme/package-swc.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalDesktopTheme_4.1.1.airpackage", "dependencies": [ - "starling:2.7.0", - "feathersui:4.1.1" + "starling:2.x.x", + "feathersui:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MinimalMobileTheme/package-src.json b/themes/MinimalMobileTheme/package-src.json index dae9bbc86d..a423ee9eeb 100644 --- a/themes/MinimalMobileTheme/package-src.json +++ b/themes/MinimalMobileTheme/package-src.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalMobileTheme-source_4.1.1.airpackage", "dependencies": [ - "starling-source:2.7.0", - "feathersui-source:4.1.1" + "starling-source:2.x.x", + "feathersui-source:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/MinimalMobileTheme/package-swc.json b/themes/MinimalMobileTheme/package-swc.json index b0625edc89..d15c39455f 100644 --- a/themes/MinimalMobileTheme/package-swc.json +++ b/themes/MinimalMobileTheme/package-swc.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalMobileTheme_4.1.1.airpackage", "dependencies": [ - "starling:2.7.0", - "feathersui:4.1.1" + "starling:2.x.x", + "feathersui:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/TopcoatLightMobileTheme/package-src.json b/themes/TopcoatLightMobileTheme/package-src.json index 2e11e762ed..4e2a966fe0 100644 --- a/themes/TopcoatLightMobileTheme/package-src.json +++ b/themes/TopcoatLightMobileTheme/package-src.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_TopcoatLightMobileTheme-source_4.1.1.airpackage", "dependencies": [ - "starling-source:2.7.0", - "feathersui-source:4.1.1" + "starling-source:2.x.x", + "feathersui-source:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], diff --git a/themes/TopcoatLightMobileTheme/package-swc.json b/themes/TopcoatLightMobileTheme/package-swc.json index 972142a67a..0452d3decc 100644 --- a/themes/TopcoatLightMobileTheme/package-swc.json +++ b/themes/TopcoatLightMobileTheme/package-swc.json @@ -8,8 +8,8 @@ "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_TopcoatLightMobileTheme_4.1.1.airpackage", "dependencies": [ - "starling:2.7.0", - "feathersui:4.1.1" + "starling:2.x.x", + "feathersui:4.1.x" ], "parameters": [], "tags": ["theme", "feathers", "starling"], From e92816ccb6a3f13492a64253ff9d53c10caebf2a Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Nov 2021 10:51:43 -0800 Subject: [PATCH 4/7] publishedAt --- package-src.json | 1 + package-swc.json | 1 + themes/AeonDesktopTheme/package-src.json | 1 + themes/AeonDesktopTheme/package-swc.json | 1 + themes/MetalWorksDesktopTheme/package-src.json | 1 + themes/MetalWorksDesktopTheme/package-swc.json | 1 + themes/MetalWorksMobileTheme/package-src.json | 1 + themes/MetalWorksMobileTheme/package-swc.json | 1 + themes/MinimalDesktopTheme/package-src.json | 1 + themes/MinimalDesktopTheme/package-swc.json | 1 + themes/MinimalMobileTheme/package-src.json | 1 + themes/MinimalMobileTheme/package-swc.json | 1 + themes/TopcoatLightMobileTheme/package-src.json | 1 + themes/TopcoatLightMobileTheme/package-swc.json | 1 + 14 files changed, 14 insertions(+) diff --git a/package-src.json b/package-src.json index fb0f8580f6..abff26dcbe 100644 --- a/package-src.json +++ b/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": ["starling-source:2.x.x"], "parameters": [], "tags": ["components", "gui", "starling", "ui", "widgets"], diff --git a/package-swc.json b/package-swc.json index dff9d6dde1..a8e493826a 100644 --- a/package-swc.json +++ b/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": ["starling:2.x.x"], "parameters": [], "tags": ["components", "gui", "starling", "ui", "widgets"], diff --git a/themes/AeonDesktopTheme/package-src.json b/themes/AeonDesktopTheme/package-src.json index 2569b8aec4..7ab6755e22 100644 --- a/themes/AeonDesktopTheme/package-src.json +++ b/themes/AeonDesktopTheme/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_AeonDesktopTheme-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling-source:2.x.x", "feathersui-source:4.1.x" diff --git a/themes/AeonDesktopTheme/package-swc.json b/themes/AeonDesktopTheme/package-swc.json index 8ec0837228..4e142b6969 100644 --- a/themes/AeonDesktopTheme/package-swc.json +++ b/themes/AeonDesktopTheme/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_AeonDesktopTheme_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling:2.x.x", "feathersui:4.1.x" diff --git a/themes/MetalWorksDesktopTheme/package-src.json b/themes/MetalWorksDesktopTheme/package-src.json index b24d31c344..542af8e2e1 100644 --- a/themes/MetalWorksDesktopTheme/package-src.json +++ b/themes/MetalWorksDesktopTheme/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksDesktopTheme-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling-source:2.x.x", "feathersui-source:4.1.x" diff --git a/themes/MetalWorksDesktopTheme/package-swc.json b/themes/MetalWorksDesktopTheme/package-swc.json index 9ee10fbfa8..803f434668 100644 --- a/themes/MetalWorksDesktopTheme/package-swc.json +++ b/themes/MetalWorksDesktopTheme/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksDesktopTheme_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling:2.x.x", "feathersui:4.1.x" diff --git a/themes/MetalWorksMobileTheme/package-src.json b/themes/MetalWorksMobileTheme/package-src.json index 028c9416e4..0d06b270e0 100644 --- a/themes/MetalWorksMobileTheme/package-src.json +++ b/themes/MetalWorksMobileTheme/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling-source:2.x.x", "feathersui-source:4.1.x" diff --git a/themes/MetalWorksMobileTheme/package-swc.json b/themes/MetalWorksMobileTheme/package-swc.json index bc7c76b268..9e1c278741 100644 --- a/themes/MetalWorksMobileTheme/package-swc.json +++ b/themes/MetalWorksMobileTheme/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MetalWorksMobileTheme_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling:2.x.x", "feathersui:4.1.x" diff --git a/themes/MinimalDesktopTheme/package-src.json b/themes/MinimalDesktopTheme/package-src.json index 225f350f15..9d24ada5fb 100644 --- a/themes/MinimalDesktopTheme/package-src.json +++ b/themes/MinimalDesktopTheme/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalDesktopTheme-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling-source:2.x.x", "feathersui-source:4.1.x" diff --git a/themes/MinimalDesktopTheme/package-swc.json b/themes/MinimalDesktopTheme/package-swc.json index 9b6ab3ccf6..7d9a5e06aa 100644 --- a/themes/MinimalDesktopTheme/package-swc.json +++ b/themes/MinimalDesktopTheme/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalDesktopTheme_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling:2.x.x", "feathersui:4.1.x" diff --git a/themes/MinimalMobileTheme/package-src.json b/themes/MinimalMobileTheme/package-src.json index a423ee9eeb..b3a16d5d50 100644 --- a/themes/MinimalMobileTheme/package-src.json +++ b/themes/MinimalMobileTheme/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalMobileTheme-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling-source:2.x.x", "feathersui-source:4.1.x" diff --git a/themes/MinimalMobileTheme/package-swc.json b/themes/MinimalMobileTheme/package-swc.json index d15c39455f..c76b2dcbca 100644 --- a/themes/MinimalMobileTheme/package-swc.json +++ b/themes/MinimalMobileTheme/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_MinimalMobileTheme_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling:2.x.x", "feathersui:4.1.x" diff --git a/themes/TopcoatLightMobileTheme/package-src.json b/themes/TopcoatLightMobileTheme/package-src.json index 4e2a966fe0..09df596139 100644 --- a/themes/TopcoatLightMobileTheme/package-src.json +++ b/themes/TopcoatLightMobileTheme/package-src.json @@ -7,6 +7,7 @@ "type": "src", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_TopcoatLightMobileTheme-source_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling-source:2.x.x", "feathersui-source:4.1.x" diff --git a/themes/TopcoatLightMobileTheme/package-swc.json b/themes/TopcoatLightMobileTheme/package-swc.json index 0452d3decc..a3446aeb9c 100644 --- a/themes/TopcoatLightMobileTheme/package-swc.json +++ b/themes/TopcoatLightMobileTheme/package-swc.json @@ -7,6 +7,7 @@ "type": "swc", "version": "4.1.1", "sourceUrl": "https://github.com/feathersui/feathersui-starling/releases/download/v4.1.1/feathersui_TopcoatLightMobileTheme_4.1.1.airpackage", + "publishedAt": "2021-11-19T00:00:00.000Z", "dependencies": [ "starling:2.x.x", "feathersui:4.1.x" From 75ab9bf9692445c1d6df7ada95493778824d33a9 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 19 Nov 2021 11:09:37 -0800 Subject: [PATCH 5/7] Build: insert asdoc into .swc file --- build.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 137e421d27..b22ec7ba56 100644 --- a/build.xml +++ b/build.xml @@ -74,7 +74,7 @@ - + @@ -84,6 +84,14 @@ + + + + + + + + @@ -110,6 +118,27 @@ + + + + + + + + + + + + + + + + + + + + From ccc1617ef1ce35175f1296f6c0289544c8c01a55 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 17 Jun 2022 15:35:06 -0700 Subject: [PATCH 6/7] api: more mobile friendly --- .../api-reference/templates/all-classes.xslt | 1 + .../api-reference/templates/all-index.xslt | 7 +- .../api-reference/templates/asdoc-util.xslt | 181 +++--------------- .../api-reference/templates/class-files.xslt | 1 + .../api-reference/templates/class-list.xslt | 1 + .../templates/class-summary.xslt | 1 + .../api-reference/templates/index-list.html | 1 + .../api-reference/templates/index.html | 1 + .../api-reference/templates/mxml-tags.html | 1 + .../templates/package-detail.xslt | 1 + .../templates/package-frame.html | 1 + .../api-reference/templates/package-list.xslt | 1 + .../templates/package-summary.xslt | 1 + .../api-reference/templates/package.xslt | 1 + .../api-reference/templates/style.css | 82 ++++++++ .../api-reference/templates/title-bar.html | 46 ++--- 16 files changed, 147 insertions(+), 181 deletions(-) diff --git a/documentation/api-reference/templates/all-classes.xslt b/documentation/api-reference/templates/all-classes.xslt index c41babe896..4827db1f92 100644 --- a/documentation/api-reference/templates/all-classes.xslt +++ b/documentation/api-reference/templates/all-classes.xslt @@ -30,6 +30,7 @@ + diff --git a/documentation/api-reference/templates/all-index.xslt b/documentation/api-reference/templates/all-index.xslt index 7f5d75ff46..39524fcba4 100644 --- a/documentation/api-reference/templates/all-index.xslt +++ b/documentation/api-reference/templates/all-index.xslt @@ -142,6 +142,7 @@ + @@ -184,7 +185,7 @@

- +
@@ -961,7 +962,7 @@ - + diff --git a/documentation/api-reference/templates/asdoc-util.xslt b/documentation/api-reference/templates/asdoc-util.xslt index 008fc7ebff..b40bb30a77 100644 --- a/documentation/api-reference/templates/asdoc-util.xslt +++ b/documentation/api-reference/templates/asdoc-util.xslt @@ -732,107 +732,41 @@ - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + - - - - -  | - + @@ -840,9 +774,6 @@ Interfaces - -  | - @@ -854,25 +785,16 @@ - -  | - - -  | - - -  | - @@ -923,19 +845,13 @@ - - - -  |  + - - - -  |  + @@ -943,48 +859,32 @@ - - - -  | + - - - + - - - + <br/> - - - + -  |  - - - -  |  + - - - -  |  + @@ -1019,28 +919,16 @@ diff --git a/documentation/api-reference/templates/class-files.xslt b/documentation/api-reference/templates/class-files.xslt index f430ee5440..96ba29a282 100644 --- a/documentation/api-reference/templates/class-files.xslt +++ b/documentation/api-reference/templates/class-files.xslt @@ -127,6 +127,7 @@ +
@@ -233,7 +234,7 @@ - +