RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Maurice Amsellem
Objet : Re: Building new skins for Android 4.x and iOS7 Hi, >> I remember you have been working on a book about Android. > Not me :-) I think you mean Justin. Yep that would probably be me - but we do have other authors on the list. I'll resist the temptation to post a gratuitous

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Maurice Amsellem
> -Message d'origine- > De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de > OmPrakash Muppirala > Envoyé : mardi 18 mars 2014 01:14 > À : dev@flex.apache.org > Objet : Re: Building new skins for Android 4.x and iOS7 > > On Sun, Mar 16, 2014 at 3:03 PM,

Re: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Justin Mclean
Hi, >> I remember you have been working on a book about Android. > Not me :-) I think you mean Justin. Yep that would probably be me - but we do have other authors on the list. I'll resist the temptation to post a gratuitous link :-) > Perhaps the Android book author could weigh in here? ;-) I'

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread OmPrakash Muppirala
d'origine- > De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala > Envoyé : mardi 18 mars 2014 01:14 > À : dev@flex.apache.org > Objet : Re: Building new skins for Android 4.x and iOS7 > > On Sun, Mar 16, 2014 at 3:03 PM, Maurice Amsellem < m

RE: Building new skins for Android 4.x and iOS7

2014-03-18 Thread Maurice Amsellem
d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : mardi 18 mars 2014 01:14 À : dev@flex.apache.org Objet : Re: Building new skins for Android 4.x and iOS7 On Sun, Mar 16, 2014 at 3:03 PM, Maurice Amsellem < maurice.amsel...@systar.co

Re: Building new skins for Android 4.x and iOS7

2014-03-17 Thread OmPrakash Muppirala
ong. Regards, Om > -Message d'origine- > De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] > Envoyé : samedi 15 mars 2014 23:41 > À : dev@flex.apache.org > Objet : RE: Building new skins for Android 4.x and iOS7 > > I have checked FlexVersion, but it

RE: Building new skins for Android 4.x and iOS7

2014-03-17 Thread piotrz
Maurice I have two android devices first is LG Swift L9 Android 4.1.2 and the second one is HTC HD2 Android 2.3.7. On both devices my sample application works perfect. I did spark List where I changed downColor. @namespace s "library://ns.adobe.com/flex/spark"; @media (os

Re: Building new skins for Android 4.x and iOS7

2014-03-16 Thread piotrz
Thank you. :) Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Building-new-skins-for-Android-4-x-and-iOS7-tp35848p35951.html Sent from the Apache Flex Development mailing list archive at Nabble.co

Re: Building new skins for Android 4.x and iOS7

2014-03-16 Thread Justin Mclean
Hi, Click on on of the build number to see what was included in that build. For example https://builds.apache.org/job/flex-sdk_release/530/ Shows last changes were: 1. Script to copy RC into release area 2. don't touch locale in -config.xml and flex-description Justin

RE: Building new skins for Android 4.x and iOS7

2014-03-16 Thread Maurice Amsellem
https://builds.apache.org/job/flex-sdk/ => build https://builds.apache.org/job/flex-sdk_release/ => nightly Maurice -Message d'origine- De : piotrz [mailto:piotrzarzyck...@gmail.com] Envoyé : dimanche 16 mars 2014 23:43 À : dev@flex.apache.org Objet : RE: Building ne

RE: Building new skins for Android 4.x and iOS7

2014-03-16 Thread piotrz
Great job Maurice! :) I will check it tomorrow when nightly will be ready. Btw. Where can I found some status of whether nightly was built or not? Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.c

RE: Building new skins for Android 4.x and iOS7

2014-03-16 Thread Maurice Amsellem
SVersion , and use it in the MediaQueryParser If that works, it will open up new possibilities in media css ( such as NumberUnit) Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : samedi 15 mars 2014 23:13 À : dev@flex.apache.org Objet : Re

RE: Building new skins for Android 4.x and iOS7

2014-03-15 Thread Maurice Amsellem
p new possibilities in media css ( such as NumberUnit) Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : samedi 15 mars 2014 23:13 À : dev@flex.apache.org Objet : Re: Building new skins for Android 4.x and iOS7 Hi, > Currently, MQP supports

Re: Building new skins for Android 4.x and iOS7

2014-03-15 Thread Justin Mclean
Hi, > Currently, MQP supports min- and max- for number properties only. > So I had to turn version strings to numbers to allow comparison > The version number for X.Y.Z is X + Y/100 + Z/1. There already a set of method with does this for the Flex SDK. May be possible to reuse? check FlexVer

RE: Building new skins for Android 4.x and iOS7

2014-03-15 Thread Maurice Amsellem
medi 15 mars 2014 12:06 À : dev@flex.apache.org Objet : RE: Building new skins for Android 4.x and iOS7 >So does it have to bee an ANE, like you had originally thought? Some forum (I need to find the link) says we can find the version in an Android system file. I have an Android device (from my

RE: Building new skins for Android 4.x and iOS7

2014-03-15 Thread Maurice Amsellem
-Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : samedi 15 mars 2014 11:58 À : dev@flex.apache.org Objet : RE: Building new skins for Android 4.x and iOS7 On Mar 15, 2014 1:47 AM, "Maurice Amsellem" wrote: >

RE: Building new skins for Android 4.x and iOS7

2014-03-15 Thread OmPrakash Muppirala
had originally thought? Thanks, Om > -Message d'origine- > De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] > Envoyé : samedi 15 mars 2014 09:44 > À : dev@flex.apache.org > Objet : RE: Building new skins for Android 4.x and iOS7 > > I also need to add ve

RE: Building new skins for Android 4.x and iOS7

2014-03-15 Thread Maurice Amsellem
-Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 15 mars 2014 09:44 À : dev@flex.apache.org Objet : RE: Building new skins for Android 4.x and iOS7 I also need to add version computation for Android to MediaQueryParser. It can't be

RE: Building new skins for Android 4.x and iOS7

2014-03-15 Thread Maurice Amsellem
I also need to add version computation for Android to MediaQueryParser. It can't be determined accurately from Capabilies.os / .version. There are alternative methods by reading internal files. I need to try it. There is a ticket for that. Maurice -Message d'origine- De : omup...@gma