You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/15 23:26:18 UTC

[jira] [Commented] (CB-10622) Windows MRT images are not parsed from config.xml

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

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

GitHub user andorman opened a pull request:

    https://github.com/apache/cordova-windows/pull/148

    CB-10622 Fix targetsize images being ignored

    Only "scale" images were properly recognized, targetsize icons were ignored.

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

    $ git pull https://github.com/apache/cordova-windows master

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

    https://github.com/apache/cordova-windows/pull/148.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 #148
    
----
commit e09485425a68cca4ee3410e265f1810b8c3d0943
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-01-11T11:41:30Z

    Set VERSION to 4.4.0-dev (via coho)

commit 684a1ee4180943ce76cfa6a4295d78aa5fd12477
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-01-11T11:41:42Z

    Update JS snapshot to version 4.4.0-dev (via coho)

commit 1c44ff5e8ab8372d559fd0fcf535615e05bd3c88
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-01-12T10:54:55Z

    CB-9828 Adds missing semver to bundled dependencies

commit 2347f3a75d71ffa1d3e8b95d60af2bb037e38fe7
Author: sgrebnov <v-...@microsoft.com>
Date:   2016-01-14T08:04:57Z

    CB-10356 "npm install" fails for cordova-windows
    
    github close #137

commit c1b80be51cdbd90160b6cb8162350bced8e1c44b
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2016-01-13T15:48:37Z

    CB-10344 Fixed icons and splashscreens parsing
    
    github close #136

commit 7652e14c31b68916f30f699f7144a809c9e228a3
Author: sgrebnov <v-...@microsoft.com>
Date:   2016-01-14T12:13:51Z

    CB-10234 Better error message when Windows10 requires 'arch' flag
    
    github close #138

commit d5079b99bdb0ab5fe7d75ed13853de762e0cf254
Author: Byoungro So <by...@intel.com>
Date:   2016-01-18T22:02:40Z

    CB-10381 fix the bug when removing a plugin with a <frame> tag

commit 59a23ce16d311d022dbc2c3ad0d9af3493992f9b
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-01-11T11:45:23Z

    CB-10299 Updated RELEASENOTES for release 4.3.0

commit 0977140a2441824d9a77e6a8aeefd29d3a33fe19
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-01-26T10:35:17Z

    CB-10394 Do not cache manifest file while getting package name

commit 35f48b4ea005b92a8b956f313a66ca3beabc82a9
Author: daserge <v-...@microsoft.com>
Date:   2016-01-26T08:32:16Z

    CB-10440 Add CSS color names support for BackgroundColor on Windows

commit e1056e1852c33749f0d42d04c5dce0e966c39547
Author: daserge <v-...@microsoft.com>
Date:   2016-01-27T19:48:13Z

    CB-10446 Windows 10 Cordova Application restart instead of resume

commit 8e1aa3a023e0b3b4a425c3b865c4d6fa549a578f
Author: daserge <v-...@microsoft.com>
Date:   2016-01-30T08:29:08Z

    CB-10487 WindowsStoreIdentityName should be lowercased in Application.StartPage

commit 515f51f7e285767360f208c9ecd3ace1ed7c175f
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-02-01T09:58:30Z

    CB-10495 Set VERSION to 4.4.0-dev (via coho)

commit 15155e0b790a4af494e11660f820ab1ac67afcef
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-02-01T09:58:43Z

    CB-10495 Update JS snapshot to version 4.4.0-dev (via coho)

commit 826670cc51e109ea358eff3dd1d832ecc6762a5c
Author: Vladimir Kotikov <ko...@gmail.com>
Date:   2016-02-01T10:12:34Z

    CB-10495 Updated RELEASENOTES for release 4.3.1

commit d783f2073430492e59d99009b30411fb8e8e897a
Author: daserge <v-...@microsoft.com>
Date:   2016-02-03T07:52:05Z

    CB-10480 Remove Windows 8 template from cordova-windows
    
    Adds a friendly error message for windows-target-version = 8.0

commit 5f15c5eb0fc07cb3a37aaa2f436d03208b1cb80a
Author: daserge <v-...@microsoft.com>
Date:   2016-02-03T07:53:28Z

    CB-10480 Remove Windows 8 template from cordova-windows
    
    Updated check_reqs
    Updated the docs

commit 92a298a3189ce8ce9fe6973b49dbdc777835a62b
Author: daserge <v-...@microsoft.com>
Date:   2016-02-03T07:53:36Z

    CB-10480 Remove Windows 8 template from cordova-windows
    
    Updated the tests

commit 1410f3c3d97425369ea32ec6c05c72ac02b39b75
Author: Marco Biasini <ma...@scandit.com>
Date:   2016-02-10T08:11:55Z

    CB-10326 Don't copy `resource-file` files at plugin install time
    
    Instead, reference the file in the plugin directory. This allows to have multiple
    source files map to the same destination file inside the build directory and
    choose the appropriate file based on the build configuration, e.g. architecture.
    
    Github close #139

----


> Windows MRT images are not parsed from config.xml
> -------------------------------------------------
>
>                 Key: CB-10622
>                 URL: https://issues.apache.org/jira/browse/CB-10622
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib, Windows
>    Affects Versions: 6.0.0
>            Reporter: Andor Polgari
>
> MRT images on Windows are not working correctly through the config.xml file. 
> "Target" attribute is not parsed from config and not all kind of images are recognized ("scale" only, "targetsize" images are ignored)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org