Commit Graph

61 Commits (f1dbac0791efa0bcfd3c3ac62f312430b2f9b4e9)

Author SHA1 Message Date
nielsandriesse f1dbac0791 Remove redundant code 6 years ago
nielsandriesse 24d70341ed Clean 6 years ago
nielsandriesse 5cc11b9014 Partially fix friend request UI issues 6 years ago
Mikunj da4a3c3aac Minor fix 6 years ago
Mikunj 4d0207f20a Replace isForceHidden with computed isSlaveThread 6 years ago
nielsandriesse 31bfa0888b Debug 6 years ago
nielsandriesse f834850317 Debug & avoid write transaction 6 years ago
nielsandriesse e60dfe99c5 Clean 6 years ago
Mikunj b1345104da Remove saveFriendRequestStatus in TSThread. 6 years ago
Mikunj 4dcf26b7e7 Added migration. 6 years ago
nielsandriesse a65235fd3a Clean & add documentation 6 years ago
Niels Andriesse 8b201f594e Fix occasional hang on startup 6 years ago
Niels Andriesse 8281b23ec6 Ensure friend request uniqueness in a thread 6 years ago
Niels Andriesse 391ed03913 Debug 6 years ago
Niels Andriesse 22623815bb Enforce naming convention 7 years ago
Niels Andriesse cbac37a95f Fix friend request UI bugs 7 years ago
Niels Andriesse 96c02864c8 Improve logging 7 years ago
Niels Andriesse dac9b28162 Clean 7 years ago
Niels Andriesse 1a8175472a Refactor friend request view & add documentation 7 years ago
Niels Andriesse 4c33fa257a Fix incorrect logic in OWSMessageManager 7 years ago
Niels Andriesse 740291cceb Implement message friend request status
Untested
7 years ago
Mikunj fdff5d8487 Add friend request message discarding. 7 years ago
Niels Andriesse 6adc8cf014 Add isFriendRequestExpired flag 7 years ago
Niels Andriesse 4d94346959 Fix minor logic issue & document friend request handling 7 years ago
Niels Andriesse be7724b41b Implement feedback 7 years ago
Niels Andriesse 3728638832 Reduce code duplication & fix cell sizing bug 7 years ago
Niels Andriesse 3161680432 Redo friend request handling 7 years ago
Niels Andriesse 49c6611d9d WIP 7 years ago
Niels Andriesse cb1e876b7a Make friend request status updates more reliable 7 years ago
Niels Andriesse fffb55540b Mostly hook up friend request status logic 7 years ago
Niels Andriesse 4da8d33932 Clean 7 years ago
Mikunj 09157673fe Added friend request states in TSThread.
Automatically send a OWSFriendRequest if we are not friend with the person.
7 years ago
Matthew Chen 7878c0fac8 Add feature flag for 'note to self'. 7 years ago
Matthew Chen 449633e0dc Respond to CR. 7 years ago
Michael Kirk 5671fd2520 Revert "Revert 'new sort id'."
This reverts commit ebae75af00.
7 years ago
Michael Kirk c0cb7df10a rename hasEverHadMessage -> shouldThreadBeVisible 7 years ago
Matthew Chen 650469c6a7 Respond to CR. 7 years ago
Matthew Chen 63d88ef5cb Sketch out TypingIndicatorCell. 7 years ago
Michael Kirk 2b805e4eae Constantize ConversationColorName, map previous incorrect values 7 years ago
Michael Kirk d59e21e7f0 Nothing outside of TSThread should know about legacy colors 7 years ago
Michael Kirk 405cc31a38 Apply new colors to new conversation 7 years ago
Matthew Chen ebae75af00 Revert 'new sort id'. 7 years ago
Michael Kirk 79add78d51 Merge branch 'release/2.30.1' 7 years ago
Matthew Chen b3ad6e27dc Rework conversation message bubble colors; add "conversation colors" class. 7 years ago
Michael Kirk fe7d69e9c6 Update thread's sorting order based on whatever the currently last message is 7 years ago
Michael Kirk b281b37637 replace thread.lastMessageDate/archivalDate -> thread.lastSortId, thread.archivedAsOfSortId
Update migration accordingly

Date shown on home view cell is message.receivedAt
7 years ago
Michael Kirk 00d0d1e002 Remove legacy Error backdating - no changes in functionality
Historically we would backdate the SN change messages, but since adopting
non-blocking SN changes long ago, they're already sorted properly by creation
time, so backdating has been unnecessary for a while.

I also audited that all other error messages are saved directly after creation.

I applied deprecation attributes as appropriate as I audited.
7 years ago
Matthew Chen 72562920ed Fix author conversation colors. 7 years ago
Matthew Chen 03d393553a Tweak home view cells. 7 years ago
Michael Kirk 16df4f589e conversation colors
// FREEBIE
7 years ago