Merge branch 'release0.8.0' into tlf
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/65c59933 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/65c59933 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/65c59933 Branch: refs/heads/tlf Commit: 65c5993304d910bdb3aa95b75deabf4635412cea Parents: f131187 5ed45d9 Author: Harbs <[email protected]> Authored: Sat Jun 3 23:31:22 2017 +0300 Committer: Harbs <[email protected]> Committed: Sat Jun 3 23:31:22 2017 +0300 ---------------------------------------------------------------------- .../main/resources/archetype-resources/pom.xml | 1 + cordova-build.xml | 8 +- examples/build_example.xml | 28 ++- .../CordovaCameraExample-app.xml | 2 +- examples/flexjs/CordovaCameraExample/README.txt | 25 +-- examples/flexjs/CordovaCameraExample/build.xml | 58 +++--- .../src/main/flex/CordovaCameraExample.mxml | 11 +- .../src/main/flex/MyInitialView.mxml | 36 ++-- examples/flexjs/MapSearch/build.xml | 2 +- examples/flexjs/MobileMap/build.xml | 9 +- .../MobileMap/src/main/flex/MobileMap.mxml | 2 +- examples/flexjs/MobileStocks/build.xml | 12 +- .../src/main/config/compile-app-config.xml | 26 +++ .../src/main/flex/views/LaunchView.mxml | 10 +- examples/flexjs/MobileTrader/build.xml | 18 +- examples/flexjs/StorageExample/build.xml | 1 + .../src/main/flex/MyInitialView.mxml | 8 +- .../src/main/flex/StorageExample.mxml | 19 +- .../flex/html/beads/AccordionCollapseBead.as | 5 +- .../html/beads/AccordionItemRendererView.as | 6 +- .../org/apache/flex/html/beads/AccordionView.as | 62 ++++-- .../layouts/OneFlexibleChildHorizontalLayout.as | 4 + ...eFlexibleChildHorizontalLayoutForOverflow.as | 4 + .../layouts/OneFlexibleChildVerticalLayout.as | 4 + ...OneFlexibleChildVerticalLayoutForOverflow.as | 4 + .../Basic/src/main/resources/defaults.css | 2 +- .../org/apache/flex/core/BindableCSSStyles.as | 1 - .../flex/core/BindableCSSStylesWithFlex.as | 1 - .../org/apache/flex/core/SimpleCSSValuesImpl.as | 23 ++- .../Mobile/src/main/flex/CordovaClasses.as | 8 +- .../main/flex/org/apache/cordova/Application.as | 86 --------- .../src/main/flex/org/apache/cordova/Weinre.as | 88 --------- .../flex/org/apache/cordova/camera/Camera.as | 192 ------------------- .../apache/cordova/geolocation/Geolocation.as | 61 ------ .../flex/org/apache/flex/cordova/Application.as | 86 +++++++++ .../main/flex/org/apache/flex/cordova/Camera.as | 168 ++++++++++++++++ .../main/flex/org/apache/flex/cordova/Weinre.as | 88 +++++++++ .../flex/cordova/geolocation/Geolocation.as | 61 ++++++ .../src/main/resources/cordova-manifest.xml | 8 +- .../providers/AndroidExternalStorageProvider.as | 8 +- 40 files changed, 657 insertions(+), 589 deletions(-) ----------------------------------------------------------------------
