Skip to content

Commit 12383ff

Browse files
fix: http relative path (#1257)
* fix. http relative path #1091 * format * fix. support internal storage and termux * fix. ftp * simplified logic * feat. working ftp * format * feat. load current file if path is empty * fix. spelling * feat. improved uri handling * fomat * fix. edge cases * fix. console * fix. remove extra slash * fix * fix. regression issues * fix. regression issues * fix. running unsaved files * format
1 parent 77f05df commit 12383ff

File tree

4 files changed

+295
-69
lines changed

4 files changed

+295
-69
lines changed

.vscode/plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"plugins":["cordova-clipboard","cordova-plugin-buildinfo","cordova-plugin-device","cordova-plugin-file","cordova-plugin-sftp","cordova-plugin-server","cordova-plugin-ftp","cordova-plugin-sdcard","cordova-plugin-browser","cordova-plugin-system","cordova-plugin-iap"]}
1+
{"plugins":["cordova-clipboard","cordova-plugin-buildinfo","cordova-plugin-device","cordova-plugin-file","cordova-plugin-sftp","cordova-plugin-server","cordova-plugin-ftp","cordova-plugin-sdcard","cordova-plugin-browser","cordova-plugin-iap","cordova-plugin-system","cordova-plugin-advanced-http"]}

package-lock.json

Lines changed: 76 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@types/url-parse": "^1.4.11",
6262
"autoprefixer": "^10.4.19",
6363
"babel-loader": "^9.1.3",
64-
"cordova-android": "^13.0.0",
64+
"cordova-android": "^14.0.0",
6565
"cordova-clipboard": "^1.3.0",
6666
"cordova-plugin-advanced-http": "^3.3.1",
6767
"cordova-plugin-browser": "file:src/plugins/browser",
@@ -113,4 +113,4 @@
113113
"yargs": "^17.7.2"
114114
},
115115
"browserslist": "cover 100%,not android < 5"
116-
}
116+
}

0 commit comments

Comments
 (0)