Commit Graph

16541 Commits (93c2f0f503d56908900944deb01b211e1ccf428c)
 

Author SHA1 Message Date
Ryan Zhao 9d795d4bfb ui: add expand react button 4 years ago
Ryan Zhao 3239aa521e add border to reacts including current user 4 years ago
Ryan Zhao 9ae1f3e904 minor fix on cell UI for emoji reacts 4 years ago
ryanzhao 692df74af6 wip: emoji reacts message cell ui 4 years ago
Morgan Pretty a6c7e252a7 Added global search back
Removed the logic for 'oversizedText' (not sent by either iOS or Android and not handled at all by desktop)
Updated the HomeViewModel (and ConversationCell) to use the same query model as Global Search
Added an 'albumIndex' property to the InteractionAttachment so we can enforce a correct order (apparently SQLite doesn't do this by default)
Updated the YDB to GRDB migration to avoid creating GroupMembers if the current user isn't a member of a ClosedGroup (be consistent with the running logic)
Updated the attachment description logic to be consistent throughout
Cleaned up the Interaction preview generation logic
4 years ago
ryanzhao a20afe1c97 add reaction message 4 years ago
ryanzhao 651b271ba0 update protobuf 4 years ago
Ryan Zhao 965c1c48e5 add action to emoji reacts 4 years ago
Ryan Zhao fe1b8ebb93 fix context menu shows wrong colour in dark mode 4 years ago
Ryan Zhao 6314240189 plus button for more emoji 4 years ago
Morgan Pretty 5bcc124388 Updated the SessionShareExtension to work with GRDB
Updated to the latest version of GRDB
Fixed an issue with db reentrant behaviour with the Attachment upload function
Finished up the updated 'sendNonDurability' functions
4 years ago
Morgan Pretty 8f120c4380 Started re-adding media gallery interactions (in progress)
Fixed up quote attachment sending and retrieval
Validated attachment sending and retrieving is working correctly
Re-added the AttachmentUploadJob migration
4 years ago
ryanzhao f92ae4084c bump up build number 4 years ago
RyanZhao 76553a045e
Merge pull request #625 from RyanRory/authentication-2
Message sending & retrieving authentication 2
4 years ago
ryanzhao ecb9140969 send closed group message to default namespace as well during hardfork 19.0 4 years ago
ryanzhao ecb657545e sample of emoji reacts bar 4 years ago
Morgan Pretty 531ddcb079 Replaced the GoogleWebRTC library (deprecated) with WebRTC-lib 4 years ago
Morgan Pretty 4e471aadb0 Merge remote-tracking branch 'upstream/dev' into dev 4 years ago
Morgan Pretty 3f062c044c Added back the majority of the ConversationVC interactions
Removed some more legacy code
Added back logic similar to the pre-processing de-duping logic (was resulting in "unsent" messages reappearing)
Added a number of updated view files
4 years ago
Ryan Zhao 6de645a8bb avoid unnecessary UI refresh 4 years ago
Morgan Pretty 6b1fc0f552 Fixed an issue where I had 'whisperTo' and 'whisperMods' acting in a mutually exclusive way 4 years ago
RyanZhao 0bc8da87ae
Update README.md 4 years ago
Morgan Pretty 5432f5582e Fixed a number of minor bugs, started re-connecting chat bubble interactions
Fixed an issue where if you left a closed group on one device you wouldn't leave it on another
Renamed a few types to clean up the namespacing and code jumping
Fixed a stack overflow issue which could occur in the JobRunner
Fixed an issue where the DeletedMessageView could randomly have the wrong height
Fixed an issue where you could interact with the hidden reply button on a cell
Fixed an issue where tapping anywhere horizontally would trigger the cell tap (need to tap within the bubble)
Disabled the ability to select text in messages (only works sometimes and is buggy)
4 years ago
Morgan Pretty 06eef99766 Cleared out some legacy code, fixed a few bugs, got typing indicators and mentions working
Got mentions working again
Got typing indicators working again
Got the notification sound and preview preferences working
Fixed a few issues with attachment image loading
Fixed an issue where enum settings weren't getting stored correctly
4 years ago
ryanzhao 6b15db7437 update version & build number 4 years ago
RyanZhao 306a6aa2f1
Merge pull request #622 from RyanRory/authentication-1
Message sending & retrieving authentication
4 years ago
ryanzhao a337123cbb only update the harkfork version when it is increasing 4 years ago
Ryan Zhao 2a18c8e9c9 Merge branch 'dev' into authentication-1 4 years ago
RyanZhao 719248ba7d
Merge pull request #614 from RyanRory/bug-fixes-1.11.25
Bug fixes on 1.12.7
4 years ago
Morgan Pretty 333849c32e Logic for interactions with user mentions and closed group tweaks
Added logic to flag interactions that mention the current user
Fixed up closed group member handling
4 years ago
Ryan Zhao 510d7c22a2 fix background poller updating last hash issue. 4 years ago
Ryan Zhao 627aba1650 clean up duplicated code 4 years ago
Morgan Pretty 38bb6e79e2 Combined the Register/Unregister response objects in the PushNotificationAPI (they are identical) 4 years ago
Morgan Pretty 0db74ce1e3 Working on the MediaGallery and ClosedGroup handling
Fixed a couple of issues around the duplicate messages handling
Fixed a few issues with ClosedGroup polling and ClosedGroup control message handling
Started working through updating the MediaGallery
4 years ago
Morgan Pretty f4ca219030 Re-added a bunch of functionality to the home and message requests screens
Cleared out some more legacy code which has been refactored
4 years ago
Morgan Pretty b541666ef0 Got the ability to send message working again and other tweaks
Tested and fixed a couple of issues with the disappearingMessages job
Added a simple dependency system for jobs (primarily for the AttachmentUploadJob, but will likely be others later)
Setup the AttachmentUploadJob again (looks like there are cases which use it)
Prevented a possible infinite job deferral loop from causing the app to crash (the loop is still technically possible but the app will continue to run now)
Updated the interactions unique constraints based on testing and discussions around how the serverHash works
Deleted the legacy ReadReceipt handling (now managed via the 'interaction.wasRead' flag and 'SendReadReceiptsJob')
Deleted the unused SSKIncrementingIdFinder
4 years ago
ryanzhao dac3f10dd1 tweaks on closed group polling logic 4 years ago
ryanzhao b8ec4a8c7a exclude namespace in parameters if polling for 0 with no authentication 4 years ago
ryanzhao c46c75e4f0 clean 4 years ago
ryanzhao 86605dce08 update background poller for hardfork closed group message retrieve 4 years ago
ryanzhao 782d51c1d6 minor change on hardfork version check 4 years ago
ryanzhao 372e87e70f minor fix 4 years ago
ryanzhao 7cc887267f fix retrieve from default inbox 4 years ago
ryanzhao fb65173b06 poll closed group messages in both default namespace and closed group namespace 4 years ago
ryanzhao e540497724 update last hash persistence 4 years ago
ryanzhao 4224a1fa3c tweaks for sending message to snode 4 years ago
ryanzhao 15b954dbd6 persist hardfork info 4 years ago
Morgan Pretty 32304ae5dd Cleared out some of the legacy serialisation logic, further UI binding
Refactored the SignalApp class to Swift
Fixed a horizontal alignment issue in the ConversationTitleView
Fixed an issue where expiration timer update messages weren't migrated or rendering correctly
Fixed an issue where expiring messages weren't migrated correctly
Fixed an issue where closed groups which had been left were causing migration failures (due to data incorrectly being assumed to be required)
Shifted the Legacy Attachment types into the 'SMKLegacy' namespace
Moved all of the NSCoding logic for the TSMessage
4 years ago
ryanzhao 38523230cb update namespace 4 years ago
Ryan Zhao 9c535dcb1b update namespace number 4 years ago