Signal-iOS/SignalMessaging/utils
Michelle Linington a2deaf1cae Tweak our log stripper to not strip timestamps
The new hex stripper is a bit too aggressive and will strip out
timestamps as well. Adjusting the minimum number of bytes from 6 to 7
buys us a couple hundred years.

Initial: "timestamp: 1628539368550"
Before:  "timestamp: [ REDACTED_HEX:...550 ]"
After:   "timestamp: 1628539368550"
2021-08-12 19:20:06 -07:00
..
Avatars Respond to CR. 2021-08-04 17:08:40 -03:00
AppPreferences.swift Always show empty inbox state when no threads 2020-08-18 00:18:12 -07:00
BlockListUIUtils.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
BlockListUIUtils.m Fix blocking of left groups. 2021-07-21 16:48:09 -07:00
CallMessageRelay.swift Announcement-only groups. 2021-07-13 11:42:52 -03:00
ConversationStyle.swift Rework avatar building and caching. 2021-06-18 14:01:32 -03:00
DateUtil.h Elaborate date/time info in VoiceOver labels. 2021-02-05 15:13:36 -03:00
DateUtil.m Cache formatting of PersonNameComponents. 2021-08-04 17:08:28 -03:00
DebugLogger.h Fix production build break. 2020-10-23 14:37:28 -03:00
DebugLogger.m Improve logging around profile avatar filenames. 2021-07-08 10:28:06 -03:00
DebugLogger.swift Minor fixes. 2021-04-06 13:57:11 -03:00
Dependencies+SignalMessaging.swift Rework avatar building and caching. 2021-06-18 14:01:32 -03:00
DeviceSleepManager.swift Clean up app readiness. 2021-03-25 09:36:16 -03:00
DisplayableText.swift Restore ellipses to truncated text. 2020-12-14 11:35:53 -03:00
FullTextSearcher.swift Convert ConversationListView to HomeView. 2021-07-21 16:33:52 -07:00
GroupManager+SignalMessaging.swift Rework dependency access. 2021-03-25 09:24:27 -03:00
GroupViewUtils.swift Add "currency conversion info" alert. 2021-04-06 13:57:09 -03:00
HapticFeedback.swift Context Menu Design Feedback 2021-08-02 13:27:38 -10:00
OutboundMessage+OWS.swift Handle empty message bodies. 2020-08-10 11:48:23 -03:00
OWSAnyTouchGestureRecognizer.h
OWSAnyTouchGestureRecognizer.m
OWSAudioPlayer.h Fix build warnings. 2021-07-09 22:30:02 -03:00
OWSAudioPlayer.m Fix build warnings. 2021-07-09 22:30:02 -03:00
OWSOrphanDataCleaner.h Clean up app readiness. 2021-03-25 10:52:31 -03:00
OWSOrphanDataCleaner.m Restrict various AppReadiness blocks to main app only 2021-06-24 12:20:46 -07:00
OWSPreferences.h Don't set voip token on service if using NSE 2021-06-03 08:38:29 -07:00
OWSPreferences.m Don't set voip token on service if using NSE 2021-06-03 08:38:29 -07:00
OWSScreenLock.swift Rework dependency access. 2021-03-25 09:24:27 -03:00
OWSScrubbingLogFormatter.h
OWSScrubbingLogFormatter.m Tweak our log stripper to not strip timestamps 2021-08-12 19:20:06 -07:00
OWSWindowManager.h Support swipe gesture behavior in context menu action picker 2021-07-27 15:18:48 -10:00
OWSWindowManager.m Support swipe gesture behavior in context menu action picker 2021-07-27 15:18:48 -10:00
PHPhotoLibrary+Xcode11.swift Add backwards compatible support for new photo library APIs 2020-10-05 14:32:07 -07: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 Fix crash in ThreadUtil. 2021-07-06 15:49:15 -03:00
ThreadUtil.m Fix crash in ThreadUtil. 2021-07-06 15:49:15 -03:00
ThreadUtil.swift Clean up async completions. 2021-07-07 09:49:44 -03:00
UIGestureRecognizer+OWS.swift Pinch to change text size in image editor text tool. 2019-03-13 11:41:44 -04:00
UIUtil.h convert colors to Swift 2019-09-24 15:12:50 -07:00
UIUtil.m Design feedback 2021-03-04 18:32:24 -08:00