meriadec
9bb448a3b0
Fix outline button active style
7 years ago
Gaëtan Renaudeau
caa1930180
Simplify listenDevices
7 years ago
Meriadec Pillet
16bc1a3ba7
Merge pull request #1336 from gre/portfolio-more-modular
More modular portfolio split into components
7 years ago
Gaëtan Renaudeau
cceb35dded
Merge pull request #1288 from NastiaS/ui-polish-branch
modify wording on add account modal
7 years ago
Gaëtan Renaudeau
8a496d83bd
Merge pull request #1283 from dasilvarosa/wording
More information on clear cache modal
7 years ago
Gaëtan Renaudeau
ddf5d548dc
update wording
7 years ago
Gaëtan Renaudeau
24915b7231
Split AccountCard as well
7 years ago
Gaëtan Renaudeau
ddce9589c5
More modular portfolio split into components
7 years ago
Gaëtan Renaudeau
b02bdb630d
Merge pull request #1325 from gre/kill-process-if-locking
Add more timeout on the sync to avoid "forever running" issues
7 years ago
Gaëtan Renaudeau
e13294a57e
Merge pull request #1335 from amougel/feature/remove_env_var
Remove LEDGER_RESET_ALL
7 years ago
amougel
c1572d58f8
Remove LEDGER_RESET_ALL
7 years ago
Thibaut Boustany
35c30e7ebd
New `hw-transport-node-hid` version
7 years ago
Thibaut Boustany
20297b6c2b
`retry` restored to fix comm error on app change
7 years ago
Thibaut Boustany
53372a1fe2
Using hw-transport-node-hid beta with usb devices detection
7 years ago
Gaëtan Renaudeau
3e71c48917
Add more timeout on the sync to avoid issues
7 years ago
Gaëtan Renaudeau
0216df156e
Merge pull request #1334 from meriadec/build-arch-1.0.7
Bump to v1.0.7 for Arch package
7 years ago
meriadec
d615fac13e
Bump to v1.0.7 for Arch package
7 years ago
Gaëtan Renaudeau
a58318c2d7
Merge pull request #1332 from valpinkman/fix/send-ethereum-modal
fixes sent modal for ethereum/litecoin when no balance was set
7 years ago
Gaëtan Renaudeau
c313f3ef8d
Merge pull request #1326 from gre/refresh-eth-balance-even-if-no-txs
Refresh ETH balance even if there is still no txs
7 years ago
Meriadec Pillet
b75e090784
Merge pull request #1333 from meriadec/develop
Master => Develop
7 years ago
meriadec
b53cd68fcd
Merge branch 'master' into develop
7 years ago
Valentin D. Pinkman
dd590854f3
fixes sent modal for ethereum/litecoin when no balance was set
7 years ago
Gaëtan Renaudeau
d33c4634a3
Merge pull request #1328 from valpinkman/fix/btc-custom-fees
fix fees for bitcoin. fixes #1306
7 years ago
Meriadec Pillet
8b1d6a56f5
Merge pull request #1327 from meriadec/feature/linux-automated-release
Finalize CI Linux release (fetching private assets from S3)
7 years ago
Valentin D. Pinkman
74cd3792f0
fix fees for bitcoin. fixes #1306
7 years ago
meriadec
d87e9b4bf5
Finalize CI Linux release (fetching private assets from S3)
closes #1226
7 years ago
Gaëtan Renaudeau
303ee096a7
also check the balance is zero to stop scanning
7 years ago
Gaëtan Renaudeau
ceaf038cd7
Refresh ETH balance even if there is still no txs
this is a workaround because API don't show contract txs
7 years ago
Gaëtan Renaudeau
481953e466
Merge pull request #1324 from meriadec/feature/persistence-debounced-save
Debounce fs access
7 years ago
meriadec
3b56d4c820
Debounce fs access
7 years ago
Gaëtan Renaudeau
c26659fb2c
v1.0.7
7 years ago
Anastasia Poupeney
bc3b746669
update 2 endpoints for exchanges
7 years ago
Gaëtan Renaudeau
0ff2aa618f
Merge pull request #1309 from valpinkman/explicit-params
removed unwanted params for GET http calls, also removed helpers/common
7 years ago
Gaëtan Renaudeau
088a21041b
Merge pull request #1297 from meriadec/feature/1235-rework-persistence
Rework persistence data layer
7 years ago
meriadec
813d8ffbeb
Rename db.isKeyEncrypted to db.hasBeenDecrypted for clarity
and change its return value, eh.
7 years ago
Valentin D. Pinkman
51f8eacd9a
removed unwanted params for GET http calls, also removed helpers/common
7 years ago
Gaëtan Renaudeau
357dd23b2a
Merge pull request #1304 from gre/optim-libcore-commands-input
Optimize a bit libcoreSignAndBroadcast and libcoreSyncAccount perf
7 years ago
Gaëtan Renaudeau
a1eb1fd4c4
Merge pull request #1307 from gre/debug-app-version-on-error
Add a way to get app version and log it if there is an error
7 years ago
Gaëtan Renaudeau
c047da019c
Merge pull request #1299 from NastiaS/fix/1112
fixes #1112
7 years ago
Valentin D. Pinkman
4fcd2372b8
Merge pull request #1303 from valpinkman/fix/pointer-feedbacks
fixes on cursors
7 years ago
Gaëtan Renaudeau
c301757dad
Add a way to get app version and log it if there is an error
7 years ago
Gaëtan Renaudeau
d19546b08f
Optimize a bit libcoreSignAndBroadcast and libcoreSyncAccount perf
7 years ago
Valentin D. Pinkman
12a2e9f90f
fixes on cursors
7 years ago
meriadec
4e84362617
Rework persistence data layer
Closes #1235
This commit introduce a pretty big change on how app data files are
managed. Instead of having multiple `accounts.json`, `settings.json`,
`user.json`, `countervalues.json`, it now store everything in a single
`app.json`. And it does it in an *async* way, so it should prevent some
frame loss.
Migration will be seamless, and will keep `accounts.json` encryption if set.
So no user action is involved.
This changes comes also with some simplification on password handling
(e.g: no more need to store password hash).
/!\ Disclaimer
During development, I ran about a weird issue (~ 3 or 4 times) when my
data was simply "erased" in the file, so back to onboarding, no more settings,
etc. I suspect race/write condition, something with write-file-atomic, but I
didn't managed to reproduce, everytime I tried. Anyway, I feel not 100% confident
with it, so if you guys can test on your side, with your data (with encryption
key or not) it will help a lot!
7 years ago
Gaëtan Renaudeau
8ac1eb0bcf
v1.0.6
7 years ago
Gaëtan Renaudeau
df2d4ff6d5
Merge pull request #1302 from gre/hotfixes/1.0.6
Prepare 1.0.6
7 years ago
amougel
a9221c4757
add support for ee
7 years ago
Gaëtan Renaudeau
34319e7c5e
Fixes ZCash extraData
related https://github.com/LedgerHQ/ledgerjs/pull/192
7 years ago
Gaëtan Renaudeau
06f14e8af2
Merge pull request #1301 from meriadec/bump-arch-build
Bump Arch PKGBUILD to v1.0.5
7 years ago
meriadec
47d449b040
Bump Arch PKGBUILD to v1.0.5
7 years ago