Commit Graph

267 Commits

Author SHA1 Message Date
pokkst
6be5d2a504
Add option to onboarding screen to connect to proxy 2022-10-07 23:13:04 -05:00
pokkst
58329e5212
Add feature to edit/delete nodes from list 2022-10-07 16:45:11 -05:00
pokkst
2b92660dcb
Add SamouraiWallet XMR nodes to DefaultNodes 2022-10-06 15:36:33 -05:00
pokkst
9efe44d76a
copy some logic from monerujo. add new "fresh address" feature 2022-10-06 00:39:40 -05:00
pokkst
fd0f756975
save wallet on fresh subaddress 2022-10-06 00:28:06 -05:00
pokkst
995e0be835
Simplify fetching latest subaddress 2022-10-06 00:23:36 -05:00
pokkst
5545d8c6d0
UI touch-ups 2022-10-04 04:19:48 -05:00
pokkst
186b63044a
Get rid of lombok 2022-10-04 04:03:07 -05:00
pokkst
67000bafa0
Add basic churning feature with warning
not tested yet
2022-10-04 03:40:20 -05:00
pokkst
7268b07c6c
Use executorservice 2022-10-04 03:08:52 -05:00
pokkst
66770f9f7c
bump version 2022-10-03 18:12:55 -05:00
pokkst
58e4954084
auto-reformat code 2022-10-01 22:17:07 -05:00
pokkst
316fb994da
remove unused navigate method 2022-10-01 22:15:49 -05:00
pokkst
c4d012be69
Display error string on wallet creation fail 2022-10-01 22:09:37 -05:00
pokkst
b1f8552628
prevents seed from being copied in dialog, and makes wallet restore/creation async 2022-10-01 22:07:12 -05:00
pokkst
8c112f60f1
Up version to 0.2.0 2022-09-26 00:23:34 -05:00
pokkst
bb5abb9fc2
Make UI look better 2022-09-25 23:52:56 -05:00
pokkst
2884024e8f
Update to 0.18.1.1-mynero 2022-09-25 18:31:00 -05:00
pokkst
f02d56ef1c
Add more information to utxo cell 2022-09-24 14:10:36 -05:00
pokkst
d4a7ce92a1
Remove unused resources 2022-09-24 13:55:20 -05:00
pokkst
ddf5ea66eb
When selecting UTXOs, account for basic tx fee. Based on Monero's C++ code, this method doesn't seem to work all that well 2022-09-24 13:45:42 -05:00
pokkst
f3d2ba2591
Add estimate fee method, but based on Monero's code it doesn't seem to take priority into account 2022-09-24 02:57:46 -05:00
pokkst
452cc12c8f
Prevent locked UTXOs from being selected for spending by the UTXO selector 2022-09-23 02:35:02 -05:00
pokkst
9b4cd9860a
Prevent locked UTXOs from being selected 2022-09-23 02:33:55 -05:00
pokkst
9187b9d8a4
Fix bug where updating would stop once coins were sent 2022-09-22 20:35:25 -05:00
pokkst
693b342393
sort UTXOs by value 2022-09-22 19:37:54 -05:00
pokkst
1e1fffae00
Fix selected value visibility bug 2022-09-22 18:52:06 -05:00
pokkst
7ff77f7353
Fix selected value textview issues 2022-09-22 18:20:50 -05:00
pokkst
de7138c05a
Highlight UTXOs as they are selected 2022-09-22 17:51:36 -05:00
pokkst
f52acd1169
Display pub key in CoinsInfo adapter 2022-09-22 17:40:54 -05:00
pokkst
95d5b78542
Add code comments 2022-09-22 17:13:19 -05:00
pokkst
55621e3465
Make UI look a little better 2022-09-22 16:49:37 -05:00
pokkst
998836ebd1
Cleanup code, fix bugs, etc 2022-09-22 16:35:53 -05:00
pokkst
2ebc828d3e
Add ability to select UTXOs to spend 2022-09-22 15:16:09 -05:00
pokkst
fef87ef576
Update building external libs doc 2022-09-22 06:21:48 -05:00
pokkst
af5076ce7d
Sweep selected outputs 2022-09-22 06:07:39 -05:00
pokkst
3076777c53
Sweep selected outputs 2022-09-22 05:15:16 -05:00
pokkst
223f8a5edf
use my own monero repo fork to fetch utxos 2022-09-22 04:31:50 -05:00
pokkst
5184ca1a4c
Update build version to 0.1.1 2022-09-21 18:04:28 -05:00
pokkst
ca7684b83a
monero spec, from what i've found, says to use tx_amount for amount in uri. some places just use "amount" like BTC or other coins like that 2022-09-20 12:09:24 -05:00
pokkst
5bbfd5f8b2
Reduce new wallet restore height day offset from 4 days prior to 0 2022-09-20 11:21:48 -05:00
pokkst
1247b67221
Update privacy policy 2022-09-19 19:28:47 -05:00
pokkst
fa7f7667f8
Merge branch 'main' into feature/fee-selection
# Conflicts:
#	app/src/main/java/net/mynero/wallet/fragment/dialog/SendBottomSheetDialog.java
2022-09-19 18:40:00 -05:00
pokkst
95a641f53f
fee selection fixes 2022-09-19 18:36:34 -05:00
pokkst
7c60aa576f
add margin 2022-09-19 17:43:15 -05:00
pokkst
c96ac947ea
Merge remote-tracking branch 'origin/main' 2022-09-19 17:41:49 -05:00
pokkst
e87ff399d1
Disable send button when balance is 0 2022-09-19 17:40:35 -05:00
pokkst
ed6f212cf9
Change license 2022-09-19 16:46:12 -05:00
pokkst
59a5dc0794
Allow cancelation of password dialog in settings screen for seed display 2022-09-19 12:48:53 -05:00
pokkst
5b9b1f0a8f
Fee selection and code cleanup 2022-09-19 12:47:52 -05:00