Gaëtan Renaudeau
6abee8c2aa
Better logger system, fix race condition, smaller log exports
7 years ago
Gaëtan Renaudeau
ae583a5847
Fix input to take an ?Error for display error
this allow error of Input to be translatable in errors.yml
7 years ago
Gaëtan Renaudeau
3685087d8e
Start logging Import errors
7 years ago
Gaëtan Renaudeau
05db6766f4
Fixes #948 cur.managerAppName for better precision in app to install
7 years ago
Gaëtan Renaudeau
48154a8aa5
More robust implementation of Error fallback
- in future we won't anymore see "unworded" error cases
- it will always fallback to the generic case if error is not worded which is what we want (like the previous Error wording)
7 years ago
Gaëtan Renaudeau
6c4bf1f97a
Fixes #917
7 years ago
meriadec
73781472cb
Add SyncBackground component
closes #904
7 years ago
Gaëtan Renaudeau
7350954277
Fix and improve logs
- bugfix that if your log file reach 20Mb the exported log is not the correct one
- make the log files rotate to a gzip
- include APDU in logs
- blacklist some commands that was producing way too intensive logs
- don't log the redux action anymore. it's not that useful and way too verbose to log
7 years ago
Anastasia Poupeney
ff3248cd76
fixes #1005
7 years ago
Gaëtan Renaudeau
6bf4e175f5
Fix error imprecision
7 years ago
Anastasia Poupeney
87e2adb637
fixes #959
7 years ago
Gaëtan Renaudeau
0ca9a368d4
Contact Support -> support, Github button -> github issues link
7 years ago
Gaëtan Renaudeau
cd1be4d531
Better sentry logs + opt-out from tracking xhr/ui clicks/..
7 years ago
Anastasia Poupeney
3e158fb2b4
adding 2 new exchanges, extracting urls and making them more general
7 years ago
meriadec
d474e0b976
Remove length limitation on password
closes #953
7 years ago
NastiaS
2e0de56d11
Fixes #932 - UI polish sideBar ( #938 )
7 years ago
meriadec
548ae0d229
Update chart tooltip date format
7 years ago
meriadec
dbdec1869f
Correct date format for chart Tooltip
7 years ago
Gaëtan Renaudeau
483457fba0
App Starts is a mandatory track
7 years ago
meriadec
e7f8db2610
Bold support in Markdown component
closes #906
7 years ago
meriadec
d1aaef348b
Prevent modal close when we are in Receive step 4
closes #907
7 years ago
meriadec
4fc4878ac4
Correct loading state indicator in SelectExchange when no exchange available
closes #911
7 years ago
Gaëtan Renaudeau
a3ad155b62
Add missing App Starts event
7 years ago
Gaëtan Renaudeau
426ae54cc7
Don't render Empty account placeholder if there is a balance
this is a tradeoff for #914
7 years ago
Gaëtan Renaudeau
9f97534d7e
Bugfix blocking next if errors in send step1
7 years ago
Valentin D. Pinkman
59919743ce
exit from mcu flashing state and add wording to loading state
7 years ago
Gaëtan Renaudeau
39556ac3be
Better error precision on canBeSpent cases
- error precision: in case there is an error but it's not a "NotEnoughBalance" error, we display it instead
- canBeSpent(a,t)=>Promise<bool> was replaced by checkCanBeSpent(a,t)=>Promise<void> which will throw if something is wrong (NotEnoughBalance or something else!)
- cache eviction of bad error: in case such an error happen, we clear the cache to allow to always retry the call that fails
- the cache make sure it is always up to date by taking a.blockHeight
7 years ago
Gaëtan Renaudeau
aad98ff185
Amount field must remount when account changes
Fixes a critical bug where if you open an Ethereum account, hit send and then switch crypto, you can end up in very weird state
7 years ago
Gaëtan Renaudeau
995f0fc085
Send: step4: Fix missing Button in some coins like stealth
7 years ago
meriadec
2fc246fe45
Fix firmware disclaimer wording
7 years ago
Gaëtan Renaudeau
b00624ebcc
Add missing Privacy section
7 years ago
Valentin D. Pinkman
dd8436c171
fix release note modal to fetch only when opened and not on mount
7 years ago
Gaëtan Renaudeau
d7b0cc09d4
Fix false positive in genuine check
this happen when server close ws connection too early
and/or has not sent a "success" event :o
7 years ago
Gaëtan Renaudeau
eb76d60ce7
add more logs in genuine check
7 years ago
Anastasia Poupeney
b38bdadc4d
manager firware card title and icon dynamic for nano and blue
7 years ago
Valentin D. Pinkman
984d50a9c2
open link from markdown into external browser
7 years ago
Valentin D. Pinkman
7829c97554
small fixes
7 years ago
meriadec
d865504bc6
Remove close button on last step of Send flow
7 years ago
meriadec
132e85df6b
Re-re-re-re-change DeviceInteraction step background
7 years ago
Anastasia Poupeney
814c27d69d
add blue hover to learn more links onboarding analytics
7 years ago
Anastasia Poupeney
85e79ff6ad
fixing bug on Contact Us doing nothing on the receive flow Reject screen
7 years ago
Anastasia Poupeney
f7c500c7c2
integrate tracking of pages and some events in the receive flow
7 years ago
Gaëtan Renaudeau
da9c37e2e5
Add HookDeviceChange + FreezeDeviceChangeEvents
7 years ago
Gaëtan Renaudeau
3a9949a295
Fix important missing errors
7 years ago
Gaëtan Renaudeau
4d4d6ba814
Add c+r to reload the app
7 years ago
Gaëtan Renaudeau
28f377bcb4
Drop unused Print and make Onboarding rendering from inside Default
7 years ago
Valentin D. Pinkman
3495b990e1
minimal error handling for mvp
7 years ago
Anastasia Poupeney
ebb2441647
add tracking to the send modal
7 years ago
meriadec
cf184cd26e
Libcore handling of splitted currencies
7 years ago
meriadec
a689e41c72
Add About section in Settings, and move some items
7 years ago