Commit graph

  • 58329e5212
    Add feature to edit/delete nodes from list pokkst 2022-10-07 16:45:11 -0500
  • 2b92660dcb
    Add SamouraiWallet XMR nodes to DefaultNodes pokkst 2022-10-06 15:36:33 -0500
  • 9efe44d76a
    copy some logic from monerujo. add new "fresh address" feature pokkst 2022-10-06 00:39:40 -0500
  • fd0f756975
    save wallet on fresh subaddress pokkst 2022-10-06 00:28:06 -0500
  • 995e0be835
    Simplify fetching latest subaddress pokkst 2022-10-06 00:23:36 -0500
  • 5545d8c6d0
    UI touch-ups pokkst 2022-10-04 04:19:48 -0500
  • 186b63044a
    Get rid of lombok pokkst 2022-10-04 04:03:07 -0500
  • 67000bafa0
    Add basic churning feature with warning not tested yet pokkst 2022-10-04 03:40:20 -0500
  • 7268b07c6c
    Use executorservice pokkst 2022-10-04 03:08:52 -0500
  • 66770f9f7c
    bump version pokkst 2022-10-03 18:12:55 -0500
  • 58e4954084
    auto-reformat code pokkst 2022-10-01 22:17:07 -0500
  • 316fb994da
    remove unused navigate method pokkst 2022-10-01 22:15:49 -0500
  • c4d012be69
    Display error string on wallet creation fail pokkst 2022-10-01 22:09:37 -0500
  • b1f8552628
    prevents seed from being copied in dialog, and makes wallet restore/creation async pokkst 2022-10-01 22:07:12 -0500
  • 8c112f60f1
    Up version to 0.2.0 pokkst 2022-09-26 00:23:34 -0500
  • bb5abb9fc2
    Make UI look better pokkst 2022-09-25 23:52:56 -0500
  • 2884024e8f
    Update to 0.18.1.1-mynero pokkst 2022-09-25 18:31:00 -0500
  • f02d56ef1c
    Add more information to utxo cell pokkst 2022-09-24 14:10:36 -0500
  • d4a7ce92a1
    Remove unused resources pokkst 2022-09-24 13:55:20 -0500
  • 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 pokkst 2022-09-24 13:45:42 -0500
  • f3d2ba2591
    Add estimate fee method, but based on Monero's code it doesn't seem to take priority into account pokkst 2022-09-24 02:57:46 -0500
  • 452cc12c8f
    Prevent locked UTXOs from being selected for spending by the UTXO selector pokkst 2022-09-23 02:35:02 -0500
  • 9b4cd9860a
    Prevent locked UTXOs from being selected pokkst 2022-09-23 02:33:55 -0500
  • 9187b9d8a4
    Fix bug where updating would stop once coins were sent pokkst 2022-09-22 20:35:25 -0500
  • 693b342393
    sort UTXOs by value pokkst 2022-09-22 19:37:54 -0500
  • 1e1fffae00
    Fix selected value visibility bug pokkst 2022-09-22 18:52:06 -0500
  • 7ff77f7353
    Fix selected value textview issues pokkst 2022-09-22 18:20:50 -0500
  • de7138c05a
    Highlight UTXOs as they are selected pokkst 2022-09-22 17:51:36 -0500
  • f52acd1169
    Display pub key in CoinsInfo adapter pokkst 2022-09-22 17:40:54 -0500
  • 95d5b78542
    Add code comments pokkst 2022-09-22 17:13:19 -0500
  • 55621e3465
    Make UI look a little better pokkst 2022-09-22 16:49:37 -0500
  • 998836ebd1
    Cleanup code, fix bugs, etc pokkst 2022-09-22 16:35:53 -0500
  • 2ebc828d3e
    Add ability to select UTXOs to spend pokkst 2022-09-22 15:16:09 -0500
  • fef87ef576
    Update building external libs doc pokkst 2022-09-22 06:21:48 -0500
  • af5076ce7d
    Sweep selected outputs pokkst 2022-09-22 06:07:39 -0500
  • 3076777c53
    Sweep selected outputs pokkst 2022-09-22 05:15:16 -0500
  • 223f8a5edf
    use my own monero repo fork to fetch utxos pokkst 2022-09-22 04:31:50 -0500
  • 5184ca1a4c
    Update build version to 0.1.1 pokkst 2022-09-21 18:04:28 -0500
  • 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 pokkst 2022-09-20 12:09:24 -0500
  • 5bbfd5f8b2
    Reduce new wallet restore height day offset from 4 days prior to 0 pokkst 2022-09-20 11:21:48 -0500
  • 1247b67221
    Update privacy policy pokkst 2022-09-19 19:28:47 -0500
  • fa7f7667f8
    Merge branch 'main' into feature/fee-selection pokkst 2022-09-19 18:40:00 -0500
  • 95a641f53f
    fee selection fixes pokkst 2022-09-19 18:36:34 -0500
  • 7c60aa576f
    add margin pokkst 2022-09-19 17:43:15 -0500
  • c96ac947ea
    Merge remote-tracking branch 'origin/main' pokkst 2022-09-19 17:41:49 -0500
  • e87ff399d1
    Disable send button when balance is 0 pokkst 2022-09-19 17:40:35 -0500
  • ed6f212cf9
    Change license pokkst 2022-09-19 16:46:12 -0500
  • 59a5dc0794
    Allow cancelation of password dialog in settings screen for seed display pokkst 2022-09-19 12:48:53 -0500
  • 5b9b1f0a8f
    Fee selection and code cleanup pokkst 2022-09-19 12:47:52 -0500
  • 7ca22077d6
    Add toast when selecting node pokkst 2022-09-19 11:05:50 -0500
  • 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. pokkst 2022-09-18 21:15:49 -0500
  • a37f9b078b
    remove a node pokkst 2022-09-18 05:48:53 -0500
  • d1c158388c
    Update README.md pokkst 2022-09-18 03:39:37 -0500
  • 2cfc9d26c1
    Change some build settings pokkst 2022-09-18 01:39:59 -0500
  • 142a42c84c
    Allow for domains in add node dialog pokkst 2022-09-17 18:47:23 -0500
  • d6d5e82bec
    fix concurrent modification exception pokkst 2022-09-17 17:53:32 -0500
  • 52676d2184
    set new colors pokkst 2022-09-17 17:43:05 -0500
  • bc99e1b5f6
    new icon, but it's just the monero logo because i don't really want a logo for this app pokkst 2022-09-17 17:32:03 -0500
  • 4747846815
    rename packages pokkst 2022-09-17 15:14:08 -0500
  • 05aedd6f53
    Add amount to tx details screen pokkst 2022-09-17 14:57:17 -0500
  • e60c38bd01
    Add tx details screen pokkst 2022-09-17 14:35:31 -0500
  • 909e4a4231
    Reinit wallet when switching node pokkst 2022-09-17 05:30:59 -0500
  • c337950ebd
    Add paste button functionality pokkst 2022-09-17 05:03:33 -0500
  • 35634b43ee
    Update node button text when selected node changes pokkst 2022-09-17 05:00:20 -0500
  • e197cc038d
    add null check and display custom nodes first pokkst 2022-09-17 04:36:57 -0500
  • 4657132067
    Add ability to add custom nodes pokkst 2022-09-17 04:14:15 -0500
  • 1e4a91d046
    Add "no history" layout when wallet has no history pokkst 2022-09-17 00:11:33 -0500
  • 822128c4c6
    Add support for launching app from Monero URI pokkst 2022-09-16 23:51:14 -0500
  • f17bd07d67
    Parse URIs for amount and address pokkst 2022-09-16 23:30:46 -0500
  • 81c6cb6074
    Adjust spacing between proxy addr and port fields pokkst 2022-09-16 22:59:43 -0500
  • 524f220264
    Add proxy option pokkst 2022-09-16 21:50:47 -0500
  • 209984417b
    Remove a lot of classes and cleanup code pokkst 2022-09-16 20:19:01 -0500
  • 460f6bd1b2
    remove some unused resources pokkst 2022-09-16 19:25:14 -0500
  • d37fe29c14
    add fee parameter to send methods pokkst 2022-09-13 15:08:46 -0500
  • de5c096261
    invert qr code colors when night mode is enabled pokkst 2022-09-13 15:04:23 -0500
  • e3252b5762
    Settings screen UI update, and other changes pokkst 2022-09-13 02:19:58 -0500
  • 4f580cbda8
    cleanup padding and margins and other UI stuff pokkst 2022-09-12 22:36:25 -0500
  • 765ff8f291
    add gradient to bottom of screen to hide tx list bottom, also fixes app startup issue, and only displays most recent 100 txs pokkst 2022-09-12 16:25:19 -0500
  • 158268bac0
    some minor changes pokkst 2022-09-12 12:40:44 -0500
  • 4089e22bc5
    add ability to scan QR codes pokkst 2022-09-12 12:35:26 -0500
  • fcadb39b76
    working on the send dialog still need to add a button to scan QR code pokkst 2022-09-12 11:54:45 -0500
  • 3c4b1de1df
    Update onboarding screen with styling pokkst 2022-09-12 10:03:19 -0500
  • 074b608b5d
    update ui a little pokkst 2022-09-12 03:02:07 -0500
  • 73ff5082c9
    fixing some issues when fetching latest address, i wasn't incremeting the index correctly i think pokkst 2022-09-12 01:05:27 -0500
  • 21a81a271a
    add copy button to receive popup pokkst 2022-09-10 17:17:12 -0500
  • 67ab38d91f
    i think for 1.0 i won't include a subaddress list/screen, so remove these methods for now pokkst 2022-09-10 17:08:52 -0500
  • 4674e81040
    Refresh latest address index periodically, and fetch latest subaddress for receive popup pokkst 2022-09-10 17:00:17 -0500
  • 069970ea23
    Clean up some code and fix issue with dark/light mode initialization pokkst 2022-09-10 14:42:43 -0500
  • d66e8976a5
    Simplify code and fix bugs pokkst 2022-09-08 23:38:42 -0500
  • 66b92bb0b1
    Add button in settings to display recovery seed pokkst 2022-09-08 23:18:09 -0500
  • 5d93041ee3
    Add basic switch for day/night mode pokkst 2022-09-08 21:08:39 -0500
  • 967345e1c3
    Fix some progress bar issues pokkst 2022-09-08 12:42:50 -0500
  • 7109442ad0
    Add retry system if connection fails. pokkst 2022-09-08 11:27:05 -0500
  • a2b7e27e8b
    Fix ANR issue when syncing over Tor pokkst 2022-09-08 04:06:20 -0500
  • 0864b15c69
    Fix Tor issues pokkst 2022-09-08 02:37:01 -0500
  • 602a57cbbe
    fix onboarding bugs. tor no longer works, so i'm investigating. pokkst 2022-09-08 02:24:34 -0500
  • 789d992deb
    Minor tweaks to the loading bar pokkst 2022-09-08 00:04:40 -0500
  • a023260bf2
    Add loading bar pokkst 2022-09-08 00:02:35 -0500
  • 84c740f320
    Minor bug fixes pokkst 2022-09-07 23:33:03 -0500
  • 976f9167c2
    Fix onboarding fragment layout pokkst 2022-09-07 23:28:03 -0500