From commits-return-52296-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Tue Feb 27 15:25:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 294FC180651 for ; Tue, 27 Feb 2018 15:25:31 +0100 (CET) Received: (qmail 63378 invoked by uid 500); 27 Feb 2018 14:25:31 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 63369 invoked by uid 99); 27 Feb 2018 14:25:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2018 14:25:31 +0000 From: GitBox To: commits@cordova.apache.org Subject: [GitHub] tvanesse commented on issue #81: CB-7487 [Android] Broadcast file write Message-ID: <151974153066.9200.11816496334516462136.gitbox@gitbox.apache.org> Date: Tue, 27 Feb 2018 14:25:30 -0000 tvanesse commented on issue #81: CB-7487 [Android] Broadcast file write URL: https://github.com/apache/cordova-plugin-file/pull/81#issuecomment-368894647 @dpeacock Thanks for your quick response. Now I am not really familiar with cordova plugins development but I guess adding `broadcastNewFile(srcFs.toNativeUri(srcURL));` at the end of `copyFile` in `LocalFileSystem.java` should do the job (around line 280). As I said, I'm not sure how I should set up my environment so that my application uses my locally modified plugin. I can modify the plugin directly in my Ionic project (yes, I'm using ionic) but I don't know how to force Cordova to re-compile the plugin. Can you help me on this? Cheers. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org