Iuri Matias
a69609a254
use default node config
2020-05-21 19:33:14 -04:00
Iuri Matias
a5f5f6f016
use constant for default networks
2020-05-21 19:33:14 -04:00
Iuri Matias
61b5d6e311
refactor/extract generateMultiAccounts method
2020-05-21 19:33:14 -04:00
Iuri Matias
6c03369ca2
refactor/extract saveAccountAndLogin method
2020-05-21 19:33:14 -04:00
Iuri Matias
f5a1c8a065
cleanup
2020-05-21 19:33:14 -04:00
Iuri Matias
8b5ec19fec
remove old test.nim; move relevant methods to accounts
2020-05-21 19:33:14 -04:00
Iuri Matias
8a0a5a2e60
separate model events from app events
2020-05-21 19:33:14 -04:00
Iuri Matias
d434af40e1
move generate addresses action to qml state machine enter state event
2020-05-21 19:33:14 -04:00
Iuri Matias
15b32ddd5a
remove lib file
2020-05-21 19:33:14 -04:00
Iuri Matias
ce236fbc82
cleanup
2020-05-21 19:33:14 -04:00
Iuri Matias
ff25fc818a
move logic to model
2020-05-21 19:33:14 -04:00
Iuri Matias
81a478d797
remove unsused method
2020-05-21 19:33:14 -04:00
Iuri Matias
7cd9ceac28
refactor: move onboarding logic out of the view
2020-05-21 19:33:14 -04:00
Iuri Matias
6e2f61b08e
add todos
2020-05-21 19:33:14 -04:00
Iuri Matias
23f72c77bc
move generateRandomAccountAndLogin out of view
2020-05-21 19:33:14 -04:00
Iuri Matias
2cf1541115
move storeAccount logic out of the view
2020-05-21 19:33:14 -04:00
Iuri Matias
033cd3bd06
rename onboarding view; cleanup
2020-05-21 19:33:14 -04:00
Iuri Matias
e08c4b75a4
rename onboarding view
2020-05-21 19:33:14 -04:00
Iuri Matias
6ef7c9008e
add controller for onboarding
2020-05-21 19:33:14 -04:00
Iuri Matias
40fcc1538a
move onboarding to onboarding module
2020-05-21 19:33:14 -04:00
Iuri Matias
48b600f3fd
move init node to status_accounts
2020-05-21 19:33:14 -04:00
Iuri Matias
0a2c8bc86c
fix rebase conflict
2020-05-21 19:33:14 -04:00
emizzle
dafd11fbc0
feat: onboarding generate new account
...
Generates 5 random accounts with identicons, allows user to enter password, then stores the account and logs in to the statusgo node.
Add EventEmitter that notifies nim_status_client.nim once node has started and is logged in (likely needs some refactoring to include the eventemitter in the base controller class).
Add QML StateMachine for the onboarding view.
Add nimcrytpo, uuids, eventemitter, isaac dependencies via submodules.
Add button to Intro view to randomly gen account.
2020-05-21 19:33:14 -04:00
Richard Ramos
ed683fd2f0
fix: support multiple subscribers per signal
2020-05-21 16:13:26 -04:00
Richard Ramos
1a92cda0d9
feat: add nim-chronicles
2020-05-21 15:16:24 -04:00
Iuri Matias
51ced8bc2d
display users identicon in the profile instead of an hardcoded one
2020-05-19 22:04:03 -04:00
Iuri Matias
24bb268934
add profile module; display username from one of the accounts instead of hardcoded one
2020-05-19 22:04:03 -04:00
Iuri Matias
5cc31ae28d
display identicons; display correct details for the user own messages
2020-05-19 19:40:40 -04:00
Iuri Matias
6a4c50fe9c
subscribe node module to notifications
2020-05-19 17:00:29 -04:00
Iuri Matias
755fd6056b
move block notification to node management tab
2020-05-19 17:00:29 -04:00
Jonathan Rainville
26d7cacaea
feat: add easy to use get function for chat channels
2020-05-19 16:29:39 -04:00
Iuri Matias
8341dd36c0
address code review changes
2020-05-19 15:29:57 -04:00
Iuri Matias
cd1e6780be
remove unused file
2020-05-19 15:29:57 -04:00
Iuri Matias
175c3a57f4
remove logic message model from view and replace it with view representation
2020-05-19 15:29:57 -04:00
Iuri Matias
1883a4bc1f
display users own message
2020-05-19 15:29:57 -04:00
Jonathan Rainville
33011385af
feat: enable to send private messages after doing add chat
...
Fixes #50
2020-05-19 15:16:31 -04:00
Pascal Precht
76a0b55d47
feat(ui/wallet): add basic form to send transaction
...
Closes #49
2020-05-19 11:48:41 -04:00
Pascal Precht
407577c247
feat(status/wallet): add APIs to retreive accounts
2020-05-19 11:48:41 -04:00
Pascal Precht
a09f694d23
feat(core/libstatus): expose status-go sendTransaction
binding
2020-05-19 11:48:41 -04:00
Richard Ramos
87e31105e3
Code cleanup
2020-05-19 06:30:30 -04:00
Richard Ramos
03f48c5a25
fix: rename files
2020-05-18 16:41:16 -04:00
Richard Ramos
a4deb4b7a9
Display chat messages
2020-05-18 16:41:16 -04:00
Richard Ramos
df1199060d
Apply polymorphism to signals, instead of using json strings
2020-05-18 16:41:16 -04:00
Richard Ramos
110bd25c06
Register signals for chat messages
2020-05-18 16:41:16 -04:00
Zahary Karadjov
390322dc6a
Clarify the required use of globals
2020-05-18 16:25:57 -04:00
Richard Ramos
9411aa61e7
feat: display message in wallet
2020-05-18 11:42:50 -04:00
Richard Ramos
beb5f1520f
feat: signal handling
2020-05-18 11:42:50 -04:00
Richard Ramos
a80a6c623b
fix: signal handler integration with status-go
2020-05-18 11:42:50 -04:00
Iuri Matias
0b278a9208
move app specific folders into the app folder
2020-05-15 18:43:32 -04:00
Iuri Matias
f6528ee476
rename assetsView to walletView
2020-05-15 18:43:32 -04:00