1
0
forked from BRT/arc
ARC desktop app
Go to file
slava cae345cf61 Implement JS-based remote scripting framework for dynamic script updates:
- Add Proof of Concept (PoC) for executing JavaScript scripts fetched remotely.
- Integrate `Black::GetProfileInfoScript` logic into a JS version with fallback to C++ on errors.
- Extend `ScreenXmlParser` with additional JS-to-C++ bridge methods.
- Update `config.ini` for scripting configuration.
- Ensure scripts are securely fetched with SHA-256 validation and use an atomic caching mechanism.
- Add developer tools for debugging JS scripts and enable easier script updates without app re-deployment.
2026-05-13 15:42:10 +07:00
android Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
assets Add PayByCardScript and PayByPhoneScript for Dushanbe automation, including transaction flow, OCR-based operation ID extraction, and enhanced logging. 2026-04-06 12:51:18 +07:00
build_x64 Fix for windows 2026-04-08 15:43:59 +07:00
database Filter bank profiles by profile country and sync material statuses with server: 2026-05-11 15:52:54 +07:00
docs Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
images Add screen dump feature with screenshot and XML upload to Telegram, adjust UI layout to use QVBoxLayout for button alignment. 2026-04-11 14:48:26 +07:00
models Add account number parsing and database integration: 2026-05-08 20:29:00 +07:00
scripts/black Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
services Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
tessdata Switch Tesseract initialization to memory-based loading of rus.traineddata to fix issues with paths containing Cyrillic characters (Windows). 2026-04-30 19:52:07 +07:00
tests/mock_server Add logic to refresh balance on the home screen: 2026-04-29 22:02:53 +07:00
tools/adb Add ADB utilities with platform-specific support 2025-06-11 16:21:13 +07:00
tutorials Add PayByCardScript and PayByPhoneScript for Dushanbe automation, including transaction flow, OCR-based operation ID extraction, and enhanced logging. 2026-04-06 12:51:18 +07:00
views Add card number validation and fix card table display logic in BankSetupWizard. 2026-05-13 10:41:56 +07:00
.gitignore Add support for mock server state persistence, error tracking, and screenshot handling. Extend bootstrapping logic and monitoring endpoints for enhanced debugging and task management. 2026-04-14 18:46:34 +07:00
arc.ico Refactor project naming and executable targets, enhance UI with no-devices label, tutorial handling, and app branding updates. 2026-03-24 14:03:39 +07:00
arc.png Refactor project naming and executable targets, enhance UI with no-devices label, tutorial handling, and app branding updates. 2026-03-24 14:03:39 +07:00
build_x64.bat Fix for windows 2026-04-12 15:17:28 +07:00
BUILD.md Fix for windows 2026-03-09 18:17:05 +07:00
CMakeLists.txt Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
config.ini Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
eng.traineddata Fix for windows 2026-03-09 17:20:03 +07:00
main.cpp Implement JS-based remote scripting framework for dynamic script updates: 2026-05-13 15:42:10 +07:00
migrations.sql Add account number parsing and database integration: 2026-05-08 20:29:00 +07:00
no_devices.png Refactor project naming and executable targets, enhance UI with no-devices label, tutorial handling, and app branding updates. 2026-03-24 14:03:39 +07:00
rus.traineddata Test 2025-04-16 09:05:20 -07:00
split_zip.ps1 Fix for windows 2026-04-12 15:17:28 +07:00