Commit Graph

795 Commits (5236fba691f98825e936b020acb81ded6c4a0de1)

Author SHA1 Message Date
Michael Kirk 920a82564f Merge tag '2.29.3.3' 6 years ago
Michael Kirk e7f9598e68 disable dark theme switch for production 6 years ago
Matthew Chen 9b94580dae Update assertions.
* Streamline precompiled headers.
* Remove obsolete assertions in Constraints.h.
6 years ago
Michael Kirk df67e883f3 BlockList vs. "zero length" group names 6 years ago
Michael Kirk b447e68597 clarify post-unblock-group copy 6 years ago
Michael Kirk c1b88b5f48 copy cleanup: remove redundant body 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 c0991fce74 enable dark theme for beta 6 years ago
Michael Kirk 7b7da4bc13 add docs to BlockListCache 6 years ago
Michael Kirk fd492f379a Use BlockListCache where possible 6 years ago
Michael Kirk 2c49232db0 remove barely used getters
Lock contention on these methods is less important because we're not iterating
over their access, e.g. per tableViewCell
6 years ago
Michael Kirk 448936d156 BlockListCache
block manager synchronizes on self for coherent read/writes to blocking state
across threads, but we want to be able to have performant reads on the main
thread.
6 years ago
Michael Kirk 28d28cf2b6 remove unused code 6 years ago
Michael Kirk b6eb1476cb Leave group when blocking it 6 years ago
Michael Kirk 8aba5725cf BlockListViewController v. group blocking 6 years ago
Michael Kirk c6de8c579c WIP: Localizations 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 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
Matthew Chen 3935b019f4 Add base class for tests. 6 years ago
Matthew Chen 3fe7d7f9be Remove more usage of logTag. 6 years ago
Michael Kirk 5bafc7b6d6 Don't allow enabling dark theme in production yet 6 years ago
Matthew Chen df7acfeed3 Simplify OWSPreferences access. 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
Matthew Chen bd05cdc031 Rename TextSecureKitEnv to SSKEnvironment. 6 years ago
Matthew Chen f9eab5cd24 Merge remote-tracking branch 'origin/release/2.29.2' 6 years ago
Michael Kirk c7662b5a86 Step 2/2 %s/OWSAssert/OWSAssertDebug for existing previous assert semantics
Going forward, we want to prefer safer asserts, but we don't want to blindly
apply crashing asserts across the codebase
6 years ago
Matthew Chen 34a05cdb85 Refine image validation. 6 years ago
Matthew Chen 51e8fdcb25 Use small thumbnail when creating quoted reply. 6 years ago
Matthew Chen 206432fdf0 Add failure methods to thumbnail service. 6 years ago
Matthew Chen 3437361d70 Use new thumbnails in media gallery thumbnails. 6 years ago
Matthew Chen ac4365e1c9 Add OWSThumbnailService. 6 years ago
Matthew Chen 446ceb2b9c Rename AttachmentStream methods. 6 years ago
Matthew Chen 498828f93c Rename AttachmentStream methods. 6 years ago
Matthew Chen 9ab4da5c81 cherry-pick Merge branch 'charlesmchen/logSdp' 6 years ago
Matthew Chen fac7f6932f Rename TSGroupMetaMessage enum values. 6 years ago
Matthew Chen f4d1f25656 Merge remote-tracking branch 'origin/release/2.29.1' 6 years ago
Michael Kirk d6f856a626 fixup: Leave theme enabled if ever enabled 6 years ago
Michael Kirk 4e19a79436 Leave theme enabled if ever enabled 6 years ago
Michael Kirk 64dd7c79ed enable dark theme for beta 6 years ago
Michael Kirk e715bf9ea2 image sizing
Validate image sizing
6 years ago
Matthew Chen f473f60111 Apply OWS log functions in Objective-C. 6 years ago
Matthew Chen cc5a480baa Apply OWS log functions in Objective-C. 6 years ago
Matthew Chen 03829779cc Apply OWS log functions in Objective-C. 6 years ago
Matthew Chen c0d486b1f1 Apply OWS log functions in Objective-C. 6 years ago
Matthew Chen 3a50377902 Apply OWS log functions in Objective-C. 6 years ago
Matthew Chen 0b5b74a901 Respond to CR. 6 years ago
Matthew Chen b4539328e1 Log call session description. 6 years ago