Skip to content

Commit

Permalink
Merge pull request #998 from bajrangCoder/main
Browse files Browse the repository at this point in the history
Update v1.10.4(951)
  • Loading branch information
bajrangCoder authored Jul 30, 2024
2 parents 4fb3561 + c7e4ba0 commit 5059d4b
Show file tree
Hide file tree
Showing 36 changed files with 102 additions and 63 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.10.4] (951)

- New
- Nested Files/Folder Creation
- Updated ace to latest version
- Improved displaying of Download count on Plugins page as well as on Sidebar
- Enhanced search functionality to allow searching across all available plugins from the "all" section of the plugin page.
- Added a new option on Help page for submiting bug reports.
- Fixes
- Fixed issue with the search bar on the plugin page
- Fixed issue with the search bar closing accidentally when clicking elsewhere on the screen

## [1.10.2]

- New
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="950" version="1.10.3"
<widget id="com.foxdebug.acode" android-versionCode="951" version="1.10.4"
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
17 changes: 4 additions & 13 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
{
"exclude": [
"**/node_modules",
"**/platforms",
"**/www",
"www/js/ace/**/*"
],
"exclude": ["**/node_modules", "**/platforms", "**/www", "www/js/ace/**/*"],
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"*": [
"*"
],
"*": ["*"]
}
},
"include": [
"src/**/*"
],
"include": ["src/**/*"],
"typeAcquisition": {
"enable": true
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.foxdebug.acode",
"displayName": "Acode",
"version": "1.10.0",
"version": "1.10.4",
"description": "Acode is a code editor for android",
"scripts": {
"lang": "node ./utils/lang.js",
Expand Down Expand Up @@ -100,4 +100,4 @@
"yargs": "^17.7.2"
},
"browserslist": "cover 100%,not android < 5"
}
}
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Welcome to Acode Editor - a powerful and versatile code editing tool designed sp
- Seamlessly modify source files for various languages like Python, Java, JavaScript, and more.
- Access the console to quickly identify errors and logs.
- Enjoy multi-language editing support with easy management tools.
- Enjoy a large collections of community plugins to enhance your coding experience.

## • Installation

Expand Down
3 changes: 2 additions & 1 deletion src/lang/ar-ye.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/be-by.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/bn-bd.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "<strong>{name}</strong>- এর ভেতরের সকল ফাইল তালিকাভুক্ত করুন? অতিরিক্ত ফাইল অ্যাপটি ক্র্যাশ করতে পারে।",
"problems": "সমস্যাগুলো",
"show side buttons": "সাইড বাটনগুলো দেখান",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/cs-cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
1 change: 1 addition & 0 deletions src/lang/de-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "Alle Dateien in <strong>{name}</strong> auflisten? Bei zu viele Dateien könnte die App abstürzen.",
"problems": "Probleme",
"show side buttons": "Zeige Seitenknöpfe",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verifizierter Herausgeber"
}
3 changes: 2 additions & 1 deletion src/lang/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit Bug Report",
"verified publisher": "Verified publisher"
}
}
1 change: 1 addition & 0 deletions src/lang/es-sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "¿Listar todos los archivos en <strong>{name}</strong>? Demasiados archivos pueden bloquear la aplicación.",
"problems": "Problemas",
"show side buttons": "Mostrar botones laterales",
"bug_report": "Submit a Bug Report",
"verified publisher": "Publicador verificado"
}
3 changes: 2 additions & 1 deletion src/lang/fr-fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/hi-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "बग रिपोर्ट सबमिट करें",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/hu-hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/id-id.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,5 +379,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/ir-fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/it-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/ja-jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "{name} 内のすべてのファイルを一覧表示しますか?ファイル数が多すぎるとアプリがクラッシュする可能性があります。",
"problems": "問題",
"show side buttons": "サイドボタンを表示",
"bug_report": "Submit a Bug Report",
"verified publisher": "検証済み発行者"
}
}
3 changes: 2 additions & 1 deletion src/lang/ko-kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
1 change: 1 addition & 0 deletions src/lang/ml-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "<strong>{name}</strong> ലെ എല്ലാ ഫയലുകളും കാണിക്കണോ? വളരെയധികം ഫയലുകൾ ആപ്പിനെ ക്രാഷ് ചെയ്തേക്കാം.",
"problems": "പ്രശ്നങ്ങൾ",
"show side buttons": "സൈഡ് ബട്ടണുകൾ കാണിക്കുക",
"bug_report": "Submit a Bug Report",
"verified publisher": "പരിശോധിച്ച പ്രസാധകൻ"
}
3 changes: 2 additions & 1 deletion src/lang/mm-unicode.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/mm-zawgyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/pl-pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "Listar todos os arquivos em <strong>{name}</strong>? Muitos arquivos podem travar o aplicativo.",
"problems": "Problemas",
"show side buttons": "Mostrar botões laterais",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/pu-in.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/ru-ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,6 @@
"list files": "Список всех файлов <strong>{name}</strong>. Обширное количество файлов может привести к крашу самого приложения.",
"problems": "Проблемы",
"show side buttons": "Показать кнопки на стороне",
"bug_report": "Submit a Bug Report",
"verified publisher": "Проверенный издатель"
}
}
3 changes: 2 additions & 1 deletion src/lang/tl-ph.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/tr-tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/uk-ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/uz-uz.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/vi-vn.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "List all files in <strong>{name}</strong>? Too many files may crash the app.",
"problems": "Problems",
"show side buttons": "Show side buttons",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
3 changes: 2 additions & 1 deletion src/lang/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "列出 <strong>{name}</strong> 下的所有文件吗?过多的文件可能会导致应用崩溃。",
"problems": "有问题",
"show side buttons": "显示侧边按钮",
"bug_report": "Submit a Bug Report",
"verified publisher": "已认证发布者"
}
}
3 changes: 2 additions & 1 deletion src/lang/zh-hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "列出 <strong>{name}</strong> 下的所有文件嗎?過多的文件可能會導緻應用崩潰。",
"problems": "有問題",
"show side buttons": "顯示側邊按鈕",
"bug_report": "Submit a Bug Report",
"verified publisher": "已認證發布者"
}
}
3 changes: 2 additions & 1 deletion src/lang/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,5 +377,6 @@
"list files": "列出在 <strong>{name}</strong> 中的所有檔案嗎?太多檔案也許會導致此應用程式崩潰。",
"problems": "有問題",
"show side buttons": "顯示側邊按鈕",
"bug_report": "Submit a Bug Report",
"verified publisher": "Verified publisher"
}
}
45 changes: 25 additions & 20 deletions src/settings/helpSettings.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
import settingsPage from 'components/settingsPage';

export default function help() {
const title = strings.help;
const items = [
{
key: 'help',
text: strings.help,
link: 'https://telegram.me/foxdebug_acode',
},
{
key: 'faqs',
text: strings.faqs,
link: 'https://acode.app/faqs',
},
];

const page = settingsPage(title, items, () => { }, 'separate');
page.show();
}
import settingsPage from "components/settingsPage";

export default function help() {
const title = strings.help;
const items = [
{
key: "help",
text: strings.help,
link: "https://telegram.me/foxdebug_acode",
},
{
key: "faqs",
text: strings.faqs,
link: "https://acode.app/faqs",
},
{
key: "bug_report",
text: strings.bug_report,
link: "https://github.com/deadlyjack/Acode/issues",
},
];

const page = settingsPage(title, items, () => {}, "separate");
page.show();
}

0 comments on commit 5059d4b

Please sign in to comment.