diff --git a/CHANGELOG.md b/CHANGELOG.md index 918fd02ee..7fa57cba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config.xml b/config.xml index 4ae3a5dc9..9f04e7552 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - diff --git a/jsconfig.json b/jsconfig.json index c59b10372..89b465f62 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -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 } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4e5f03e45..a4d901354 100644 --- a/package.json +++ b/package.json @@ -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", @@ -100,4 +100,4 @@ "yargs": "^17.7.2" }, "browserslist": "cover 100%,not android < 5" -} \ No newline at end of file +} diff --git a/readme.md b/readme.md index 47a8c2b0c..2bb19fdca 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/src/lang/ar-ye.json b/src/lang/ar-ye.json index 0573944ce..71736d94e 100644 --- a/src/lang/ar-ye.json +++ b/src/lang/ar-ye.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/be-by.json b/src/lang/be-by.json index 53846aad0..6eb74ca7a 100644 --- a/src/lang/be-by.json +++ b/src/lang/be-by.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/bn-bd.json b/src/lang/bn-bd.json index 7c9afe74f..1bab03f59 100644 --- a/src/lang/bn-bd.json +++ b/src/lang/bn-bd.json @@ -377,5 +377,6 @@ "list files": "{name}- এর ভেতরের সকল ফাইল তালিকাভুক্ত করুন? অতিরিক্ত ফাইল অ্যাপটি ক্র্যাশ করতে পারে।", "problems": "সমস্যাগুলো", "show side buttons": "সাইড বাটনগুলো দেখান", + "bug_report": "Submit a Bug Report", "verified publisher": "Verified publisher" -} \ No newline at end of file +} diff --git a/src/lang/cs-cz.json b/src/lang/cs-cz.json index aca8971d0..96c67a5b4 100644 --- a/src/lang/cs-cz.json +++ b/src/lang/cs-cz.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/de-de.json b/src/lang/de-de.json index 5744aed58..ffb5fb2cf 100644 --- a/src/lang/de-de.json +++ b/src/lang/de-de.json @@ -377,5 +377,6 @@ "list files": "Alle Dateien in {name} 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" } diff --git a/src/lang/en-us.json b/src/lang/en-us.json index 9a1cc58af..70daded19 100644 --- a/src/lang/en-us.json +++ b/src/lang/en-us.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? Too many files may crash the app.", "problems": "Problems", "show side buttons": "Show side buttons", + "bug_report": "Submit Bug Report", "verified publisher": "Verified publisher" -} \ No newline at end of file +} diff --git a/src/lang/es-sv.json b/src/lang/es-sv.json index 34bab6864..61eddc3f5 100644 --- a/src/lang/es-sv.json +++ b/src/lang/es-sv.json @@ -377,5 +377,6 @@ "list files": "¿Listar todos los archivos en {name}? 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" } diff --git a/src/lang/fr-fr.json b/src/lang/fr-fr.json index 684949bd2..bed5e2721 100644 --- a/src/lang/fr-fr.json +++ b/src/lang/fr-fr.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/hi-in.json b/src/lang/hi-in.json index 0eb93f647..b8c46d58e 100644 --- a/src/lang/hi-in.json +++ b/src/lang/hi-in.json @@ -378,5 +378,6 @@ "list files": "List all files in {name}? Too many files may crash the app.", "problems": "Problems", "show side buttons": "Show side buttons", + "bug_report": "बग रिपोर्ट सबमिट करें", "verified publisher": "Verified publisher" -} \ No newline at end of file +} diff --git a/src/lang/hu-hu.json b/src/lang/hu-hu.json index e8d765fcc..e28868455 100644 --- a/src/lang/hu-hu.json +++ b/src/lang/hu-hu.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/id-id.json b/src/lang/id-id.json index 9a2d534cf..5a239ff34 100644 --- a/src/lang/id-id.json +++ b/src/lang/id-id.json @@ -379,5 +379,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/ir-fa.json b/src/lang/ir-fa.json index 062eaa971..d4362b378 100644 --- a/src/lang/ir-fa.json +++ b/src/lang/ir-fa.json @@ -378,5 +378,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/it-it.json b/src/lang/it-it.json index c50f84b11..a48e5f4b1 100644 --- a/src/lang/it-it.json +++ b/src/lang/it-it.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/ja-jp.json b/src/lang/ja-jp.json index 3641004fc..18ac96d90 100644 --- a/src/lang/ja-jp.json +++ b/src/lang/ja-jp.json @@ -377,5 +377,6 @@ "list files": "{name} 内のすべてのファイルを一覧表示しますか?ファイル数が多すぎるとアプリがクラッシュする可能性があります。", "problems": "問題", "show side buttons": "サイドボタンを表示", + "bug_report": "Submit a Bug Report", "verified publisher": "検証済み発行者" -} \ No newline at end of file +} diff --git a/src/lang/ko-kr.json b/src/lang/ko-kr.json index dd752b899..1e337c463 100644 --- a/src/lang/ko-kr.json +++ b/src/lang/ko-kr.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/ml-in.json b/src/lang/ml-in.json index 1a380814d..c02937409 100644 --- a/src/lang/ml-in.json +++ b/src/lang/ml-in.json @@ -377,5 +377,6 @@ "list files": "{name} ലെ എല്ലാ ഫയലുകളും കാണിക്കണോ? വളരെയധികം ഫയലുകൾ ആപ്പിനെ ക്രാഷ് ചെയ്തേക്കാം.", "problems": "പ്രശ്നങ്ങൾ", "show side buttons": "സൈഡ് ബട്ടണുകൾ കാണിക്കുക", + "bug_report": "Submit a Bug Report", "verified publisher": "പരിശോധിച്ച പ്രസാധകൻ" } diff --git a/src/lang/mm-unicode.json b/src/lang/mm-unicode.json index 3f21cb12d..8f7c52513 100644 --- a/src/lang/mm-unicode.json +++ b/src/lang/mm-unicode.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/mm-zawgyi.json b/src/lang/mm-zawgyi.json index 8bb9c904a..920b49bbd 100644 --- a/src/lang/mm-zawgyi.json +++ b/src/lang/mm-zawgyi.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/pl-pl.json b/src/lang/pl-pl.json index 987cc759f..140470e8b 100644 --- a/src/lang/pl-pl.json +++ b/src/lang/pl-pl.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/pt-br.json b/src/lang/pt-br.json index 5a9a0e9c9..813f90ccb 100644 --- a/src/lang/pt-br.json +++ b/src/lang/pt-br.json @@ -377,5 +377,6 @@ "list files": "Listar todos os arquivos em {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/pu-in.json b/src/lang/pu-in.json index 096cdc84f..69eb73427 100644 --- a/src/lang/pu-in.json +++ b/src/lang/pu-in.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/ru-ru.json b/src/lang/ru-ru.json index 49d3b72b8..4f7ecd8f4 100644 --- a/src/lang/ru-ru.json +++ b/src/lang/ru-ru.json @@ -378,5 +378,6 @@ "list files": "Список всех файлов {name}. Обширное количество файлов может привести к крашу самого приложения.", "problems": "Проблемы", "show side buttons": "Показать кнопки на стороне", + "bug_report": "Submit a Bug Report", "verified publisher": "Проверенный издатель" -} \ No newline at end of file +} diff --git a/src/lang/tl-ph.json b/src/lang/tl-ph.json index 93fb80a90..ddee9658e 100644 --- a/src/lang/tl-ph.json +++ b/src/lang/tl-ph.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/tr-tr.json b/src/lang/tr-tr.json index 8c81b8480..a34c2d12a 100644 --- a/src/lang/tr-tr.json +++ b/src/lang/tr-tr.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/uk-ua.json b/src/lang/uk-ua.json index d460d7d99..49d7962eb 100644 --- a/src/lang/uk-ua.json +++ b/src/lang/uk-ua.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/uz-uz.json b/src/lang/uz-uz.json index f27b14b09..c1b6ca24f 100644 --- a/src/lang/uz-uz.json +++ b/src/lang/uz-uz.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/vi-vn.json b/src/lang/vi-vn.json index dc9a20115..b1a4fff97 100644 --- a/src/lang/vi-vn.json +++ b/src/lang/vi-vn.json @@ -377,5 +377,6 @@ "list files": "List all files in {name}? 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" -} \ No newline at end of file +} diff --git a/src/lang/zh-cn.json b/src/lang/zh-cn.json index 4149d835f..5aa2ead91 100644 --- a/src/lang/zh-cn.json +++ b/src/lang/zh-cn.json @@ -377,5 +377,6 @@ "list files": "列出 {name} 下的所有文件吗?过多的文件可能会导致应用崩溃。", "problems": "有问题", "show side buttons": "显示侧边按钮", + "bug_report": "Submit a Bug Report", "verified publisher": "已认证发布者" -} \ No newline at end of file +} diff --git a/src/lang/zh-hant.json b/src/lang/zh-hant.json index e606046a2..c21942bf0 100644 --- a/src/lang/zh-hant.json +++ b/src/lang/zh-hant.json @@ -377,5 +377,6 @@ "list files": "列出 {name} 下的所有文件嗎?過多的文件可能會導緻應用崩潰。", "problems": "有問題", "show side buttons": "顯示側邊按鈕", + "bug_report": "Submit a Bug Report", "verified publisher": "已認證發布者" -} \ No newline at end of file +} diff --git a/src/lang/zh-tw.json b/src/lang/zh-tw.json index 8bf3bb1f6..11a1a54c7 100644 --- a/src/lang/zh-tw.json +++ b/src/lang/zh-tw.json @@ -377,5 +377,6 @@ "list files": "列出在 {name} 中的所有檔案嗎?太多檔案也許會導致此應用程式崩潰。", "problems": "有問題", "show side buttons": "顯示側邊按鈕", + "bug_report": "Submit a Bug Report", "verified publisher": "Verified publisher" -} \ No newline at end of file +} diff --git a/src/settings/helpSettings.js b/src/settings/helpSettings.js index 0b59f9455..f14328f8c 100644 --- a/src/settings/helpSettings.js +++ b/src/settings/helpSettings.js @@ -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(); +}