Commit Graph

73 Commits

Author SHA1 Message Date
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
poka 15d5a29f78 Fix go to home tab if scan pubkey 2021-01-08 05:46:59 +01:00
poka 3dd58dbd63 add sizeboxe 2021-01-08 05:14:49 +01:00
poka ce85df7227 Add pincode form; Add tab My wallets 2021-01-08 05:02:27 +01:00
poka 707613115c Display balance only if pubkey is not empty 2021-01-08 02:19:19 +01:00
poka ceed77713d Merge pull request 'fix(dubp_rs): replace buggy err handling by custom err handling system' (#3) from fix/dubp_rs_error_handling into master
Reviewed-on: #3
2021-01-08 02:11:31 +01:00
poka bbb0a76a36 Add balance again, with new gql style 2021-01-08 02:10:23 +01:00
librelois 1d9e6d0753 fix(dubp_rs): replace buggy err handling by custom err handling system 2021-01-08 01:49:54 +01:00
poka c2d373b721 Merge historyListBuilder class inside historyScreen widget; Click on history entry to load it 2021-01-08 01:20:03 +01:00
poka 24704a40be Rename historyElements to historyListBuilder class and file 2021-01-08 00:21:32 +01:00
poka 7df494baf7 Little clean on comments 2021-01-08 00:16:24 +01:00
poka 4143ec55eb Big clean on home.dart/historyScreen.dart 2021-01-08 00:12:22 +01:00
poka 0a42a17cdd Store generated wallet; Access it with PIN validation 2021-01-06 21:17:01 +01:00
poka b5fc4d1b0b Switch to home when scan from anywhere 2021-01-06 06:06:58 +01:00
poka e057c18760 generateWallets: setState only one time 2021-01-06 05:42:42 +01:00
poka 35df9f8734 Add Rust binding; Tab views; ListTile; 2021-01-06 05:04:54 +01:00
poka 14ad52b9ae Merge pull request 'doc(dubp_rs): add missing setup step' (#2) from librelois/gecko:dubp_rs-doc into dev-pagedlist
Reviewed-on: #2
2021-01-04 18:55:34 +01:00
librelois 03b024e767 doc(dubp_rs): add missing setup step 2021-01-04 18:51:37 +01:00
poka dea9ba60f6 Merge pull request 'dubp_rs' (#1) from librelois/gecko:dubp_rs into dev-pagedlist
Reviewed-on: #1
2021-01-04 18:32:14 +01:00
librelois c8aa20d62d chore: add package dubp_rs in app dependencies 2021-01-04 17:48:00 +01:00
librelois e7ef81d260 build(rust): disable build for arch i686 and x86_64 2021-01-04 17:46:42 +01:00
librelois c88d756356 doc(dubp_rs): document setup and compile 2021-01-04 17:42:25 +01:00
librelois 2492465d46 ref(dubp): bind an array of string directly and use it in signSeveral 2021-01-04 17:36:30 +01:00
librelois bacabc4e95 chore: add package dubp 2021-01-04 17:11:57 +01:00
librelois 7cac5b996b chore: add rust code that expose dup-crypto crate like a C lib 2021-01-04 17:11:53 +01:00