Commit Graph

438 Commits

Author SHA1 Message Date
wowario ac1ed1873a Merge pull request 'Include Satoshi ticker, include Monero ticker, and introduce 24h pct change for WOW' (#57) from dsc/wowlet:refactor-tickers into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/57
2021-05-10 17:00:02 +00:00
dsc 2ccefe0883 Include Satoshi ticker, include Monero ticker, and introduce 24h pct change for WOW 2021-05-10 18:56:57 +02:00
dsc c3e9fbb25a Fixes connect bug (via context menu) for custom nodes 2021-05-03 01:03:21 +02:00
wowario 096b28318c Merge pull request 'SuchWow improvements' (#55) from dsc/wowlet:suchwow-improvements into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/55
2021-05-02 22:51:03 +00:00
dsc 474d4b1994 - only download thumbnails for the overview. Download the large format images later - when requesting to view the image. This saves bandwidth.
- Images are properly sorted by date now
2021-05-03 00:46:59 +02:00
dsc 49b55768f7 Detect wakeup from hibernate, re-establish websocket connection 2021-04-30 22:33:15 +02:00
dsc 8b5bdc4c6a Initial Android app proof-of-concept 2021-04-20 00:06:37 +02:00
dsc cfee938516 Prepare Wowlet codebase for an Android app 2021-04-20 00:02:37 +02:00
dsc c024323eab Prepare CMake for Android deployment and development 2021-04-20 00:00:31 +02:00
wowario c86228a404 remove unused imgs 2021-04-14 22:21:38 +02:00
wowario a389589fbb add more welcome imgs 2021-04-14 22:21:38 +02:00
wowario 392e9b99cf rename banner folder 2021-04-14 22:21:38 +02:00
wowario 51c7422f6e shuffle welcome banner 2021-04-14 22:21:38 +02:00
dsc 7c8d070ab5 Merge pull request 'move package stuff to contrib folder' (#42) from wowario/wowlet:contrib into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/42
2021-04-14 20:06:00 +00:00
dsc a5f3b915e5 get rekt 2021-04-14 22:00:25 +02:00
dsc 395cbcd9db Fixes builds for Linux 2021-04-14 22:00:25 +02:00
dsc ee247cba8a Disable saving of QR code for now 2021-04-14 22:00:25 +02:00
dsc bcc0aeeaa9 Change websocket server 2021-04-14 22:00:25 +02:00
dsc de5bea9cdf Fix balance display in streamer mode 2021-04-14 22:00:25 +02:00
dsc 13331ee5e7 QR code feature beta and streamer mode 2021-04-14 22:00:25 +02:00
dsc 5bb95053fb Fixes DPI scaling and added quirc submodule 2021-04-14 22:00:25 +02:00
dsc bd38e5e1d8 Refactor numpad code, transfer screen 2021-04-14 22:00:25 +02:00
dsc 8b1250030b Ready for beta 2021-04-14 22:00:25 +02:00
dsc c0cb90bf79 Development 2021-04-14 22:00:25 +02:00
dsc c3723ac58a Initial QML interface code 2021-04-14 22:00:25 +02:00
dsc 96034902d1 Initial code for supporting an alternative QtQuick based UI for OpenVR 2021-04-14 22:00:25 +02:00
dsc e918955210 Prepare build system for OpenVR and QtQuick (QML) 2021-04-14 22:00:25 +02:00
wowario 1c51407109
move package stuff to contrib folder 2021-04-06 13:30:41 +03:00
wowario 7a14d53ba0
rename to wow 2021-04-06 13:11:53 +03:00
wowario 11048f96fa
defeather files 2021-04-04 14:05:20 +03:00
wowario 32bb391c2e
remove ded file 2021-03-31 20:56:13 +03:00
wowario 9a75c5a986
defeather 2021-03-31 20:08:52 +03:00
wowario 6a256bb1a0
update .desktop file name 2021-03-30 22:16:32 +03:00
wowario 2bdef17e18 Merge pull request 'add man page' (#29) from wowario/wowlet:man into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/29
2021-03-30 15:34:06 +00:00
wowario 718741b036
add man page 2021-03-30 18:32:19 +03:00
wowario 8dc0a5bfaf Merge pull request '--background flag for wowlet - start websocket server' (#26) from dsc/wowlet:wsserver into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/26
2021-03-30 12:01:34 +00:00
wowario 6b0ea884cb Merge pull request 'update deb build script' (#28) from wowario/wowlet:deb-script into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/28
2021-03-30 12:01:14 +00:00
wowario fb3fc3bd8d
update deb build script 2021-03-30 09:17:50 +03:00
dsc 8968a8cbce This commit introduces a websocket server via the `--daemon` argument.
```
./wowlet --daemon 127.0.0.1:1234 --daemon-password "sekrit"
```

The wallet will start in the background and expose a websocket port that you can connect to using a websocket client. This way, you will be able to control the wallet via websockets. The commands are defined in wsserver.cpp, in the `processBinaryMessage()` function.

- `openWallet` - opens a wallet by path/password.
- `closeWallet` - close current wallet.
- `addressList` - Returns a list of receive addresses.
- `sendTransaction` - Creates and sends a transaction.
- `createWallet` - Create a wallet by path/password.
- `transactionHistory` - Returns the complete list of transactions
- `addressBook` - Returns the complete list of address book entries.

Messages sent back and forth between the server and client are JSON. There is a Python example client available over at https://git.wownero.com/wownero/wowlet-ws-client
2021-03-28 21:50:55 +02:00
wowario a7d2c67e67
clean up appicons 2021-03-28 21:02:14 +03:00
wowario f5b23c2e7e
add wow theme 2021-03-27 10:06:14 +03:00
wowario 8f4acf3b60
fix .icns icon 2021-03-25 23:11:58 +03:00
wowario 705426d489
wow icons for mac 2021-03-25 22:25:38 +03:00
wowario 81ad7bdb46 Merge pull request 'minor touch ups' (#20) from wowario/wowlet:popup into master
Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/20
2021-03-24 11:21:40 +00:00
wowario 1265307bd0
add deb build script [CI SKIP] 2021-03-24 09:47:14 +03:00
wowario 955167d37f
update issues url 2021-03-23 23:03:03 +03:00
wowario 1f83c35103
drop ded node 2021-03-23 20:59:32 +03:00
wowario a517fedd96
correct typo 2021-03-23 20:51:15 +03:00
w0wz0rz e284c2e349 Rename CCS tab to WFS 2021-02-22 20:29:31 +00:00
w0wz0rz 675fe02cb1 Remove tab exchange 2021-02-22 20:22:28 +00:00
wowario 5fe631037c
rename files 2021-02-22 21:41:04 +03:00
wowario c7c4237d10
rename to wowlet 2021-02-22 09:51:09 +03:00
wowario c1699c2c79
update opening pic 2021-02-20 18:21:37 +03:00
wowario d248aaf8b3
change name 2021-02-20 16:24:58 +03:00
wowario 21fe180a84
remove xmrtowidget 2021-02-20 13:07:09 +03:00
wowario ec142556d8
hide cal and exchange tabs 2021-02-20 11:01:39 +03:00
wowario fc426abfc0
update donation address to dev fund 2021-02-20 10:56:00 +03:00
wowario 6241c2e1de
fix restore height 2021-02-20 10:42:33 +03:00
wowario ba940d6df4
update public nodes 2021-02-20 10:36:02 +03:00
wowario 29f4d627d2
rename to wowllet 2021-02-20 10:21:55 +03:00
wowario 774fa969a3
update acknowledgement 2021-02-20 09:56:19 +03:00
wowario f7d76eef98
update url 2021-02-20 09:43:23 +03:00
wowario 0131476a5d
change name 2021-02-20 09:33:04 +03:00
tobtoht 52850ccf23
Update websocket URL 2021-02-18 12:28:22 +03:00
tobtoht 60540b87d0
Fix macOS builds 2021-02-18 12:27:28 +03:00
dsc db5ba12190
SuchWidget - display listing of suchwow.xyz posts 2021-02-18 12:22:36 +03:00
dsc 7cf050ff8e
Fix restore height lookup bug temporarily. The date that `src/utils/seeds.h#L29` outputs is wrong. Should be fixed. 2021-02-18 12:22:17 +03:00
dsc b9d8128880
Wownerofy some more 2021-02-18 12:21:56 +03:00
dsc 3e10b25068
Wownero 2021-02-18 12:20:16 +03:00
tobtoht 69551efde3
Tor: properly overwrite old binary 2021-02-05 19:43:14 +01:00
tobtoht 23eb71e337
Tor: update to 0.4.5.5-rc, build fixes 2021-02-05 13:55:37 +01:00
tobtoht 0f9cd68b97 Merge pull request 'Wallet: don't start refresh thread if status not ok' (#330) from tobtoht/feather:wallet_refresh_ok into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/330
2021-02-04 00:48:22 +00:00
tobtoht 3b829ec433
Wallet: don't start refresh thread if status not ok 2021-02-04 01:47:21 +01:00
tobtoht 0d6f5c6242 Merge pull request 'Wizard: improve seed layout' (#329) from tobtoht/feather:wizard_seed_ui into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/329
2021-02-04 00:09:07 +00:00
tobtoht 9d45975ddc
Wizard: improve seed layout 2021-02-04 01:08:39 +01:00
tobtoht 41635e39bb Merge pull request 'Wizard: rename cancel button to close' (#328) from tobtoht/feather:wizard_close into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/328
2021-02-04 00:07:46 +00:00
tobtoht 9803f66cc2
Wizard: rename cancel button to close 2021-02-04 01:06:52 +01:00
tobtoht 08ee34c9a6 Merge pull request 'Nodes: don't show exhaustion warning if single custom node is used' (#327) from tobtoht/feather:node_warning into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/327
2021-02-03 23:46:49 +00:00
tobtoht 348685a025
Nodes: don't show exhaustion warning if single custom node is used 2021-02-04 00:46:12 +01:00
tobtoht 0a7261d05d Merge pull request 'externalLinkWarning: minor fixes' (#326) from tobtoht/feather:external_link_fix into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/326
2021-02-03 23:28:03 +00:00
tobtoht 7556670f88
externalLinkWarning: minor fixes 2021-02-04 00:27:29 +01:00
tobtoht ac2ca5a81b Merge pull request 'Coins: improve freeze/thaw performance and fix indexing bug' (#325) from tobtoht/feather:coins_bug into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/325
2021-02-03 23:19:04 +00:00
tobtoht c296eab191
Coins: improve freeze/thaw performance and fix indexing bug 2021-02-04 00:14:20 +01:00
tobtoht 7f23eed890 Merge pull request 'WalletCacheDebug: reorder items' (#324) from tobtoht/feather:cache_reorder into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/324
2021-02-03 19:43:18 +00:00
tobtoht 346e24d2f8
WalletCacheDebug: reorder items 2021-02-03 20:42:35 +01:00
tobtoht 038eee5f42 Merge pull request 'Calc: update exchange icon on skin change' (#323) from tobtoht/feather:calc_update_icon into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/323
2021-02-03 19:41:40 +00:00
tobtoht 904432ea82
Calc: update exchange icon on skin change 2021-02-03 20:40:35 +01:00
tobtoht 126becf47a Merge pull request 'Send: disable combobox on multi dest txs' (#322) from tobtoht/feather:send_multi_combo into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/322
2021-02-03 18:45:36 +00:00
tobtoht f9b0cc1d1e
Send: disable combobox on multi dest txs 2021-02-03 19:42:31 +01:00
tobtoht 662d165beb Merge pull request 'History: filter by subaddress label' (#321) from tobtoht/feather:history_filter_label into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/321
2021-02-03 18:37:46 +00:00
tobtoht ffd7879096
History: filter by subaddress label 2021-02-03 19:36:03 +01:00
tobtoht 3f489b3558
WalletCacheDebug: use monospace font 2021-02-03 17:01:19 +01:00
tobtoht e0f7473ed4 Merge pull request 'Don't link RandomX' (#319) from tobtoht/feather:no_randomx into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/319
2021-02-03 02:15:33 +00:00
tobtoht 6bc886f53a
Don't link RandomX 2021-02-03 02:38:42 +01:00
tobtoht c6129b7713 Merge pull request 'Add Seth Simmon's public nodes' (#313) from tobtoht/feather:nodes_seth_simmons into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/313
2021-02-02 18:12:26 +00:00
tobtoht 7dda93db57 Merge pull request 'Calcwindow: update icon' (#318) from tobtoht/feather:calcwindow_icon into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/318
2021-02-02 18:10:48 +00:00
tobtoht a80bfcc325
Calcwindow: update icon 2021-02-02 19:06:54 +01:00
tobtoht 1a2ba0f200 Merge pull request 'Dockerfile: multistage build for Tor' (#317) from tobtoht/feather:multistage_tor into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/317
2021-02-01 20:36:01 +00:00
tobtoht d0b54f13c6
Dockerfile: multistage build for Tor 2021-02-01 21:18:18 +01:00
tobtoht e3f6b73ab2 Merge pull request 'Exchanges: Remove XMR.to' (#316) from tobtoht/feather:rip_to into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/316
2021-02-01 17:03:30 +00:00