Gaëtan Renaudeau
dddee5afeb
disable pinch zoom
7 years ago
Gaëtan Renaudeau
af794ac623
The rare event of a open() fail can still occur when you switch app
this will fix it
7 years ago
Gaëtan Renaudeau
0afff29ea1
remove touchbar feature. reconsider post mvp
7 years ago
Gaëtan Renaudeau
d1a74c447c
Libcore no longer need to run in queue
The fact we currently have SYNC_MAX_CONCURRENT obviously help.
Technically it should be possible to set SYNC_MAX_CONCURRENT to higher values, libcore should be fine,
but there is obviously an issue, so it will be up to core devs to investigate this, can set LEDGER_SYNC_MAX_CONCURRENT env var
7 years ago
Valentin D. Pinkman
22a770241c
add tooltip to app page
7 years ago
meriadec
2b52c17ec4
Pixel push session for Settings page and other stuff
7 years ago
Valentin D. Pinkman
cd75857b8e
ui manager for apps and search
7 years ago
meriadec
07409a8c14
Remove click on operation account
7 years ago
meriadec
05cbc41988
Update SideBarListItem design
7 years ago
Gaëtan Renaudeau
2170e34583
Improve how Sync happen
- a priority queue
- don't sync during critical part of the app
- don't sync more than 2 at same time
- sync when opening a specific account
- sync a selected account in the send/receive modals
- refresh countervalue in send
room for improvment around this:
withLibcore() need to lock less often. typically we lock the whole libcore during a http call triggered by a sync. this blocks the Sign Transaction on device to happen. we also need to be able to interrupt a sync, which is not yet implemented.
7 years ago
Thibaut Boustany
4771ec1e86
Fix back button going to the wrong step on send flow
7 years ago
meriadec
9714a4cdd7
Remove accessibility helper on SideBarListItem
7 years ago
Thibaut Boustany
f22a6f43e8
Fix unwritable gas limit field
7 years ago
Gaëtan Renaudeau
8326efb123
Tweak the debounce time to fix (rare) false positive
7 years ago
Anastasia Poupeney
8def4f5571
pixel polish, a few functional fixes, some new icons
7 years ago
Anastasia Poupeney
0a869d2525
pixel fixes wip onboarding
7 years ago
meriadec
304148071e
Prettify again our code after prettier update
7 years ago
Gaëtan Renaudeau
3ff6887c17
optim a bit Operation render time
7 years ago
meriadec
978f76068b
Feedbacks integration on sync state
7 years ago
Gaëtan Renaudeau
e5a4b4a5de
better default naming
7 years ago
meriadec
1af6f5b215
Refactor ActivityIndicator
7 years ago
Gaëtan Renaudeau
d3f9fe80e9
huge hack that fix the bug
7 years ago
Gaëtan Renaudeau
b08995cc3c
make onChange methods
7 years ago
Gaëtan Renaudeau
69f516592b
tweak rates
7 years ago
Gaëtan Renaudeau
1c5b6a713e
add support for BCH & BTG. move in the signTransaction func
7 years ago
Gaëtan Renaudeau
09eb38c9f9
Update SendModalBody.js
7 years ago
Gaëtan Renaudeau
cba5a9e2d4
Fix many bugs in Send flow
7 years ago
Gaëtan Renaudeau
5b33845a7f
fix mutating the store accounts!
btw in future we should just pass option to the Select so we don't need to .map
7 years ago
Gaëtan Renaudeau
fb41a3fdd1
add logger to have more logs logged!
7 years ago
Gaëtan Renaudeau
2b902cbf5c
bump some deps
7 years ago
Gaëtan Renaudeau
ba3cfd6739
Polish code of reducers/accounts
7 years ago
Gaëtan Renaudeau
dbcbe66c6a
Fix countervalues for testnets
7 years ago
Anastasia Poupeney
262d1f4bf9
remove not needed anymore component
7 years ago
Gaëtan Renaudeau
650e8ea2ad
more dynamic refresh rate on EnsureDeviceApp
check needs to be faster when the app is not opened
7 years ago
Gaëtan Renaudeau
34a1621c0a
debounce the device add/remove + better logs
7 years ago
Anastasia Poupeney
a5ac3e88ea
BUG double request to confirm the address on the device in prod
7 years ago
Gaëtan Renaudeau
d4c79fefc6
really fix reorgs of Eth
7 years ago
Gaëtan Renaudeau
3ba6d4e83e
bugfix
7 years ago
Gaëtan Renaudeau
0cab8a80ee
LibcoreBridge: perf + optimistic update
7 years ago
Gaëtan Renaudeau
d51ddbf801
fix countervalue for btc
7 years ago
Gaëtan Renaudeau
ef2275ccae
fix important bug that was not refreshing the blockHeight for Ethereum
7 years ago
Gaëtan Renaudeau
9b98e5cf8b
polish
7 years ago
Gaëtan Renaudeau
729490f22e
fix sort bugs + re-implement the Balance & name
7 years ago
Gaëtan Renaudeau
6831a98bb6
fix potential issue during reorgs
7 years ago
Gaëtan Renaudeau
d423f620ae
improve perfs, use flex-wrap on dashboard
7 years ago
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
fce791e88a
splitting recovery phrase screen in 3 to accomodate all use cases
7 years ago
Gaëtan Renaudeau
21ceb2b0a9
Fix getAddress
7 years ago
Anastasia Poupeney
01e38d1087
fix lint issues
7 years ago