M
|
042b17a82f
|
Merge pull request #144 from cake-tech/CAKE-158-transaction-and-balance-displaying-between-accounts
CAKE-158 | added calculating balance to _onAccountChangeReaction in t…
|
2020-12-04 11:25:59 +02:00 |
|
M
|
1dd6e78ae9
|
Removed NodeSSL, added isSSL proprty to Node class.
|
2020-12-03 12:07:26 +02:00 |
|
OleksandrSobol
|
4f280e103e
|
CAKE-169 | added NodeSSL class with getter useSSl; applied useSSL in the connectToNode() method in the monero_wallet.dart; added dynamic parameter to ExecutedSuccessfullyState class; applied ExecuteState class to connect() method in the node_create_or_edit_view_model.dart; deleted connection_state.dart; deleted _isEffectsInstalled parameter from node_create_or_edit_page.dart
|
2020-12-02 20:26:41 +02:00 |
|
OleksandrSobol
|
e10387a1b6
|
CAKE-158 | called update() method for accountList in the _onNewBlock() and rescan() methods (monero_wallet.dart)
|
2020-11-30 20:27:44 +02:00 |
|
OleksandrSobol
|
5ee278237f
|
CAKE-169 | added useSSL parameter to node.dart and to node_create_or_edit_view_model.dart; applied useSSL parameter in the connectToNode() method (monero_wallet.dart) and in the save() method (node_create_or_edit_view_model.dart); created standard_checkbox.dart and applied StandardCheckbox widget in the node_create_or_edit_page.dart
|
2020-11-30 19:05:49 +02:00 |
|
OleksandrSobol
|
5787bac658
|
CAKE-158 | added _onMoneroBalanceChangeReaction instead _onMoneroTransactionsChangeReaction in the dashboard_view_model.dart
|
2020-11-20 18:27:56 +02:00 |
|
OleksandrSobol
|
6cd6139fb3
|
CAKE-169 | created connection_state.dart; added connect() method and connectionState parameter to node_create_or_edit_view_model.dart; replaced Reset button to Connect button and added _setEffects() method to node_create_or_edit_page.dart; changed useSSL parameter from false to true in the connectToNode() method (monero_wallet.dart)
|
2020-11-19 21:13:54 +02:00 |
|
OleksandrSobol
|
17ba74bce7
|
Merge branch '4.0.8' into CAKE-158-transaction-and-balance-displaying-between-accounts
# Conflicts:
# lib/src/screens/receive/receive_page.dart
|
2020-11-18 18:19:43 +02:00 |
|
M
|
6418b28c08
|
CAKE-177. CAKE-176. CAKE-115.
|
2020-11-16 20:17:03 +02:00 |
|
OleksandrSobol
|
f704bdc864
|
CAKE-158 | added calculating balance to _onAccountChangeReaction in the monero wallet; created _onMoneroAccountChange method in the dashboard_view_model.dart; added _onMoneroAccountChangeReaction and account filter to transaction list in the dashboard_view_model.dart
|
2020-11-13 20:29:01 +02:00 |
|
M
|
ba2b5fb1fa
|
Fixes issue with loading old android wallets. Changed seed text field type to visual password.
|
2020-11-13 16:58:28 +02:00 |
|
M
|
1a7c2d4d8a
|
Merge pull request #142 from cake-tech/CAKE-168-blockheight-calculation-by-date
Cake 168 blockheight calculation by date
|
2020-11-12 22:20:46 +02:00 |
|
M
|
29247967e7
|
Fixes
|
2020-11-12 22:20:20 +02:00 |
|
M
|
4e4cd08135
|
Hack for display login issue
|
2020-11-12 22:02:37 +02:00 |
|
OleksandrSobol
|
d682f6504b
|
CAKE-168 | fixed getHeightByDate method
|
2020-11-12 21:12:58 +02:00 |
|
OleksandrSobol
|
70467b1fe7
|
CAKE-168 | fixed blockheight calculation by date; changed getHeightByDate method; changed first date in the date picker to 1 of May, 2014
|
2020-11-12 17:46:05 +02:00 |
|
M
|
65c2abdedc
|
Cleaned unneded logs
|
2020-11-11 18:06:19 +02:00 |
|
M
|
f5e19a13ab
|
Fixes.
|
2020-11-11 00:24:50 +02:00 |
|
M
|
03f47e393c
|
Fixes.
|
2020-11-10 01:14:47 +02:00 |
|
M
|
5c4e1b4d01
|
Fixes.
|
2020-11-08 22:44:09 +02:00 |
|
M
|
b17e7744c6
|
Fixes
|
2020-11-06 20:54:00 +02:00 |
|
M
|
fdb0f49f88
|
Fixes.
|
2020-11-04 17:54:44 +02:00 |
|
M
|
76581505a0
|
CAKE-149
|
2020-11-03 18:57:36 +02:00 |
|
M
|
b8e435ea8e
|
Fixes.
|
2020-10-29 12:49:07 +02:00 |
|
M
|
f9cc21478a
|
TMP
|
2020-10-09 21:34:21 +03:00 |
|
M
|
04e7c18841
|
Fixes and improvments.
|
2020-10-02 20:28:29 +03:00 |
|
M
|
2eb229b91e
|
Fixes for gray screen bug.
|
2020-10-01 19:46:23 +03:00 |
|
M
|
606f4e59c5
|
Changed subaddress sorting.
|
2020-10-01 13:52:49 +03:00 |
|
M
|
fe147ff9ed
|
Fixes
|
2020-09-30 21:23:15 +03:00 |
|
M
|
e08e10bc35
|
Fixes
|
2020-09-28 22:02:30 +03:00 |
|
M
|
34aa7fdc76
|
Fixes pre release.
|
2020-09-25 18:32:44 +03:00 |
|
M
|
9eb74f7155
|
Added displaying of transaction key.
|
2020-09-24 18:11:29 +03:00 |
|
M
|
e4b5bcf07e
|
Started working on mymonero seed support.
|
2020-09-24 17:03:48 +03:00 |
|
M
|
73991e1c9c
|
Fixes for load wallet from wallet list. Fixed updating of balance after current wallet change
|
2020-09-24 12:16:13 +03:00 |
|
M
|
b0a31147dd
|
Migration for iOS.
|
2020-09-23 21:26:10 +03:00 |
|
M
|
c53b6676b2
|
Fixes for monero transaction history updates.
|
2020-09-22 16:35:23 +03:00 |
|
M
|
2b05eedfc6
|
Fixes for monero transaction history.
|
2020-09-21 19:56:41 +03:00 |
|
M
|
e4ebfc94b2
|
Part 1
|
2020-09-21 14:50:26 +03:00 |
|
M
|
95917b2cdb
|
Merge redesign part 7.
|
2020-09-15 23:35:49 +03:00 |
|
M
|
6e6a081685
|
Merge redesign part 5.
|
2020-09-10 17:51:59 +03:00 |
|
M
|
5eefd6a31b
|
TMP
|
2020-08-25 19:32:40 +03:00 |
|
M
|
f45875ba3a
|
General changes. CAKE-1.
|
2020-07-06 23:09:03 +03:00 |
|
M
|
81cee186db
|
TMP 4
|
2020-06-20 10:10:00 +03:00 |
|