You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SignalMessaging
Jesse Squires 6dc74ddcaf Fix some project warnings + other fixes
- Prefer checking `.isEmpty` rather than `.count == 0` for Swift collections (can be more optimal)
- Avoid comparing `BOOL` explicitly to `NO` (considered bad practice since `BOOL` is a `signed char`)
- Specify unused `SGX_FLAGS` as `__unused` to silence warnings
7 years ago
..
Libraries/JSQMessagesViewController Intern JSQMessagesViewController. 7 years ago
Models Rework unread indicators. 7 years ago
ViewControllers Respond to CR. 7 years ago
ViewModels Tweak home view cells. 7 years ago
Views Respond to CR. 7 years ago
attachments Refine theme. 7 years ago
categories Respond to CR. 7 years ago
contacts Refine theme. 7 years ago
environment Fix some project warnings + other fixes 7 years ago
profiles Integrate with new contact discovery endpoint 7 years ago
utils Intern JSQMessagesViewController. 7 years ago
viewControllers Clean up ahead of PR. 8 years ago
views Migrate to Swift 4. 7 years ago
Info.plist
SignalMessaging-Prefix.pch Add screen lock feature. 7 years ago
SignalMessaging.h Respond to CR. 7 years ago