You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/07 16:36:47 UTC

[royale-asjs] branch develop updated (151952c -> 5d1850b)

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

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


    from 151952c  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new 3828e07  More stubs in SparkRoyale
     new 6bc6838  Add event metadata for Sequence
     new f0b07b4  Add spark lookup for sequence
     new 5d1850b  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

The 4 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:
 frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as    | 2 ++
 frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as  | 1 +
 .../SparkRoyale/src/main/resources/spark-royale-manifest.xml         | 1 +
 .../projects/SparkRoyale/src/main/royale/spark/effects/Fade.as       | 2 +-
 .../SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as      | 2 +-
 .../projects/SparkRoyale/src/main/royale/spark/primitives/Line.as    | 5 +++++
 6 files changed, 11 insertions(+), 2 deletions(-)


[royale-asjs] 04/04: Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5d1850bc889f43ace8ce4dcea04f64b1d0c57e7f
Merge: f0b07b4 151952c
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:36:22 2020 +0100

    Merge branch 'develop' of https://github.com/apache/royale-asjs into develop

 .../Network/src/main/resources/basic-manifest.xml  |    1 +
 .../royale/net/remoting/amf/AMF0AMF3Context.as     |  508 ++++++++
 .../royale/net/remoting/amf/AMF0SupportBead.as     |   88 ++
 .../royale/net/remoting/amf/AMFBinaryData.as       | 1320 +-------------------
 .../amf/{AMFBinaryData.as => AMFContext.as}        |  713 +++++------
 .../org/apache/royale/net/remoting/amf/Traits.as   |  136 ++
 .../src/test/royale/flexUnitTests/NetworkTester.as |    2 +-
 ...taTesterTest.as => AMF0BinaryDataTesterTest.as} |  338 +++--
 .../network/AMFBinaryDataTesterTest.as             |   82 +-
 .../org/apache/royale/reflection/TypeDefinition.as |    8 +-
 .../apache/royale/reflection/getAliasByClass.as    |    3 +
 .../apache/royale/reflection/getClassByAlias.as    |    2 +-
 .../apache/royale/reflection/registerClassAlias.as |    2 +-
 13 files changed, 1440 insertions(+), 1763 deletions(-)


[royale-asjs] 01/04: More stubs in SparkRoyale

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3828e07423f2899e1880cbf21bf692580ce37e73
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:35:02 2020 +0100

    More stubs in SparkRoyale
---
 frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as    | 2 ++
 .../projects/SparkRoyale/src/main/royale/spark/effects/Fade.as       | 2 +-
 .../SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as      | 2 +-
 .../projects/SparkRoyale/src/main/royale/spark/primitives/Line.as    | 5 +++++
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
index cd07ddb..319af51 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Effect.as
@@ -95,6 +95,8 @@ public class Effect extends org.apache.royale.effects.Effect
 	  } 
 
 	// not implemented
+	public function set targets(value:Array):void {}
+	// not implemented
 	public function set target(value:Object):void {}
 
 
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
index fc6ba7e..1e562fe 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/effects/Fade.as
@@ -26,6 +26,6 @@ import mx.effects.Fade;
 [Event(name="effectUpdate", type="mx.events.EffectEvent")]
 public class Fade extends mx.effects.Fade
 {
-	
+	public function set targets(value:Array):void {} // not implemented
 }
 }
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as
index a85b6f7..576adb8 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/BitmapImage.as
@@ -23,6 +23,6 @@ package spark.primitives
 
 	public class BitmapImage extends Image
 	{
-		public function fillMode(value:String):void {}
+		public function set fillMode(value:String):void {} // not implemented
 	}
 }
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
index 45b42d9..568aa68 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/primitives/Line.as
@@ -97,6 +97,11 @@ public class Line extends UIBase
 		// not implemented
 	}
 
+	public function set bottom(value:Object):void
+	{
+		// not implemented
+	}
+
 	public function set top(value:Object):void
 	{
 		// not implemented


[royale-asjs] 02/04: Add event metadata for Sequence

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6bc6838a8846c90a5c9686388c43e6ba59d3a8b4
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:35:40 2020 +0100

    Add event metadata for Sequence
---
 frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as
index 364e555..2bb5462 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Sequence.as
@@ -22,6 +22,7 @@ package mx.effects
 	import org.apache.royale.effects.Sequence;
 	
 	
+	[Event(name="effectEnd", type="org.apache.royale.events.Event")]
 	/**
 	 *  The Sequence effect animates set of effects one after the other.
 	 * 


[royale-asjs] 03/04: Add spark lookup for sequence

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f0b07b433140d370d386b9fed28bd866439f8b2b
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Wed Oct 7 17:36:15 2020 +0100

    Add spark lookup for sequence
---
 .../projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index e79475f..bae7484 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -61,6 +61,7 @@
     <component id="ItemRenderer" class="spark.components.supportClasses.ItemRenderer"/>
  	<component id="GradientEntry" class="mx.graphics.GradientEntry" lookupOnly="true"/>
  	<component id="Transition" class="mx.states.Transition" lookupOnly="true"/>
+ 	<component id="Sequence" class="mx.effects.Sequence" lookupOnly="true"/>
  	<component id="LinearGradient" class="mx.graphics.LinearGradient" lookupOnly="true"/>
    	<component id="LinearGradientStroke" class="mx.graphics.LinearGradientStroke" lookupOnly="true"/>
    	<component id="State" class="mx.states.State" lookupOnly="true"/>