Skip to content

Commit 8e1bef0

Browse files
authored
Merge branch 'main' into plugin-installer
2 parents 36feb17 + df66862 commit 8e1bef0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+769
-206
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask Questions
4-
url: https://github.com/deadlyjack/Acode/discussions
4+
url: https://github.com/Acode-Foundation/Acode/discussions
55
about: Ask any questions regarding Acode and its ecosystem
66
- name: Telegram Group
77
url: https://t.me/foxdebug_acode

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
- **`acode.installPlugin` API**: Introduced an API for plugins to install other plugins with user consent by @bajrangCoder(available from versionCode: `954`).
2424
- **View Changelogs in Settings**: Added an option in the settings page to view changelogs directly inside the app by @bajrangCoder.
2525
- **App Update Checker**: Implemented an app update checker that runs on startup by @bajrangCoder.
26+
- feat: copy/cut current line when selection is empty with same key shortcut by @angeloyana
27+
- feat: add symlinks support in SFTP by @bajrangCoder
2628

2729
### Fixes
2830
- **Plugin Loading Failures**: Improved handling of plugin loading failures by @bajrangCoder:
@@ -38,6 +40,8 @@
3840
- **Search Bar in File Browser**: Fixed a bug where the search bar in the file browser would get stuck and become unclosable.
3941
- **Theme Page Issues**: Addressed issues with theme plugins, including preview rendering and checkbox state changes.
4042
- **Formatter Mode Selection**: Fixed the formatter ignoring the selected mode for files by @alMukaafih.
43+
- fix: fetch plugin updates even if any fails by @UnschooledGamer
44+
- fix: plugin update page by removing unwanted option icon @bajrangCoder
4145

4246
### Others
4347
- **Plugin Refactor**: Migrated the old plugin update icon to a new toast-like notification widget.
@@ -50,6 +54,7 @@
5054
- **@Nekitori17**: `vi-vn`
5155
- **@s4ntiksu**: `ru-ru.json`
5256
- **@summoner001**: `hu-hu.json`
57+
- **@antikruk**: `be-by.json`
5358

5459
---
5560

_typos.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ extend-exclude = [
99
".vscode",
1010
"fastlane",
1111
"hooks",
12-
"res",
1312
"*.gradle",
1413
"plugins",
1514
"platforms",

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"cordova": "12.0.0",
9090
"core-js": "^3.37.1",
9191
"crypto-js": "^4.2.0",
92+
"dompurify": "^3.2.2",
9293
"escape-string-regexp": "^5.0.0",
9394
"esprima": "^4.0.1",
9495
"filesize": "^10.1.2",

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Acode/
3838

3939
## • Multi-language Support
4040

41-
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/deadlyjack/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/deadlyjack/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:
41+
Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/Acode-Foundation/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/Acode-Foundation/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands:
4242

4343
```shell
4444
yarn lang add
@@ -93,22 +93,22 @@ Also, ensure that your code is well-documented and includes comments where neces
9393
9494
## • Contributors
9595

96-
<a href="https://github.com/deadlyjack/Acode/graphs/contributors">
97-
<img src="https://contrib.rocks/image?repo=deadlyjack/Acode" />
96+
<a href="https://github.com/Acode-Foundation/Acode/graphs/contributors">
97+
<img src="https://contrib.rocks/image?repo=Acode-Foundation/Acode" />
9898
</a>
9999

100100
## • Developing a Plugin for Acode
101101

102-
For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/deadlyjack/acode-plugin).
102+
For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/Acode-Foundation/acode-plugin).
103103

104104
For plugin development information, refer to: [Acode Plugin Documentation](https://acode.app/plugin-docs)
105105

106106
## Star History
107107

108-
<a href="https://star-history.com/#deadlyjack/Acode&Date">
108+
<a href="https://star-history.com/#Acode-Foundation/Acode&Date">
109109
<picture>
110-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date&theme=dark" />
111-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" />
112-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" />
110+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date&theme=dark" />
111+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date" />
112+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date" />
113113
</picture>
114114
</a>

res/android/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
56
</adaptive-icon>

res/android/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
56
</adaptive-icon>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<network-security-config>
3-
<base-config cleartextTrafficPermitted="false">
3+
<base-config cleartextTrafficPermitted="true">
44
<trust-anchors>
55
<certificates src="system" />
66
</trust-anchors>
77
</base-config>
88

99
<domain-config cleartextTrafficPermitted="true">
10+
<domain includeSubdomains="true">*</domain>
1011
<domain includeSubdomains="true">localhost</domain>
1112
</domain-config>
1213
</network-security-config>
1314

14-
<!-- This file is used to allow the app to load http://localhost in in-app browser, used to run project. DO NOT remove-->
15+
<!-- This file is used to allow the app to load http://localhost in in-app browser, used to run project. DO NOT remove-->

src/ace/commands.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,14 @@ const commands = [
309309
},
310310
readOnly: true,
311311
},
312+
{
313+
name: "openFileExplorer",
314+
description: "File Explorer",
315+
exec() {
316+
acode.exec("open", "file_browser");
317+
},
318+
readOnly: true,
319+
},
312320
{
313321
name: "copyDeviceInfo",
314322
description: "Copy Device info",

0 commit comments

Comments
 (0)