cryptozoidberg
8be2cc083f
Implemented accept ionic swap proposal(partially)
2023-03-08 21:19:59 +01:00
cryptozoidberg
0030f7fbf6
Implemented basic code for validatiing ionic_swap
2023-03-03 18:17:16 +01:00
cryptozoidberg
2328a2cced
Implemented basics for building ionic_swap template
2023-02-23 19:10:22 +01:00
cryptozoidberg
123e599202
small fixes over bug reports
2023-02-15 19:55:00 +01:00
cryptozoidberg
7cda58a7cf
fixed bug in get_wallet_info
2022-12-07 18:04:40 +01:00
cryptozoidberg
0dc8a42555
added api for UI to fetch balance after whitelisting of asset
2022-12-06 21:59:49 +01:00
cryptozoidberg
9c30c60881
fixed scaling issue, fixed missing Zano entry in balances list
2022-12-06 21:31:17 +01:00
cryptozoidberg
464818fb7f
added api for adding/removing assets via UI
2022-12-02 22:29:23 +01:00
cryptozoidberg
7c4d8a41e8
massive changes over adding asset id to primary operations to wallet
2022-09-20 22:01:52 +02:00
cryptozoidberg
25163db2bf
implemented non-blocking api for javascript calls
2022-04-18 19:04:15 +02:00
cryptozoidberg
2e2a4861a7
fixed bug with compilation
2022-04-12 19:12:28 +02:00
cryptozoidberg
5f72b1c5ea
added tor option API for UI
2022-04-12 15:49:56 +02:00
cryptozoidberg
2dfc2862fc
tor integration in UI
2022-04-09 22:36:11 +02:00
cryptozoidberg
42e70b134a
removed message box on command line arg
2022-02-14 18:43:23 +03:00
cryptozoidberg
d423f465a1
Fixed WRONG_PASSWORD error in UI
2022-01-27 15:30:50 +01:00
cryptozoidberg
b7a42895a1
fixed fixing fix
2022-01-18 18:48:36 +01:00
cryptozoidberg
50392b9e31
fixed bug with crashing message box
2022-01-18 18:19:18 +01:00
cryptozoidberg
cd644cc851
added preventive removal of ipc channel
2022-01-13 18:56:49 +01:00
cryptozoidberg
9ea35d3a2f
deeplinks ready on application level
2021-12-30 19:17:22 +01:00
cryptozoidberg
ca8ce3c184
deeplinks implementation: proper routing
2021-12-30 17:32:58 +01:00
cryptozoidberg
2ca7c556d9
deep links: ipc inital implementation
2021-12-23 19:42:10 +01:00
cryptozoidberg
ba35377d45
fixed #313
2021-12-02 16:45:43 +01:00
cryptozoidberg
b952183623
converted local UI config into JSON
2021-11-18 20:05:09 +01:00
cryptozoidberg
bd3cd91379
fixed problem with catch-return value
2021-11-17 16:41:32 +01:00
cryptozoidberg
a2eb47d7e4
fixes for disabling notification feature
2021-11-03 22:17:21 +01:00
cryptozoidberg
52440749ed
added api fo exporting tx history from UI
2021-10-24 17:42:30 +02:00
cryptozoidberg
7873ef2acc
implemented #242
2021-10-17 21:11:01 +02:00
cryptozoidberg
3babaa4f07
added support of disableing notifications for JS code
2021-10-17 15:51:55 +02:00
cryptozoidberg
52199f1c79
fixed seed info validation
2020-12-03 21:15:55 +01:00
cryptozoidberg
2d8adf2734
extended secure seed api for mobile wallet
2020-11-25 22:11:02 +01:00
cryptozoidberg
ca46baf24a
secure seed api extended
2020-11-24 20:01:46 +01:00
cryptozoidberg
03cb013695
Seed password implementation: in work
2020-11-20 00:37:48 +01:00
cryptozoidberg
b47e385279
simplewallet secure seed promt implemented
2020-11-18 23:05:58 +01:00
cryptozoidberg
c7aa656b3e
fixed dummy func
2020-10-17 20:08:00 +03:00
cryptozoidberg
80672a783b
added dummy method for CORE_BUSY situation modelling
2020-10-16 14:09:31 +03:00
sowle
4432ecbe08
gui: more careful logging
2020-09-26 16:19:36 +03:00
sowle
f2fa26f1d8
mainwindow: get_network_type() added to allow the GUI distinguish between mainnet and testnet
2020-09-19 05:56:21 +03:00
sowle
cb97ca9994
mainwindow: getting rid of unused code
2020-09-19 05:55:14 +03:00
cryptozoidberg
07830d7988
Merge branch 'release' into develop
2020-09-09 13:16:43 +02:00
Sergey Radionov
f24e271119
Some minor issues are fixed ( #212 )
...
* It's just waste of resources to use temp variable to call static members
also, according to docs, QString::fromStdString already take care about utf8 conversion,
so there is no need to do std::string -> C string -> QString conversion.
* Don't try use tray actions if tray is not available.
It just leads to the crash.
2020-09-05 17:29:41 +02:00
cryptozoidberg
e01e59df24
disabled tray notifications while wallet sync
2020-09-04 22:26:03 +02:00
cryptozoidberg
aea993f36b
implemented exclude_staking_txs filter
2020-09-01 00:26:46 +02:00
cryptozoidberg
77c7e9b0ce
Disabled developers context menu
2020-08-19 21:07:09 +02:00
sowle
2c54e15d50
auditable wallet tracking ID: attempt to simplify things and auto-determine restoration phrase type
2020-06-19 23:39:46 +03:00
sowle
2467d99afb
--qt-dev-tools option added for web UI debugging
2020-06-16 15:15:55 +03:00
cryptozoidberg
2a8a715df6
temporary: attempot to display devtools in qt
2020-06-16 03:57:06 +02:00
cryptozoidberg
f78a741ae5
added code for javascript debugging
2020-06-15 20:10:24 +02:00
sowle
fed07d2882
fix gui compilation
2020-06-15 15:03:48 +03:00
sowle
5bb8b369ff
restoring AWO wallets enabled for GUI backend + refactoring to made things simpler
2020-05-27 23:49:34 +03:00
sowle
24ed6c09bc
gui: make_response improved to log all non-ok responses
2020-03-30 16:39:52 +03:00