Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
52f6e69
feat: fileObject
RohitKushvaha01 Oct 10, 2025
6643c4a
Merge remote-tracking branch 'upstream/main' into fileobject-feature
RohitKushvaha01 Oct 10, 2025
f8638d8
feat: documentFileWrapper
RohitKushvaha01 Oct 19, 2025
935cfbd
Merge branch 'main' into fileobject-feature
RohitKushvaha01 Oct 25, 2025
b272450
feat: FileServer
RohitKushvaha01 Oct 30, 2025
0365bef
format
RohitKushvaha01 Oct 30, 2025
b0857c3
feat: working http server
RohitKushvaha01 Oct 30, 2025
e53eb4d
feat: added sanity check
RohitKushvaha01 Oct 30, 2025
b6d39ab
fix: check
RohitKushvaha01 Nov 1, 2025
d858fff
remove stuff
RohitKushvaha01 Nov 4, 2025
78e6a13
feat: simple implementation of run.js
RohitKushvaha01 Nov 5, 2025
a9deda3
feat: improvements
RohitKushvaha01 Nov 7, 2025
07a2a04
format
RohitKushvaha01 Nov 10, 2025
3222b77
fix: implement better uri parsing (experimental)
RohitKushvaha01 Nov 10, 2025
a055199
add moe logging
RohitKushvaha01 Nov 11, 2025
9b465c2
fix: isMyChild
RohitKushvaha01 Nov 13, 2025
60cb4e7
.
RohitKushvaha01 Nov 13, 2025
6c0ca08
fix: terminal
RohitKushvaha01 Dec 11, 2025
5d6a019
fix: package.json
RohitKushvaha01 Dec 11, 2025
50a994f
.
RohitKushvaha01 Dec 11, 2025
2906e9d
Merge remote-tracking branch 'origin/main' into fileobject-feature
RohitKushvaha01 Dec 14, 2025
0f52de7
Merge remote-tracking branch 'origin/main' into fileobject-feature
RohitKushvaha01 Dec 14, 2025
591f91d
feat: merge main into fileobject-feature
RohitKushvaha01 Dec 14, 2025
bd8a2fa
feat: reuse legacy code
RohitKushvaha01 Dec 14, 2025
de6ca25
format
RohitKushvaha01 Dec 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
184 changes: 165 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
"cordova-plugin-websocket": {},
"cordova-plugin-buildinfo": {},
"cordova-plugin-browser": {},
"com.foxdebug.acode.rk.exec.terminal": {},
"com.foxdebug.acode.rk.exec.proot": {},
"cordova-plugin-sftp": {},
"cordova-plugin-system": {},
"com.foxdebug.acode.rk.exec.terminal": {},
"com.foxdebug.acode.rk.exec.proot": {}
"com.foxdebug.acode.rk.file": {}
},
"platforms": [
"android"
Expand Down Expand Up @@ -80,7 +81,9 @@
"cordova-plugin-system": "file:src/plugins/system",
"cordova-plugin-websocket": "file:src/plugins/websocket",
"css-loader": "^7.1.2",
"file": "file:src/plugins/file",
"mini-css-extract-plugin": "^2.9.3",
"native_file": "file:src/plugins/nativeFile",
"path-browserify": "^1.0.1",
"postcss-loader": "^8.1.1",
"prettier": "^3.6.2",
Expand All @@ -90,6 +93,8 @@
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"terminal": "^0.1.4",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1"
},
Expand Down Expand Up @@ -129,4 +134,4 @@
"yargs": "^18.0.0"
},
"browserslist": "cover 100%,not android < 5"
}
}
Loading