Signal-iOS/SignalMessaging/ViewControllers
Michelle Linington a660a81d0f IOS-668: Reorganize how ContactsUpdater interacts with CDS operations
- Removes ContactsUpdater singleton. It wasn't really tracking much
  state anyway
- Introduces ContactDiscoveryTask. This creates a
  ContactDiscoveryOperation (modern or legacy) and updates the
  SignalRecipients database on completion. Returns a promise.
- Begin migrating away from operation queues

PromiseKit is weird about priority propogation, so this shouldn't be
used yet. Since all then closures are asynced, priorities don't
propogate down to underlying queues. This means the a
ContactDiscoveryTask on the main queue will not boost the priority on
the ModernContactDiscoverOperation's owned operation queue
2020-08-06 12:55:32 -07:00
..
AttachmentApproval Allow tapping mentions in message bubbles 2020-08-04 14:09:06 -07:00
Stickers Mention sending 2020-08-04 14:08:30 -07:00
ActionSheetController.swift New safety number sheet 2020-06-25 19:04:12 -03:00
ApprovalFooterView.swift Pull out approval footer view. 2019-10-24 12:04:25 -03:00
ContactFieldView.swift Update and apply palette. Consolidate dupes. 2019-09-24 15:12:51 -07:00
ContactShareApprovalViewController.swift Respond to CR. 2020-07-10 11:13:00 -03:00
CountryCodeViewController.h Sketch out the 'onboarding phone number' view. 2019-02-14 08:54:27 -05:00
CountryCodeViewController.m Revise table section header and footer backgrounds. 2020-04-22 15:21:33 -03:00
EditContactShareNameViewController.swift Revise dark theme. 2020-04-16 11:25:32 -03:00
FindByPhoneNumberViewController.swift IOS-668: Reorganize how ContactsUpdater interacts with CDS operations 2020-08-06 12:55:32 -07:00
MediaMessageView.swift Apply theme blue tint colors. 2020-04-23 10:59:12 -03:00
ModalActivityIndicatorViewController.swift Small fixes. 2020-07-27 14:08:59 -03:00
OWSNavigationController.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
OWSNavigationController.m Goodbye iOS 10 2020-05-27 17:34:32 -07:00
OWSTableViewController.h Add the ability to opt out of PINs. 2020-07-09 18:46:17 -07:00
OWSTableViewController.m Run precommit script 2020-08-04 13:38:05 -07:00
OWSTableViewController.swift IOS-362: new support flow 2020-07-30 13:02:00 -07:00
OWSViewController.h Fix build warnings around initializers. 2020-04-08 16:05:54 -03:00
OWSViewController.m Fix more build warnings. 2020-04-10 13:17:08 -03:00
OWSWindow.swift Remove Xcode 11 TODOs 2020-04-09 16:40:49 -03:00
ReturnToCallViewController.swift refactor - no change in functionality 2019-12-13 22:26:23 -08:00
ScreenLockViewController.h Add screen lock UI to SAE. 2018-04-20 16:39:35 -04:00
ScreenLockViewController.m Revise dark theme. 2020-04-16 11:25:32 -03:00
SelectThreadViewController.h Revert "Add custom themed search bar." 2018-08-22 12:00:44 -06:00
SelectThreadViewController.m Overhaul database observation. 2020-06-18 09:28:49 -03:00
SharingThreadPickerViewController.h Send multiple attachments from the share extension. 2018-11-13 13:15:54 -05:00
SharingThreadPickerViewController.m Respond to CR. 2020-08-05 14:28:15 -03:00
SheetViewController.swift Apply CGSize(square:). 2020-04-06 11:34:21 -03:00
TextApprovalViewController.swift Allow tapping mentions in message bubbles 2020-08-04 14:09:06 -07:00
UIViewController+Permissions.h UIAlertController -> ActionSheetController 2019-10-28 14:43:59 -07:00
UIViewController+Permissions.m capture screen: remove bottom gap for iPad pro 2019-12-05 10:50:47 -07:00
ViewControllerUtils.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
ViewControllerUtils.m Merge remote-tracking branch 'origin/release/2.41.1' into release/2.42.0 2019-08-15 19:23:21 -07:00