Commit graph

134 commits

Author SHA1 Message Date
pokkst
2977a5d05d
Haven't gotten many I2P nodes to work, though not many people seem to run public ones. My private one syncs 2022-11-06 23:59:43 -06:00
pokkst
c23879f3b6
Add ability to enter a .b32.i2p address for a node to sync. Requires that user has set up their own SOCKS proxy in their I2P app 2022-11-06 22:15:13 -06:00
pokkst
b66c81cedc
Add seed offset support 2022-11-05 11:23:30 -05:00
pokkst
39bb06c833
Handle wallet creation differently in preparation for seed offset support 2022-11-04 23:25:59 -05:00
pokkst
08b3f23b66
Update tx history cell layout 2022-10-25 00:25:45 -05:00
pokkst
2990c059ee
Update version to 0.4.0 2022-10-25 00:13:34 -05:00
pokkst
063b61e4bb
Update app to 0.3.2 2022-10-15 01:13:23 -05:00
pokkst
663c84f3ce
add some comments 2022-10-15 01:11:48 -05:00
pokkst
95eb106a40
fix upgrade code 2022-10-15 01:08:15 -05:00
pokkst
90e556abff
Cleanup default node code 2022-10-15 01:05:06 -05:00
pokkst
c6b1d0a4af
Update PrefService 2022-10-15 00:31:56 -05:00
pokkst
720d88320d
handle upgrade better 2022-10-15 00:11:06 -05:00
pokkst
6d0ddad674
upgrade old node prefs if valid node 2022-10-15 00:00:54 -05:00
pokkst
c1b4f8400d
Up version to 0.3.1 2022-10-14 23:55:45 -05:00
pokkst
c0e6465943
more fixes 2022-10-14 23:55:10 -05:00
pokkst
ab51d6cf06
Reset node pref, fix crashing issue in 0.3.0 2022-10-14 23:37:58 -05:00
pokkst
119ccd67bb
Add block height to tx details view 2022-10-13 19:28:36 -05:00
pokkst
1b4008cc65
Update version to 0.3.0 2022-10-11 19:18:03 -05:00
pokkst
967e2bc58c
Fix UI issue when sending tx from UTXOs fragment 2022-10-08 01:01:16 -05:00
pokkst
f7250b5525
Fix padding 2022-10-08 00:49:06 -05:00
pokkst
55fa5340ed
Enforce sending all when churning 2022-10-08 00:41:44 -05:00
pokkst
9d8bc28fdc
Merge branch 'feature/churning'
# Conflicts:
#	app/src/main/res/layout/fragment_home.xml
#	app/src/main/res/layout/fragment_utxos.xml
#	app/src/main/res/values/strings.xml
2022-10-07 23:46:27 -05:00
pokkst
92c41c2501
Display viewkey and restore height on wallet keys dialog 2022-10-07 23:41:08 -05:00
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