Signal-iOS/SignalMessaging
Jordan Rose d7ed13ec63 Fix extension log file deletion
The expression for the relative cutoff timestamp was
`-self.maximumNumberOfLogFiles * kDayInterval`, but
'maximumNumberOfLogFiles' is an unsigned integer, so this turned into
"some day very far in the future" and immediately deleted all
extension logs. The new expression, `self.maximumNumberOfLogFiles *
-kDayInterval` works because 'kDayInterval' is an NSTimeInterval, a
floating-point value.
2022-03-08 16:24:29 -08:00
..
attachments Add SignalUI framework target. 2021-10-19 09:39:53 -03:00
calls PR Feedback 2022-03-04 14:17:14 -08:00
categories UI tweaks to context menus 2022-01-31 09:31:17 +01:00
contacts Introduce Refinery to help batch DB queries. 2022-03-04 10:44:07 -08:00
environment Log statistics about the SDSKeyValueStore on internal app launch 2022-03-04 16:29:27 -08:00
groups Group updates: use an autoreleasepool for each group change processed 2022-02-10 10:35:29 -08:00
Notifications Always log when we present a user notification for an incoming message 2022-03-01 16:19:38 -08:00
Payments Cleanup old feature flags 2022-01-24 10:53:55 -08:00
profiles Introduce Refinery to help batch DB queries. 2022-03-04 10:44:07 -08:00
Storage Service Perform CDS requests against HSM backed service 2022-02-22 12:41:04 -08:00
Subscriptions removed checks testing for iOS12.0 or newer (#4030) 2022-02-25 17:39:12 +01:00
utils Fix extension log file deletion 2022-03-08 16:24:29 -08:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch Respond to CR. 2021-10-21 09:21:33 -03:00
SignalMessaging.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00