Icaro Motta
8502834500
Improve activity log component
...
Also makes hot reload optional with environment variable
SHADOW_AUTOBUILD_ENABLED.
2022-09-09 00:39:32 -03:00
Jamie Caprani
28963acb09
feat: add community overview page ( #13945 )
2022-09-08 04:10:03 -07:00
Erik Seppanen
b05787b0b2
[13857] Extend integration tests to recover multiaccount from seed phrase
2022-09-07 14:45:48 -04:00
Jamie Caprani
33aa595877
chore: restructure quo2 components ( #13948 )
2022-09-07 11:09:06 -07:00
Audrius Molis
f524b47b8c
Reduce recording time to 1 minute ( #13944 )
...
Signed-off-by: Audrius Molis <masta@dr.com>
Signed-off-by: Audrius Molis <masta@dr.com>
2022-09-07 13:19:12 +03:00
Parvesh Monu
d7bbe1ceec
fix keycard redundant screen ( #13922 )
2022-09-07 15:24:33 +05:30
Roman Volosovskyi
b9015c529b
[ #13894 ] Update activity indicator on removed contact request
2022-09-06 16:46:30 +02:00
Parvesh Monu
2909014e86
keycard confirm seed phrase screen remove back button ( #13934 )
2022-09-06 18:55:37 +05:30
Ibrahem Khalil
d4b7e5c8b6
Fix crash when selecting avatar in context tags ( #13923 )
2022-09-06 13:11:19 +02:00
Ibrahem Khalil
da62e0c533
[13524] React component ( #13631 )
2022-09-06 12:39:56 +02:00
flexsurfer
1d87957b04
[ #13517 ] UI Component - Message Input ( #13620 )
2022-09-06 11:19:05 +02:00
Siddarth Kumar
7f50b56c26
fix icon missing regression ( #13907 )
...
This was a tricky one :P
removing un-necessary check of new-ui?
this is a better solution
The core issue was that when new-ui? was passed instead of the actual value just the key was passed
2022-09-06 13:27:39 +05:30
Jamie Caprani
4a926a1943
chore: refactor communities code for reusabilty ( #13921 )
2022-09-05 15:39:12 -07:00
Parvesh Monu
409f81a6f5
fix ios keycard recovery pin error ( #13924 )
2022-09-06 03:53:12 +05:30
Ibrahem Khalil
0300070c5a
RE: User avatar component ( #13839 )
...
* User avatar component
Rebase
* clean
* Add icons
* fix keycard account shown as regular account on theme change while login (#13918 )
* rebase
* clean
* clean
Co-authored-by: Parvesh Monu <parvesh.dhullmonu@gmail.com>
2022-09-05 21:34:41 +02:00
Parvesh Monu
a5ef9940da
fix keycard account shown as regular account on theme change while login ( #13918 )
2022-09-05 21:17:39 +05:30
yqrashawn
ccd26dcfd0
refactor: go through clj-kondo warnings ( #13929 )
2022-09-05 18:52:39 +08:00
1a3e89ea7a
Revert "[13857] Extend integration tests to recover multiaccount from seed phrase"
...
This reverts commit c73ef111f821c07305a67b07425a25e274a27ff0.
This test has been introduced in:
https://github.com/status-im/status-mobile/pull/13896/files
And has caused `status-go` segmentation faults:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x7fb109afac12]
goroutine 17 [running, locked to thread]:
github.com/status-im/status-go/services/ens.(*Service).Stop(...)
github.com/status-im/status-go/services/ens/service.go:39
github.com/status-im/status-go/node.(*StatusNode).Cleanup(0xc004a89380)
github.com/status-im/status-go/node/status_node_services.go:587 +0x112
github.com/status-im/status-go/api.(*GethStatusBackend).cleanupServices(...)
github.com/status-im/status-go/api/geth_backend.go:1175
github.com/status-im/status-go/api.(*GethStatusBackend).Logout(0xc000e6b4a0)
github.com/status-im/status-go/api/geth_backend.go:1146 +0xb9
github.com/status-im/status-go/mobile.Logout()
github.com/status-im/status-go/mobile/status.go:398 +0x25
main.Logout()
./main.go:132 +0x19s
```
2022-09-05 11:01:02 +02:00
yqrashawn
bf346147e9
feat: add messages gap component ( #13860 )
2022-09-05 15:58:35 +08:00
Erik Seppanen
c73ef111f8
[13857] Extend integration tests to recover multiaccount from seed phrase
2022-08-31 14:27:23 -04:00
Parvesh Monu
bc57298e07
fix Adding/removing user from contacts duplicating their messages in profile ( #13897 )
2022-08-31 21:10:01 +05:30
Parvesh Monu
698e548c6d
fix no icon for ETH in 1-1 transaction messages ( #13898 )
2022-08-31 20:49:33 +05:30
John Ngei
04b69181f2
New communities redesign ( #13607 )
...
* communities redesign
* added communnities screen for membership status
* updated communities redesign
* communities home redesign
* Removed unnecessary files
* Updated communities redesign
2022-08-31 15:49:57 +03:00
flexsurfer
5d9bcb3adb
fix old stickers ( #13901 )
2022-08-31 12:54:30 +02:00
Erik Seppanen
45e47ad3d9
Extend integration tests to back up seed phrase ( #13804 )
2022-08-29 14:32:20 -04:00
Parvesh Monu
05219bd721
Implement react-native-hole-view ( #13868 )
2022-08-29 21:32:30 +05:30
Ibrahem Khalil
8352f622d6
[13562] Wallet user avatar component ( #13681 )
...
* wallet user avatar component
Conflicto
Clean
Mergo
* linting
Clean
* rename is-theme-dark?
* Conflicts resolve
Clean
* Linting
* comments
Clean
* rename colors
* Clean
* Lint
* Remove whitespace
* Clean
* Clen
* Improve colors and used quo2.text
Rebase
* Consistent coloring
Coloring
* Rebase
Rebase
* [13565] icon-avatar component (#13692 )
* icon-avatar component
Rebase
* Add more colors
Clean
Clean
* Linting
Rebase
* clean podfile.lock
* Revert podfile
* Conflicto solvado
Add 20% opacity colors
* Comments
* Refactor to another folder
* Improve colors
* Lint
* Merge develop
Co-authored-by: Ibrahem Khalil <33176106+vampirekiddo@users.noreply.github.com>
Clean
Merge
Co-authored-by: Ibrahem Khalil <33176106+vampirekiddo@users.noreply.github.com>
2022-08-27 12:12:24 +02:00
Ibrahem Khalil
43861e0c15
[13565] icon-avatar component ( #13692 )
...
* icon-avatar component
Rebase
* Add more colors
Clean
Clean
* Linting
Rebase
* clean podfile.lock
* Revert podfile
* Conflicto solvado
Add 20% opacity colors
* Comments
* Refactor to another folder
* Improve colors
* Lint
* Merge develop
Co-authored-by: Ibrahem Khalil <33176106+vampirekiddo@users.noreply.github.com>
2022-08-27 11:16:04 +02:00
Jamie Caprani
47a31ae0aa
feat: add token tag component ( #13599 ) ( #13644 )
2022-08-25 06:48:29 -07:00
Roman Volosovskyi
cdcaa68395
[ #13835 ] Fix Generate keys button
2022-08-25 12:23:20 +02:00
Ibrahem Khalil
2b3d59e8c1
Issue-13813: Use new endpoints for browser ( #13827 )
...
* Bump browswer endpoints
f43f43cc...924820c1
Rebase
Rebase
* Bump endpoints
* Bump status-go
f43f43cc...f43f43cc
Rebase
* typo
2022-08-24 23:31:20 +02:00
Siddarth Kumar
8f7c89ba33
upgrade async storage version ( #13846 )
2022-08-24 19:51:49 +05:30
Jamie Caprani
53770725e5
feat: add token overview component (status-im#13555) ( #13767 )
2022-08-23 21:14:46 +05:30
Parvesh Monu
53008b17a6
fix quo2 preview in release builds ( #13829 )
2022-08-22 15:58:45 +05:30
Andrea Maria Piana
526835fcf0
Use test dir
2022-08-19 16:50:22 +01:00
Siddarth Kumar
be8db33349
refactor to accept background-color property ( #13764 )
...
Refactoring copyable-text component to accept background-color property.
Fix case of nil
Trying to sign
2022-08-19 20:50:45 +05:30
siddarthkay
2c1bfcd092
Add management for wallet connect sessions
2022-08-19 12:35:13 +01:00
Erik Seppanen
0f23346172
Fix indentation
...
Signed-off-by: Erik Seppanen <esep@protonmail.com>
2022-08-17 08:18:22 -04:00
Erik Seppanen
94f73d2673
[ #13791 ] Extend integration tests to create a new wallet account
...
Signed-off-by: Erik Seppanen <esep@protonmail.com>
2022-08-16 14:00:03 -04:00
Brian Sztamfater
51ab735e57
feat: edit message redesign
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2022-08-16 13:01:59 -03:00
Roman Volosovskyi
24ef84b890
Fix disappearing of the last notification when paired
2022-08-15 13:05:13 +02:00
Erik Seppanen
959df25c02
[ #13687 ] Extend integration tests to create a community
2022-08-12 14:18:49 +01:00
Parvesh Monu
f1f9fa105c
Implement ENS Banner View
...
Signed-off-by: Parvesh Monu <parvesh.dhullmonu@gmail.com>
2022-08-11 22:07:16 +05:30
Parvesh Monu
c1ca92959c
Information box component
2022-08-11 21:48:05 +05:30
Parvesh Monu
230005fd1b
Info message component
2022-08-11 02:45:41 +05:30
Roman Volosovskyi
b06d63d200
Remove contact request notification from activity center when request is canceled
2022-08-10 13:44:05 +02:00
Andrea Maria Piana
901081a4cf
Allow running multiple integration tests
2022-08-10 12:11:22 +01:00
Parvesh Monu
a94797710a
fix send button remains active in chats after sending reply containing a mention ( #13774 )
2022-08-08 22:18:59 +05:30
Andrea Maria Piana
6fb4969a0d
Add context tags
2022-08-08 10:59:52 +01:00
phrohdoh
d664535e65
fix: quo haptic impact light key ( #13772 )
2022-08-08 10:21:17 +02:00