Andrea Maria Piana
152407b903
[ Fixes : #12060 ] Highlight posts that mention you
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-05-26 08:40:41 +02:00
Roman Volosovskyi
011de1b8ae
Tracing of nested fx handlers on :trace logging level
2021-05-25 16:26:51 +03:00
Michele Balistreri
b67ecacd8b
fix #10793 and #11060
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-25 13:38:40 +03:00
Roman Volosovskyi
58d358125c
[wallet] Show cached balance before fetching latest
2021-05-25 10:26:57 +03:00
Volodymyr Kozieiev
2b0c498613
Edit community
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2021-05-24 16:26:42 +03:00
Michele Balistreri
177b905291
remove unreliable card check
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-24 12:24:40 +03:00
Michele Balistreri
4217f558a8
add reset with mnemonic on frozen/blocked cards
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-21 15:41:52 +03:00
Andrea Maria Piana
a71468f425
Allow toggling communities
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-05-21 13:09:19 +02:00
Andrea Maria Piana
dd5c30b7a0
Move mailserver logic/gaps/ranges to status-go
...
This commit moves most of the mailserver logic to status-go.
- Filters are now removed and not passed to the client anymore
- Ranges have been removed
- Gaps are now messages with a different content type
- Upsert/Save chat has been removed and instead we have more specific
endpoints such as CreatePublicChat/CreateOneToOneChat/CreateProfileChat
- Creation of timeline/profile chat has been moved to status-go
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-05-21 07:44:21 +02:00
Brian Sztamfater
929925af39
Resolve username to ENS right after 1-1 chat opened after username search from 'Start new chat' by ENS
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-05-19 12:00:37 -03:00
Michele Balistreri
1bff966679
correctly resume keycard setup after cancel
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-19 13:11:39 +03:00
Michele Balistreri
f770045f89
show notifications and welcome screen for keycard
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-18 19:14:38 +03:00
Michele Balistreri
72df44da6c
allow creation of recovery cards from logged-out state
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-18 14:09:11 +03:00
Michele Balistreri
8cb0ad9285
add signTypedData_V4 to Keycard and update status-go
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-12 13:48:05 +03:00
Michele Balistreri
427209c960
removes flow related flags when cancelling
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-11 09:09:52 +03:00
Serhy
ef042bdc0b
Accept-Reject chats from activity center test
...
Signed-off-by: Serhy <sergii@status.im>
2021-05-07 13:14:57 +03:00
Michele Balistreri
0b8509949a
add factory reset option on new Keycard account
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-05-06 13:26:45 +03:00
Roman Volosovskyi
a7660754fb
Allow to enter bip39 password on account recovery
2021-05-05 12:06:55 +03:00
Churikova Tetiana
710e55002b
e2e: 1 upgrade test
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-04-30 11:55:43 +02:00
Roman Volosovskyi
3dfa7beacd
[wallet #12000 ] Check tx history in 2/3/5/10/20 minutes on buy crypto
2021-04-28 17:10:38 +03:00
Brian Sztamfater
4dacc95de6
Include a 'My Profile' button in the Start New Chat dialogue
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-04-27 16:44:03 -03:00
andrey
448782b3d3
small chat perf impr
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-04-27 16:36:11 +02:00
Roman Volosovskyi
693c41850c
[wallet] Store pending transactions
2021-04-27 12:25:18 +03:00
andrey
1bd62f1199
[ #12033 ] Can't open Status tab after upgrade from 1.12 to 1.13 if the tab has never been opened before upgrade
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-04-23 16:47:15 +02:00
Roman Volosovskyi
2ed25a9f51
fix warning on intro screen
2021-04-23 16:48:37 +03:00
andrey
d59c9205ea
[ #12011 ] Invisible messages in public and group chats if they were received while user was on another screen
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-04-21 13:10:19 +02:00
andrey
c2212af3ff
[ #12014 ] Skip 'Accept and join' view when navigating back from public chat joined from referral
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-04-21 13:08:36 +02:00
andrey
da9e6686c6
[ #12008 ] "Community information is not found" after opening community view from home
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-04-20 17:44:28 +02:00
Andrea Maria Piana
807dabf5b2
Load message on-component-did-mount
...
I have changed the behavior of loading notifications:
Before it would always use the same function and check for `cursor !=
""`.
This worked on most cases, but sometimes the user would jump back to the
home view without doing any clean up, so cursor would be `""` and it
would not load any notification anymore.
Now the two functions are split in initial load, and load-more.
Initial load is called on component-did-mount so we don't have to worry
about where the user is coming from. We also avoid multiple firing of
the events by checking `loading?`, so it does not result in duplicated
notifications.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-04-20 11:06:19 +02:00
andrey
c22ffb1032
[ #11994 ] No chats on Home screen after reopening the app if appearance doesn't match the device settings (dark/light mode)
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-04-19 18:53:29 +02:00
andrey
2494c61f85
[ #11991 ] No unread message indicators after navigation back to 'Chats' main view via tap on Chats tab button
2021-04-19 18:53:19 +02:00
andrey
073371c4ed
chat list optimization
2021-04-19 18:53:19 +02:00
Andrea Maria Piana
db848a1f19
Add permission handling & enable HW acceleration on webview
...
This extend adding permissions to a separate webview used for buying
crypto.
It also removes a fix with hardware acceleration, as the camera does not
work if disabled.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-04-19 18:26:18 +02:00
Brian Sztamfater
85a01f5404
Add support for SOCKS token
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-04-19 11:17:37 -03:00
andrey
adaf77ba1b
v4
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-04-19 14:52:30 +02:00
andrey
7f839f952d
eth_sign support
2021-04-19 14:50:44 +02:00
Volodymyr Kozieiev
b29912f7f7
community links unfurling
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2021-04-19 15:44:32 +03:00
Roman Volosovskyi
fab241f6ac
Pevent incorrect usage of fx/defn inside fx/merge
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2021-04-19 12:51:37 +02:00
Shivek Khurana
ed4e227144
Add a long running task to transfer events to Go when the user logs in, rename interceptors namespace to core, send events in batches, capture s/on-will-focus, capture navigate-to-cofx, stop long running task if any event fails validation, not quite ready yet, needs more testing
...
Remove redudant println, don't stop the task in case of a bad event, just reject that batch, capture navigate-to-cofx events with an effect, capture parts of screens/on-will-focus event
Fix lint
Shorten comment widths, update to use less brackets, call events reset once, double run safety for long running task
Call onboard after stopping
Reset periodic-tasks-chan to on close, formatting
Get rid of redundant inline function
Update go version to point to 0.75.1
Signed-off-by: Shivek Khurana <shivek@status.im>
2021-04-19 10:59:23 +05:30
andrey
93ce02b547
[ #11958 ] Add activity center
2021-04-16 20:45:20 +02:00
Andrea Maria Piana
5bb849f9c1
Add messages from contacts only
2021-04-16 20:45:19 +02:00
Michele Balistreri
acbd240070
add change pairing code functionality
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-04-16 13:09:01 +03:00
jinhojang6
2cf0a60977
Update translations
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-04-15 13:56:59 +02:00
Volodymyr Kozieiev
e307b4faa6
Fixed error on login with attempt to save wrong key into account
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2021-04-14 11:14:12 +03:00
Roman Volosovskyi
4129ca1597
[wallet #11898 ] Fix disappearing tokens after adding a new account
2021-04-14 11:09:17 +03:00
Brian Sztamfater
31ba933917
Improved Start New Private Chat interface
...
Signed-off-by: Brian Sztamfater <brian@status.im>
2021-04-13 16:57:47 -03:00
Michele Balistreri
eea5b4eb0f
add change PUK functionality
...
Signed-off-by: Michele Balistreri <michele@bitgamma.com>
2021-04-13 18:21:21 +03:00
Brian Sztamfater
d1016669bb
Remove self-mentions
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-04-13 11:22:52 +02:00
andrey
f6e480344d
do not render not active screen
...
Signed-off-by: andrey <motor4ik@gmail.com>
2021-04-13 08:40:02 +02:00
Shivek Khurana
5eed7bd560
Disable Medium.com unfurling
...
Signed-off-by: Shivek Khurana <shivek@status.im>
2021-04-12 14:51:12 +05:30