session-ios/Signal/src/util
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
..
collections Removing unused imported classes. 2015-07-27 16:19:08 +02:00
constraints Preliminary iOS9 support and upgrading to CocoaLumberjack 2.0 2015-08-14 00:19:29 +02:00
protocols Removing unused imported classes. 2015-07-27 16:19:08 +02:00
AppStoreRating.h Adding rating code 2015-08-24 00:28:50 +02:00
AppStoreRating.m Adding rating code 2015-08-24 00:28:50 +02:00
ArrayUtil.h Prefix NSArray categories. 2014-11-20 00:34:47 -08:00
ArrayUtil.m Prefix NSArray categories. 2014-11-20 00:34:47 -08:00
BloomFilter.h initial commit 2014-05-06 19:41:08 +02:00
BloomFilter.m Using dot syntax for local*, all*, full*, first*, last*, to*, encodedAs*, copy* 2014-09-07 11:43:53 -07:00
Conversions.h initial commit 2014-05-06 19:41:08 +02:00
Conversions.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
Crc32.h initial commit 2014-05-06 19:41:08 +02:00
Crc32.m Using dot syntax for count and length 2014-08-13 21:13:24 -04:00
DataUtil.h initial commit 2014-05-06 19:41:08 +02:00
DataUtil.m Using dot syntax for count and length 2014-08-13 21:13:24 -04:00
DateUtil.h Fixes #680 2015-04-01 09:35:04 +02:00
DateUtil.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
DictionaryUtil.h initial commit 2014-05-06 19:41:08 +02:00
DictionaryUtil.m initial commit 2014-05-06 19:41:08 +02:00
DJWActionSheet+OWS.h Redesign implementation. 2015-01-24 16:28:34 -10:00
DJWActionSheet+OWS.m Redesign implementation. 2015-01-24 16:28:34 -10:00
FunctionalUtil.h initial commit 2014-05-06 19:41:08 +02:00
FunctionalUtil.m Using dot syntax for count and length 2014-08-13 21:13:24 -04:00
FutureUtil.h Checked indentation, future source results, directory layout, thenTry vs then, dependencies 2014-08-20 19:43:33 -04:00
FutureUtil.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
MIMETypeUtil.h Remove initialization on MIMETypeUtil 2015-03-21 19:33:58 +01:00
MIMETypeUtil.m Remove initialization on MIMETypeUtil 2015-03-21 19:33:58 +01:00
NSData+ows_StripToken.h Notifications enhancements. 2015-04-28 02:15:37 +02:00
NSData+ows_StripToken.m Notifications enhancements. 2015-04-28 02:15:37 +02:00
NumberUtil.h initial commit 2014-05-06 19:41:08 +02:00
NumberUtil.m Ran "Edit -> Refactor -> Convert to Modern Objective-C Syntax" 2014-08-13 12:36:36 +02:00
ObservableValue.h Checked indentation, future source results, directory layout, thenTry vs then, dependencies 2014-08-20 19:43:33 -04:00
ObservableValue.m Recursively added dot syntax, translating more terms when they were encountered in the dif 2014-09-12 07:21:17 +02:00
Operation.h Initial work to depend on external futures library instead of internal implementation 2014-08-20 08:08:32 -04:00
Operation.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
PhoneNumberUtil.h Lets user select country by country code. 2015-03-21 16:33:23 +01:00
PhoneNumberUtil.m Lets user select country by country code. 2015-03-21 16:33:23 +01:00
StringUtil.h Improved the phone number editing during registration 2014-09-02 18:11:11 +02:00
StringUtil.m Found a method to parse NSUInteger exactly and precisely //FREEBIE 2014-10-07 11:25:27 -04:00
ThreadManager.h Initial work to depend on external futures library instead of internal implementation 2014-08-20 08:08:32 -04:00
ThreadManager.m Recursively added dot syntax, translating more terms when they were encountered in the dif 2014-09-12 07:21:17 +02:00
TimeUtil.h Initial work to depend on external futures library instead of internal implementation 2014-08-20 08:08:32 -04:00
TimeUtil.m Removing unused imported classes. 2015-07-27 16:19:08 +02:00
TSAdapterCacheManager.h MessagesVC: Paging and fix scrolling bug. 2015-01-05 00:29:28 +01:00
TSAdapterCacheManager.m MessagesVC: Paging and fix scrolling bug. 2015-01-05 00:29:28 +01:00
UIButton+OWS.h Closes #589 - Enhancements conversation view. 2015-02-16 23:53:25 +01:00
UIButton+OWS.m Fixes #404 2015-03-01 08:49:20 +01:00
UIDevice+TSHardwareVersion.h Attachements: Fixing UI issues 2015-01-04 11:30:26 +01:00
UIDevice+TSHardwareVersion.m Attachements: Fixing UI issues 2015-01-04 11:30:26 +01:00
UIFont+OWS.h Archive/Inbox: Unread layout and other enhancements 2015-01-04 11:30:24 +01:00
UIFont+OWS.m iOS 9 Support 2015-10-31 04:45:55 +01:00
UIImage+normalizeImage.h Group avatar fixes 2015-01-04 11:30:28 +01:00
UIImage+normalizeImage.m Group avatar fixes 2015-01-04 11:30:28 +01:00
UIUtil.h Resetting status bar to white. 2015-01-31 01:35:49 -10:00
UIUtil.m New avatar placeholders. 2015-02-16 23:53:25 +01:00
Util.h Initial work to depend on external futures library instead of internal implementation 2014-08-20 08:08:32 -04:00
Zid.h initial commit 2014-05-06 19:41:08 +02:00
Zid.m Using dot syntax for count and length 2014-08-13 21:13:24 -04:00