Richard Ramos
17fcd947d2
fix(waku2): close discv5 iterator on logout
2023-01-31 14:26:09 -04:00
Andrea Maria Piana
cefa0089dc
Split clock values for contacts
2023-01-31 15:43:00 +00:00
Alexander
a3f59e223c
Fix for syncing settings (empty field is not getting added) ( #3147 )
...
* Fix for syncing settings (empty field is not getting added)
* Version bump
2023-01-31 14:37:41 +01:00
Andrea Maria Piana
7e1a894ab8
Add compressed key to multiaccount/messages/contacts
2023-01-30 16:40:40 +00:00
Roman Volosovskyi
fc03393e1b
Fix incorrect pagination of notifications
2023-01-26 19:23:08 +01:00
Roman Volosovskyi
1d9d7343c3
Fix activation of deleted chat on contact update
2023-01-25 11:12:34 +01:00
Icaro Motta
e40cbfc28f
feat: Support fetching accepted Activity Center notifications by multiple types ( #3088 )
...
Summary
=======
- [x] Changes endpoint ActivityCenterNotificationsBy to support fetching
multiple types of notification in a single query.
- [x] Adds endpoint UnreadAndAcceptedActivityCenterNotificationsCount to
allow the mobile client to fetch the count of unread & accepted
notifications.
- [x] Add `golangci-lint` to Nix shell. This was possible since PR
https://github.com/status-im/status-go/pull/3087 was merged.
Notes
=====
- If you'd like to understand why these changes are needed, please see
the mobile PR https://github.com/status-im/status-mobile/pull/14785 ,
or issue https://github.com/status-im/status-mobile/issues/14712
- All changes should be completely backwards compatible, and there
should be no impact for the desktop app.
- The mobile client has been already tested using this branch.
2023-01-20 09:45:32 -03:00
Igor Sirotin
f9faac4293
feat: ens_usernames database ( #3066 )
2023-01-20 13:34:30 +03:00
dlipicar
c2a8dd8a0c
feat(wallet): add price cache ( #3107 )
2023-01-19 11:49:48 -03:00
Richard Ramos
0b6eddf67d
fix: close connections when maximum number of peers is reached
2023-01-18 11:43:07 -04:00
Jonathan Rainville
cb1d80c082
feat(QuotedMessage): pass Deleted to QuotedMessage
...
This is to let the front end determine a new message if the quoted message is deleted instead of just unknown
2023-01-12 11:47:38 -05:00
Jonathan Rainville
7717f9519f
fix(message_handler): fix error when there is no record and fix crash
2023-01-12 11:47:38 -05:00
Roman Volosovskyi
d60c1d00ed
Update chat clock on group event
2023-01-12 11:01:45 +01:00
Omar Basem
fe9996d95f
Image width height ( #3061 )
...
* feat: add image width & height
2023-01-12 13:43:14 +04:00
Jonathan Rainville
574bf90618
fix(message_persistence): don't return reply data of deleted messages
2023-01-10 15:34:48 -05:00
Jonathan Rainville
c4bf60b815
feat: make replies act as mentions
...
and add a reply test to the messenger
2023-01-10 13:39:57 -05:00
frank
ec7c0e9c7d
Sync all devices after initial pairing ( #3047 )
2023-01-06 20:21:14 +08:00
Parvesh Monu
d40290a649
Persist switcher cards ( #3049 )
2023-01-05 21:41:57 +05:30
Sale Djenic
d98d83d308
chore: code review comments applied
...
- sync clock set for all settings prop participating in syncing
- if other sql error happens we return immediately
2022-12-23 15:07:14 +01:00
Andrea Maria Piana
8593866862
Restart discovery when it fails
...
When discovery fails to be seeded with bootstrap/fallback nodes, it
never recovers.
This commit changes the behavior so that status-go retries fetching
bootnodes, and restarts discovery when that happens.
2022-12-14 20:54:48 +00:00
Omar Basem
d03691c2f2
Images Album ( #3021 )
...
* feat: add `AlbumID` field to messages
2022-12-14 16:25:45 +04:00
Omar Basem
d1a4b53d5c
Remove group members ( #3011 )
...
* remove list of members from group
2022-12-10 08:26:51 +04:00
Michal Iskierko
8fc7d921a7
fix(ImportCommunity): Setting admin roles during import community.
...
Issue #7414
2022-12-06 10:25:21 +01:00
frank
684e9654de
Allow owner/admin to delete messages of a community ( #2958 )
2022-12-02 19:34:02 +08:00
Andrea Maria Piana
2166786b0e
Setup autorelay
2022-11-29 15:55:20 +00:00
Andrea Maria Piana
1036243276
Disable abridged sending
2022-11-18 11:43:23 +00:00
Roman Volosovskyi
9227c631c3
Fix overwriting of content type to unknown on message editing
2022-11-17 07:11:12 +01:00
Andrea Maria Piana
2572321063
Add notification for trustworthy/untrustworthy
2022-11-16 16:17:13 +00:00
Richard Ramos
6b11bc8b24
fix: populate WakuNodes section with Relay
2022-11-15 11:00:36 -04:00
Andrea Maria Piana
c85df62d3c
Sync community encryption keys
2022-11-15 10:11:01 +00:00
Roman Volosovskyi
7662cd613a
Allow to pass activity center status as a parameter
2022-11-14 10:17:43 +01:00
Ibrahem Khalil
bfab85f73b
Fix private group members details not being sent on preview ( #2936 )
2022-11-03 11:57:51 +03:00
Andrea Maria Piana
9565342101
Bump version to 0.114.1
2022-10-28 15:47:59 +01:00
Boris Melnik
63d46481fd
feat(communities): Cancel request to join community ( #2915 )
2022-10-28 11:41:20 +03:00
Andrea Maria Piana
a89f4b2d71
Add read/unread messenger functions for activity center
2022-10-26 17:19:44 +01:00
Samuel Hawksby-Robinson
4cbe874dea
Added 2 mutexes to prevent weird race conditions when reading and writing from separate threads
2022-10-26 10:26:59 +01:00
Andrea Maria Piana
bef211b5d6
Send all encryption keys
2022-10-20 12:19:44 +01:00
Roman Volosovskyi
5c3435c12f
Changes necessary to make wallet work pokt networks
2022-10-19 10:40:13 +02:00
frank
94fea4725d
replace web3-utils methods usage by status-go ( #2840 )
2022-10-18 21:36:54 +08:00
Richard Ramos
bf04ff3502
fix: waku2 store queries
2022-10-05 18:43:10 -04:00
Samuel Hawksby-Robinson
dde0c71cfc
Added string identifier for Connection String
2022-10-05 12:58:32 +01:00
Samuel Hawksby-Robinson
d7e57fbb66
VERSION bump
2022-10-05 12:20:26 +01:00
yqrashawn
f47cb8572d
feat: delete for me ( #2866 )
2022-09-28 19:42:17 +08:00
Richard Ramos
bf9abfc350
feat: make kdf iterations configurable when creating a multiaccount ( #2796 )
2022-09-27 16:27:20 -04:00
Roman Volosovskyi
506921509e
Add effective gas price to tx view
2022-09-27 17:15:56 +02:00
Andrea Maria Piana
5668bbaa8e
Bump version to 0.110.2
2022-09-22 10:11:58 +01:00
Andrea Maria Piana
a182f3e699
Fix bug with tracking & merge community changes
2022-09-16 22:45:29 +01:00
Richard Ramos
824bb17ba9
fix: determine if a enr contains a UDP port ( #2864 )
2022-09-16 09:09:13 -04:00
Roman Volosovskyi
6f93913be5
Fix activity notification delition on message delition
2022-09-16 14:10:25 +02:00
frank
6e4ac1c495
Use image server for all kind of images and integrate identity rings
2022-09-16 09:52:08 +01:00