[ 
https://issues.apache.org/jira/browse/CB-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15350074#comment-15350074
 ] 

ASF GitHub Bot commented on CB-3232:
------------------------------------

GitHub user petermetz opened a pull request:

    https://github.com/apache/cordova-plugin-splashscreen/pull/107

    Browser platform brought closer to iOS/Android behaviour

    ### Platforms affected
    browser
    
    ### What does this PR do?
    One bug-fix and 2 small features added that were already there for other 
platforms.
    
    ### What testing has been done on this change?
    
    Went few the obvious permutations of the affected configuration parameters 
and checked them working on the following user agents:
    
    * Chrome - 51.0.2704.103 (64-bit) - El Capitan, Macbook Pro
    * Firefox - 47.0 - El Capitan, Macbook Pro
    * Chrome 51.0.2704.81 - Android 5.1.1., Nexus 10
    * Mobile Safari - iOS 9, iPhone 6
    
    ### Checklist
    - [ x ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and 
submitted to [email protected].
    - [ x ] [Reported an 
issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [ x ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
    - [ x ] Added automated test coverage as appropriate for this change.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/petermetz/cordova-plugin-splashscreen master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-splashscreen/pull/107.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #107
    
----
commit dbd1e8b2608a47a773a559901345c25cd7bc31ac
Author: Peter (Somogyvari) Metz <[email protected]>
Date:   2016-06-26T10:41:44Z

    CB-11486 (browser) splashScreenDelay now feed through parseInt to ensure 
it's an integer by the time it's value is passed in to setTimeout() in hide().

commit 795e5fe6bb6fb5dabeaec9eb42fa72ebfbb6f6a8
Author: Peter (Somogyvari) Metz <[email protected]>
Date:   2016-06-26T10:45:43Z

    CB-11487 (browser) The "standard" AutoHideSplashScreen config.xml property 
is now supported by the browser platform.

commit 97cecc3f56d19c83a431d453c39a61f24d882c1d
Author: Peter (Somogyvari) Metz <[email protected]>
Date:   2016-06-26T10:49:08Z

    CB-11488 (browser) Added a 1 second long fade out to the splash screen 
instead of the hard remove from the DOM whenever hide() is called.
    Also made a high z-index the default. This could be added from the user's 
stylesheets but if that only
    gets parsed later, there may be flickering between the application UI and 
the splash screen itself.

----


> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -----------------------------------------------------
>
>                 Key: CB-3232
>                 URL: https://issues.apache.org/jira/browse/CB-3232
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry, CLI
>    Affects Versions: 2.7.0
>            Reporter: Michael Brooks
>            Assignee: Michael Brooks
>             Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to