Commit Graph

197 Commits

Author SHA1 Message Date
poka 2c67307399 WIP: A few bugs, Dewif unencryption very slow 2021-12-19 21:05:04 +01:00
poka ca812123a5 First try: Delete all rust dependencies, replaced by durt lib 2021-12-19 14:55:47 +01:00
poka be4337939a Remove unused custom asset folder 2021-12-19 12:06:28 +01:00
poka d6fb620f16 Remove no required packages from imports 2021-12-14 08:10:50 +01:00
poka 819d5a4b9b Implement new payment view 2021-12-03 10:25:36 +01:00
poka a0a5d02212 Improve performance of history explorer 2021-12-02 07:23:12 +01:00
poka 8f0018e326 New history screen 2021-11-30 10:28:13 +01:00
poka bd87ea5ab8 Optimize profile view 2021-11-30 01:25:48 +01:00
poka 300a6ce5cc Remake watch wallet view; improve search list results view 2021-11-29 04:05:08 +01:00
poka 77a15338ea Fix bad ssl certificate even in release mode...; Search non case sensitive for username 2021-11-27 08:04:58 +01:00
poka 48a04866b5 Improve search compute 2021-11-27 06:51:24 +01:00
poka 616801e6fe Search is working (WIP performance improvements) 2021-11-26 08:56:20 +01:00
poka 7eceac3f66 Fix UTF-8 accent support 2021-11-22 06:11:42 +01:00
poka fbff8a6a91 New import Chest screen 2021-11-21 06:36:20 +01:00
poka 9d5c71b857 New home style 2021-11-19 00:17:00 +01:00
poka dfbab5a219 Can change pin code of Cesium chest 2021-11-18 02:37:46 +01:00
poka 106fcf2835 Implemente cesium wallet view 2021-11-17 06:20:23 +01:00
poka 4f316c40f5 Fix bad certificat for Duniter node on old Android version 2021-11-15 21:04:06 +01:00
poka f15306e083 Fix: crash when try to open camera on Android 6 2021-11-15 02:28:15 +01:00
poka 30d5cd2e31 Improve choose_chest and unlocking_wallet screens 2021-11-15 00:54:30 +01:00
poka 97f20bafe5 Apply linter 2021-11-14 19:21:20 +01:00
poka f2055d1737 Gecko is now realy multiChest, with slideshow choice 2021-11-14 03:12:07 +01:00
poka d6cc44f623 Change launcher icon, remove shadow 2021-11-12 01:31:30 +01:00
poka a417f9e0d3 Improve walletHome view: Custom avatars and options buttons 2021-11-11 14:45:12 +01:00
poka 4a6bc55fc3 WIP: Can change chest 2021-11-09 04:22:04 +01:00
poka 0c55cdc141 WIP: remplace file storage with Hive boxes storage 2021-11-07 05:33:21 +01:00
poka e14f55746e Fix appbar color 2021-11-06 20:19:27 +01:00
poka 574cb50f82 WIP: Migrate test_driver to integration_test 2021-11-06 03:34:48 +01:00
poka d1ffe2a5dc Add test for renaming first created derivation: failed state 2021-11-05 18:25:21 +01:00
poka 1e728418a1 Start hive integration 2021-09-12 07:41:20 +02:00
poka 9c52097e5b Upgrade package and adapat code 2021-09-12 07:40:20 +02:00
poka 7b88d34fdb Remove ok sound on startup 2021-09-12 06:47:50 +02:00
poka 5c97742167 Test fast keychain generation 2021-04-29 02:12:14 +02:00
poka c77b776d59 All onboarding workflow is tested; normalize input mnemonic word to nfkd, no unaccentued anymore 2021-04-29 00:01:31 +02:00
poka 3d328ecfc4 First integration test is OK ! (feat @elois) 2021-04-29 00:01:31 +02:00
poka d3d4d15b44 audioplayer to version 0.18.1 2021-04-18 13:27:45 +02:00
poka 8ff2c3d038 Retrograde audioplayers for android < v5; Lower starting sound; Go to Sentry 5.0 2021-04-18 02:34:57 +02:00
poka d65864225a Fix bugs on wallet creation again ... 2021-04-05 20:48:28 +02:00
poka ca85a45dd6 Fix bug after creating keystore; fix bug when deleting wallet 2021-04-04 18:53:32 +02:00
poka 263e7d4e88 Fix bugs on startup and deleting wallets 2021-04-04 13:40:32 +00:00
poka 94cbb3dfec Change version 2021-04-04 13:40:32 +00:00
poka 794d24e235 Fix defaultWallet checking 2021-04-02 11:45:59 +02:00
poka 8f7397626c Start to implement transactions 2021-04-02 11:15:53 +02:00
poka 44fe648f0b Responsive wallet options screen 2021-03-21 23:04:11 +01:00
poka 00a27768e6 Almost all elements on Wallet options screen works 2021-03-21 00:35:32 +01:00
poka ed8b343af4 Change wallet list store format; Start to implement figma wallet options screen 2021-03-19 06:33:48 +01:00
poka f39cafd309 Big improve on Wallets Tiles; Review of wallets index format 2021-03-11 07:08:45 +01:00
poka 47f6d1dc57 Upgrade to Flutter 2: Update depreciated syntaxes; Upgrade package; 2021-03-08 18:18:27 +01:00
poka 43a145821d Add global variable for responsive ratio in app; Fix all paddings for OnBoarding screens; Considere pinlenght in creation 2021-03-08 01:09:05 +01:00
poka f536b3fab8 Fix wallet list view; Continue onboarding workflow until pin validation 2021-03-08 01:09:05 +01:00
poka 1be9b2c44a Fix layouts on all onboarding screens; Add Cesium import (wallet list view is broken) 2021-03-08 01:09:05 +01:00
poka 42482fb579 Make responsive great again (all app) 2021-03-08 01:09:05 +01:00
poka 2f7313ec1c 50% of OnBoarding workflow is OK 2021-03-08 01:09:05 +01:00
poka 2e802b8725 First screen onBoarding is OK 2021-03-08 01:09:05 +01:00
poka 10a34c18c4 Change to v0.0.1+17 2021-02-27 01:25:03 +01:00
poka 521587ccfa Setup DubpRust in home, no main any more; Improve home view elements sizes 2021-02-27 01:25:03 +01:00
poka a2a85ce8bb Make routes for new home page buttons; Change Sentry alertes catching again 2021-02-27 01:25:03 +01:00
poka 497e28e865 Apply home from Figma proposual (boris) 2021-02-27 01:24:50 +01:00
poka f57438dd1a Change explorer icon 2021-02-18 08:54:39 +01:00
poka 4373e95cbf Catch DubpRust.setup errors on startup; Change Home tab to Explorer tab with icon 2021-02-18 07:54:35 +01:00
poka bde1028c70 Fix bugs reports in forum; change Sentry mode 2021-02-18 04:42:57 +01:00
poka 2e10ee0743 Change version v0.0.1+6 2021-02-17 01:19:48 +01:00
poka 3217be291e Search works fine for pubkey; Add checksum to short pubkey format 2021-02-16 17:40:25 +01:00
poka 1522c46256 Settings: Add button to import Cesium wallet, and button to generate new keystore 2021-02-16 03:04:33 +01:00
poka db6aa150b5 Fix errors on http link timeout endpoint not closed 2021-02-13 01:03:05 +01:00
poka 27ae053af0 Big improve on selection of GVA endpoint at startup 2021-02-12 21:31:42 +01:00
poka d80b1190ae Peer-programming with Hugo: Copy pubkeys on tap and display notif for it. Improve pubkeys fonts 2021-02-06 08:31:14 +01:00
poka 6afd5b01ff WIP: Debug double execution of Query GQL Widget 2021-02-04 21:00:37 +01:00
poka 91bf7a653e Add Cs+ data 2021-02-02 20:33:09 +01:00
poka bfd5c666a8 Improve node selection; Notification for selected node 2021-01-30 19:00:31 +01:00
poka 267a3e0ba1 Improve few things ... 2021-01-30 15:24:08 +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 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 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 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 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 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 056198587d Big work in progress in My wallet tab; 2021-01-10 07:49:29 +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 c2d373b721 Merge historyListBuilder class inside historyScreen widget; Click on history entry to load it 2021-01-08 01:20:03 +01:00
poka 0a42a17cdd Store generated wallet; Access it with PIN validation 2021-01-06 21:17:01 +01:00
poka 35df9f8734 Add Rust binding; Tab views; ListTile; 2021-01-06 05:04:54 +01:00
librelois c8aa20d62d chore: add package dubp_rs in app dependencies 2021-01-04 17:48:00 +01:00
poka b9c11e98dc remove unused dependencies 2021-01-01 22:00:52 +01:00
poka 9a83df3d00 Remove states management, keep just history pagination mechanic, clean code. 2021-01-01 21:47:43 +01:00
poka 7652b8e602 progress 2021-01-01 17:52:55 +01:00
poka 68170e1829 Upgrade to graphql 4.0-beta5 2020-12-27 18:13:20 +01:00
poka 1bcfa738cc better 2020-12-21 03:59:25 +01:00
poka 5c4a029674 Work about PagedList history with infinite scroll 2020-12-18 23:54:43 +01:00
poka 1c26298a16 Replace button by floatingActionButton; show 20 last transcations; Use flutter way for version controle 2020-12-16 13:13:49 +01:00
poka 0165e63e1f Change icon (no); Add commented checknode functions. 2020-12-14 20:18:07 +01:00
poka 25515905ec Improve history view 2020-12-14 11:04:13 +01:00
poka a9d0f5a7a6 Hello Ḡecko 2020-12-13 05:43:52 +01:00