Commit Graph

97 Commits

Author SHA1 Message Date
librelois 7eff91c5dc feat(dubp):add methods getLegacyPublicKey & signLegacy for legacy wallet
legacy wallet is a wallet generated with deprecated (salt+password) process
2021-02-02 22:59:17 +01:00
librelois 1bc74f25f8 feat(dubp): adapt secret code len depending on system memory 2021-02-02 22:59:17 +01:00
librelois 61eca576f2 ref(dubp): make gen_mnemonic really async 2021-02-02 22:59:17 +01:00
poka 91bf7a653e Add Cs+ data 2021-02-02 20:33:09 +01:00
poka 6e744f3289 Mise à jour de 'README.md' 2021-01-30 20:34:17 +01:00
poka 8d0a3696dc Change demo gif 2021-01-30 19:17:48 +01:00
poka bfd5c666a8 Improve node selection; Notification for selected node 2021-01-30 19:00:31 +01:00
poka 4aecbd23be Remove comment 2021-01-30 16:39:20 +01:00
poka 82a17df414 More split between history view and model 2021-01-30 15:48:27 +01:00
poka 267a3e0ba1 Improve few things ... 2021-01-30 15:24:08 +01:00
poka 45aa28ab70 Improve history view; WIP 2021-01-29 14:21:57 +01:00
poka 2d136f89cf Fix history provider 2021-01-29 03:44:09 +01:00
poka e402be8cca Fix create wallet folder on startup 2021-01-29 03:11:24 +01:00
poka f0417407e0 Version 0.0.0+15 2021-01-29 02:20:53 +01:00
poka 807c54b9b5 Big improve on generateWallets screen; Store publickey, for further balance on myWallet screen; 2021-01-29 02:20:15 +01:00
poka ba95a262e0 Improve refresh rename wallet; Clean code; Clean logs; Improve build script 2021-01-28 21:45:35 +01:00
poka aa320a1587 Change play store key 2021-01-28 17:50:40 +01:00
poka f50c4d82de Move files to models folder 2021-01-28 15:30:51 +01:00
poka c459d5d36c Remomve unused libs 2021-01-28 15:28:22 +01:00
poka 1bd4dd47b2 Fix some return lock wallets; Rename floders 2021-01-28 15:26:26 +01:00
poka caf35fe19f Migrate all widget to stateless with provider fine 2021-01-28 15:10:09 +01:00
poka 3d501f4544 Fix don't create wallets folder if not exist 2021-01-26 23:33:43 +01:00
poka 5176e76860 Commit long way after ... 2021-01-26 21:00:26 +01:00
poka 5542a8eea8 Provider for history is OK; fetchmore for GVA infinitescroll is OK but seems to have bugs; 2021-01-24 08:53:03 +01:00
poka a4b0a099ff Change ChangeNotifierProxyProvider to provider 2021-01-24 06:51:22 +01:00
poka df772db864 start to rebuild in provider way 2021-01-23 16:38:03 +01:00
poka 63dfee0ebf Big improve on theme; Genral App Bar with settings menu; Option for delete all wallets on device 2021-01-16 03:32:41 +01:00
poka f8063f67f5 Add working change pin screen 2021-01-15 11:42:05 +01:00
poka 3de4e7742d Fix others accents ... 2021-01-15 10:45:26 +01:00
poka dbf6a9d476 Fix MyWallets screen crash on fresh app cause wallets folder doesn't exist; Fix match accented words 2021-01-15 09:55:03 +01:00
poka 22be4f1de6 Improve wallet option screen; Improve focus on textfields on generatedWallets screen[ 2021-01-15 06:28:14 +01:00
poka 9d07d7373c Add confirmation before deleting wallet; Add titles to AppBars; Allow space in wallets names 2021-01-15 03:11:58 +01:00
poka cc22dd6a08 FIX: Correct usage of wallet names; Refresh wallet list button; Deny specials caracteres for wallets names; Add screen wallet options; Can delete wallet; Refusee wallet name. 2021-01-15 02:33:40 +01:00
poka a8427f5b9d Add button for renew PIN; Add tooltips on walletGeneration page; WIP: Use custom wallet name 2021-01-13 05:36:23 +01:00
poka a2698a244b Separate screen for generating wallets; Rename wallets screens files; 2021-01-13 00:00:11 +01:00
poka 8ccddfeac2 Add error handling information when no endpoint is configure. Build GVA history query only if pubkey is not empty; 2021-01-11 19:46:20 +01:00
poka 0210dfd56e Commented test 2021-01-11 19:14:24 +01:00
poka a1f2b92d5b Add random endpoint choossing in main; WIP: Add commented code for wallet list refresh; Add TODO 2021-01-11 19:13:28 +01:00
poka 2b053226a7 Fix unlock wallet path; Fix null boolean; WIP: Try differents way to update wallets list; 2021-01-11 04:50:15 +01:00
poka 0e8b1cad44 Add list of wallets; Delete the wallet on click; 2021-01-10 11:49:28 +01:00
poka 056198587d Big work in progress in My wallet tab; 2021-01-10 07:49:29 +01:00
poka 60c9d00c61 Merge pull request 'dubp/secret-code-type' (#4) from dubp/secret-code-type into master
Reviewed-on: #4
2021-01-10 02:42:30 +01:00
librelois 5ad10a5aaf doc(dubp): update README 2021-01-09 23:46:54 +01:00
librelois 78740e13ec feat(dubp): replace param PinLen by SecretCodeType 2021-01-09 23:40:17 +01:00
librelois 63dd4ee59b perf(dubp): optimize changeDewifPin & genWalletFromMnemonic 2021-01-09 22:03:19 +01:00
librelois b288b601ce ref(dubp):make really async & rework handle error in a more generic way 2021-01-09 21:12:52 +01:00
poka 2763da7174 Mise à jour de 'README.md' 2021-01-09 11:03:41 +01:00
poka 7f695c289c Add gif demo 2021-01-09 10:57:20 +01:00
poka 70bd64bcef Improve padding 2021-01-09 10:48:06 +01:00
poka 855499e731 Add icon; Add them colors; Add new page for validate wallet storage; Improve paddings 2021-01-09 09:17:01 +01:00