Skip to content

Commit c7e4ba0

Browse files
committed
Update v1.10.4(951)
1 parent 4fb3561 commit c7e4ba0

36 files changed

+102
-63
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [1.10.4] (951)
4+
5+
- New
6+
- Nested Files/Folder Creation
7+
- Updated ace to latest version
8+
- Improved displaying of Download count on Plugins page as well as on Sidebar
9+
- Enhanced search functionality to allow searching across all available plugins from the "all" section of the plugin page.
10+
- Added a new option on Help page for submiting bug reports.
11+
- Fixes
12+
- Fixed issue with the search bar on the plugin page
13+
- Fixed issue with the search bar closing accidentally when clicking elsewhere on the screen
14+
315
## [1.10.2]
416

517
- New

config.xml

Lines changed: 1 addition & 1 deletion
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="950" version="1.10.3"
2+
<widget id="com.foxdebug.acode" android-versionCode="951" version="1.10.4"
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">

jsconfig.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
{
2-
"exclude": [
3-
"**/node_modules",
4-
"**/platforms",
5-
"**/www",
6-
"www/js/ace/**/*"
7-
],
2+
"exclude": ["**/node_modules", "**/platforms", "**/www", "www/js/ace/**/*"],
83
"compilerOptions": {
94
"baseUrl": "./src",
105
"paths": {
11-
"*": [
12-
"*"
13-
],
6+
"*": ["*"]
147
}
158
},
16-
"include": [
17-
"src/**/*"
18-
],
9+
"include": ["src/**/*"],
1910
"typeAcquisition": {
2011
"enable": true
2112
}
22-
}
13+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.foxdebug.acode",
33
"displayName": "Acode",
4-
"version": "1.10.0",
4+
"version": "1.10.4",
55
"description": "Acode is a code editor for android",
66
"scripts": {
77
"lang": "node ./utils/lang.js",
@@ -100,4 +100,4 @@
100100
"yargs": "^17.7.2"
101101
},
102102
"browserslist": "cover 100%,not android < 5"
103-
}
103+
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Welcome to Acode Editor - a powerful and versatile code editing tool designed sp
1616
- Seamlessly modify source files for various languages like Python, Java, JavaScript, and more.
1717
- Access the console to quickly identify errors and logs.
1818
- Enjoy multi-language editing support with easy management tools.
19+
- Enjoy a large collections of community plugins to enhance your coding experience.
1920

2021
## • Installation
2122

src/lang/ar-ye.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,6 @@
377377
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
378378
"problems": "Problems",
379379
"show side buttons": "Show side buttons",
380+
"bug_report": "Submit a Bug Report",
380381
"verified publisher": "Verified publisher"
381-
}
382+
}

src/lang/be-by.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,6 @@
377377
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
378378
"problems": "Problems",
379379
"show side buttons": "Show side buttons",
380+
"bug_report": "Submit a Bug Report",
380381
"verified publisher": "Verified publisher"
381-
}
382+
}

src/lang/bn-bd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,6 @@
377377
"list files": "<strong>{name}</strong>- এর ভেতরের সকল ফাইল তালিকাভুক্ত করুন? অতিরিক্ত ফাইল অ্যাপটি ক্র্যাশ করতে পারে।",
378378
"problems": "সমস্যাগুলো",
379379
"show side buttons": "সাইড বাটনগুলো দেখান",
380+
"bug_report": "Submit a Bug Report",
380381
"verified publisher": "Verified publisher"
381-
}
382+
}

src/lang/cs-cz.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,6 @@
377377
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
378378
"problems": "Problems",
379379
"show side buttons": "Show side buttons",
380+
"bug_report": "Submit a Bug Report",
380381
"verified publisher": "Verified publisher"
381-
}
382+
}

src/lang/de-de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,6 @@
377377
"list files": "Alle Dateien in <strong>{name}</strong> auflisten? Bei zu viele Dateien könnte die App abstürzen.",
378378
"problems": "Probleme",
379379
"show side buttons": "Zeige Seitenknöpfe",
380+
"bug_report": "Submit a Bug Report",
380381
"verified publisher": "Verifizierter Herausgeber"
381382
}

0 commit comments

Comments
 (0)