Gaëtan Renaudeau
fcd3278df6
fix flow
7 years ago
Gaëtan Renaudeau
ef2b9f838c
Merge pull request #708 from LedgerHQ/master
Master
7 years ago
Gaëtan Renaudeau
e99467da43
Fix error to show during DeviceConnect step
7 years ago
Gaëtan Renaudeau
1145eed414
Fix ActivityIndicator to only spin on user interaction or outdated
7 years ago
Gaëtan Renaudeau
d498b466ed
Merge pull request #704 from LedgerHQ/develop
Prepare for beta.3
7 years ago
Meriadec Pillet
cde95031e4
Merge pull request #706 from LedgerHQ/l10n_develop
New Crowdin translations
7 years ago
Meriadec Pillet
0cb2b7cefc
Merge pull request #697 from gre/animated-onboarding-finish
Implement ConfettyParty
7 years ago
ledger-bot
aa460fb4d9
New translations app.yml (French)
7 years ago
Gaëtan Renaudeau
fcf8d6d2ac
Merge pull request #701 from gre/proposal-up-to-date
Add 'Outdated' concept
7 years ago
Meriadec Pillet
ced82d24e8
Merge pull request #705 from NastiaS/minorFixesBranch
Minor fixes branch
7 years ago
Gaëtan Renaudeau
0e354da916
Merge pull request #685 from amougel/feature/getDeviceInfo
Refactoring
7 years ago
Anastasia Poupeney
d3ee8f1c37
minor fix for the import path
7 years ago
Anastasia Poupeney
731c791158
splitting genuine check to more components, onboarding
7 years ago
amougel
45c90e8446
Merge branch 'feature/clubcoin' into feature/getDeviceInfo
7 years ago
amougel
4957ab6a6d
Merge branch 'develop' into feature/getDeviceInfo
7 years ago
amougel
c89a1cd2fe
fix apdus
7 years ago
Gaëtan Renaudeau
7f4d833ce9
serialize error that go through libcore as well
this help for translated errors
7 years ago
Anastasia Poupeney
492554b77c
onboarding max width for genuine check error
7 years ago
Meriadec Pillet
b0d3bb8f96
Merge pull request #699 from gre/export-on-crash-init
Add export on init crash + make error selectable
7 years ago
Meriadec Pillet
bea049be5a
Merge pull request #689 from LedgerHQ/l10n_develop
New Crowdin translations
7 years ago
Gaëtan Renaudeau
b9da1346ee
Merge pull request #703 from meriadec/fix-zombie-processes
Fix zombie processes
7 years ago
Meriadec Pillet
8d8c21df34
Merge pull request #702 from gre/bump-ledgerjs
bump ledgerjs
7 years ago
meriadec
535943c95f
Make dev env stop when closing window
7 years ago
meriadec
e26c85db46
Fix zombie processes by hardly terminate them on window close
To be improved: this commits introduce regression on OSX behaviour
when hiding the window: before it was keeping the app opened, and
auto locking it. Now it kills it :D
I honestly think it's worth it regarding the problem zombies process
causes (LOCK on sqlite...).
7 years ago
meriadec
c7404635e8
Put back `yarn dist:dir`
7 years ago
Gaëtan Renaudeau
222c6ef8fd
bump ledgerjs
7 years ago
Gaëtan Renaudeau
ab9d1b25a1
Merge pull request #700 from gre/app-size-in-constants
Define app min size in constants so we can override by env
7 years ago
Gaëtan Renaudeau
d6f3a183a9
Add 'Outdated' concept
Outdated rarely happen: it's only if you have not yet pulled for a time and you had no network condition. because otherwise, our pull interval is always smaller than the time we consider 'outdated' (set at block time + 5mn to be safe)
In case an error occur during the sync, we won't show it until one of the account is also outdated, which i think will lighten a bit the cases we have errors. we can decide later to be smarter and more verbose (like being able to know which account have a problem, which one is not sync etc..) but we'll need to have a design for it
7 years ago
Gaëtan Renaudeau
b91be280d9
Define app min size in constants so we can override by env
7 years ago
Gaëtan Renaudeau
246881ccd4
Merge pull request #698 from gre/no-rounding-in-critical-parts
Disable balance rounding where it's important (where enough space)
7 years ago
Gaëtan Renaudeau
94ce20cff0
Add export on init crash + make error selectable
7 years ago
Gaëtan Renaudeau
4319c1b421
Disable balance rounding where it's important (where enough space)
7 years ago
Gaëtan Renaudeau
3f5e5f2223
Merge pull request #696 from MortalKastor/windows-signing
Sign installer on Windows
7 years ago
Gaëtan Renaudeau
0355a22431
Merge pull request #695 from valpinkman/fix/error-in-ws
fix error throwing when exchanging apdus
7 years ago
Gaëtan Renaudeau
bbc195a3d4
Implement ConfettyParty
7 years ago
Thibaut Boustany
1f8c5f2a54
Sign installer on Windows
7 years ago
Meriadec Pillet
bb5ee89cbe
Merge pull request #694 from valpinkman/fix/uglify-mangling
remove mangling when building rendered in production
7 years ago
Valentin D. Pinkman
49f9548f33
fix error throwing when exchanging apdus
7 years ago
Valentin D. Pinkman
cea276818c
cleanup webpack main.config
7 years ago
Valentin D. Pinkman
5d20599da7
remove mangling when building rendered in production
7 years ago
Meriadec Pillet
003e6aefe4
Merge pull request #693 from meriadec/stepper
Stepper component
7 years ago
Gaëtan Renaudeau
4f947612f2
Merge pull request #688 from MortalKastor/harden-build
Native deps building failproofing
7 years ago
meriadec
826601a911
Prettier
7 years ago
meriadec
b8a62764ab
Refacto AddAccount modal to use Stepper
...and also prevent passing `setState` from parent component to children
7 years ago
meriadec
5db35eea17
Create the Stepper component to ease our steps workflows
7 years ago
Thibaut Boustany
93333fcb49
\n
7 years ago
Meriadec Pillet
b58f870e8d
Merge pull request #690 from valpinkman/nvmrc
add default version for node with .nvmrc
7 years ago
meriadec
1ea36dde80
Add \n to .nvmrc
7 years ago
Meriadec Pillet
6a9902e802
Merge pull request #692 from meriadec/polishes-and-refacto
Polishes and refacto
7 years ago
meriadec
14cb342677
Move EnsureDeviceApp out of its folder
7 years ago