| .. |
|
CommonScript.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 |
|
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
|
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.h
|
Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo.
|
2026-03-31 00:11:50 +07:00 |
|
GetLastTransactionsScript.cpp
|
Handle missing timezone in created_at field for transaction parsing by enforcing UTC interpretation. Improve date range detection and scrolling logic in GetLastTransactionsScript to handle sticky headers. Prevent unregistered devices from displaying bank profiles in DeviceWidget.
|
2026-05-20 18:22:17 +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
|
Remove AccountDAO, ApplicationDAO, and related models, replacing them with BankProfileDAO and BankProfileInfo.
|
2026-03-31 00:11:50 +07:00 |
|
LoginAndCheckAccountsScript.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 |
|
LoginAndCheckAccountsScript.h
|
- Remove app_logs table and related logic, transitioning to general_logs.
|
2026-03-31 14:07:23 +07:00 |
|
PayByCardScript.cpp
|
Simplify sum field detection in PayByCardScript by removing resource-id-based strategies and relying on DOM order.
|
2026-05-13 17:08:14 +07:00 |
|
PayByCardScript.h
|
Add phone number to makePayment and implement fallback logic for generating transaction IDs in payment scripts.
|
2026-04-08 21:34:54 +07:00 |
|
PayByPhoneScript.cpp
|
Add documentation for BankSetupWizard, detailing lifecycle, UI structure, verification flow, error handling, and worker thread management. Include XML assets for Dushanbe City Bank.
|
2026-05-19 11:22:22 +05:00 |
|
PayByPhoneScript.h
|
Add phone number to makePayment and implement fallback logic for generating transaction IDs in payment scripts.
|
2026-04-08 21:34:54 +07:00 |
|
ScreenXmlParser.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 |
|
ScreenXmlParser.h
|
Add PAN field detection and account number UI updates.
|
2026-05-13 02:03:20 +07:00 |