Commit Graph

1180 Commits

Author SHA1 Message Date
Michael Kirk
b282d51da0 SyncMessages for blocked groups 2018-09-12 19:16:14 -05:00
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
2018-09-12 19:16:14 -05:00
Michael Kirk
bfe1f38c75 update protos for group blocking 2018-09-12 19:16:14 -05:00
Michael Kirk
08c0b248ed fix group avatar updates and quote generation
don't shadow same-named variable
2018-09-12 15:01:57 -05:00
Michael Kirk
e4d12feeb9 rev gallery db extension since our isValid checks have changed 2018-09-07 16:37:00 -06:00
Matthew Chen
9fefdd2e2c Respond to CR. 2018-09-06 16:04:01 -04:00
Matthew Chen
a2fe4dbe39 Refine image validation. 2018-09-06 16:04:01 -04:00
Matthew Chen
34a05cdb85 Refine image validation. 2018-09-06 16:04:01 -04:00
Matthew Chen
b6649319da Fix build breakage. 2018-09-06 16:03:29 -04:00
Matthew Chen
27fa5dc2ef Make thumbnail logic thread-safe to being called on main thread. 2018-09-06 16:03:29 -04:00
Matthew Chen
a04aa259ed Fix bug in sync loading of thumbnails. 2018-09-06 16:03:29 -04:00
Matthew Chen
5bdbf76b08 Cache "is valid image/video" properties. 2018-09-06 16:03:29 -04:00
Matthew Chen
b1f2b9e75c Clean up thumbnail-related logic. 2018-09-06 16:03:29 -04:00
Matthew Chen
a088b94c74 Update Cocoapods, fix build breakage. 2018-09-06 15:37:24 -04:00
Matthew Chen
b91751a114 Respond to CR. 2018-09-06 15:30:00 -04:00
Matthew Chen
748b243156 Restore full-screen thumbnails. 2018-09-06 15:30:00 -04:00
Matthew Chen
9eb2a4f5ad Raise max valid image size. 2018-09-06 15:30:00 -04:00
Matthew Chen
72a71c185b Improve handling of thumbnails dir. 2018-09-06 15:30:00 -04:00
Matthew Chen
3a5d1877da Reduce thumbnail sizes. 2018-09-06 15:30:00 -04:00
Matthew Chen
ec83ed182b Clean up. 2018-09-06 15:30:00 -04:00
Matthew Chen
32bf47fc74 Don't track thumbnail metadata in db; improve thumbnail quality. 2018-09-06 15:30:00 -04:00
Matthew Chen
8026d34651 Remove full-screen thumbnail. 2018-09-06 15:30:00 -04:00
Matthew Chen
2daa66fdf6 Use thumbnails dir. 2018-09-06 15:30:00 -04:00
Matthew Chen
a9096209e9 Add failure methods to thumbnail service. 2018-09-06 15:30:00 -04:00
Matthew Chen
8748dc9b2e Modify new thumbnail system to include video and GIF thumbnails. 2018-09-06 15:30:00 -04:00
Matthew Chen
206432fdf0 Add failure methods to thumbnail service. 2018-09-06 15:30:00 -04:00
Matthew Chen
f6e792c707 Add failure methods to thumbnail service. 2018-09-06 15:30:00 -04:00
Matthew Chen
3437361d70 Use new thumbnails in media gallery thumbnails. 2018-09-06 15:30:00 -04:00
Matthew Chen
ac4365e1c9 Add OWSThumbnailService. 2018-09-06 15:30:00 -04:00
Matthew Chen
1831f0b1f8 Reorder AttachmentStream methods. 2018-09-06 15:30:00 -04:00
Matthew Chen
446ceb2b9c Rename AttachmentStream methods. 2018-09-06 15:30:00 -04:00
Matthew Chen
498828f93c Rename AttachmentStream methods. 2018-09-06 15:30:00 -04:00
Matthew Chen
9ab4da5c81 cherry-pick Merge branch 'charlesmchen/logSdp' 2018-09-04 13:51:31 -06:00
Michael Kirk
6821e4a3a5 Don't include invalid media in gallery 2018-08-30 19:21:45 -06:00
Michael Kirk
e715bf9ea2 image sizing
Validate image sizing
2018-08-30 19:21:38 -06:00
Matthew Chen
2b8b688fb6 Disable CDS. 2018-08-20 15:38:30 -04:00
Matthew Chen
2af0a897e1 Disable CDS. 2018-08-20 15:34:04 -04:00
Michael Kirk
d57cbf2acd main thread operation init which creates background task
// FREEBIE
2018-08-20 12:21:48 -06:00
Matthew Chen
52be2127ff Sync conversation colors. 2018-08-16 15:21:39 -04:00
Matthew Chen
b347c40c66 Clean up ahead of PR. 2018-08-16 12:21:03 -04:00
Matthew Chen
0a7b3537b5 Recreate message database view when message mappings are corrupt. 2018-08-16 12:21:03 -04:00
Matthew Chen
8ce9f3b24d Fix nominal race in "is registered" state. 2018-08-15 10:38:47 -04:00
Matthew Chen
26001e49d1 Unify log tags. 2018-08-15 10:24:29 -04:00
Michael Kirk
8829cdfb4b Toast view when tapped message doesn't exist, mark remotely sourced. 2018-08-10 16:55:54 -06:00
Michael Kirk
c05700fd98 Log in OWSFail
step 1: rename OWSFail->OWSFailNoProdLog
step 2: rename OWSProdLogAndFail->OWSFail
step 3: Convert OWSFailNoProdLog->OWSFail where we want logging
step 4: Rename OWSCFail->OWSCFailNoProdLog
step 5: Rename OWSProdLogAndCFail -> OWSCFail
step 6: Convert OWSCFailNoProdLog -> OWSCFail where we want logging
2018-08-09 15:30:19 -06:00
Matthew Chen
db3df249bf Merge NSData categories. 2018-08-09 13:50:55 -04:00
Matthew Chen
2c9c028504 Clean up. 2018-08-09 09:51:23 -06:00
Matthew Chen
7437e7a6b1 Remove 'has' accessors from proto wrappers. 2018-08-08 15:02:56 -04:00
Matthew Chen
1868c58037 Converge appLaunchTime. 2018-08-08 13:53:24 -04:00
Matthew Chen
b3c62d91be Merge remote-tracking branch 'origin/release/2.28.1' 2018-08-08 13:51:52 -04:00