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
93c03e6682
Merge pull request #501 from gre/operation-list-perf
Optimize performance of OperationsList
7 years ago
Meriadec Pillet
c5d53d5b1e
Merge pull request #500 from gre/better-error-precision-for-receive
Better error message precision
7 years ago
Gaëtan Renaudeau
39a051e62f
Optimize performance of OperationsList
7 years ago
Gaëtan Renaudeau
dd5643044d
Merge branch 'master' into better-error-precision-for-receive
7 years ago
Meriadec Pillet
4ebf69b3e7
Merge pull request #498 from gre/export-button
Add export logs
7 years ago
Meriadec Pillet
442f636b98
Merge pull request #499 from gre/whitelist-cryptos
whitelist crypto currencies supported
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
Gaëtan Renaudeau
5927577e67
Merge pull request #497 from fdv/feature/clean-readme
Removes the license from the README
7 years ago
Frédéric De Villamil
7df21b8ef6
Removes the license from the README as it already exists as a separate file in the repository.
7 years ago
Meriadec Pillet
312fbae7e9
Merge pull request #496 from mmaton/font-fallback
Font fallback
7 years ago
Meriadec Pillet
e3d5bcdec6
Merge pull request #488 from gre/remove-libcore-queue
Libcore no longer need to run in queue
7 years ago
Gaëtan Renaudeau
3c6efe38f2
Merge branch 'master' into remove-libcore-queue
7 years ago
Gaëtan Renaudeau
a0f765ab4f
release.sh: add a check for font folder
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
Meriadec Pillet
34b3153aba
Merge pull request #489 from gre/remove-touchbar
remove touchbar feature. reconsider post mvp
7 years ago
Meriadec Pillet
f4b6a15f7a
Merge pull request #490 from gre/fix-disconnect-event
The rare event of a open() fail can still occur when you switch app
7 years ago
Meriadec Pillet
f0558505ec
Merge pull request #491 from gre/disable-pinch-zoom
disable pinch zoom
7 years ago
Meriadec Pillet
db60d6ae56
Merge pull request #492 from gre/deprecate-account-isSegwit
Deprecate usage of Account#isSegwit field
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
Meriadec Pillet
c485434bab
Merge pull request #483 from gre/sync-priorities
Improve how Sync happen
7 years ago
Meriadec Pillet
2c9904e949
Merge pull request #486 from meriadec/pixelpush/settings
Pixelpush/settings
7 years ago
Meriadec Pillet
90533907a2
Merge pull request #487 from valpinkman/manager-apps-tooltip
add tooltip to app page
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
bba96c736a
Merge pull request #480 from valpinkman/manager-workflow
ui manager for apps and search apps
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
Thibaut
5cee6b2ac7
Merge pull request #484 from MortalKastor/fix-back-button
Fix back button going to the wrong step on send flow
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
Meriadec Pillet
9e400748a1
Merge pull request #482 from meriadec/master
Fix the electron-builder version
7 years ago
meriadec
147baee35c
Fix the electron-builder version
relatable: https://github.com/electron-userland/electron-builder/issues/2958#issuecomment-395297195
7 years ago