Thibaut Boustany
b83e17d223
Render markdown
7 years ago
Thibaut Boustany
5db25f231b
Fetch release notes
7 years ago
Thibaut Boustany
4869bd6888
Only show modal if current version is newer + save as last used version
7 years ago
Thibaut Boustany
d53f7b9b3b
WIP: load last used version from settings
7 years ago
Thibaut Boustany
5fb8598df9
WIP: Release notes modal
7 years ago
meriadec
564f57ec4d
Add accounts: handle cta wording and unselect all
7 years ago
Anastasia Poupeney
d5836106bd
temp confirmation added when deleting account for dev purposes
7 years ago
Valentin D. Pinkman
cdc018bd34
use new production api (temporary url) for commands
7 years ago
meriadec
e17ca0f716
Fix i18next plural resolving
7 years ago
Gaëtan Renaudeau
40d8915310
Polish operationslist: Drop always true prop
7 years ago
meriadec
cbaf653d2e
Separate importable/creatable accounts
7 years ago
meriadec
baaa6bdb5c
Fix when removing selected currency in select
7 years ago
Gaëtan Renaudeau
1a7a96ca8b
save about 10ms at each re-render of Account Page
7 years ago
Anastasia Poupeney
efeb16d987
remove unnecessary compexity from footer definition in onboarding
7 years ago
Valentin D. Pinkman
2272c7e639
removed nested function and separated update button to other file
7 years ago
meriadec
15b82f9800
Ability to trigger a hard reset with LEDGER_RESET_ALL
7 years ago
meriadec
d1cf946ef0
Implement hard reset on libcore side
7 years ago
Anastasia Poupeney
67de591bb1
removing comments
7 years ago
meriadec
7583f4d148
Add `isLoading` prop in Button and ConfirmModal
7 years ago
Valentin D. Pinkman
a77a8e113b
remove unused comments and fixes
7 years ago
Anastasia Poupeney
07ba5f0677
password related changes
7 years ago
Anastasia Poupeney
7784c80d9f
wip password refactor and password page onboarding
7 years ago
Valentin D. Pinkman
67c296e3c3
ui for firmware update
7 years ago
Gaëtan Renaudeau
39a051e62f
Optimize performance of OperationsList
7 years ago
Gaëtan Renaudeau
16c96c19d0
Better error message precision
- differenciate between wrong app & wrong account
- unify isCurrencyAppOpened back into getAddress (making it more strong for bitcoin related apps)
7 years ago
Gaëtan Renaudeau
8b55b95e28
whitelist crypto currencies supported
7 years ago
Gaëtan Renaudeau
741bad16de
Add export logs
7 years ago
Max Maton
9826d58891
Replace outdated snapshot
7 years ago
Max Maton
ec8d0e97fe
Fixing linter errors
7 years ago
Max Maton
f48c7773f6
Updated language packs, set fallback font family on style helper for those of us who don\'t have access to Museo Sans
7 years ago
Gaëtan Renaudeau
67982af35a
Fix error display
7 years ago
Gaëtan Renaudeau
1e39c4df58
Deprecate usage of Account#isSegwit field
in future, we probably even want to go farther: introducing a purpose field as in `m/purpose'/coinType'/index'` of bip3Z
7 years ago
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