Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.3 Final
    • Fix Version/s: 1.3.1
    • Component/s: Faces, JSP
    • Labels:
      None
    • Environment:
      ICEmobile, intermittent connectivity

      Description

      The online/offline state of the network will be detected and relayed to the application in a callback event listener API.

      A component for displaying this status will either be developed or this functionality will be integrated with an existing ICEfaces status component.

        Activity

        Ted Goddard created issue -
        Ted Goddard made changes -
        Field Original Value New Value
        Fix Version/s 1.4 Beta [ 10874 ]
        Ted Goddard made changes -
        Assignee Judy Guglielmin [ judy.guglielmin ] Steve Maryka [ steve.maryka ]
        Steve Maryka made changes -
        Assignee Steve Maryka [ steve.maryka ] Nils Lundquist [ nils.lundquist ]
        Ted Goddard made changes -
        Assignee Nils Lundquist [ nils.lundquist ] Ted Goddard [ ted.goddard ]
        Ted Goddard made changes -
        Fix Version/s Bridge-it 1.0 [ 11172 ]
        Ted Goddard made changes -
        Fix Version/s Bridge-it 1.0 [ 11172 ]
        Ted Goddard made changes -
        Attachment offline.html [ 16548 ]
        Hide
        Ted Goddard added a comment -

        Attached sample works well on iOS but switching to airplane mode has no effect on Android/Chrome.

        Show
        Ted Goddard added a comment - Attached sample works well on iOS but switching to airplane mode has no effect on Android/Chrome.
        Hide
        Ted Goddard added a comment -

        Also verified in Chrome on Android; perhaps the page was not reloaded properly or the status required time to update.

        Show
        Ted Goddard added a comment - Also verified in Chrome on Android; perhaps the page was not reloaded properly or the status required time to update.
        Philip Breau made changes -
        Assignee Ted Goddard [ ted.goddard ] Philip Breau [ philip.breau ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38859 Fri Nov 22 07:10:46 MST 2013 philip.breau MOBI-840 Offline detection and display
        - add new mobi:onlineStatus component
        - add mobi:onlineStatus to mobileshowcase small and large views
        - will show a green Font Awesome icon-link when online, and a red icon-unlink when offline
        - has style and styleClass attributes
        - icons and style can also be overriden with the mobi-online and mobi-offline CSS classes
        Files Changed
        Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/resources/themes/base/0_base.css
        Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
        Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatus.java
        Commit graph ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38860 Fri Nov 22 07:19:54 MST 2013 philip.breau MOBI-840 Offline detection and display
        - add new mobi:onlineStatus component
        - add mobi:onlineStatus to mobileshowcase small and large views
        - will show a green Font Awesome icon-link when online, and a red icon-unlink when offline
        - has style and styleClass attributes
        - icons and style can also be overriden with the mobi-online and mobi-offline CSS classes
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
        Hide
        Philip Breau added a comment -

        Revision: 38859
        Author: philip.breau
        Date: November-22-13 10:10:46 AM
        Message:
        MOBI-840 Offline detection and display

        • add new mobi:onlineStatus component
        • add mobi:onlineStatus to mobileshowcase small and large views
        • will show a green Font Awesome icon-link when online, and a red icon-unlink when offline
        • has style and styleClass attributes
        • icons and style can also be overriden with the mobi-online and mobi-offline CSS classes

          Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
          Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus
          Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatus.java
          Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
          Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
          Modified : /icemobile/trunk/icemobile/resources/themes/base/0_base.css
          Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml
          Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml

        Show
        Philip Breau added a comment - Revision: 38859 Author: philip.breau Date: November-22-13 10:10:46 AM Message: MOBI-840 Offline detection and display add new mobi:onlineStatus component add mobi:onlineStatus to mobileshowcase small and large views will show a green Font Awesome icon-link when online, and a red icon-unlink when offline has style and styleClass attributes icons and style can also be overriden with the mobi-online and mobi-offline CSS classes Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatus.java Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java Added : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java Modified : /icemobile/trunk/icemobile/resources/themes/base/0_base.css Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml
        Philip Breau made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 1.3.1 [ 11376 ]
        Fix Version/s 1.4 Beta [ 10874 ]
        Resolution Fixed [ 1 ]
        Hide
        Philip Breau added a comment -

        Revision: 38863
        Author: philip.breau
        Date: November-22-13 3:39:03 PM
        Message:
        MOBI-840 Offline detection and display

        • add onOnline and onOffline handlers to run custom js on events

          Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
          Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
          Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml
          Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml

        Show
        Philip Breau added a comment - Revision: 38863 Author: philip.breau Date: November-22-13 3:39:03 PM Message: MOBI-840 Offline detection and display add onOnline and onOffline handlers to run custom js on events Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml Modified : /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #38863 Fri Nov 22 12:39:03 MST 2013 philip.breau MOBI-840 Offline detection and display
        - add onOnline and onOffline handlers to run custom js on events
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/showcase.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/samples/jsf/mobileshowcase/src/main/webapp/WEB-INF/includes/view/large.xhtml
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Hide
        Philip Breau added a comment -

        Revision: 39075
        Author: philip.breau
        Date: December-02-13 2:57:47 PM
        Message:
        MOBI-840 Offline detection and display

        • update indicator status when first run in case page is loaded offline

          Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js

        Show
        Philip Breau added a comment - Revision: 39075 Author: philip.breau Date: December-02-13 2:57:47 PM Message: MOBI-840 Offline detection and display update indicator status when first run in case page is loaded offline Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39075 Mon Dec 02 11:57:47 MST 2013 philip.breau MOBI-840 Offline detection and display
        - update indicator status when first run in case page is loaded offline
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39273 Tue Dec 10 17:55:23 MST 2013 philip.breau MOBI-840 Offline detection and display
        - add an 'elem' argument to the callback
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39413 Wed Dec 11 16:38:19 MST 2013 philip.breau MOBI-840 Offline detection and display
        - add an 'elem' argument to the callback
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
        Hide
        Philip Breau added a comment -

        Revision: 39420
        Author: philip.breau
        Date: December-12-13 9:35:14 AM
        Message:
        MOBI-840 Offline detection and display

        • change attribute names to standard lower-case

        Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
        Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java

        Show
        Philip Breau added a comment - Revision: 39420 Author: philip.breau Date: December-12-13 9:35:14 AM Message: MOBI-840 Offline detection and display change attribute names to standard lower-case Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39420 Thu Dec 12 06:35:14 MST 2013 philip.breau MOBI-840 Offline detection and display
        - change attribute names to standard lower-case
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusMeta.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/onlinestatus/OnlineStatusRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: