You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/02/17 17:55:05 UTC

[royale-asjs] branch develop updated (91cbd1f -> dc8733a)

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 91cbd1f  move "selectable" and "hoverable" from UIItemRendererBase to StyledMXMLItemRenderer for PAYG reasons
     new eaadaa7  BrowserOrientation bead to get device orientation (portrait or landscape)
     new dc8733a  TDJ BrowserOrientation bead example of use

The 8638 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../TourDeJewel/src/main/royale/MainContent.mxml   |  47 +++++++-
 .../Core/src/main/resources/basic-manifest.xml     |   1 +
 .../org/apache/royale/core/BrowserOrientation.as   | 127 +++++++++++++++++++++
 3 files changed, 173 insertions(+), 2 deletions(-)
 create mode 100644 frameworks/projects/Core/src/main/royale/org/apache/royale/core/BrowserOrientation.as