Commit Graph

1279 Commits (60a6128afdc620ab96e93e346fd4c64571e4f318)

Author SHA1 Message Date
Michael Kirk e1f131f09c restore save after marking item as uploaded
This was lost in an earlier fixup commit - markAsAccepted mutates but does not
persist anything since SPK doesn't know about YapDB
6 years ago
Michael Kirk cb55ba57f5 CR: rename classes, no functional changes 6 years ago
Michael Kirk 9f35b93647 CR: clarify comment 6 years ago
Michael Kirk 9bca1c8e52 Add some missing nullability annotations 6 years ago
Michael Kirk b3d3c27f39 CR: Split operations into separate files (no changes in functionality) 6 years ago
Michael Kirk ff3e9bcdd1 cr: add comment about operation queue 6 years ago
Michael Kirk bfd8eb63c6 Add some comments/nullability annotations for clarity 6 years ago
Michael Kirk c9218b59ca CR: add operation queue name 6 years ago
Michael Kirk 5a7d7634bf store keys before uploading to avoid race condition with service 6 years ago
Michael Kirk 1853e79c3e Don't retry send until SPK has been rotated
// FREEBIE
6 years ago
Michael Kirk 5e1306aaa5 Restore check debounce 6 years ago
Michael Kirk 8e488b5c3b remove unused code 6 years ago
Michael Kirk 85d35b52d6 restore PreKey upload failure tracking 6 years ago
Michael Kirk 39b691b697 Fix operations not being de-alloced 6 years ago
Michael Kirk 619597cd61 ensure operations run to completion on the PreKey operation queue 6 years ago
Michael Kirk 3df0e72eda Extract SPK rotation and CreatePreKey operations 6 years ago
Michael Kirk 286d3c8ce9 Serialize RefreshKeyOperation
TODO

-[] rotate signed prekey job
-[] verify current prekey w/ server
-[] create keys
6 years ago
Michael Kirk 01811a4891 fix swift method signature 6 years ago
Michael Kirk b11bd6ea46 extract convenience intitializer for param parser 6 years ago
Michael Kirk 1eb05c1d01 remove unused preKeyLastResort 6 years ago
Michael Kirk 920a82564f Merge tag '2.29.3.3' 6 years ago
Matthew Chen 22afe39cd0 Respond to CR. 6 years ago
Matthew Chen 2ea751bbac Clean up attachment downloads. 6 years ago
Matthew Chen 32f1ce9473 Clean up attachment downloads. 6 years ago
Matthew Chen b00858921d Update Cocoapods. 6 years ago
Matthew Chen 9b94580dae Update assertions.
* Streamline precompiled headers.
* Remove obsolete assertions in Constraints.h.
6 years ago
Matthew Chen e15b8ebe16 Add names to operation queues. 6 years ago
Matthew Chen 62c55c9cfb Fix broken tests. 6 years ago
Matthew Chen 2ba642c9e9 Ensure fakes/mocks are debug-only. 6 years ago
Matthew Chen e784f9feeb Move fakes to SSK/tests. 6 years ago
Michael Kirk df67e883f3 BlockList vs. "zero length" group names 6 years ago
Michael Kirk 24ea8262d5 consolidate blocked-group state tracking 6 years ago
Michael Kirk 0f9b0936df Use cached group details when rendering blocklist 6 years ago
Michael Kirk 1f15ba6dc5 Cache group details on blocking manager
In case the group thread is later deleted.
6 years ago
Michael Kirk b96e9a6a82 Fix: not receiving group deliveries
Previously we were using the wrong method - the local user's id is removed
from group.recipientIdentifiers
6 years ago
Michael Kirk f1e5b1862f Ignore messages from left groups 6 years ago
Michael Kirk b369ffa88f add type annotations 6 years ago
Michael Kirk b6eb1476cb Leave group when blocking it 6 years ago
Michael Kirk 2c9d905a16 Message processor ignores messages from blocked group 6 years ago
Michael Kirk eadb04efcc WIP: ContactViewHelper incorporates group blocking
-[ ] UI
  -[ ] Conversation Settings
    -[x] Show switch for group
    -[ ] localize
    -[ ] migrate existing localizations? (nice to have)
    -[ ] can view conversation settings (but not edit them) in left group
    -[ ] special block copy for groups
    -[ ] special unblock copy for groups
  -[ ] ConversationViewHelper
   -[x] Track blocked groups
   -[ ] HomeView
   -[ ] ConversationView
   -[ ] Any others?
   -[ ] Rename? Extract BlockList cache?
  -[ ] Block List
    -[ ] Group Section
    -[ ] Unblock group
  -[ ] Interstitial interacting with blocked threads (e.g. thread picker)
    -[ ] BlockListUIUtils w/ thread
        -[x] Block
        -[x] Unblock
        -[ ] Replace usages where possible
        -[x] block manager
-[ ] Sync
  -[x] tentative protos
  -[ ] confirm protos w/ team
  -[x] send new protos
-[ ] Message Processing
  -[ ] Drop messages from blocked groups
6 years ago
Michael Kirk b282d51da0 SyncMessages for blocked groups 6 years ago
Michael Kirk 236c17f65e WIP: group blocking
-[ ] UI
  -[ ] Conversation Settings
    -[x] Show switch for group
    -[ ] localize
    -[ ] migrate existing localizations? (nice to have)
    -[ ] can view conversation settings (but not edit them) in left group
    -[ ] special block copy for groups
    -[ ] special unblock copy for groups
  -[ ] Block List
    -[ ] Group Section
    -[ ] Unblock group
  -[ ] Interstitial interacting with blocked threads (e.g. thread picker)
    -[ ] BlockListUIUtils w/ thread
        -[x] Block
        -[x] Unblock
        -[ ] Replace usages where possible
        -[x] block manager
-[ ] Sync
  -[x] tentative protos
  -[ ] confirm protos w/ team
  -[ ] send new protos
-[ ] Message Processing
  -[ ] Drop messages from blocked groups
6 years ago
Michael Kirk bfe1f38c75 update protos for group blocking 6 years ago
Michael Kirk 08c0b248ed fix group avatar updates and quote generation
don't shadow same-named variable
6 years ago
Matthew Chen 25239ca608 Respond to CR. 6 years ago
Matthew Chen 3935b019f4 Add base class for tests. 6 years ago
Michael Kirk e4d12feeb9 rev gallery db extension since our `isValid` checks have changed 6 years ago
Matthew Chen 106ecf2e8e Respond to CR. 6 years ago
Matthew Chen cc117b385c Modify environment accessors to use our 'shared' convention. 6 years ago
Matthew Chen 3a12446be8 Modify environment accessors to use our 'shared' convention. 6 years ago