Commit Graph

84 Commits

Author SHA1 Message Date
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
pokkst
7ca22077d6
Add toast when selecting node 2022-09-19 11:05:50 -05:00
pokkst
56471c62f1
Saw a thread on /r/monero of the wallet, someone pointed out the oudated FAQ from the Monerujo codebase, so this updates it a bit. 2022-09-18 21:15:49 -05:00
pokkst
a37f9b078b
remove a node 2022-09-18 05:48:53 -05:00
pokkst
d1c158388c
Update README.md 2022-09-18 03:39:37 -05:00
pokkst
2cfc9d26c1
Change some build settings 2022-09-18 01:39:59 -05:00
pokkst
142a42c84c
Allow for domains in add node dialog 2022-09-17 18:47:23 -05:00
pokkst
d6d5e82bec
fix concurrent modification exception 2022-09-17 17:53:32 -05:00
pokkst
52676d2184
set new colors 2022-09-17 17:43:05 -05:00
pokkst
bc99e1b5f6
new icon, but it's just the monero logo because i don't really want a logo for this app 2022-09-17 17:32:03 -05:00
pokkst
4747846815
rename packages 2022-09-17 15:14:08 -05:00
pokkst
05aedd6f53
Add amount to tx details screen 2022-09-17 14:57:17 -05:00
pokkst
e60c38bd01
Add tx details screen 2022-09-17 14:35:31 -05:00
pokkst
909e4a4231
Reinit wallet when switching node 2022-09-17 05:30:59 -05:00
pokkst
c337950ebd
Add paste button functionality 2022-09-17 05:03:33 -05:00
pokkst
35634b43ee
Update node button text when selected node changes 2022-09-17 05:00:20 -05:00
pokkst
e197cc038d
add null check and display custom nodes first 2022-09-17 04:36:57 -05:00
pokkst
4657132067
Add ability to add custom nodes 2022-09-17 04:14:15 -05:00
pokkst
1e4a91d046
Add "no history" layout when wallet has no history 2022-09-17 00:11:33 -05:00
pokkst
822128c4c6
Add support for launching app from Monero URI 2022-09-16 23:51:14 -05:00
pokkst
f17bd07d67
Parse URIs for amount and address 2022-09-16 23:30:46 -05:00
pokkst
81c6cb6074
Adjust spacing between proxy addr and port fields 2022-09-16 22:59:43 -05:00
pokkst
524f220264
Add proxy option 2022-09-16 21:50:47 -05:00
pokkst
209984417b
Remove a lot of classes and cleanup code 2022-09-16 20:19:01 -05:00
pokkst
460f6bd1b2
remove some unused resources 2022-09-16 19:25:14 -05:00
pokkst
d37fe29c14
add fee parameter to send methods 2022-09-13 15:08:46 -05:00
pokkst
de5c096261
invert qr code colors when night mode is enabled 2022-09-13 15:04:23 -05:00
pokkst
e3252b5762
Settings screen UI update, and other changes 2022-09-13 02:19:58 -05:00
pokkst
4f580cbda8
cleanup padding and margins and other UI stuff 2022-09-12 22:36:25 -05:00
pokkst
765ff8f291
add gradient to bottom of screen to hide tx list bottom, also fixes app startup issue, and only displays most recent 100 txs 2022-09-12 16:25:19 -05:00
pokkst
158268bac0
some minor changes 2022-09-12 12:40:44 -05:00
pokkst
4089e22bc5
add ability to scan QR codes 2022-09-12 12:35:26 -05:00
pokkst
fcadb39b76
working on the send dialog
still need to add a button to scan QR code
2022-09-12 11:54:45 -05:00
pokkst
3c4b1de1df
Update onboarding screen with styling 2022-09-12 10:03:19 -05:00