session-ios/SessionUtilitiesKit/General
Morgan Pretty c25f378c54 Merge branch 'feature/database-refactor' into emoji-reacts
# Conflicts:
#	Session.xcodeproj/project.pbxproj
#	Session/Conversations/Context Menu/ContextMenuVC+Action.swift
#	Session/Conversations/Context Menu/ContextMenuVC+ActionView.swift
#	Session/Conversations/Context Menu/ContextMenuVC.swift
#	Session/Conversations/ConversationVC+Interaction.swift
#	Session/Conversations/ConversationVC.swift
#	Session/Conversations/ConversationViewItem.h
#	Session/Conversations/ConversationViewItem.m
#	Session/Conversations/Message Cells/Content Views/LinkPreviewView.swift
#	Session/Conversations/Message Cells/MessageCell.swift
#	Session/Conversations/Message Cells/VisibleMessageCell.swift
#	Session/Conversations/Views & Modals/BodyTextView.swift
#	Session/Meta/Translations/en.lproj/Localizable.strings
#	Session/Shared/UserCell.swift
#	SessionMessagingKit/Jobs/MessageSendJob.swift
#	SessionMessagingKit/Messages/Signal/TSMessage.h
#	SessionMessagingKit/Messages/Signal/TSMessage.m
#	SessionMessagingKit/Messages/Visible Messages/VisibleMessage.swift
#	SessionMessagingKit/Open Groups/OpenGroupAPIV2.swift
#	SessionMessagingKit/Sending & Receiving/MessageReceiver+Handling.swift
#	SessionMessagingKit/Sending & Receiving/Notifications/NotificationsProtocol.h
#	SessionMessagingKit/Sending & Receiving/Pollers/OpenGroupPollerV2.swift
#	SessionMessagingKit/Utilities/General.swift
#	SessionNotificationServiceExtension/NSENotificationPresenter.swift
#	SignalUtilitiesKit/Utilities/DisplayableText.swift
#	SignalUtilitiesKit/Utilities/NoopNotificationsManager.swift
#	SignalUtilitiesKit/Utilities/Notification+Loki.swift
2022-07-25 15:39:56 +10:00
..
AppContext.h Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
AppContext.m Re-organize files 2020-12-18 15:37:29 +11:00
Array+Utilities.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00
Atomic.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00
BuildConfiguration.swift Re-organize files 2020-12-18 15:37:29 +11:00
CallRingTonePlayer.swift add ringtone and other UI improvement 2021-11-29 16:32:02 +11:00
Collection+Subscripting.swift Scroll to last unread message upon opening a conversation 2021-03-01 14:23:55 +11:00
Data+Utilities.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00
Dependencies.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
Dictionary+Utilities.swift Fixed a few more bugs and tweaked attachment download logic 2022-07-01 12:52:41 +10:00
Features.swift Delete V1 OGS & file server 2021-05-04 15:46:48 +10:00
General.swift Merge branch 'feature/database-refactor' into emoji-reacts 2022-07-25 15:39:56 +10:00
LRUCache.swift Fixed a few closed group and job issues 2022-04-22 18:47:11 +10:00
Logging.swift include more info in logs 2021-10-05 15:45:54 +11:00
NSNotificationCenter+OWS.h Re-organize files 2020-12-18 15:37:29 +11:00
NSNotificationCenter+OWS.m Re-organize files 2020-12-18 15:37:29 +11:00
NSRegularExpression+SSK.swift enable CBR 2021-12-07 16:30:14 +11:00
NSString+SSK.h Re-organize files 2020-12-18 15:37:29 +11:00
NSString+SSK.m Re-organize files 2020-12-18 15:37:29 +11:00
NSTimer+Proxying.h Re-organize files 2020-12-18 15:37:29 +11:00
NSTimer+Proxying.m Re-organize files 2020-12-18 15:37:29 +11:00
NSUserDefaults+OWS.h Re-organize files 2020-12-18 15:37:29 +11:00
NSUserDefaults+OWS.m Re-organize files 2020-12-18 15:37:29 +11:00
OWSMath.h Re-organize files 2020-12-18 15:37:29 +11:00
ReusableView.swift Started re-adding media gallery interactions (in progress) 2022-05-13 18:07:24 +10:00
SNUserDefaults.swift Fixed a bunch more bugs around push notifications and avatars 2022-07-04 17:36:48 +10:00
SessionId.swift Fixed an edge-case crash, a couple of minor bugs and made future-proofing tweaks 2022-07-12 17:43:52 +10:00
Set+Utilities.swift Working on the MediaGallery and ClosedGroup handling 2022-05-08 22:01:39 +10:00
Sodium+Utilities.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2022-06-09 18:37:44 +10:00
String+SSK.swift Re-organize files 2020-12-18 15:37:29 +11:00
String+Trimming.swift Got the '/inbox' APIs and encryption/decryption/validation working 2022-02-25 11:59:29 +11:00
String+Utilities.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00
Timer+MainThread.swift WIP: timer + main thread 2022-02-21 17:22:58 +11:00
TimestampUtils.swift ignore call messages over 60s 2021-11-25 16:50:30 +11:00
UICollectionView+ReusableView.swift Started re-adding media gallery interactions (in progress) 2022-05-13 18:07:24 +10:00
UIDevice+featureSupport.swift Re-organize files 2020-12-18 15:37:29 +11:00
UIEdgeInsets.swift Implement multi device UI 2021-01-13 10:52:07 +11:00
UITableView+ReusableView.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
UIView+OWS.h Re-organize files 2020-12-18 15:37:29 +11:00
UIView+OWS.m Re-organize files 2020-12-18 15:37:29 +11:00
UnicodeScalar+Utilities.swift Updated the JobRunner to have multiple job queues (needs more testing) 2022-05-28 17:25:38 +10:00
Weak.swift Re-organize files 2020-12-18 15:37:29 +11:00