| .. |
|
CommonScript.cpp
|
Introduce MaterialPayload utility for consistent material data serialization and API operations. Refactor profile and material handling logic across scripts and UI components to ensure invariant enforcement and improved server synchronization. Add deleteMaterial operation to NetworkService.
|
2026-05-27 13:29:07 +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
|
Include androidId in TaskDumpMeta and update related scripts for improved device identification and tracking.
|
2026-05-31 21:23:50 +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
|
Adjust watchdog timer for FETCH_TRANSACTIONS to 10 minutes; optimize scroll behavior in GetLastTransactionsScript.
|
2026-06-01 00:27:43 +05:00 |
|
GetLastTransactionsScript.h
|
Streamline FETCH_TRANSACTIONS to support per-transaction streaming, handle partial successes, and prevent duplicate retries. Update scripts, task lifecycles, and error reporting with multi-target processing.
|
2026-05-29 21:01:09 +05:00 |
|
GetProfileInfoScript.cpp
|
Include androidId in TaskDumpMeta and update related scripts for improved device identification and tracking.
|
2026-05-31 21:23:50 +05: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
|
Include androidId in TaskDumpMeta and update related scripts for improved device identification and tracking.
|
2026-05-31 21:23:50 +05: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
|
Include androidId in TaskDumpMeta and update related scripts for improved device identification and tracking.
|
2026-05-31 21:23:50 +05:00 |
|
PayByCardScript.h
|
Handle declined transactions and enhance payment scripts:
|
2026-04-30 23:41:06 +07:00 |
|
PayByPhoneScript.cpp
|
Include androidId in TaskDumpMeta and update related scripts for improved device identification and tracking.
|
2026-05-31 21:23:50 +05:00 |
|
PayByPhoneScript.h
|
Handle declined transactions and enhance payment scripts:
|
2026-04-30 23:41:06 +07:00 |
|
ScreenXmlParser.cpp
|
Improve GetProfileInfoScript with polling mechanism for balance loading. Add parseBalanceFromHomeScreenOpt to differentiate loading state from zero balance. Update ScreenXmlParser logic accordingly.
|
2026-05-26 20:30:54 +05:00 |
|
ScreenXmlParser.h
|
Improve GetProfileInfoScript with polling mechanism for balance loading. Add parseBalanceFromHomeScreenOpt to differentiate loading state from zero balance. Update ScreenXmlParser logic accordingly.
|
2026-05-26 20:30:54 +05:00 |