Merge branch 'refactor-sprite' of 
https://git-wip-us.apache.org/repos/asf/flex-asjs into refactor-sprite


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b8e533be
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b8e533be
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b8e533be

Branch: refs/heads/refactor-sprite
Commit: b8e533bec28de02de2c0c47b1f0cffd612a61875
Parents: ad4e84b 37ab656
Author: yishayw <yishayj...@hotmail.com>
Authored: Wed Oct 26 18:52:51 2016 +0300
Committer: yishayw <yishayj...@hotmail.com>
Committed: Wed Oct 26 18:52:51 2016 +0300

----------------------------------------------------------------------
 RELEASE_NOTES                                   |  13 +-
 cordova-build.xml                               | 128 ++++++++++++-----
 examples/examples-tests/pom.xml                 |  46 ++++++
 .../flexjs/examples/tests/ExampleBuildTest.java | 104 ++++++++++++++
 examples/flexjs/CordovaCameraExample/pom.xml    |  21 +--
 .../CordovaCameraExample/resources/config.xml   |  44 ++++++
 examples/flexjs/MobileMap/pom.xml               |   6 +-
 examples/flexjs/MobileMap/resources/config.xml  |  44 ++++++
 examples/flexjs/MobileStocks/pom.xml            |   4 +
 .../flexjs/MobileStocks/resources/config.xml    |  44 ++++++
 .../flexjs/MobileStocks/src/MobileStocks.mxml   |  13 +-
 .../flexjs/MobileStocks/src/MyInitialView.mxml  |  41 ++----
 .../src/controller/AlertsViewController.as      | 141 -------------------
 .../flexjs/MobileStocks/src/models/Alert.as     |  94 -------------
 .../flexjs/MobileStocks/src/models/Asset.as     |  77 ----------
 .../MobileStocks/src/models/AssetsModel.as      |  57 --------
 .../MobileStocks/src/models/ProductsModel.as    |  26 ----
 .../MobileStocks/src/views/AlertsView.mxml      | 102 --------------
 .../MobileStocks/src/views/AssetsView.mxml      | 125 ----------------
 .../MobileStocks/src/views/LaunchView.mxml      |  55 +++++---
 .../MobileStocks/src/views/SearchView.mxml      |  37 -----
 examples/flexjs/MobileTrader/pom.xml            |   4 +
 .../flexjs/MobileTrader/resources/config.xml    |  44 ++++++
 examples/flexjs/StorageExample/pom.xml          |  10 +-
 .../flexjs/StorageExample/resources/config.xml  |  44 ++++++
 examples/flexjs/pom.xml                         |  41 +++++-
 examples/pom.xml                                |  42 ++++++
 frameworks/downloads.xml                        |  76 +++++++++-
 .../org/apache/flex/charts/beads/ChartView.as   |   2 +
 .../HorizontalLinearAxisForArrayListBead.as     |  14 +-
 .../charts/supportClasses/ChartAxisGroup.as     |   2 +
 .../main/flex/org/apache/flex/html/Button.as    |  29 +---
 .../flex/org/apache/flex/html/ButtonBase.as     | 101 +++++++++++++
 .../src/main/flex/org/apache/flex/html/Form.as  |  99 +++++++++++++
 .../flex/org/apache/flex/html/SimpleAlert.as    |   4 +-
 .../flex/org/apache/flex/html/TextButton.as     |   4 +-
 .../layouts/OneFlexibleChildHorizontalLayout.as |   2 +-
 .../HTML/src/main/resources/basic-manifest.xml  |   1 +
 .../HTML/src/main/resources/defaults.css        |   4 +
 .../apache/flex/mobile/beads/DeviceSizeBead.as  |  16 ++-
 .../FlexJS (Cordova Run Android).launch         |  39 +++++
 .../FlexJS (Cordova Run IOS).launch             |  39 +++++
 ide/flashbuilder/FlexJS (Cordova Run).launch    |  39 -----
 ide/flashbuilder/antscripts.xml                 |  14 ++
 src/site/site.xml                               |  42 ++++++
 45 files changed, 1074 insertions(+), 860 deletions(-)
----------------------------------------------------------------------


Reply via email to