[JBoss JIRA] (JBIDE-13431) BrowserSim: remake galaxy S III skin
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13431?page=com.atlassian.jira.plugi... ]
Daniel Azarov updated JBIDE-13431:
----------------------------------
Attachment: Clear skin.png
> BrowserSim: remake galaxy S III skin
> ------------------------------------
>
> Key: JBIDE-13431
> URL: https://issues.jboss.org/browse/JBIDE-13431
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Visual Page Editor core
> Reporter: Ilya Buziuk
> Assignee: Daniel Azarov
> Attachments: attributes.png, Buttons.png, buttons.png, Clear skin.png, Clear skin.png, forward-disabled.png, forward-selected.png, forward.png, refresh.png, refresh_replacement.png, screen_size.png, uneven_edge.png, uneven_edge_max.png
>
>
> Need to remake galaxy S III skin, which is generated by Android Asset Studio: [http://android-ui-utils.googlecode.com/hg/asset-studio/dist/device-frames...]
> * while compressing the mockup the edge of the device is becoming uneven: !uneven_edge.png|thumbnail! , !uneven_edge_max.png|thumbnail! - the edges should be even;
> * the mockup should be vertically compressed until the screen size of the device will be no more than 800px - !screen_size.png|thumbnail!;
> * mikrofon, 3 cameras, "sumsung" symbolism, *side buttons*: every item should be settled on the new layer: !attributes.png|thumbnail!;
> * "menu" button should be replaced with the "refresh" !refresh.png|thumbnail! button: !refresh_replacement.png|thumbnail!;
> * 3 buttons at the bottom of the device !refresh_replacement.png|thumbnail! should have 3 states: enable !forward.png|thumbnail!, disable !forward-disabled.png|thumbnail!, selected !forward-selected.png|thumbnail! - each item on the new layer;
> Link to the source images: [http://code.google.com/p/android-ui-utils/source/browse/#hg%2Fasset-studi...]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13266) Use pack200 to speed up download and install
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13266?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-13266:
----------------------------------------
Pull Request merged. Next steps:
# enable profile on CI jobs
# use it on aggregation sites (dep on JBIDE-13463)
> Use pack200 to speed up download and install
> --------------------------------------------
>
> Key: JBIDE-13266
> URL: https://issues.jboss.org/browse/JBIDE-13266
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: Build/Releng
> Affects Versions: 4.0.0.CR1
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
>
> p2 provides the pack200 stuff, which offers a better compressions for jars, and then that makes downloads faster when installing.
> We should set up our repo to create the pack200'd artifacts.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13463) Replace eclipse0update-site for aggregator by eclipse-repository
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-13463:
--------------------------------------
Summary: Replace eclipse0update-site for aggregator by eclipse-repository
Key: JBIDE-13463
URL: https://issues.jboss.org/browse/JBIDE-13463
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.1.0.Alpha1
The "eclipse-update-site" packaging type we've been using for aggregate sites is deprecated. Moreover it now shows some limitations (doesn't support pack.gz and other new Tycho stuff) that make it worth migrating to "eclipse-repository".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] (JBIDE-13266) Use pack200 to speed up download and install
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13266?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-13266 at 2/1/13 12:20 PM:
-------------------------------------------------------------
http://wiki.eclipse.org/Tycho/Pack200#Pack200_and_Signing suggests that when signing AND packing, we need to do this:
{code}
* pack200a:normalize [only needed for signing]
* sign
* pack200b:pack
* Alter p2 metadata ("I have altered the metadata. Pray that I don't alter it further." - Darth Tycho)
{code}
Therefore, need one profile for normalize+sign (later, in JBIDE-13407), and a second one for pack+altering_metadata.
was (Author: nickboldt):
http://wiki.eclipse.org/Tycho/Pack200#Pack200_and_Signing suggests that when signing AND packing, we need to do this:
{code}
* pack200a:normalize
* sign
* pack200b:pack
* Alter p2 metadata ("I have altered the metadata. Pray that I don't alter it further." - Darth Tycho)
{code}
So maybe we need two profiles for packing?
> Use pack200 to speed up download and install
> --------------------------------------------
>
> Key: JBIDE-13266
> URL: https://issues.jboss.org/browse/JBIDE-13266
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: Build/Releng
> Affects Versions: 4.0.0.CR1
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
>
> p2 provides the pack200 stuff, which offers a better compressions for jars, and then that makes downloads faster when installing.
> We should set up our repo to create the pack200'd artifacts.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months