This is an automated email from the ASF dual-hosted git repository.
harbs pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 3403600 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
add cba39fb Fixed #500
new 4b751b4 Merge branch 'feature/issue-500' into develop
The 1 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:
LICENSE | 26 +++
.../main/royale/org/apache/royale/ace/ACEEditor.as | 2 +-
.../projects/Core/src/main/royale/CoreClasses.as | 3 +-
.../main/royale/org/apache/royale/utils/Base64.as | 200 +++++++++++++++++++++
.../MXRoyale/src/main/royale/MXRoyaleClasses.as | 7 -
.../src/main/royale/mx/utils/Base64Decoder.as | 9 +-
.../src/main/royale/mx/utils/Base64Encoder.as | 8 +-
.../src/main/royale/mx/utils/Base64JSWrapper.as | 53 ------
.../main/royale/mx/utils/TextEncoderLiteWrapper.as | 52 ------
9 files changed, 239 insertions(+), 121 deletions(-)
create mode 100644
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/Base64.as
delete mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64JSWrapper.as
delete mode 100644
frameworks/projects/MXRoyale/src/main/royale/mx/utils/TextEncoderLiteWrapper.as