Commit Graph

25 Commits (a6c7e252a734faad0d1f2bc3fd60207c962e8878)

Author SHA1 Message Date
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
3 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
3 years ago
Morgan Pretty 11231599db Further work on migrations and message pipeline refactoring
Refactored the AppDelegate from Objective C to Swift
Updated the HomeVC to use GRDB
Refactored a number of the Job types to be driven via GRDB and the new JobRunner
Fixed a bug where the LinkPreviewView wouldn't render correctly in dark mode
3 years ago
Morgan Pretty cf66edb723 Further work on SessionMessagingKit migrations
Added migrations for contacts and started working through thread migration (have contact and closed group threads migrating)
Deprecated usage of ECKeyPair in the migrations (want to be able to remove Curve25519Kit in the future)
3 years ago
Ryan Zhao c68350f3d8 store hash value for outgoing messages 4 years ago
nielsandriesse accd838017 Merge branch 'dev' into snode-list-updating 4 years ago
Niels Andriesse 1a12487292 Clean 4 years ago
nielsandriesse a76c43973f Increase TTL & remove PoW 4 years ago
ryanzhao 1893ccac76 use TSIncomingMessage's serverTimastamp to make more sense 4 years ago
Niels Andriesse 74fd3eb812 Partially implement message syncing 4 years ago
Niels Andriesse a6e44ca0f0 Clean 4 years ago
Niels Andriesse ee1d4b1bd5 Debug & make UI clearer 4 years ago
nielsandriesse f504965dfa Set group context
Android needs this
4 years ago
Niels Andriesse 4942da1d23 Send read receipts again 5 years ago
Niels Andriesse 2e85d5fb41 Fix message sending status bar 5 years ago
nielsandriesse 58802936c1 Finish message receiving pipeline 5 years ago
Niels Andriesse b030b5999b Make messages show up again 5 years ago
nielsandriesse 4b63588f1a Create MessageSendJob & MessageReceiveJob
Also implement message sending notifications & custom TTL for typing indicators
5 years ago
nielsandriesse 52ed49d61e Validate messages after receiving 5 years ago
nielsandriesse 001b85353e Validate messages before sending 5 years ago
nielsandriesse e8892a1f0f Implement session request 5 years ago
nielsandriesse d407467279 Implement expiration timer update 5 years ago
nielsandriesse 1644f078fe Implement typing indicator serialization 5 years ago
nielsandriesse 48f166b893 Implement typing indicator proto conversion 5 years ago
nielsandriesse fbc41a857a Stub sending & receiving pipelines 5 years ago