1
0
forked from BRT/arc
arc/android/dushanbe
slava 3751406c36 Add PAN field detection and account number UI updates.
- Extend `ScreenXmlParser` with `findPanCardNumberInput` for detecting empty PAN fields in Ozon WebView.
- Update `PayByCardScript` to handle missing hints for recipient card input.
- Temporarily disable advanced account number parsing in `GetCardInfoScript`.
- Add `patchMaterial` method to `NetworkService` for updating account details.
- Update card management UI with refined "Switch" button logic and label changes.
2026-05-13 02:03:20 +07:00
..
CommonScript.cpp Add closeGooglePlayBannerIfVisible to handle Google Play update banners across scripts: 2026-04-24 16:39:38 +07:00
CommonScript.h Add closeGooglePlayBannerIfVisible to handle Google Play update banners across scripts: 2026-04-24 16:39:38 +07:00
GetCardInfoScript.cpp Add PAN field detection and account number UI updates. 2026-05-13 02:03:20 +07: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 Introduce TaskDumpRecorder for centralized task dump management: 2026-04-26 19:22:40 +07:00
GetLastTransactionsScript.h Introduce TaskDumpRecorder for centralized task dump management: 2026-04-26 19:22:40 +07:00
GetProfileInfoScript.cpp Integrate TaskDumpRecorder into scripts for enhanced error tracking and proper handling of nested scopes. 2026-05-11 20:16:05 +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 findSumEditText to ScreenXmlParser for enhanced sum field detection. 2026-05-07 22:54:06 +07:00
PayByCardScript.h Handle declined transactions and enhance payment scripts: 2026-04-30 23:41:06 +07:00
PayByPhoneScript.cpp - Add findSumEditText to ScreenXmlParser for enhanced sum field detection. 2026-05-07 22:54:06 +07:00
PayByPhoneScript.h Handle declined transactions and enhance payment scripts: 2026-04-30 23:41:06 +07:00
ScreenXmlParser.cpp Add account number parsing and database integration: 2026-05-08 20:29:00 +07:00
ScreenXmlParser.h Add account number parsing and database integration: 2026-05-08 20:29:00 +07:00