ICEmobile
  1. ICEmobile
  2. MOBI-820

SX should support application-specific splash screens.

    Details

    • Type: New Feature New Feature
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.3 Final
    • Fix Version/s: BridgeIt 1.0
    • Component/s: Containers
    • Labels:
      None
    • Environment:
      SX on all platforms

      Description

      SX, by nature, does not have it's own user interface, but when it is busy uploading a captured artifact, it must display something to the user. The SX URL request scheme should be modified to accept a web-based image resource to act as a splash screen in the brief period where SX is busy, and has not returned control to the browser. SX should include a default splash screen that is used if an application-specific resource is not specified.

        Activity

        Steve Maryka created issue -
        Steve Maryka made changes -
        Field Original Value New Value
        Fix Version/s Bridge-it 1.0 [ 11172 ]
        Hide
        Steve Maryka added a comment -

        Splash page display consists of an image, and an optional indeterminate progress dialog. An optional command part is added to the icemobilesx URL. The syntax of this part is:

        s=[url for image]?dialog=title:message

        dialog is optional, and will not be shown if not included.

        Show
        Steve Maryka added a comment - Splash page display consists of an image, and an optional indeterminate progress dialog. An optional command part is added to the icemobilesx URL. The syntax of this part is: s= [url for image] ?dialog=title:message dialog is optional, and will not be shown if not included.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37003 Wed Jul 17 16:07:53 MDT 2013 ted.goddard splash screen support for spring integration (MOBI-820)
        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 #37004 Wed Jul 17 16:09:12 MDT 2013 ted.goddard splash screen support for jsp (MOBI-820)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #37005 Wed Jul 17 16:14:29 MDT 2013 ted.goddard splash screen support for iOS (MOBI-820)
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/ViewController.m
        Commit graph MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/AppDelegate.m
        Commit graph MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/en.lproj/ViewController_iPad.xib
        Commit graph MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/ViewController.h
        Commit graph MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/ICEmobile-SX/en.lproj/ViewController_iPhone.xib
        Hide
        Ted Goddard added a comment -

        Code for iOS is checked in. The format for the command parameter is:

        s=n1=v1&n2=v2...

        where the value of s is urlencoded. Currently on iOS the only parameter checked is i=imageURL. The easiest way to set this is to define

        ice.mobi.splashImageURL = theURL

        prior to ICEmobile-SX being registered.

        Show
        Ted Goddard added a comment - Code for iOS is checked in. The format for the command parameter is: s=n1=v1&n2=v2... where the value of s is urlencoded. Currently on iOS the only parameter checked is i=imageURL. The easiest way to set this is to define ice.mobi.splashImageURL = theURL prior to ICEmobile-SX being registered.
        Hide
        Ted Goddard added a comment -

        Android can be implemented as follows:

        extract "s" parameter from ICEmobile-SX URL and unescape value. Split value into parts separated by &. Then unescape the values and use the URL passed with the parameter "i" to set the splash image.

        Currently iOS only keeps track of a single splash image, but a future version could include storage of multiple splash images to be displayed when a matching host invoked a command.

        Show
        Ted Goddard added a comment - Android can be implemented as follows: extract "s" parameter from ICEmobile-SX URL and unescape value. Split value into parts separated by &. Then unescape the values and use the URL passed with the parameter "i" to set the splash image. Currently iOS only keeps track of a single splash image, but a future version could include storage of multiple splash images to be displayed when a matching host invoked a command.
        Hide
        Steve Maryka added a comment -

        Android implementation complete. Splash screens are cached on a per-url basis. svn 37249.

        Show
        Steve Maryka added a comment - Android implementation complete. Splash screens are cached on a per-url basis. svn 37249.
        Hide
        Steve Maryka added a comment -

        Assigning to Greg for BB10 implementation.

        Show
        Steve Maryka added a comment - Assigning to Greg for BB10 implementation.
        Steve Maryka made changes -
        Assignee Steve Maryka [ steve.maryka ] Greg Dick [ greg.dick ]
        Hide
        Ted Goddard added a comment -

        Feature is implemented, but is not exercised in the demo.

        Show
        Ted Goddard added a comment - Feature is implemented, but is not exercised in the demo.
        Ted Goddard made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]

          People

          • Assignee:
            Greg Dick
            Reporter:
            Steve Maryka
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: