apache / cordova-plugin-file-transfer

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

When will master be released? #312

Closed dtarnawsky closed 2 years ago

dtarnawsky commented 2 years ago

Bug Report

Problem

You've fixed a lot of great stuff but have never released it.

What is expected to happen?

npm should have the latest code from master.

What does actually happen?

You get stuff from 3 years ago :(

Information

The current version of the plugin on npm has compilation issues. Fixes have been done in master for this, android 10 support etc but no release has been done to allow people to install from npm (and use thing like npm proxies etc).

Command or Code

Environment, Platform, Device

Version information

Checklist

breautek commented 2 years ago

cordova-plugin-file, a dependency of this plugin is kind of been a blocker for properly supporting API 30.

You get stuff from 3 years ago

Part of this is because this plugin was deprecated, but the community has decided a few months ago to revive it, namely because relying on pure JS implementations doesn't work well when it comes to handling large files due to the lack of streaming support.

Due to the volunteer nature of Apache projects, we cannot really give any timelines on when packages will be released.