Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix download progress, update plugins version #74

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

nerdFrenzs
Copy link

Fixed the failed http download progress to work and updated the installed plugins to the latest version

Tested in ios16.0.3
Tested on android 12

nerdFrenzs added 4 commits August 1, 2022 22:25
 - package version up
 - http progress listner add

Signed-off-by: nerd-dk <[email protected]>
 - package version up
 - http progress listener add

Signed-off-by: nerd-dk <[email protected]>
@primotera
Copy link

Hello @nerdFrenzs
I use your repository great that it solve my main problem that is to install remotely
but it won't work for a second time, it only works on the first.
I also tried to rebuild some correction
with the architertur
NOde: v14.17.5
NPM: 6.14.14
dist/esm/index.js → dist/plugin.js...
(!) this has been rewritten to undefined
https://rollupjs.org/guide/en/#error-this-is-undefined
dist/esm/codePush.js
1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {
...and 1 other occurrence
dist/esm/nativeAppInfo.js
1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {
...and 1 other occurrence
dist/esm/remotePackage.js
1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
^
2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3: return new (P || (P = Promise))(function (resolve, reject) {
...and 1 other occurrence

nerd-dk added 11 commits August 25, 2023 19:03
 - capacitor v5 upgrade
 - capacitor http -> filesystem plugin

Signed-off-by: nerd-dk <[email protected]>
 -

Signed-off-by: nerd-dk <[email protected]>
 -Readme

Signed-off-by: nerd-dk <[email protected]>
 -Readme

Signed-off-by: nerd-dk <[email protected]>
 - README.md update
 - non-useable npm delete

Signed-off-by: nerd-dk <[email protected]>
 - bug update

Signed-off-by: nerd-dk <[email protected]>
 - v6 update

Signed-off-by: nerd-dk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants