Skip to content

Commit b8c1a38

Browse files
committed
new browser
2 parents 459d810 + 551a2c5 commit b8c1a38

File tree

33 files changed

+2310
-3121
lines changed

33 files changed

+2310
-3121
lines changed

Diff for: .vscode/plugins.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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"]}
1+
{"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"]}

Diff for: .vscode/settings.json

+2
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@
310310
"ruleset",
311311
"saltstack",
312312
"scilab",
313+
"sconsole",
314+
"SCROLLBARS",
313315
"scrollleft",
314316
"scrolltop",
315317
"sdcard",

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Use `Ctrl+Shift+X` key binding to open problems page.
1919
- [x] **Plugin** | 320
2020
- Install plugin directly from browser.
21+
- [x] **Intent** | 323
22+
- Plugin has now API to handle intent with uri acode://module/action/value.
2123
- Fixes
2224
- [x] **Plugin page** | 318
2325
- Improved plugin page UI.
@@ -26,6 +28,12 @@
2628
- Fixed unsaved changes not showing up in file when app restarted.
2729
- [x] **Quicktools** | 319
2830
- Fixed quicktools slides back when touch moved slightly.
31+
- [x] **Settings** | 321
32+
- Fixed settings not saving properly.
33+
- [x] **Internal storage** | 322
34+
- Fixed renaming file.
35+
- [x] **Side buttons** | 323
36+
- Fixed side buttons not shown properly.
2937

3038
## [1.8.6] - Build 313
3139

Diff for: config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8' ?>
2-
<widget id="com.foxdebug.acode" android-versionCode="320" version="1.8.7"
2+
<widget id="com.foxdebug.acode" android-versionCode="323" version="1.8.7"
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:cdv="http://cordova.apache.org/ns/1.0">

Diff for: jsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"exclude": [
33
"**/node_modules",
44
"**/platforms",
5-
"**/plugins",
65
"**/www",
76
"www/js/ace/**/*"
87
],

0 commit comments

Comments
 (0)