1
0
forked from BRT/arc
arc/android/ozon
slava d59bf51416 Add closeGooglePlayBannerIfVisible to handle Google Play update banners:
- Ensure banners are closed during transaction fetching in `GetLastTransactionsScript`.
- Update XML parsing workflow to accommodate banner dismissal logic.
2026-04-18 18:52:28 +07:00
..
CommonScript.cpp Add closeGooglePlayBannerIfVisible to handle Google Play update banners: 2026-04-18 18:52:28 +07:00
CommonScript.h Add closeGooglePlayBannerIfVisible to handle Google Play update banners: 2026-04-18 18:52:28 +07:00
GetCardInfoScript.cpp Add currency mapping logic to GetCardInfoScript in all platforms and update .gitignore for mock server scenarios 2026-04-13 18:37:01 +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 Add closeGooglePlayBannerIfVisible to handle Google Play update banners: 2026-04-18 18:52:28 +07:00
GetLastTransactionsScript.h Emit parsed transaction data as a signal to streamline GetLastTransactionsScript integration with EventHandler. 2026-04-11 19:29:47 +07:00
GetProfileInfoScript.cpp Fix for windows 2026-04-12 15:17:28 +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 Fix for windows 2026-04-12 15:17:28 +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 Add phone number to makePayment and implement fallback logic for generating transaction IDs in payment scripts. 2026-04-08 21:34:54 +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 phone number to makePayment and implement fallback logic for generating transaction IDs in payment scripts. 2026-04-08 21:34:54 +07: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 Refine pin code validation logic, add device timezone support in transaction scripts, and improve XML node logging for error handling. 2026-04-10 17:55:45 +07:00
ScreenXmlParser.h Fix for windows 2026-04-08 15:43:59 +07:00