Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F18EB200BBA for ; Sat, 5 Nov 2016 11:59:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F065E160B11; Sat, 5 Nov 2016 10:59:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 740CE160AE0 for ; Sat, 5 Nov 2016 11:59:46 +0100 (CET) Received: (qmail 97574 invoked by uid 500); 5 Nov 2016 10:59:45 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 97536 invoked by uid 99); 5 Nov 2016 10:59:45 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2016 10:59:45 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7EF892C2B08 for ; Sat, 5 Nov 2016 10:49:58 +0000 (UTC) Date: Sat, 5 Nov 2016 10:49:58 +0000 (UTC) From: "Axel Nennker (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (CB-8722) Android should move icons to res/mipmap-* rather than drawable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 05 Nov 2016 10:59:47 -0000 [ https://issues.apache.org/jira/browse/CB-8722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Axel Nennker reopened CB-8722: ------------------------------ Does not work with a single default icon on Android. Steps to reproduce: - create hello project - copy some icon.png next to config.xml - add to config.xml - cordova build android - cordova run android What's wrong: launcher icon is default cordova icon Expected: launcher icon is icon.png The icon handling code in cordova-android@6.0.0 prepare.js should delete all the default icons. ps: There is icon handling code in cordova-lib android_parser.js too - remove that? > Android should move icons to res/mipmap-* rather than drawable > -------------------------------------------------------------- > > Key: CB-8722 > URL: https://issues.apache.org/jira/browse/CB-8722 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CordovaLib > Reporter: Andrew Grieve > Priority: Minor > > Refer to: http://developer.android.com/tools/projects/index.html#mipmap -- 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