1
0
forked from BRT/arc
arc/android/rshb
trnsmkot 688a71c0b2 Update transaction handling with a new history parsing script.
Replaced `PayByPhoneScript` with `GetLastDaysHistoryScript` in `main.cpp`. Introduced enhanced date/time utilities and improved database timestamp handling with `DateUtils`. Refactored `TransactionDAO` methods to separate parsing logic and added support for retrieving recent transactions within specified hours. Added the `GetLastDaysHistoryScript` class to parse and save recent transaction history.
2025-05-09 22:44:29 +07:00
..
CommonScript.cpp Refactor scripts to improve modularity and add transaction handling. 2025-05-07 19:16:08 +07:00
CommonScript.h Refactor scripts to improve modularity and add transaction handling. 2025-05-07 19:16:08 +07:00
GetLastDaysHistoryScript.cpp Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
GetLastDaysHistoryScript.h Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
HomeScreenScript.cpp Add enhanced account and transaction handling features 2025-05-07 14:15:08 +07:00
HomeScreenScript.h - Добавил xml дампы и скрины анализируемых экранов 2025-04-30 22:16:30 +07:00
PayByPhoneScript.cpp Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
PayByPhoneScript.h Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
ScreenXmlParser.cpp Update transaction handling with a new history parsing script. 2025-05-09 22:44:29 +07:00
ScreenXmlParser.h Refactor scripts to improve modularity and add transaction handling. 2025-05-07 19:16:08 +07:00