1
0
forked from BRT/arc
arc/android/ozon
trnsmkot a7c23fabd1 Add core scripts for Black app automation and XML parsing
Implemented `CommonScript` as a base class with reusable functionality for automation workflows, including PIN input, app navigation, and server communication. Added specialized scripts like `GetCardInfoScript`, `GetProfileInfoScript`, and `LoginAndCheckAccountsScript` for card retrieval, profile parsing, and login validation. Introduced `ScreenXmlParser` for efficient XML-based UI parsing and node detection.
2026-03-11 19:45:08 +07:00
..
CommonScript.cpp Add core scripts for Black app automation and XML parsing 2026-03-11 19:45:08 +07:00
CommonScript.h Add core scripts for Black app automation and XML parsing 2026-03-11 19:45:08 +07:00
GetCardInfoScript.cpp Add SettingsDAO implementation, schema migration, and related updates 2026-03-09 15:53:35 +07:00
GetCardInfoScript.h Add Ozon scripts for retrieving card info, profile details, and transaction history 2026-02-27 10:15:19 +07:00
GetLastTransactionsScript.cpp Fix for windows 2026-03-09 17:20:03 +07:00
GetLastTransactionsScript.h Add maxCount support to GetLastTransactionsScript and UI updates for transaction limits 2026-03-09 16:56:01 +07:00
GetProfileInfoScript.cpp Add Ozon scripts for retrieving card info, profile details, and transaction history 2026-02-27 10:15:19 +07:00
GetProfileInfoScript.h Add Ozon scripts for retrieving card info, profile details, and transaction history 2026-02-27 10:15:19 +07:00
LoginAndCheckAccountsScript.cpp Add core scripts for Black app automation and XML parsing 2026-03-11 19:45:08 +07:00
LoginAndCheckAccountsScript.h Daily commit 2026-02-22 20:48:16 +07:00
PayByCardScript.cpp Add PayByCardScript implementation and XML asset for payment automation in Ozon 2026-03-10 09:30:25 +07:00
PayByCardScript.h Add PayByCardScript implementation and XML asset for payment automation in Ozon 2026-03-10 09:30:25 +07:00
PayByPhoneScript.cpp Add database migration, DAO enhancements, and OCR-based transaction handling updates 2026-03-08 14:20:12 +07:00
PayByPhoneScript.h Daily commit 2026-02-22 20:48:16 +07:00
ScreenXmlParser.cpp Add PayByCardScript implementation and XML asset for payment automation in Ozon 2026-03-10 09:30:25 +07:00
ScreenXmlParser.h Add PayByCardScript implementation and XML asset for payment automation in Ozon 2026-03-10 09:30:25 +07:00