apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
596 stars 887 forks source link

CB-12107: (android) Trigger media scanner after downloading a file in… #165

Closed beatgrabe closed 6 years ago

beatgrabe commented 7 years ago

Platforms affected

Android

What does this PR do?

Automatically triggers "ACTION_MEDIA_SCANNER_SCAN_FILE" broadcasting when a new file was downloadws into a public directory on android

What testing has been done on this change?

Checklist

…to a public directory

cordova-qa commented 7 years ago

Cordova CI Build has one or more failures. Link: http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/40/

312 tests run, 26 skipped, 50 failed.

infil00p commented 7 years ago

@beatgrabe Can you send an empty commit to the branch so that we can re-bump the CI? I think it got broken during a past build unrelated to this one. Thanks!

cordova-qa commented 7 years ago

Cordova CI Build has one or more failures. Link: http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/43/

312 tests run, 26 skipped, 50 failed.

beatgrabe commented 7 years ago

@infil00p Seems like project is still broken…

infil00p commented 7 years ago

@beatgrabe And the tests that are failing are all related to this plugin. Until these pass, I'm not going to merge it in.

beatgrabe commented 7 years ago

@infil00p Alright…keep me updated

maverickmishra commented 6 years ago

With the new features introduced in XMLHttpRequest, this plugin is not needed any more. Migrating from this plugin to using the new features of XMLHttpRequest, is explained in this Cordova blog post.