Signal-iOS/SignalServiceKit
Michelle Linington 5437527e10 IOS-831: Link Preview 1970 date
Some android devices will set the date field in the proto to zero, even
if a date is available. Currently, iOS devices will display a date if
there's ever one set.

The fix is to just ignore date values of zero.
2020-09-08 14:10:58 -07:00
..
protobuf Merge branch 'release/3.16.0' 2020-09-03 18:56:52 -07:00
Resources Animated sticker support. 2020-09-02 13:44:15 -03:00
src IOS-831: Link Preview 1970 date 2020-09-08 14:10:58 -07:00
tests Merge branch 'release/3.16.0' 2020-09-03 18:56:52 -07:00
Utilities Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00
.clang-format
.gitignore
.travis.yml
CONTRIBUTING.md Update to the new GitHub organization name 2018-02-13 10:52:07 -05:00
LICENSE
README.md Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X

To use SignalServiceKit via CocoaPods add the following to your Podfile

pod 'SignalServiceKit', git: 'https://github.com/signalapp/Signal-iOS.git'