Signal-iOS/Signal/src
Jordan Rose 68a27a76e2 Move AxolotlKit model classes into SSK and remove the dependency
We still need the AxolotlKit model classes to migrate old sessions,
but we don't need any of the actual protocol support. This also
means we can drop HKDFKit.

Additionally, we do still use some utilities from AxolotlKit:

- AxolotlExceptions.h: NSException names, should eventually be
  replaced by NSErrors everywhere

- NSData+keyVersionByte.h: prepend/remove public key type byte,
  should eventually be replaced by strong types (ECPublicKey)

- SPKProtocolContext.h: defines the SPKProtocol{Read,Write}Context
  marker protocols, should be replaced by direct use of
  SDSAny{Read,Write}Transaction
2021-03-22 16:17:47 -07:00
..
Calls Re-style privacy settings, group creation, compose, and other miscellany 2021-03-03 20:32:36 -08:00
environment Additional PR Feedback 2021-03-03 12:51:07 -08:00
Experience Upgrades Add privacy setting to disable sharing suggestions 2021-01-21 20:00:52 -08:00
Jobs Rework app readiness. 2021-02-04 09:55:39 -03:00
Models Move AxolotlKit model classes into SSK and remove the dependency 2021-03-22 16:17:47 -07:00
network Rename singleton accessors. 2020-09-17 21:11:07 -03:00
UserInterface Add haptic feedback to mention picker 2020-08-13 10:58:28 -03:00
util Ensure we're never using a profile key that is newer than our latest profile on the service 2021-03-12 16:59:56 -08:00
ViewControllers Move AxolotlKit model classes into SSK and remove the dependency 2021-03-22 16:17:47 -07:00
views PR Feedback 2021-03-17 01:14:25 -07:00
AppDelegate.h Primary device transfer UI flows 2020-05-18 20:48:08 -07:00
AppDelegate.m Begone OWSBatchMessageProcessor 2021-02-23 10:45:50 -08:00
CNContactViewController+OWS.h Fix CNContactViewController cancel on iOS 13 2019-11-18 15:15:37 -08:00
CNContactViewController+OWS.m Fix compilation with Xcode 12 2020-10-05 14:32:06 -07:00
ConversationSearch.swift Apply theme blue tint colors. 2020-04-23 10:59:12 -03:00
NotificationActionHandler.swift PR Feedback. Code cleanup. 2020-12-08 15:23:16 -08:00
Signal-Bridging-Header.h Move AxolotlKit model classes into SSK and remove the dependency 2021-03-22 16:17:47 -07:00
UIApplication+OWS.swift Fix build warnings. 2020-04-08 16:05:54 -03:00
UIResponder+OWS.swift Revert "Merge branch 'nt/ipad-split-view'" 2019-10-21 12:35:02 -07:00
UIStoryboard+OWS.swift Migrate to Swift 4. 2018-05-30 15:05:02 -04:00
UserNotificationActionHandler.swift Alert user of safety number changes in group call 2020-12-08 12:59:56 -08:00