Commit Graph

536 Commits

Author SHA1 Message Date
Alfred Kamanda
0e4dfe1baf added the flag_swap_transaction when a swap needs to be performed in the send node 2025-08-25 17:19:11 +03:00
Alfred Kamanda
7e1042c6a9 update the MaxAmount logic to check the swap capability for swap transactions 2025-08-25 12:46:16 +03:00
Alfred Kamanda
e274967c8e update the handlePhoneNumber logic to cover new users or those without an active voucher 2025-08-25 10:52:22 +03:00
Alfred Kamanda
5b82afa768 added the DATA_RECIPIENT_PHONE_NUMBER to store the formatted phone number 2025-08-04 13:50:21 +03:00
Alfred Kamanda
b6de057cc4 add a reset for the DATA_RECIPIENT_ACTIVE_TOKEN key 2025-08-04 11:21:14 +03:00
Alfred Kamanda
758463ee8c add transaction data keys 2025-08-04 11:19:22 +03:00
Alfred Kamanda
f441b3b2af split the ValidateRecipient and check the transaction type 2025-08-04 11:18:45 +03:00
Alfred Kamanda
4d687cac2e updated the MaxAmount description comment 2025-07-30 11:46:22 +03:00
3d57150465 Merge pull request 'Set crucial missing flags if the data exists' (#100) from sync-flags into master
Reviewed-on: #100
2025-07-29 13:04:18 +02:00
alfred-mk
bd8631eb05 update the TestCheckBlockedStatus to account for the udpated functionality
Some checks failed
release / docker (push) Has been cancelled
v1.4.1-rc.1
2025-07-28 16:15:21 +03:00
alfred-mk
c51fd89ad5 set key flags (language and PIN) if the data exists and the flags are missing 2025-07-28 16:14:32 +03:00
bcccd79e70 Merge pull request 'exclude active data from lists' (#99) from exclude-active-data-from-lists into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #99
v1.4.1-rc
2025-07-22 11:53:02 +02:00
alfred-mk
193c9c119a filter out the active voucher from swapToList 2025-07-21 13:01:06 +03:00
alfred-mk
36a3c59287 removed existing INCMP statement 2025-07-21 12:34:45 +03:00
alfred-mk
1234723e10 add navigation inputs for the swap_to list 2025-07-21 12:30:30 +03:00
alfred-mk
61f48abb7d return on navigation inputs to prevent data processing 2025-07-21 12:30:05 +03:00
alfred-mk
3e40a09d39 format the balance to 2 d.p. before displaying it 2025-07-21 12:22:05 +03:00
alfred-mk
7e90124199 filter out the active pool from the list of available pools 2025-07-21 11:50:50 +03:00
alfred-mk
e27905765c updated TestManageVouchers to match filtering of active vouchers 2025-07-21 11:28:05 +03:00
alfred-mk
4ce9baa379 return on navigation inputs to prevent data processing 2025-07-21 11:27:20 +03:00
alfred-mk
e47415cc22 remove the active voucher from the list of stored vouchers 2025-07-21 11:25:33 +03:00
alfred-mk
1f4d810e14 update the GetVoucherList comment description 2025-07-21 10:23:00 +03:00
35d9d13442 Merge pull request 'Move select pool menu to the home page' (#98) from move-pools-menu into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #98
v1.4.0-rc
2025-07-21 08:24:54 +02:00
alfred-mk
72d038c076 move the select pool menu to the main node 2025-07-18 16:06:26 +03:00
alfred-mk
058d802c0f return on navigation inputs to prevent calling the API 2025-07-18 16:04:24 +03:00
alfred-mk
da64c3b80e MAJOR REFACTOR: project-tidyup - menuhandler and tests (#90)
Partly resolves issue #86

Reviewed-on: #90
Co-authored-by: alfred-mk <alfredmwaik@gmail.com>
Co-committed-by: alfred-mk <alfredmwaik@gmail.com>
2025-07-14 14:42:54 +02:00
823133aa37 Merge pull request 'New alias flow' (#96) from new-alias-flow into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #96
v1.3.9-rc
2025-07-08 13:07:01 +02:00
alfred-mk
44673ef61b remove extra whitespace 2025-07-07 21:25:29 +03:00
alfred-mk
559b67a3e6 display the full alias on its own line 2025-07-07 21:24:16 +03:00
alfred-mk
b1eb460988 add a isAliasUnavailable helper function
Some checks failed
release / docker (push) Has been cancelled
v1.3.8-rc.1
2025-07-07 18:55:17 +03:00
alfred-mk
619edc39f8 remove unused function GetSuggestedAlias 2025-07-07 17:52:59 +03:00
alfred-mk
efa29b087e remove unused node and function confirm_new_alias 2025-07-07 17:51:45 +03:00
alfred-mk
e9988242b1 CATCH unavailable aliases and navigate to the alias_updated node 2025-07-07 17:47:18 +03:00
alfred-mk
55afbedd1e have a node to CATCH aliases that are not available (already registered aliases) 2025-07-07 17:46:25 +03:00
alfred-mk
a3ab91f6a3 handle alias registration and updates on the single RequestCustomAlias function 2025-07-07 17:43:04 +03:00
alfred-mk
92a122732d add the home menu option 2025-07-07 17:41:56 +03:00
alfred-mk
682785fc3f add a new flag_alias_unavailable flag 2025-07-07 17:40:06 +03:00
alfred-mk
ebb4581c27 renamed the update_alias to alias_updated 2025-07-07 14:41:46 +03:00
alfred-mk
cd1936c12f require accounts to be authorized to access the alias node 2025-07-07 14:17:29 +03:00
alfred-mk
16dd0f6ebf set the first voucher as the active voucher when the current active sym is not found in the vouchers response
Some checks failed
release / docker (push) Has been cancelled
v1.3.8-rc
2025-07-02 19:10:02 +03:00
alfred-mk
a3dae12c7a update the TestCheckBalance and add more test cases
Some checks failed
release / docker (push) Has been cancelled
v1.3.7-rc.1
2025-07-02 09:30:30 +03:00
alfred-mk
57426b3565 use the TruncateDecimalString to format the displayed balance 2025-07-02 09:29:56 +03:00
b42dec8373 Merge pull request 'add balance to voucher list' (#89) from add-balance-to-voucher-list into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #89
v1.3.7-rc
2025-07-02 07:51:34 +02:00
alfred-mk
2807f039a7 Merge branch 'master' into add-balance-to-voucher-list 2025-07-02 08:50:50 +03:00
0e6334058d Merge pull request 'add functionality to Update the Alias' (#88) from update-alias into master
Some checks failed
release / docker (push) Has been cancelled
Reviewed-on: #88
v1.3.6-rc
2025-07-02 07:48:20 +02:00
alfred-mk
ba2cb4b813 use the DATA_SUGGESTED_ALIAS to check the status 2025-07-01 01:29:52 +03:00
alfred-mk
8416d4fddb use a single alias variable 2025-07-01 01:18:03 +03:00
alfred-mk
a33ff7ffda added logging 2025-07-01 00:56:50 +03:00
alfred-mk
7d1951ec7a use updated sarafu-api with correct order of variables 2025-07-01 00:51:05 +03:00
alfred-mk
2ad5c2e8df use the correct PUT method in the update 2025-07-01 00:37:15 +03:00