Ryan Zhao
128ef747b3
tweak: only fetch and show 5 reactors for open group reactions
3 years ago
Ryan Zhao
f9c2a2ce99
tweak: fix an issue where we may delete the wrong open group message and update reactions to wrong open group messages in other threads with the same server id
3 years ago
RyanZhao
6d94866110
Merge pull request #638 from RyanRory/emoji-reacts
...
Emoji reacts
3 years ago
ryanzhao
851ad6c4c9
minor refactor
3 years ago
ryanzhao
014e8620c4
bump up version & build number
3 years ago
ryanzhao
af7d58b90e
Merge branch 'dev' into emoji-reacts
3 years ago
RyanZhao
f11375952a
Merge pull request #669 from mpretty-cyro/fix/various-bugs-and-optimisations
...
A few bugs fixes and some optimisations
3 years ago
Ryan Zhao
838623171d
tweak: always left align emoji reacts
3 years ago
Ryan Zhao
c7c92f747c
Merge branch 'various-bugs-and-optimisations' into emoji-reacts
3 years ago
Morgan Pretty
7097853d58
A few bugs fixes and some optimisations
...
Fixed a bug where notifications could incorrectly appear for messages in the current thread
Fixed a bug where swiping left/right on images in the MediaDetailViewController could load images from other threads
Fixed a bug where the unread count wouldn't appear correctly when opening a conversation
Fixed a bug where the unread count on the conversation cell could get truncated
Fixed a bug where notifications weren't working correctly when the app is in the foreground
Fixed a bug where we weren't clearing the 'received X new messages' count when in the foreground
Fixed a bug where outgoing messages could get marked as read in a very specific case
Updated the "group notification" logic to only apply to Open Groups (and always doing it rather than just in the background)
Added a placeholder person icon when you have a closed group with a single member
Added a couple of indexes to improve the HomeVC database query performance (reduce launch time by ~15% in some cases)
Added a background task to give message sending the chance to complete when sending the app to the background
Removed an unneeded query from the HomeViewModel init (reduce launch time by ~10% in some cases)
Optimised one of the queries used to load the data needed for the conversation screen
3 years ago
ryanzhao
3944fe52c1
feat: show unsupported emoji
3 years ago
Ryan Zhao
43b6f0b649
WIP: unsupported emojis
3 years ago
Ryan Zhao
651373234a
feat: add capability check for open group emoji reacts
3 years ago
Ryan Zhao
f7a4c92d38
Merge branch 'dev' into emoji-reacts
3 years ago
Ryan Zhao
7ca48e9c7b
tweak: fix clear all action for open group moderators
3 years ago
Morgan Pretty
fc949a9882
Merge pull request #667 from mpretty-cyro/fix/migration-error
...
Fixed an issue where the 2.0.2 migration broke the original DB migration
3 years ago
Morgan Pretty
f2f2083d92
Version number increases
3 years ago
Morgan Pretty
d116ac0ebe
Fixed an issue where the 2.0.2 migration broke the original _003_ migration
3 years ago
Ryan Zhao
36801e4876
feat: disable emoji reacts for message requests
3 years ago
Ryan Zhao
094c64bb6a
tweak: fix context menu screen layout
3 years ago
ryanzhao
95cd516bce
tweak: if current user reacts then their username should appear as ‘You’
3 years ago
ryanzhao
0a9856d49a
tweak: fix reaction notifications
3 years ago
ryanzhao
78d8e939f1
tweak: fix search emoji
3 years ago
ryanzhao
c26e6f7e9e
Merge branch 'dev' into emoji-reacts
3 years ago
Morgan Pretty
c8bcd8fb33
Merge pull request #664 from mpretty-cyro/fix/notification-sounds-not-working
...
Fixed a bug where the notification sound "preview" playing wasn't working
3 years ago
ryanzhao
93e2e295bc
tweak: update default emojis
3 years ago
ryanzhao
131cb9170b
Merge branch 'dev' into emoji-reacts
3 years ago
Morgan Pretty
362986e73a
Fixed a bug where the notification sound "preview" playing wasn't working
3 years ago
Morgan Pretty
b53ad0c5ed
Merge pull request #657 from mpretty-cyro/fix/use-yyimageview-only-when-needed
...
Only use YYImage for Gif/WebP images
3 years ago
Morgan Pretty
d0177c3cee
Merge pull request #662 from mpretty-cyro/fix/hidden-mods-admins-not-recognised
...
Fixed an issue where hidden mods/admins wouldn't be properly recognised
3 years ago
Morgan Pretty
3ab8bdec77
Fixed an issue where hidden mods/admins wouldn't be properly recognised
...
Added an isHidden flag to the GroupMember
Reset the OpenGroup 'infoUpdates' value to force a re-fetch of the data and fix users affected by this bug
Fixed the broken unit tests
3 years ago
Morgan Pretty
6c5d138bd6
Merge pull request #661 from mpretty-cyro/fix/deleted-messages-read-state
...
Fixed a bug where deleted incoming messages could incorrectly be counted as unread
3 years ago
Morgan Pretty
9f4d1a678a
Fixed a bug where deleted incoming messages could incorrectly be counted as unread
3 years ago
Morgan Pretty
06dce5708d
Merge pull request #658 from mpretty-cyro/fix/open-group-polling-deletions
...
Fixed an issue where the open group seqNo wasn't updated for deletions
3 years ago
Morgan Pretty
0ce96976bf
Fixed an issue where the open group seqNo wasn't updated for deletions
3 years ago
Morgan Pretty
6d6d45b283
Updated the ProfilePictureView to only use YYImage for Gif and WebP images
...
Added support for animated OpenGroup images
3 years ago
Morgan Pretty
eca075f717
Merge pull request #653 from mpretty-cyro/version-increase
...
Increased the version and build numbers
3 years ago
Morgan Pretty
d0acaa9c3a
Increased the version and build numbers
3 years ago
Morgan Pretty
7a6d6fe2aa
Merge pull request #652 from mpretty-cyro/fix/outgoing-disappearing-messages
...
Fixed a bug where disappearing messages weren't working for local outgoing messages
3 years ago
ryanzhao
9c9f1e3cd3
tweak: encode and sign reaction endpoints with raw emoji
3 years ago
Morgan Pretty
e007870c34
Fixed a bug where disappearing messages weren't working for local outgoing messages
3 years ago
Ryan Zhao
88e419aac0
clean
3 years ago
Ryan Zhao
645f8e1d24
tweak: add update types of reaction to query parameter
3 years ago
Ryan Zhao
4a5674f7b3
tweak: keep the old logic of removing open group messsages
3 years ago
Ryan Zhao
4cb2d81670
clean up
3 years ago
ryanzhao
ba578fcb3c
Merge branch 'dev' into emoji-reacts
3 years ago
Morgan Pretty
b40752dc78
Merge pull request #649 from mpretty-cyro/fix/background-fetch-timeout
...
Fix/background fetch timeout
3 years ago
Morgan Pretty
201c59fd2b
Updated the logic for the background fetch timeout
...
Updated the logic for the background fetch timeout to happen in the AppDelegate and be based on a system property to avoid a few edge-cases
Removed the ID Blinding error handling 'e' suffix (as it's not actually part of the error)
3 years ago
Morgan Pretty
f2cda62882
Merge remote-tracking branch 'upstream/dev' into dev
3 years ago
Ryan Zhao
2d510ccfe3
Merge branch 'dev' into emoji-reacts
3 years ago