Signal-iOS/SignalServiceKit/src/Contacts
Nora Trapp 7bd167f815
Initial story sending support
* Little fix for context menu

* Add 'My Stories' section to stories tab

* Add new story thread types

* Show stories in conversation picker

* Support for sending stories

* Update story list when sending stories

* Add basic 'My Stories' view controller

* Initial stories settings screens

* Consolidate TSPrivateStoryThread and TSMyStoryThread into one class

* Require an explicit read transaction to initialize an outgoing message

* Fix linting

* Allow enabling group story from internal settings

* Fix tests

* PR Feedback
2022-06-10 22:28:03 -04:00
..
Discovery Remove unnecessary try 2022-05-27 00:13:17 -05:00
Threads Initial story sending support 2022-06-10 22:28:03 -04:00
AnyThreadFinder.swift Remove YapDatabase. 2021-03-25 11:41:16 -03:00
Contact.h Don't cache contacts on contacts manager. 2021-10-22 19:09:29 -03:00
Contact.m merged master and pod files 2022-03-15 12:49:11 +01:00
Contact.swift Don't cache contacts on contacts manager. 2021-10-22 19:09:29 -03:00
Contact+Swift.swift Fix build warnings. 2021-08-12 20:08:32 -03:00
OWSDisappearingMessagesConfiguration.h Respond to CR. 2021-10-21 09:21:31 -03:00
OWSDisappearingMessagesConfiguration.m Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
OWSDisappearingMessagesConfiguration.swift PR Feedback 2021-04-29 15:46:43 -07:00
OWSDisappearingMessagesConfiguration+SDS.swift Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
PhoneNumber.h Add PhoneNumberUtil singleton. 2021-10-22 19:06:15 -03:00
PhoneNumber.m Add PhoneNumberUtil singleton. 2021-10-22 19:06:15 -03:00
PhoneNumberUtil.h Change phone number. 2021-11-19 14:28:18 -03:00
PhoneNumberUtil.m replaced NSLocalizedStringFromAppBundle with OWSLocalizedString 2022-03-08 10:17:25 +01:00
PhoneNumberUtil.swift Add PhoneNumberUtilTestSwift. 2021-10-22 19:06:48 -03:00
SignalAccount.h Respond to CR. 2021-10-21 09:21:31 -03:00
SignalAccount.m Fix incorrect type for +[SignalAccount FTSIndexMode] 2022-03-10 15:41:49 -08:00
SignalAccount.swift Tweak behavior of "change phone number" notification interactions, per design. 2021-11-19 14:28:27 -03:00
SignalAccount+SDS.swift Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
SignalAccountFinder.swift Fetch phone numbers in a batch. 2022-03-17 12:46:33 -07:00
SignalRecipient.h Update clang-format with AllowShortEnumsOnASingleLine: false 2022-03-14 11:20:20 -07:00
SignalRecipient.m Audit hardcoded OWSIdentityACI uses and leave TODO comments 2022-03-16 14:31:06 -07:00
SignalRecipient.swift Fix typos 2022-03-18 11:31:06 -07:00
SignalRecipient+SDS.swift Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
SignalRecipientFinder.swift Remove YapDatabase. 2021-03-25 11:41:16 -03:00
SignalServiceAddress.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
ThreadAssociatedData.swift Replace enumeration blocks with SDSMappedCursor for unread messages 2022-03-07 15:01:39 -08:00
TSGroupMember.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
TSThread.h Initial story sending support 2022-06-10 22:28:03 -04:00
TSThread.m Initial story sending support 2022-06-10 22:28:03 -04:00
TSThread+SDS.swift Initial story sending support 2022-06-10 22:28:03 -04:00