Signal-iOS/SignalMessaging/utils
Jordan Rose e8021225a3 Do not load avatar image data in the NSE
Not only should we not build avatars, but even loading the image data
costs us our limited memory space, especially when it's a system
contact avatar whose size we have no control over. Instead, record the
cache key for that avatar in the database.

(Unfortunately, we can't jump to the cache like this in the main app,
because then we'd have no way to check if an avatar has *changed*,
particularly for system contacts.)
2022-03-10 10:32:46 -08:00
..
Avatars Do not load avatar image data in the NSE 2022-03-10 10:32:46 -08:00
AFQueryString.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00
AFQueryString.m Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00
AppPreferences.swift Always show empty inbox state when no threads 2020-08-18 00:18:12 -07:00
CallMessageRelay.swift If a call message gets stuck, make sure it's treated as old later 2022-02-18 16:01:09 -08:00
CommonStrings.swift added animations and changed multi selection handling when in archive mode 2021-12-27 11:09:00 +01:00
DateUtil.h Update l10n strings. 2021-09-08 15:08:20 -03:00
DateUtil.m Fix home view dates 2021-11-23 17:44:55 -08:00
DateUtil.swift Streamline websocket requests. 2021-09-09 14:41:38 -03:00
DebugLogger.h Tidy up debug logs. 2021-11-23 09:42:20 -03:00
DebugLogger.m Fix extension log file deletion 2022-03-08 16:24:29 -08:00
Dependencies+SignalMessaging.swift Lint 2022-03-04 14:16:29 -08:00
DeviceSleepManager.swift Clean up app readiness. 2021-03-25 09:36:16 -03:00
HapticFeedback.swift Context Menu Design Feedback 2021-08-02 13:27:38 -10:00
MobileCoinHelperMinimal.swift Move MobileCoin SDK to SignalUI. 2021-11-02 14:26:03 -03:00
OWSOrphanDataCleaner.h Clean up app readiness. 2021-03-25 10:52:31 -03:00
OWSOrphanDataCleaner.m improve ContactsManagerCache performance (#4026) 2022-03-03 09:30:31 +01:00
OWSPreferences.h Cache built avatars to disk for NSE 2022-02-14 11:59:13 -08:00
OWSPreferences.m improve ContactsManagerCache performance (#4026) 2022-03-03 09:30:31 +01:00
OWSScreenLock.swift Refine error localizedDescription. 2021-08-18 15:01:03 -03:00
OWSScrubbingLogFormatter.h Sketch out SAE load screen; make a number of infrastructure changes. 2017-12-01 09:37:52 -05:00
OWSScrubbingLogFormatter.m Never emit invalid e164 in storage service contact records; be robust to invalid e164 incoming protos. 2021-09-01 16:33:16 -03:00
ProximityMonitoringManager.swift Apply LRUCache everywhere. 2021-06-30 16:01:08 -03:00
RefreshEvent.swift Fix rebase breakage. 2021-04-06 13:57:10 -03:00
Searcher.swift plumb through transactions 2019-10-08 16:16:46 -07:00
ThreadUtil.h Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
ThreadUtil.m Populate INSendMessageIntentDonationMetadata 2022-03-01 10:22:28 -08:00
ThreadUtil.swift Populate INSendMessageIntentDonationMetadata 2022-03-01 10:22:28 -08:00
VoiceMessageModels.swift Add SignalUI framework target. 2021-10-19 09:39:53 -03:00