Commit Graph

622 Commits (d01e756c67e3b4bb0f19d14b7aaf847f51e4c205)

Author SHA1 Message Date
Morgan Pretty a59d1b8153 Fixed a few bugs found during regression testing
Increased version & build numbers for release
Fixed a bug where the closed group info messages might not include names for members added/removed when the profile was unknown
Fixed a bug where removing members from closed groups wasn't showing an info message correctly
Fixed a minor layout issue in the CallMessageCell
3 years ago
Morgan Pretty 7dc75af361 Fixed some bugs with disappearing messages
Fixed an issue where the DisappearingMessages job could incorrectly overwrite it's nextRunTimestamp
Fixed an issue where sent/self-send messages wouldn't correctly trigger the disappearing messages job
Fixed an issue where sending the mnemonic along with an attachment wasn't showing the warning prompt
Fixed an issue where the home screen wasn't updating on launch if the displayed messages were removed disappearing messages
Fixed a small UI glitch where the input field wouldn't immediately get cleared when sending a message (unfortunately there is a slight delay before the message appears still)
3 years ago
Ryan Zhao 30e0e40ffa feat: disable typing and message requests in open groups if you don’t have "write" permission 3 years ago
Morgan Pretty ab95841f6c
Merge pull request #690 from mpretty-cyro/fix/filter-unblinded-mentions
Updated open groups to filter the mentions list based on blinding
3 years ago
Morgan Pretty 88ad6483c1 Updated open groups to filter the mentions list based on blinding 3 years ago
RyanZhao 70e326f819
Merge pull request #656 from RyanRory/message-request-tweak
Message request Block & Decline behaviour changes
3 years ago
ryanzhao d939f95b4f Merge branch 'dev' into message-request-tweak 3 years ago
ryanzhao e2e77f3e50 Merge branch 'dev' into ui-media-message 3 years ago
Ryan Zhao 85fc22110f fix selected emoji not shown in the popup list 3 years ago
Ryan Zhao bd0614532e feat: add cancel button for emoji search bar 3 years ago
Ryan Zhao e5a46a993d update emoji names for searching 3 years ago
Ryan Zhao ed3dcf7634 add comments and minor refactor back to previous logic 3 years ago
ryanzhao e6e97684b4 fix 6 reactors case in user list 3 years ago
ryanzhao d5948c0142 fix a crash when remove reaction and there are exactly 6 reactors 3 years ago
ryanzhao 98cf10cfea fix crash on clicking on more reactors cell 3 years ago
ryanzhao 6a8b14b8d2 tweak: refactor reaction deletion 3 years ago
ryanzhao 82e55a8d5b tweak: local reaction entry logic change 3 years ago
ryanzhao faecb82062 tweak: update the logic of adding local reaction entry after message sent or open group api api call success 3 years ago
Ryan Zhao 31dcb3c985 feat: cache remove all for open group emoji reacts 3 years ago
Ryan Zhao 4a3fe4cdeb tweak: view height of reaction user list 3 years ago
Ryan Zhao c4aeecdf4b tweak: fully rounded corners for all message bubbles 3 years ago
Ryan Zhao e9d598e62a feat: add text at the bottom saying of the reactors list indicating the number of other reactors 3 years ago
ryanzhao 395e585ea0 Merge branch 'dev' into emoji-reacts-tweaks 3 years ago
Morgan Pretty 8f1a03db88 Moved the code for a previous fix to the correct location and fixed a build issue 3 years ago
ryanzhao 287fabb390 Merge branch 'dev' into emoji-reacts-tweaks 3 years ago
Ryan Zhao 543f729247 feat: add local cache and deal with merging for reaction changes 3 years ago
Morgan Pretty c73bb43c56 Fixed a few bugs
Fixed a bug where open group message deletion wasn't thread-specific
Fixed a bug where the user couldn't delete pending/failed messages being sent to an open group
Fixed a bug where deleting content from "related" tables wouldn't correctly trigger an update within the PagedDatabaseObserver
Fixed a bug where a user that was an admin/mod of one open group would incorrectly appear to be an admin/mod of all open groups
3 years ago
Ryan Zhao 090fb940de Merge branch 'emoji-reacts' into ui-media-message 3 years ago
Ryan Zhao 838623171d tweak: always left align emoji reacts 3 years ago
Ryan Zhao a3c739e9cc Merge branch 'emoji-reacts' into ui-media-message 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 651373234a feat: add capability check for open group emoji reacts 3 years ago
Ryan Zhao 7ca48e9c7b tweak: fix clear all action for open group moderators 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 78d8e939f1 tweak: fix search emoji 3 years ago
ryanzhao adc6d948a2 Merge branch 'dev' into message-request-tweak 3 years ago
ryanzhao 1c94dd65d3 Merge branch 'dev' into ui-media-message 3 years ago
ryanzhao 131cb9170b Merge branch 'dev' into emoji-reacts 3 years ago
ryanzhao 3870c0c505 minor fix 3 years ago
ryanzhao 9657998d7b WIP: add block button to message request view 3 years ago
ryanzhao 78d68bcc38 tweak: Delete -> Decline 3 years ago
Morgan Pretty e007870c34 Fixed a bug where disappearing messages weren't working for local outgoing messages 3 years ago
ryanzhao 76833c0b9f tweak: fix album view background in visible message cells 3 years ago
ryanzhao 827ecee7b0 tweak: fix the layout of snapshot in context menu view 3 years ago
ryanzhao 85b3015d71 clean 3 years ago
Ryan Zhao d98221feb4 fix: minor ui issue on the reaction user list 3 years ago
Ryan Zhao 7383ddad04 update sortId logic after open group reaction index 3 years ago