| .. |
|
CommonScript.cpp
|
Add enhanced error handling, logging, and monitoring capabilities across systems. Include archive naming, retry logic for partial PIN entry, API response error dialogs, and support for monitoring tokens.
|
2026-05-21 13:52:29 +05:00 |
|
CommonScript.h
|
Refactor createBankProfileIfNeeded to return error messages instead of void. Update call sites to handle and propagate errors appropriately, improving error handling across card info and profile scripts.
|
2026-05-15 16:54:02 +07:00 |
|
GetCardInfoScript.cpp
|
Fix card balance retrieval from incorrect placeholder in GetCardInfoScript. Add retry logic for "Оплатить" button tap in PayByPhoneScript and PayByCardScript to handle bottom sheet dismissal.
|
2026-05-19 18:13:43 +05:00 |
|
GetCardInfoScript.h
|
Add CommonScript framework and implement bank-specific automation scripts including GetCardInfoScript, GetProfileInfoScript, and GetLastTransactionsScript.
|
2026-04-04 23:32:26 +07:00 |
|
GetLastTransactionsScript.cpp
|
Improve transaction amount extraction in GetLastTransactionsScript by using regex to support varying field positions across formats. Adjust logic for compatibility with 5- and 6-line DCWallet and P2P formats.
|
2026-05-19 19:36:47 +05:00 |
|
GetLastTransactionsScript.h
|
Introduce TaskDumpRecorder for centralized task dump management:
|
2026-04-26 19:22:40 +07:00 |
|
GetProfileInfoScript.cpp
|
Refactor createBankProfileIfNeeded to return error messages instead of void. Update call sites to handle and propagate errors appropriately, improving error handling across card info and profile scripts.
|
2026-05-15 16:54:02 +07:00 |
|
GetProfileInfoScript.h
|
Add CommonScript framework and implement bank-specific automation scripts including GetCardInfoScript, GetProfileInfoScript, and GetLastTransactionsScript.
|
2026-04-04 23:32:26 +07:00 |
|
LoginAndCheckAccountsScript.cpp
|
Integrate TaskDumpRecorder into scripts for enhanced error tracking and proper handling of nested scopes.
|
2026-05-11 20:16:05 +07:00 |
|
LoginAndCheckAccountsScript.h
|
Add CommonScript framework and implement bank-specific automation scripts including GetCardInfoScript, GetProfileInfoScript, and GetLastTransactionsScript.
|
2026-04-04 23:32:26 +07:00 |
|
PayByCardScript.cpp
|
Add retry limits for "Подтверждаю" and "Оплатить" taps in PayByPhoneScript and PayByCardScript to prevent infinite loops and improve error handling with detailed logs.
|
2026-05-19 23:15:44 +05:00 |
|
PayByCardScript.h
|
Handle declined transactions and enhance payment scripts:
|
2026-04-30 23:41:06 +07:00 |
|
PayByPhoneScript.cpp
|
Add retry limits for "Подтверждаю" and "Оплатить" taps in PayByPhoneScript and PayByCardScript to prevent infinite loops and improve error handling with detailed logs.
|
2026-05-19 23:15:44 +05:00 |
|
PayByPhoneScript.h
|
Handle declined transactions and enhance payment scripts:
|
2026-04-30 23:41:06 +07:00 |
|
ScreenXmlParser.cpp
|
Add support for split formats (v3.2.33+) in payment details parsing, fallback logic for older formats, and XML label-value pair extraction. Update ScreenXmlParser for enhanced node parsing.
|
2026-05-19 11:48:58 +05:00 |
|
ScreenXmlParser.h
|
Add support for split formats (v3.2.33+) in payment details parsing, fallback logic for older formats, and XML label-value pair extraction. Update ScreenXmlParser for enhanced node parsing.
|
2026-05-19 11:48:58 +05:00 |