Anastasia Poupeney
598b4ef10e
adding alt prop to all images
7 years ago
Anastasia Poupeney
ec3f52efd2
live logo with shadow integrated on all onboarding pages
7 years ago
Anastasia Poupeney
8ea85e832e
wrapping all strings in the js files in {} with quotes
7 years ago
Anastasia Poupeney
44e0bc021d
wip wording meeting corrections
7 years ago
Gaëtan Renaudeau
411647a900
Merge pull request #718 from gre/analytics
Bootstrap analytics
7 years ago
Gaëtan Renaudeau
a9a9f40ccb
Merge pull request #717 from dasilvarosa/wording
Wording improvements after review
7 years ago
Gaëtan Renaudeau
278373ed9b
Bootstrap analytics
- Two components: <Track> and <TrackPage>. we should try to ALWAYS use them. only case you might not use them is for imperative events (click, etc..)
- also: introduce a "Use system locale" for the language because analytics need to diffferenciate if lang was set by user of fallbacked. it's also better when we'll introduce new lang to users to directly auto switch to their system's
- started to track some pages and events. there will be more required and we'll have to add some in the next days
7 years ago
ddasilva
e632b2235d
typo
7 years ago
ddasilva
663c47ad1e
Treat PR comments
7 years ago
ddasilva
814d7c9587
Replace funds by crypto assets, improved empty state texts
7 years ago
ddasilva
84ab13a8a0
Wording updates
7 years ago
ddasilva
f323653854
Wording review 1
7 years ago
ddasilva
7a4b6c6139
Wording updates
7 years ago
Gaëtan Renaudeau
c9726a4304
pixel push from wording sessions
7 years ago
Gaëtan Renaudeau
e110b647ae
Merge pull request #713 from LedgerHQ/master
v1.0.0-beta.3
7 years ago
Gaëtan Renaudeau
63c97f9065
Merge pull request #712 from LedgerHQ/master
Merge pull request #711 from LedgerHQ/develop
7 years ago
Gaëtan Renaudeau
efea52b8f6
v1.0.0-beta.3
7 years ago
Gaëtan Renaudeau
13544f23a9
Merge pull request #711 from LedgerHQ/develop
Prepare for beta.3
7 years ago
Gaëtan Renaudeau
40cedbc3d9
Merge pull request #710 from MortalKastor/windows-installer-polish
Windows installer polish
7 years ago
Thibaut Boustany
0b7607bcb6
Installer visuals update
7 years ago
Thibaut Boustany
416b81d233
Don't build Windows ia32
7 years ago
Gaëtan Renaudeau
d867945d7d
fix manager
7 years ago
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