Jamie Caprani
1677574a6a
migrate datetime to utils and finish i18n migration ( #14604 )
...
chore move datetime to common and update imports
chore: move i18n tests and update imports, adjust i18n so translations are loading correctly
2022-12-29 13:56:11 -08:00
yqrashawn
4ce71e4d29
refactor: fix make lint and reformat ( #14653 )
2022-12-28 15:47:55 +08:00
Volodymyr Kozieiev
9c7b69a2cd
status-im/utils/fx replaced with utils/re-frame to avoid unambiguities ( #14640 )
2022-12-26 15:00:17 +00:00
yqrashawn
e9252f5025
refactor: migrate json-rpc to status-im2.common.json-rpc.events ( #14614 )
2022-12-22 14:03:55 +08:00
yqrashawn
0a8993bbf1
refactor: reformat all clojure code with zprint ( #14589 )
...
Co-authored-by: refactor-only <auto@status.im>
2022-12-20 22:45:37 +08:00
flexsurfer
c7d5e90882
introduce new project structure (first step) ( #14356 )
...
* introduce new project structure
2022-11-14 19:16:55 +01:00
andrey
9648f741b4
cleaning 3
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-02-17 16:16:54 +01:00
andrey
3241d3273e
[ #11469 ] Browser bookmarks
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-12-11 16:55:42 +01:00
yenda
1bf68094e3
add clj-kondo to linting phase
...
Signed-off-by: yenda <eric@status.im>
2020-05-07 10:40:30 +02:00
Andrey Shovkoplyas
d91067bb96
removed check spec, and moved db, events and navigation from ui to root folder
2020-05-04 12:23:19 +02:00
Vitaliy Vlasov
86d85df5d3
Use atom for webview ref instead of storing it in re-frame's db
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2020-03-24 11:48:41 +02:00
Andrey Shovkoplyas
507cc5cf39
send transaction GUI
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-11-27 14:32:04 +01:00
Andrey Shovkoplyas
df098f82f6
[ #8977 ] [Multi-account] Allow user to choose wallet for DApp transactions
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-11 11:08:56 +02:00
yenda
d61fffb021
remove dev-server and extensions for v1
2019-08-20 17:42:02 +02:00
Andrey Shovkoplyas
6d337bc69a
multiaccounts
2019-07-30 20:35:58 +02:00
yenda
3ea8538377
integrate status-go permissions api
...
Signed-off-by: yenda <eric@status.im>
2019-07-26 12:16:52 +02:00
yenda
c3c4a5170a
[multiaccount] rename multiaccount to account
...
Signed-off-by: yenda <eric@status.im>
2019-07-22 11:14:44 +02:00
Roman Volosovskyi
7097de6e05
[perf] extensions module
2019-06-13 09:35:09 +03:00
yenda
b13864d052
[refactor] move utils.ethereum to ethereum
...
move utils.ethereum.tokens to ethereum.tokens
move utils.ethereum.abi-spec to ethereum.abi-spec
move utils.ethereum.core to ethereum.core
move utils.ethereum.eip165 to ethereum.eip165
move utils.ethereum.eip55 to ethereum.eip55
move utils.ethereum.eip681 to ethereum.eip681
move utils.ethereum.ens to ethereum.ens
move utils.ethereum.erc721 to ethereum.erc721
move utils.ethereum.mnemonics to ethereum.mnemonics
move utils.ethereum.resolver to ethereum.resolver
move utils.ethereum.macros to ethereum.macros
Signed-off-by: yenda <eric@status.im>
2019-05-23 15:11:48 +02:00
Roman Volosovskyi
148d43fdab
[ #7871 ] Handle multiple opened screens with qr code readers
2019-05-06 17:25:02 +03:00
yenda
e739b4a359
[fix] use icons from design components
...
Signed-off-by: yenda <eric@status.im>
2019-02-06 14:48:58 +01:00
Andrey Shovkoplyas
4c4fb6bbe9
[ #5584 ] Implement Manage permissions screen and option for web3 provider Opt-in access
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-06 10:38:20 +01:00
Andrey Shovkoplyas
8374a7d532
fixed extensions installation issues
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-12-12 13:21:01 +01:00
Andrey Shovkoplyas
d6d852a9be
[ #7002 ] Add a JS API allowing to install an extension
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-12-07 13:24:45 +01:00
Andrey Shovkoplyas
88b43e7dc2
introduced browser privacy mode
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-11-09 13:22:42 +01:00
Andrey Shovkoplyas
1b6d51ff11
implemented functionality to request user action from dapps
...
fixed qr code js api
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-10-04 15:25:18 +02:00
yenda
df6432240a
do not dispatch unecessary events
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-02 22:12:57 +02:00
Andrey Shovkoplyas
a1d0dcc0ec
introduced new status js api according latest web3 opt-in api
2018-10-02 22:12:46 +02:00
yenda
4bd5d986b0
remove merge-fx macro
...
Signed-off-by: yenda <eric@status.im>
2018-09-25 15:18:44 +02:00
yenda
8459fef358
Refactor browser and permissions
...
- move db and models ns to browser module
- remove browser navigation/preload-data
- rewrite dapp-permission logic and move code to permissions ns
- rewrite all browser events according to guidelines and move them to
`status-im.events` ns
- rewrite tests for browser and permissions
2018-09-24 12:08:34 +02:00