ICEmobile
  1. ICEmobile
  2. MOBI-406

Client Viewport Simulator for Desktop

    Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.1 Final
    • Fix Version/s: 1.3 Beta
    • Component/s: Faces, Spring
    • Labels:
      None
    • Environment:
      n/a

      Description

      A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.

        Activity

        Migration created issue -
        Hide
        Philip Breau added a comment - - edited

        This may work better on some browsers than others, and we might simply target certain workable desktop browsers, like Chrome, and specify that others are not supported.

        One issue would be removing the scroll bars. On webkit this is simple:

        #element::-webkit-scrollbar

        { width: 0 !important }

        To simulate touch scrolling, we might just use external buttons outside the mock device screen allowing the users to scroll up or down.

        was:A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.

        Show
        Philip Breau added a comment - - edited This may work better on some browsers than others, and we might simply target certain workable desktop browsers, like Chrome, and specify that others are not supported. One issue would be removing the scroll bars. On webkit this is simple: #element::-webkit-scrollbar { width: 0 !important } To simulate touch scrolling, we might just use external buttons outside the mock device screen allowing the users to scroll up or down. was:A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.
        Migration made changes -
        Field Original Value New Value
        Reporter Migration [ remote ] User Philip.breau [ philip.breau ]
        Migration made changes -
        Description
        A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.
        A really useful feature for testing and the demos would be a client viewport simulator. On a desktop view, for demo purposes, we could allow the user to view in a range of supported devices, and render a mockup of that device and the screen dimensions on the screen in both portrait and landscape modes.For the device chrome we could stock images of the devices, and for the viewports we use an iframe pointing to the demo.
        Ted Goddard made changes -
        Fix Version/s 1.3 Beta [ 10373 ]
        Ted Goddard made changes -
        Assignee Steve Maryka [ steve.maryka ] User Philip.breau [ philip.breau ]
        Hide
        Philip Breau added a comment -

        Waiting on new image assets from Rob

        Show
        Philip Breau added a comment - Waiting on new image assets from Rob
        Philip Breau made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34268 Mon Apr 08 07:33:36 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - add Nexus 4
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait-icon.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait-icon-active.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-landscape-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-landscape-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-portrait-icon.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34270 Mon Apr 08 10:06:46 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - add BB Z10
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait-icon-active.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34271 Mon Apr 08 11:19:45 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - add BB Q10
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait-icon-active.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait-icon-active.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34273 Mon Apr 08 12:21:19 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - add Nexus 7
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait-icon-active.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph ADD /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/showcase-simulator-skin.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34276 Mon Apr 08 12:37:58 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - ui layout styling
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Hide
        Philip Breau added a comment -

        BB Q10, Z10, Nexus 4, 7, iPhone and iPad have been added

        Show
        Philip Breau added a comment - BB Q10, Z10, Nexus 4, 7, iPhone and iPad have been added
        Philip Breau made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34667 Thu May 02 10:18:11 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - fix simulator param not being sent for iphone portrait
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/device-simulator.html
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #35989 Thu Jun 06 10:52:10 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
         - remove obsolute images
        Files Changed
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-portrait.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-landscape.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-landscape.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-portrait.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36589 Thu Jul 04 09:23:10 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/showcase-simulator-skin.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-h.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus10-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-h.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-h-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone4-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-v-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/images/icemobile-logo.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad3-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-h-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase-large.xhtml
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-h.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/choose-device-menu-background.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-h.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/device-simulator-header.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-h-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/choose-device.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone4-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone5-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-landscape.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/fonts/MyriadPro-Bold.otf
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone5-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/choose-device-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-h-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-v-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus10-v-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone5-h-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-v-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-v-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-h-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone5-v-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad3-portrait.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase-small.xhtml
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/fonts
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus10-h-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-v.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36617 Tue Jul 09 17:20:23 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-h.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/showcase-simulator-skin.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-v.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone4-portrait-darker-highlight.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-h.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-v-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/change-orientation-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/change-orientation-landscape.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36618 Tue Jul 09 17:22:29 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36632 Thu Jul 11 09:43:03 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait-icon.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-landscape-icon.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-landscape-icon.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone4-portrait-darker-highlight.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait-icon-active.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-h-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-v-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone4-portrait.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait-icon.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-h-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/rotate-left.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/rotate-right.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-v-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus10-v-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone5-h-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait-icon.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-portrait-icon-active.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad3-landscape.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait-icon.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/simulator-device-menu.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-landscape-icon-active.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-portrait-icon-active.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-h-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-portrait-icon.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-v-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-v-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbq10-portrait-icon-active.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-h-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone5-v-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone3-4-v-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad3-portrait.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-h-hover.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone-landscape-icon-active.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus7-landscape.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus10-h-hover.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/iphone4-landscape.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/ipad-portrait-icon-active.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-landscape.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-landscape.png
        Commit graph DEL /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/bbz10-portrait-icon-active.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36649 Thu Jul 11 16:14:55 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - add simulator jar to samples if available
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/build/common-jsf.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/build/common-spring.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/build/common-jsp.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36650 Thu Jul 11 16:15:39 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/index.jsp
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-portrait.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/nexus4-landscape.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36651 Thu Jul 11 16:16:35 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - add query string to redirect for simulator
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/mvc-mediacast/src/main/webapp/index.jsp
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mediacast/src/main/webapp/index.jsp
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36652 Thu Jul 11 16:27:01 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - change jar name to icemobile-ee-simulator.jar
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/build/common-jsf.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/build/common-spring.xml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/build/common-jsp.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36653 Thu Jul 11 16:28:15 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - allow view and simulator states to be passed as query params
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/ClientDescriptor.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36654 Thu Jul 11 16:29:07 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - DeviceResourceRenderer.java check for theme param and render simulator css marker
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/deviceresource/DeviceResourceRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36655 Thu Jul 11 16:29:28 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - DeviceResourceTag.java check for theme param and render simulator css marker
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceResourceTag.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36667 Fri Jul 12 11:35:54 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - update iphone gradient for IE
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/iphone/1_page-panel_ext.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36668 Fri Jul 12 11:43:11 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36983 Tue Jul 16 18:30:16 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/rotate-left.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/header.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/icemobile-logo.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/device-simulator-header.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/bbq10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/bbz10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/simulator-device-menu.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus7-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone4-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus7-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus4-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/ipad3-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone5-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone3-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/icemobile.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/ipad-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/device-simulator.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone5-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/ipad2-landscape.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/WEB-INF/app-servlet.xml
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/divider.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/ipad2-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone4-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus7-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus10-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus4-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/ipad3-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus4-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/ipad-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/bbz10-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/choose-device-menu-background.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/bbz10-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/fonts
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone5-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/jsf-rollover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/jsp-active.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/bbz10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone3-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/choose-device.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/style.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/jsp-inactive.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/jsp-rollover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/WEB-INF/views/device-simulator.jsp
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus10-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus7-v.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/choose-device-hover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/bbq10-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/jsf-inactive.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone3-4-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/rotate-right.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/change-orientation-portrait.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/fonts/MyriadPro-Bold.otf
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/nexus4-h.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/change-orientation-landscape.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/jsf-active.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/images/iphone3-4-v.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36984 Tue Jul 16 18:31:14 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/device-simulator.html
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/jsp-rollover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/jsp-inactive.png
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/jsp-active.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/jsf-active.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/jsf-rollover.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/divider.png
        Commit graph ADD /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/css-images/jsf-inactive.png
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36985 Tue Jul 16 18:32:11 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/bb10/2_ui.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/android_light/2_ui.scss
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/0_base.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36991 Wed Jul 17 09:49:37 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - do not pass null params across welcome page redirects
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/mvc-mediacast/src/main/webapp/index.jsp
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/index.jsp
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mediacast/src/main/webapp/index.jsp
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #36994 Wed Jul 17 11:22:48 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - do not pass null params across welcome page redirects
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/mvc-mediacast/src/main/webapp/index.jsp
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/index.jsp
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mediacast/src/main/webapp/index.jsp
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37002 Wed Jul 17 14:47:04 MDT 2013 philip.breau MOBI-406 Client Viewport Simulator for Desktop
        - update device css
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/resources/css/device-simulator.css
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsp/icemobilespring/src/main/webapp/resources/device-simulator.css

          People

          • Assignee:
            Philip Breau
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: