Churikova Tetiana
99c35da72a
e2e: chat group in medium + testrail
2022-03-29 15:45:31 +02:00
Churikova Tetiana
a3f4673177
e2e: nightly fixes
2022-03-09 17:38:29 +01:00
Churikova Tetiana
55915a9176
e2e: tx users
2022-03-07 22:17:39 +01:00
Churikova Tetiana
b63117845a
e2e: fixes, umbrella issue update
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2022-01-31 18:50:42 +01:00
Churikova Tetiana
4bf393ec3d
e2e refactoring: group and public chat
2022-01-27 21:58:28 +01:00
Churikova Tetiana
4504f07a2a
e2e: small fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-12-06 17:58:19 +01:00
Churikova Tetiana
f5589c368c
e2e: new tests + todos
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-11-26 15:18:29 +01:00
Churikova Tetiana
ebf2ad206e
e2e: new checks, formatting
2021-11-18 16:16:48 +01:00
Churikova Tetiana
ec319974bd
e2e: new checks and fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-10-29 15:21:49 +02:00
Churikova Tetiana
3a7fecf5ce
e2e: fixes and update
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-10-22 19:29:07 +02:00
Churikova Tetiana
b9d5220da6
e2e: fixes and collectibles
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-10-15 12:45:39 +02:00
Churikova Tetiana
2373737684
e2e: sync contacts + fixes
2021-09-24 12:35:19 +02:00
Churikova Tetiana
18606f548b
e2e: ens ropsten
2021-09-17 18:20:47 +02:00
Churikova Tetiana
995db1c332
e2e: collectibles + fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
Signed-off-by: Serhy <sergii@status.im>
2021-09-16 09:59:17 +03:00
Churikova Tetiana
0f2bd9c6f1
e2e: nightly 13/07 fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-07-13 14:55:18 +02:00
Churikova Tetiana
0fce3e60f5
e2e: communities
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-07-12 17:42:36 +02:00
Churikova Tetiana
4d5857dd01
e2e: fixes
2021-07-12 17:39:34 +02:00
Churikova Tetiana
8bab25075b
e2e: align tests with RNN upgrade
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-06-23 19:09:33 +02:00
Serhy
9502229c09
e2e update to align RN update
...
Signed-off-by: Serhy <sergii@status.im>
2021-06-14 22:02:26 +03:00
Serhy
3207300e02
Tests execution ordering
...
Signed-off-by: Serhy <sergii@status.im>
2021-06-02 13:22:00 +03:00
Churikova Tetiana
1bdbf3e403
e2e: mentions + new e2e + unread mentions
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-05-28 17:42:54 +02:00
Churikova Tetiana
3b6f3b77cc
e2e fix PNs
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-04-23 14:59:33 +02:00
Serhy
f4530d4d03
activity center: align e2e
...
Signed-off-by: Serhy <sergii@status.im>
2021-04-19 11:39:43 +03:00
Andrea Maria Piana
116b4d8812
Add community notifications on android & IOS
...
[Fixes : #11806 ]
[Fixes : #11877 ]
Features added
An admin should receive a notification on android if a community request is made
Clicking on the push notification will take you to the list of requests
Changes to push notifications
Push notification for messages are grouped by chat, similarly to discord. Only the first notification in a chat will alert, the next will be "silent" notification. Meaning you will see the message but it will not alert. This is consistent with discord/whatsapp.
Clicking on a transaction notification will take you to wallet (not sure it was doing that before, but it might have)
Changed the behavior of the notification toggle, before Notifications and wallet transactions were separate, meaning you could have wallet transaction and Notifications disabled and you'd still receive transactions notifications. Now you need to have Notifications enabled to receive wallet transactions. Eventually we will have an option to toggle message notifications.
Technical details
Removes headless tasks, they were not used
Message notifications are passed unchanged to java, we still check if the chat is in the foreground, but no modifications are made to the notification object. This should get us closer to avoid clojure completely.
Merged the two notifications implementation (NewMessageSignalHandler and PushNotificationHelper). We should split maybe off in more meaningful classes, but there's less code duplication now, and it can be re-used for non-chat (communities) notifications.
Parsing of text for message notifications is done in status-go
Signal is not passed to status-react if notifications are not enabled
Next step
To completely remove notification code from status-react the following are required:
Java needs to be alerted of which chat is in the foreground and whether the app is in the foreground
Transaction notification body message need to be created in status-go
Notification signal needs to be stopped in Java
Limitations
If the name of a contact changes, the notification will not change, once is displayed, it won't be modified
2021-03-31 21:45:08 +02:00
Churikova Tetiana
4e0ec35ea5
e2e: added delivered for group chats and check for PNs
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-03-17 14:41:22 +01:00
Churikova Tetiana
8698e13fa1
e2e: nightly fixes and py upgrade
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-02-17 12:07:45 +01:00
Churikova Tetiana
4f094c174d
e2e: connecting status handling
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-02-16 16:45:52 +01:00
Churikova Tetiana
7e8a68ec67
e2e: refactoring commands, wait for balance, find trans
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-02-04 13:54:06 +01:00
Churikova Tetiana
522d03b846
e2e: chat_management + wallet_management
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2021-02-02 12:00:17 +01:00
Churikova Tetiana
4f4f6cf29e
fixed testrail reports and e2e nightly
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-12-29 18:48:04 +01:00
Churikova Tetiana
f7d7c282cd
nightly e2e fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-09 16:40:22 +01:00
Churikova Tetiana
9e466976dc
align e2e timeline
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-06 14:24:31 +01:00
Churikova Tetiana
c7b3efe6ad
new e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-03 17:57:36 +01:00
Churikova Tetiana
d8eb33e330
e2e fixes+new check
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-11-02 20:20:21 +01:00
Churikova Tetiana
ce20eddb99
profile e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-28 17:19:37 +01:00
Churikova Tetiana
e52f6b8753
e2e for mentions, gr chats, fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-20 18:20:37 +02:00
Churikova Tetiana
dcd2655860
nightly fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-10-14 14:24:37 +02:00
Churikova Tetiana
b8298dce44
e2e fixes
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-09-23 14:56:31 +02:00
Churikova Tetiana
754b826629
accept agreement remove + group invite e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-09-10 11:35:36 +02:00
Churikova Tetiana
fea916590a
marks and new checks in e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-09-04 17:58:34 +02:00
Serhy
3181a7dc20
E2e tests for audio message
...
Signed-off-by: Serhy <sergii@status.im>
2020-09-04 18:29:39 +03:00
Churikova Tetiana
399be0686c
e2e enabled
...
Signed-off-by: andrey <motor4ik@gmail.com>
2020-08-31 10:52:47 +02:00
Churikova Tetiana
716c968a23
new e2e + accessibility
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-08-25 16:44:05 +02:00
Churikova Tetiana
d73cdbe26d
e2e: 10 participants in group chat
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-05-19 10:36:57 +02:00
Churikova Tetiana
521a4c6b28
e2e for blocking and unblocking user from group chat
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-05-11 10:20:07 +02:00
Churikova Tetiana
cd8e953c46
extend group chat e2e to 3 members
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-05-06 11:58:19 +02:00
Churikova Tetiana
966b6e5a33
refactor group e2e + send_stt_in_1_1 + deleted obsolate e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-04-10 13:05:24 +02:00
Artur Zabeyvorota
cda7564bbe
[ #9657 ] system messages ui changes in group chat
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-03-25 15:33:41 +01:00
Churikova Tetiana
8aff7f487d
refactoring e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-03-17 18:37:16 +01:00
Churikova Tetiana
b8c7e44326
fix e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-02-24 12:32:08 +01:00