You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/04/14 12:53:21 UTC

[2/3] git commit: [flex-asjs] [refs/heads/feature/layouts] - Merge branch 'feature/mobile' into feature/layouts

Merge branch 'feature/mobile' into feature/layouts

* feature/mobile:
  Initial changes for Mobile project.


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

Branch: refs/heads/feature/layouts
Commit: 6256851b9522427ec35f78ffb110dab53faf168b
Parents: d89a010 e0b3528
Author: Peter Ent <pe...@apache.org>
Authored: Thu Apr 13 14:31:01 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu Apr 13 14:31:01 2017 -0400

----------------------------------------------------------------------
 .../ButtonBarButtonItemRenderer.as              |  34 +++-
 .../Mobile/src/main/flex/MobileClasses.as       |   1 +
 .../apache/flex/mobile/ManagedContentArea.as    |  55 ++++++
 .../apache/flex/mobile/StackedViewManager.as    |  51 ++++--
 .../org/apache/flex/mobile/TabbedViewManager.as |  42 +++++
 .../flex/org/apache/flex/mobile/TitleView.as    |   4 -
 .../org/apache/flex/mobile/ViewManagerBase.as   |  52 ++----
 .../flex/mobile/beads/StackedViewManagerView.as | 175 +++++++++++++------
 .../flex/mobile/beads/TabbedViewManagerView.as  | 175 +++++++++++++------
 .../flex/mobile/beads/ViewManagerViewBase.as    | 123 ++++++-------
 .../src/main/resources/basic-manifest.xml       |   1 +
 .../Mobile/src/main/resources/defaults.css      |  21 +++
 12 files changed, 511 insertions(+), 223 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6256851b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/supportClasses/ButtonBarButtonItemRenderer.as
----------------------------------------------------------------------