Anastasia Poupeney
37b6074159
adding sentry logs to analytics, splitting select pin and write seed steps
7 years ago
Gaëtan Renaudeau
a5760aa74f
Use intermediary for calculating countervalue
7 years ago
Anastasia Poupeney
1d00e4ed9e
onboarding polishing, separating icons and illustrations
7 years ago
Gaëtan Renaudeau
fe2790ca43
refactor how sort accounts is implemented to only refresh if reorg
7 years ago
Gaëtan Renaudeau
35f9050e56
Bump live-common + add fee + soft reset
7 years ago
meriadec
76956a8ab3
process.env.__DEV__ to enable dev mode
7 years ago
meriadec
7627785d8b
Make UPDATE_ACCOUNT a standard redux action
7 years ago
Gaëtan Renaudeau
af916ce6e7
remove archived flag. future impl will differ
7 years ago
Gaëtan Renaudeau
197e3e190c
remove sort ops because it should be done by sync only if needed
7 years ago
Gaëtan Renaudeau
6bbe243dca
console.warn in case we try to add twice same account
fixme: this should never happen but i've been able to do it. this check is to be removed in the future
7 years ago
Anastasia Poupeney
5f598d8919
delete account in account settings
7 years ago
Gaëtan Renaudeau
231a2c78cb
Rework the process architecture & ipc
7 years ago
Gaëtan Renaudeau
366ee9e8b7
rework Currencies settings to fix confirmations & rm unused settings
7 years ago
Gaëtan Renaudeau
e45e3e676e
add env to skip onboarding
7 years ago
NastiaS
24bcdcde8d
adjust
7 years ago
NastiaS
1d894522d5
onboarding polishes
7 years ago
Gaëtan Renaudeau
a5d62d9ee3
fix langs
7 years ago
NastiaS
ebca76829e
comment out password step, genuine check wip
7 years ago
NastiaS
d7f57c9fd9
adding device type distinguishing, reusing radio group for buttons, updating icons, wording
7 years ago
NastiaS
c1ab2f44d0
genuine check screen, breadcrumb, disclaimer boxes
7 years ago
meriadec
ce7c843323
Connect BTC like transaction to LibcoreBridge
7 years ago
Gaëtan Renaudeau
df72d04638
Bugfix settings to always be saved even without DB:
there were a bug were the currency exchange settings was never saved
DB: is a too tricky pattern that we'll drop in the future.
the problem with this is that we actually miss cases where a DB: should be triggered
ultimately an action should be atomic and each changes it affect should be saved without extra magic
for performance purpose we can just === check if things have actually changed and we can do this at many levels
in the future, we will try to reorganize things to allow this better, for instance splitting latest countervalues vs historical countervalues so you only save the latest more frequently..
7 years ago
Gaëtan Renaudeau
4a18713bdc
Introduce walletbridge with Libcore WIP impl and Eth mock
7 years ago
NastiaS
5830008371
fixing flow-typed reselect issue
7 years ago
meriadec
c9f6f566ec
Refactor the internal folder mess
7 years ago
meriadec
17a7f314a7
Flow & pal
7 years ago
meriadec
8200523b5d
Integrate core account sync (without ops) in the account import process
7 years ago
NastiaS
8c781ba76d
writeSeed screen, taking footer out, factorizing
7 years ago
NastiaS
a536f80c7e
skeleton of onboarding flow and steps
7 years ago
NastiaS
0551de43be
onboarding wip
7 years ago
meriadec
9b1e24c9ad
Skeleton for the new onboarding
7 years ago
Gaëtan Renaudeau
cc87c1f8ed
Integrate countervalues changes
7 years ago
Gaëtan Renaudeau
11989902f7
Add developerMode settings
7 years ago
Gaëtan Renaudeau
01e7800319
fix tests
7 years ago
Gaëtan Renaudeau
89a7b54419
using list from https://github.com/LedgerHQ/ledger-wallet-chrome/blob/master/app/src/i18n/regions.yml
7 years ago
NastiaS
8edb4186c7
remove all user refs and update design of the top bar
7 years ago
NastiaS
0a64c95e84
locale for number formatting and language derived from the system
7 years ago
Gaëtan Renaudeau
67cb53aa03
fix flow
7 years ago
Gaëtan Renaudeau
c6c8f4a2ec
Integrate live-common library
7 years ago
NastiaS
c02874aed1
select perfomance improvements, small design fixes, wip
7 years ago
NastiaS
1430807a6b
wip live-112 settings page updates
7 years ago
meriadec
6f8bc7ae3a
Implement Onboarding boilerplate
7 years ago
Loëck Vézien
a442d5deca
Fix marketIndicator
7 years ago
meriadec
ca3e5cb55b
Rename `blockTime` to `lastSyncDate`
7 years ago
meriadec
b6c77a88ae
Handle recent types & settings changes on Operation and Account
- make sure no extra field is used in the app
- use currency settings to display confirmed/not-confirmed operation
- add blockHeight fetch when syncing account
7 years ago
Loëck Vézien
29bd3ab261
Add market indicators settings
7 years ago
meriadec
29a6880f73
Ability to change settings by currency
7 years ago
Loëck Vézien
2093dfed32
Add change password, fix unlocked when you don't have accounts
7 years ago
meriadec
d58273bb38
Work on set password
7 years ago
meriadec
5a569bca22
Ability to change the username
7 years ago