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 02BCD200B9D for ; Thu, 13 Oct 2016 14:23:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 01467160AE4; Thu, 13 Oct 2016 12:23:14 +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 47518160AE3 for ; Thu, 13 Oct 2016 14:23:13 +0200 (CEST) Received: (qmail 87768 invoked by uid 500); 13 Oct 2016 12:23:12 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 87740 invoked by uid 99); 13 Oct 2016 12:23:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2016 12:23:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB1C6E00A4; Thu, 13 Oct 2016 12:23:10 +0000 (UTC) From: MartijnW49 To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-plugin-splashscreen pull request #116: CB-12011: (android) added the... Content-Type: text/plain Date: Thu, 13 Oct 2016 12:23:10 +0000 (UTC) archived-at: Thu, 13 Oct 2016 12:23:14 -0000 GitHub user MartijnW49 opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/116 CB-12011: (android) added the possibility to change the spinner color… ### Platforms affected Android ### What does this PR do? It adds the possibility to change the spinner color from the config.xml file for android 5.0+ apps. Example config.xml line: <preference name="SplashScreenSpinnerColor" value="white"/> Color names as well as hex colors can be used. ### What testing has been done on this change? Tested the updated Splashscreen.java in an ionic 2 app. The splashscreen works and shows the spinner in the color that was defined in the config.xml ### Checklist - [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/MartijnW49/cordova-plugin-splashscreen CB-12011 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-splashscreen/pull/116.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 #116 ---- commit a13a07960ce863c990956b4194f3ed0d9923ae40 Author: MartijnW49 Date: 2016-10-13T12:20:32Z CB-12011: (android) added the possibility to change the spinner color on Android 5.0+ apps ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org