1
0
forked from BRT/arc
arc/android/dushanbe
slava 11e8f00e42 Add OCR utilities and backend integration for enhanced screen dump analysis:
- Introduce `OcrUtils` with fuzzy-matching logic for text recognition on screenshots.
- Implement dual-pass OCR to handle light-on-dark and dark-on-light text cases.
- Replace hardcoded "Подтверждаю" button tap logic with OCR-based detection and fallback geometry.
- Update `TaskDumpRecorder` to utilize `NetworkService` for uploading screen dumps, images, and metadata to the backend.
- Add support for `/monitoring/dump` endpoint in `NetworkService`.
- Enhance UI functionality with new error handling and progress feedback during dump creation and upload.
2026-04-30 19:17:17 +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 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 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 Add logic to refresh balance on the home screen: 2026-04-29 22:02:53 +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 Refactor EventHandler and Dushanbe scripts to centralize screenshot handling: 2026-04-17 11:17:59 +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 OCR utilities and backend integration for enhanced screen dump analysis: 2026-04-30 19:17:17 +07:00
PayByCardScript.h Add PayByCardScript and PayByPhoneScript for Dushanbe automation, including transaction flow, OCR-based operation ID extraction, and enhanced logging. 2026-04-06 12:51:18 +07:00
PayByPhoneScript.cpp Add OCR utilities and backend integration for enhanced screen dump analysis: 2026-04-30 19:17:17 +07:00
PayByPhoneScript.h Add PayByCardScript and PayByPhoneScript for Dushanbe automation, including transaction flow, OCR-based operation ID extraction, and enhanced logging. 2026-04-06 12:51:18 +07:00
ScreenXmlParser.cpp Add logic to refresh balance on the home screen: 2026-04-29 22:02:53 +07:00
ScreenXmlParser.h Add logic to refresh balance on the home screen: 2026-04-29 22:02:53 +07:00