Bug fixes: - Use a localized variant of the subject in localizedEmailSubject - Debug switch should default on - Fixed a constraint's incorrect RTL behavior - Add chevrons to the HelpViewController table view cells - VoiceOver action on SupportRequestTextView was totally broken, this fixes it. Design changes: - Remove navigation bar styling and adopt default translucent behavior Other PR feedback: - Move support constants out of TSConstants - Mark OWSTableViewController subclasses as final, remove -contents override and just access the superclass' property like normal. - Subviews of ContactSupportViewController should observe Theme changes themselves - Perform early layout on the EmojiMoodPickerView's stack view to get correct corner radius - EmojiMoodPickerView's Mood enum is now leveraging the Emoji enum - A bunch of changes to SupportRequestTextView's placeholder handling. Now, the placeholder stays visible until the user enters text |
||
|---|---|---|
| .. | ||
| protobuf | ||
| Resources | ||
| src | ||
| tests | ||
| Utilities | ||
| .clang-format | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
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'