Skip to content

Commit

Permalink
new browser
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlyjack committed Oct 23, 2023
2 parents 459d810 + 551a2c5 commit b8c1a38
Show file tree
Hide file tree
Showing 33 changed files with 2,310 additions and 3,121 deletions.
2 changes: 1 addition & 1 deletion .vscode/plugins.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"plugins":["cordova-plugin-sdcard","cordova-plugin-iap","cordova-plugin-server","cordova-plugin-sftp","cordova-plugin-ftp","cordova-plugin-file","cordova-plugin-device","cordova-plugin-buildinfo","cordova-clipboard","cordova-plugin-vibration","cordova-plugin-system"]}
{"plugins":["cordova-plugin-iap","cordova-plugin-server","cordova-plugin-sftp","cordova-plugin-ftp","cordova-plugin-file","cordova-plugin-device","cordova-plugin-buildinfo","cordova-clipboard","cordova-plugin-vibration","cordova-plugin-system","cordova-plugin-sdcard","cordova-plugin-browser"]}
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@
"ruleset",
"saltstack",
"scilab",
"sconsole",
"SCROLLBARS",
"scrollleft",
"scrolltop",
"sdcard",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Use `Ctrl+Shift+X` key binding to open problems page.
- [x] **Plugin** | 320
- Install plugin directly from browser.
- [x] **Intent** | 323
- Plugin has now API to handle intent with uri acode://module/action/value.
- Fixes
- [x] **Plugin page** | 318
- Improved plugin page UI.
Expand All @@ -26,6 +28,12 @@
- Fixed unsaved changes not showing up in file when app restarted.
- [x] **Quicktools** | 319
- Fixed quicktools slides back when touch moved slightly.
- [x] **Settings** | 321
- Fixed settings not saving properly.
- [x] **Internal storage** | 322
- Fixed renaming file.
- [x] **Side buttons** | 323
- Fixed side buttons not shown properly.

## [1.8.6] - Build 313

Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
<widget id="com.foxdebug.acode" android-versionCode="320" version="1.8.7"
<widget id="com.foxdebug.acode" android-versionCode="323" version="1.8.7"
xmlns="http://www.w3.org/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
Expand Down
1 change: 0 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"exclude": [
"**/node_modules",
"**/platforms",
"**/plugins",
"**/www",
"www/js/ace/**/*"
],
Expand Down
Loading

0 comments on commit b8c1a38

Please sign in to comment.