You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/04/04 23:28:04 UTC

git commit: [flex-utilities] [refs/heads/develop] - Added support for retina resolution

Repository: flex-utilities
Updated Branches:
  refs/heads/develop b3f5ddc8f -> 3d7aa9190


Added support for retina resolution


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3d7aa919
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3d7aa919
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3d7aa919

Branch: refs/heads/develop
Commit: 3d7aa919034d3f38416a083c3c03644bbaa433c2
Parents: b3f5ddc
Author: Harbs <ha...@in-tools.com>
Authored: Mon Apr 4 14:27:58 2016 -0700
Committer: Harbs <ha...@in-tools.com>
Committed: Mon Apr 4 14:27:58 2016 -0700

----------------------------------------------------------------------
 flex-installer/installer/src/InstallApacheFlex-app.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3d7aa919/flex-installer/installer/src/InstallApacheFlex-app.xml
----------------------------------------------------------------------
diff --git a/flex-installer/installer/src/InstallApacheFlex-app.xml b/flex-installer/installer/src/InstallApacheFlex-app.xml
index 995ee94..06c1281 100644
--- a/flex-installer/installer/src/InstallApacheFlex-app.xml
+++ b/flex-installer/installer/src/InstallApacheFlex-app.xml
@@ -221,7 +221,7 @@
             ]]>
         </Entitlements> -->
 	<!-- Display Resolution for the app (either "standard" or "high"). Optional. Default "standard" -->
-	<!-- <requestedDisplayResolution></requestedDisplayResolution> -->
+	<requestedDisplayResolution>high</requestedDisplayResolution>
 	<!-- </iPhone> -->
 
 	<!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->


Re: git commit: [flex-utilities] [refs/heads/develop] - Added support for retina resolution

Posted by OmPrakash Muppirala <bi...@gmail.com>.
That was the first commit from our hackathon here at the FlexJS event in
San Francisco :-)

Thanks,
Om

On Mon, Apr 4, 2016 at 3:01 PM, Josh Tynjala <jo...@gmail.com> wrote:

> I've been meaning to do this too! It bugs me every time when the installer
> looks all pixelly. Thanks!
>
> - Josh
> On Apr 4, 2016 2:28 PM, <ha...@apache.org> wrote:
>
> > Repository: flex-utilities
> > Updated Branches:
> >   refs/heads/develop b3f5ddc8f -> 3d7aa9190
> >
> >
> > Added support for retina resolution
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
> > Commit:
> > http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3d7aa919
> > Tree:
> http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3d7aa919
> > Diff:
> http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3d7aa919
> >
> > Branch: refs/heads/develop
> > Commit: 3d7aa919034d3f38416a083c3c03644bbaa433c2
> > Parents: b3f5ddc
> > Author: Harbs <ha...@in-tools.com>
> > Authored: Mon Apr 4 14:27:58 2016 -0700
> > Committer: Harbs <ha...@in-tools.com>
> > Committed: Mon Apr 4 14:27:58 2016 -0700
> >
> > ----------------------------------------------------------------------
> >  flex-installer/installer/src/InstallApacheFlex-app.xml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > ----------------------------------------------------------------------
> >
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3d7aa919/flex-installer/installer/src/InstallApacheFlex-app.xml
> > ----------------------------------------------------------------------
> > diff --git a/flex-installer/installer/src/InstallApacheFlex-app.xml
> > b/flex-installer/installer/src/InstallApacheFlex-app.xml
> > index 995ee94..06c1281 100644
> > --- a/flex-installer/installer/src/InstallApacheFlex-app.xml
> > +++ b/flex-installer/installer/src/InstallApacheFlex-app.xml
> > @@ -221,7 +221,7 @@
> >              ]]>
> >          </Entitlements> -->
> >         <!-- Display Resolution for the app (either "standard" or
> "high").
> > Optional. Default "standard" -->
> > -       <!-- <requestedDisplayResolution></requestedDisplayResolution>
> -->
> > +       <requestedDisplayResolution>high</requestedDisplayResolution>
> >         <!-- </iPhone> -->
> >
> >         <!-- Specify Android specific tags that get passed to
> > AndroidManifest.xml file. -->
> >
> >
>

Re: git commit: [flex-utilities] [refs/heads/develop] - Added support for retina resolution

Posted by Josh Tynjala <jo...@gmail.com>.
I've been meaning to do this too! It bugs me every time when the installer
looks all pixelly. Thanks!

- Josh
On Apr 4, 2016 2:28 PM, <ha...@apache.org> wrote:

> Repository: flex-utilities
> Updated Branches:
>   refs/heads/develop b3f5ddc8f -> 3d7aa9190
>
>
> Added support for retina resolution
>
>
> Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3d7aa919
> Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3d7aa919
> Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3d7aa919
>
> Branch: refs/heads/develop
> Commit: 3d7aa919034d3f38416a083c3c03644bbaa433c2
> Parents: b3f5ddc
> Author: Harbs <ha...@in-tools.com>
> Authored: Mon Apr 4 14:27:58 2016 -0700
> Committer: Harbs <ha...@in-tools.com>
> Committed: Mon Apr 4 14:27:58 2016 -0700
>
> ----------------------------------------------------------------------
>  flex-installer/installer/src/InstallApacheFlex-app.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3d7aa919/flex-installer/installer/src/InstallApacheFlex-app.xml
> ----------------------------------------------------------------------
> diff --git a/flex-installer/installer/src/InstallApacheFlex-app.xml
> b/flex-installer/installer/src/InstallApacheFlex-app.xml
> index 995ee94..06c1281 100644
> --- a/flex-installer/installer/src/InstallApacheFlex-app.xml
> +++ b/flex-installer/installer/src/InstallApacheFlex-app.xml
> @@ -221,7 +221,7 @@
>              ]]>
>          </Entitlements> -->
>         <!-- Display Resolution for the app (either "standard" or "high").
> Optional. Default "standard" -->
> -       <!-- <requestedDisplayResolution></requestedDisplayResolution> -->
> +       <requestedDisplayResolution>high</requestedDisplayResolution>
>         <!-- </iPhone> -->
>
>         <!-- Specify Android specific tags that get passed to
> AndroidManifest.xml file. -->
>
>