session-ios/Signal/test
Frederic Jacobs bbde7cd2a8 iOS 9 Support
- Fixing size classes rendering bugs.
- Supporting native iOS San Francisco font.
- Quick Reply
- Settings now slide to the left as suggested in original designed
  opposed to modal.
- Simplification of restraints on many screens.
- Full-API compatiblity with iOS 9 and iOS 8 legacy support.
- Customized AddressBook Permission prompt when restrictions are
  enabled. If user installed Signal previously and already approved
  access to Contacts, don't bugg him again.
- Fixes crash in migration for users who installed Signal <2.1.3 but hadn't signed up
  yet.

- Xcode 7 / iOS 9 Travis Support
- Bitcode Support is disabled until it is better understood how exactly
  optimizations are performed. In a first time, we will split out the
  crypto code into a separate binary to make it easier to optimize the
  non-sensitive code. Blog post with more details coming.
- Partial ATS support. We are running our own Certificate Authority at
  Open Whisper Systems. Signal is doing certificate pinning to verify
  that certificates were signed by our own CA. Unfortunately Apple's App
  Transport Security requires to hand over chain verification to their
  framework with no control over the trust store. We have filed a radar
  to get ATS features with pinned certificates. In the meanwhile, ATS is
  disabled on our domain. We also followed Amazon's recommendations for
  our S3 domain we use to upload/download attachments. (#891)
- Implement a unified `AFSecurityOWSPolicy` pinning strategy accross
  libraries (AFNetworking RedPhone/TextSecure & SocketRocket).
2015-10-31 04:45:55 +01:00
..
Supporting Files iOS 9 Support 2015-10-31 04:45:55 +01:00
audio Removing unused imported classes. 2015-07-27 16:19:08 +02:00
call Fixed RecentCall unconditionally setting userNotified, even for missed calls //FREEBIE 2014-09-21 12:54:45 +02:00
contact Goodbye OCTest, Hello XCTest 2014-07-17 01:14:12 +02:00
network Removing unused imported classes. 2015-07-27 16:19:08 +02:00
phone Removing unused imported classes. 2015-07-27 16:19:08 +02:00
profiling Recursively added dot syntax, translating more terms when they were encountered in the dif 2014-09-12 07:21:17 +02:00
push Removing unused imported classes. 2015-07-27 16:19:08 +02:00
textsecure Support for `supportsVOIP` attribute. 2015-08-23 00:00:39 +02:00
util Removing unused imported classes. 2015-07-27 16:19:08 +02:00
TestUtil.h Goodbye OCTest, Hello XCTest 2014-07-17 01:14:12 +02:00
TestUtil.m Initial work to depend on external futures library instead of internal implementation 2014-08-20 08:08:32 -04:00