Signal-iOS/SignalServiceKit/src/Util
2024-03-19 19:24:54 -05:00
..
Avatars move AvatarBuilder to SignalServiceKit 2024-03-12 03:35:34 -05:00
Profiles Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
StreamTransform Zip and encrypt backups 2024-03-15 19:23:52 -05:00
APNSRotationStore.swift move APNSRotationStore to SignalServiceKit 2024-03-09 07:14:37 -06:00
AppContext.h Pass data to the correct CocoaLumberjack fields 2023-11-17 16:39:40 -06:00
AppContext.m Pass data to the correct CocoaLumberjack fields 2023-11-17 16:39:40 -06:00
AppExpiry.swift Use 4-part version numbers everywhere 2024-02-13 11:49:14 -06:00
AppReadiness.h Change license to AGPL 2022-10-13 08:25:37 -05:00
AppReadiness.swift Move OWSOrphanDataCleaner out of SignalMessaging 2023-05-04 17:49:48 -07:00
AppVersion.swift Fix version number construction 2024-02-13 13:30:22 -06:00
Array+SSK.swift Hook up CallRecord delete to the Calls Tab UI 2024-02-01 11:46:10 -08:00
Atomics.swift Make CallsTab search async to avoid lag 2024-02-16 11:52:14 -08:00
AudioWaveform.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
AwaitableAsyncBlockOperation.swift Add AsyncBlockOperation 2024-02-01 11:52:20 -06:00
Batching.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
Bench.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
BiometryType.swift move BiometryType to SignalServiceKit 2024-03-07 10:46:00 -06:00
Bool+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
Bundle+OWS.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
CallMessageRelay.swift move 3 files to SignalServiceKit 2024-03-08 11:10:30 -06:00
CaseIterable.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
ChainedPromise.swift Make SystemStoryManagerTest synchronous to end its reign of flaky terror 2023-03-29 08:47:49 -07:00
Collection+OWS.swift Fix SwiftLint violations 2022-11-29 14:47:23 -08:00
CommonStrings.swift move CommonStrings to SignalServiceKit 2024-03-07 10:46:00 -06:00
CRC32.swift Prefer CUnsignedLong type to uLong 2022-12-06 11:55:46 -06:00
Currency.swift Consolidate one-time & monthly donation screens 2022-11-08 16:27:50 -06:00
DarwinNotificationCenter.h Change license to AGPL 2022-10-13 08:25:37 -05:00
DarwinNotificationCenter.m Change license to AGPL 2022-10-13 08:25:37 -05:00
DarwinNotificationName.swift Write primary db directory to a txt file alongside UserDefaults 2024-02-06 21:58:40 -08:00
Data+MessagePadding.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
Data+SSK.swift Clean up DecryptedProfile 2024-01-18 16:01:48 -06:00
DataSource.h Change license to AGPL 2022-10-13 08:25:37 -05:00
DataSource.m Remove DataSource benchmarks 2023-11-27 16:01:19 -06:00
Date+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
DateUtil.swift move DateUtil to SignalServiceKit 2024-03-07 10:46:00 -06:00
DebouncedEvent.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
Decimal+IsInteger.swift Use title casing in filenames 2022-11-10 19:08:44 -08:00
Decimal+Rounded.swift Use title casing in filenames 2022-11-10 19:08:44 -08:00
DecodableDefaults.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
DeviceNames.swift Replace Curve25519Kit with LibSignal 2023-10-31 14:18:22 -05:00
DeviceSleepManager.swift move 3 files to SignalServiceKit 2024-03-08 11:10:30 -06:00
Dictionary+SSK.swift [ServiceId] Update the groups code 2023-08-14 14:05:49 -05:00
DispatchQueue+OWS.swift Remove uses of sharedBackground queues. 2023-09-28 07:46:52 -05:00
EmptyForCodable.swift Functionally ignore V1 group records in Storage Service 2023-09-26 09:12:14 -07:00
Error+ErrorLocalizedDescription.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
Error+IsRetryable.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
Error+SSK.swift Add & use Error.shortDescription in a few places 2023-01-23 10:22:54 -08:00
FeatureFlags.swift Enable new CallMemberView and redesign for local call members 2024-03-19 19:22:08 -04:00
FiatMoney.swift Support SEPA bank transfer donations 2023-11-06 13:49:40 -08:00
FunctionalUtil.h Swiftify a few phone number utility methods 2022-12-07 08:32:24 -06:00
FunctionalUtil.m Swiftify a few phone number utility methods 2022-12-07 08:32:24 -06:00
HapticFeedback.swift move HapticFeedback to SignalServiceKit 2024-03-07 10:46:00 -06:00
ImageQuality.swift Clean up image quality getters 2023-11-15 18:56:16 -06:00
Int+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
LinkValidator.swift Modernize LinkPreviewManager 2024-03-19 13:46:09 -07:00
LocalDevice.swift Remove noisiness when the app launches 2023-11-21 11:44:11 -06:00
Locale+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
LRUCache.swift Remove a bunch of debug()/verbose() lines 2023-11-17 16:40:49 -06:00
MailtoLink.swift Prefer isEmpty with strings 2022-11-01 17:53:46 -05:00
Math+OWS.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
MergingDict.swift Clean up ObservedDatabaseChanges to avoid special casing threads and the chat list UI 2023-10-16 11:49:28 -04:00
MIMETypeUtil.h Move thumbnail eligibility check to MIMETypeUtil 2024-03-14 19:25:43 -07:00
MIMETypeUtil.m Move thumbnail eligibility check to MIMETypeUtil 2024-03-14 19:25:43 -07:00
ModelReadCache.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
NSAttributedString+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
NSData+Image.h Change license to AGPL 2022-10-13 08:25:37 -05:00
NSData+Image.m Remove a bunch of debug()/verbose() lines 2023-11-17 16:40:49 -06:00
NSData+Image.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
NSKeyedUnarchiver+SSK.swift Re-add NSCoding conformance to SignalAccount 2023-05-12 00:40:02 -07:00
NSNotificationCenter+OWS.swift Add Preconditions 2023-11-07 17:06:14 -06:00
NSRegularExpression+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
NSString+SSK.h Move fullNames method to ProfileManager 2024-01-08 13:31:28 -06:00
NSString+SSK.m Remove unused string property 2023-04-21 18:14:47 -07:00
NSTimer+OWS.h Change license to AGPL 2022-10-13 08:25:37 -05:00
NSTimer+OWS.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OffMainThreadTimer.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OrderedDictionary.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OrderedSet.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OWS2FAManager.h Remove unused rotateMasterKey param 2024-01-23 14:52:37 -08:00
OWS2FAManager.m migrate HTTPUtils to swift 2024-03-01 08:32:34 -08:00
OWS2FAManager.swift Remove unused rotateMasterKey param 2024-01-23 14:52:37 -08:00
OWSBackgroundTask.h Add background tasks for orphan data cleaner 2023-02-15 09:49:17 -08:00
OWSBackgroundTask.m Fix some choo choo errors 2023-10-04 16:32:40 -05:00
OWSError.h Limit retries of message send due to invalid prekey signatures 2023-10-25 12:04:44 -05:00
OWSError.m Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSError.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSFail.swift Pass data to the correct CocoaLumberjack fields 2023-11-17 16:39:40 -06:00
OWSFileSystem.h Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSFileSystem.m Use serial queue when clearing /tmp 2024-02-14 11:18:00 -06:00
OWSFileSystem.swift Refactor CDN2 uploads 2024-02-02 12:41:21 -06:00
OWSFormat.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSMath.h Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSOperation.h Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSOperation.m Remove a bunch of debug Bench events 2023-11-21 11:12:18 -06:00
OWSOperation.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
OWSPaymentsLock.swift move 3 files to SignalServiceKit 2024-03-08 11:10:30 -06:00
OWSUserProfile.swift Clean up recipient searches 2024-03-07 11:57:45 -06:00
ParamParser.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
PendingTasks.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
PhoneNumberRegions.swift Hide Apple Pay UI when the server disallows your region 2022-11-10 16:19:47 -06:00
Platform.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
PngChunker.swift Move CRC32 to its own file 2022-12-06 11:55:46 -06:00
Preferences.swift move DebugLogger to SignalServiceKit 2024-03-06 12:47:06 -06:00
PrefixedLogger.swift Pass data to the correct CocoaLumberjack fields 2023-11-17 16:39:40 -06:00
Promise+OWS.swift Consolidate network error methods 2023-07-26 17:23:40 -07:00
ProximityMonitoringManager.swift move ProximityMonitoringManager to SignalServiceKit 2024-03-09 07:19:13 -06:00
ReadyFlag.swift Remove ReadyFlag.queueMode. 2022-11-03 11:58:44 -07:00
Refinery.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
RefreshEvent.swift move RefreshEvent to SignalServiceKit 2024-03-09 07:16:15 -06:00
RemoteConfigManager.swift Rename getCountryCode to getCallingCode 2024-03-18 14:24:54 -05:00
Result.swift Swiftify the rest of MessageSender 2023-11-27 11:29:23 -06:00
ReverseDispatchQueue.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
ScreenLock.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
SDS+SSK.swift Removed unused enum from long dead project 2024-02-14 09:26:23 -08:00
Sequence+OWS.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
SerialTaskQueue.swift Fix a few SerialTaskQueue bugs 2024-02-12 11:22:57 -06:00
SetAlgebra+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
SqliteUtil.swift in debug builds print the sqlite failure 2024-03-13 15:28:36 -05:00
SSKAsserts.h remove unused define 2024-03-01 10:50:11 -06:00
SSKPreferences.swift Don’t cache includeMutedThreadsInBadgeCount 2023-06-02 16:49:39 -05:00
StorageService.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
String+SSK.swift Fix code to ensure local profile name is correct 2024-01-23 17:47:27 -06:00
SwiftSingletons.swift Fix warning in SwiftSingletons 2022-10-17 09:20:31 -07:00
SyncManagerProtocol.swift Properly de-dupe profile update requests 2024-01-09 11:12:33 -06:00
TestModel.h Change license to AGPL 2022-10-13 08:25:37 -05:00
TestModel.m Change license to AGPL 2022-10-13 08:25:37 -05:00
TestModel+SDS.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
ThemedColor.swift Refactor mention/style/search result attribute application 2023-05-01 13:57:07 -07:00
ThreadBacked.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
ThreadUtil.swift move ThreadUtil and SessionResetJob to SignalServiceKit 2024-03-12 03:35:34 -05:00
TSYapDatabaseObject+SQLiteRowId.swift Add extension for sqliteRowId 2023-10-13 15:17:54 -07:00
TypingIndicators.swift Remove SSKJobQueues 2023-12-11 14:22:22 -06:00
UIColor+OWS.swift Add flip camera to local member view pip 2024-03-11 16:07:11 -04:00
UIColor+SSK.swift Change license to AGPL 2022-10-13 08:25:37 -05:00
UIDevice+FeatureSupport.swift move UIDevice extension to SignalServiceKit 2024-03-06 12:47:06 -06:00
UIImage+OWS.h Change license to AGPL 2022-10-13 08:25:37 -05:00
UIImage+OWS.m Remove debug assertions with false positives 2023-09-11 22:18:51 -05:00
UIImage+OWS.swift Update SignalCoreKit. Use explicit DispatchQueue instead of relying on the implicit type on promise 'on' params 2023-02-07 16:14:39 -08:00
UIView+OWS.swift move voice message over to SignalServiceKit and fix a few missed build phase updates 2024-03-06 12:47:06 -06:00
UnknownEnumCodable.swift Add request/response types for Registration Session APIs 2023-02-06 12:44:31 -08:00
URLPathComponents.swift Clean up preauth challenge request 2023-01-25 14:22:22 -06:00
UserProfileFinder.swift Add & use PhoneNumberVisibilityFetcher 2024-02-14 19:06:59 -06:00
ViewOnceMessages.swift Remove SSKJobQueues 2023-12-11 14:22:22 -06:00
Weak.swift Implement list mode in All Media. 2023-04-19 16:00:48 -07:00
WeakTimer.swift Change license to AGPL 2022-10-13 08:25:37 -05:00