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
Gaëtan Renaudeau
a10e9d2edd
Merge pull request #1287 from NastiaS/fix/1228
fixes #1228
7 years ago
Gaëtan Renaudeau
abb6e7baa7
Merge pull request #1296 from gre/fix-zcash
Fix zcash
7 years ago
Gaëtan Renaudeau
2683924359
Merge pull request #1298 from amougel/feature/ee_support
add support for ee
7 years ago
Anastasia Poupeney
8d1b786515
wording
7 years ago
amougel
67638926df
add support for ee
7 years ago
Anastasia Poupeney
b3a6ae4582
fixes #1112
7 years ago
Gaëtan Renaudeau
74082a3ee9
Fixes ZCash extraData
related https://github.com/LedgerHQ/ledgerjs/pull/192
7 years ago
Anastasia Poupeney
665479cf9f
update coinhouse url
7 years ago
Gaëtan Renaudeau
5f72efaf9c
Merge pull request #1295 from valpinkman/fix/remove-cursor-pointer
remove unwanted cursor pointer to have a more native experience.
7 years ago
Valentin D. Pinkman
0d96853fcd
remove unwanted cursor pointer to have a more native experience
7 years ago
Anastasia Poupeney
418bdcea61
fixes #1228
7 years ago
amougel
751e616434
Merge pull request #1286 from amougel/fix/1273
Changes confirm button color for clearing cache
7 years ago
Valentin D. Pinkman
1fd15a79fb
Merge pull request #1285 from valpinkman/fix/flex-operation-list
rework flex box on operation list. fixes #1115
7 years ago
amougel
48e4bf7aff
fix #1273
7 years ago
Valentin D. Pinkman
797cea77b0
rework flex box on operation list. fixes #1115
7 years ago
dasilvarosa
66c2961318
More information on clear cache modal
7 years ago
Gaëtan Renaudeau
4b03c94e60
Update feature_request.md
7 years ago
Gaëtan Renaudeau
18886f5ecc
Update enhancement.md
7 years ago
Gaëtan Renaudeau
36fe4a2c0d
Update enhancement.md
7 years ago
Gaëtan Renaudeau
75d39e7496
Merge pull request #1250 from NastiaS/ui-polish-branch
add account error step in modal
7 years ago
Anastasia Poupeney
44bbb1ff63
add account error step in modal single commit
7 years ago
Gaëtan Renaudeau
6cb88087c5
Merge pull request #1264 from NastiaS/minor-updates-branch
Minor design adjustment on the manager modal
7 years ago
Gaëtan Renaudeau
07e7292a2b
v1.0.5
7 years ago
Gaëtan Renaudeau
274de7147b
Merge pull request #1262 from gre/hotfixes/1.0.5-2
Prepare for 1.0.5
7 years ago
Gaëtan Renaudeau
128d412ce1
Merge pull request #1261 from gre/hotfixes/1.0.5
Prepare for 1.0.5
7 years ago
Anastasia Poupeney
27e03b9874
small design inconsistencies in manager modal error state
7 years ago
Gaëtan Renaudeau
d37e305604
Fixes filepathReplace
7 years ago
Gaëtan Renaudeau
2bf9ab2804
Fixes derivation of ETC legacy paths
7 years ago