Commit Graph

9453 Commits

Author SHA1 Message Date
Michael Kirk c01475836e l10n el_GR -> el 2018-11-02 10:15:46 -06:00
Michael Kirk f8207c6d2e l10n az_AZ -> az 2018-11-02 10:15:46 -06:00
Michael Kirk 3cfbc75f68 l10n ko_KR -> ko 2018-11-02 10:15:44 -06:00
Michael Kirk 0d06590304 update existing translations 2018-11-02 10:15:17 -06:00
Matthew Chen 78987445ec "Bump build to 2.31.0.26." 2018-11-01 16:53:41 -04:00
Matthew Chen 3d8a2a7f89 Merge branch 'charlesmchen/unregisteredUsersCache_' into release/2.31.0 2018-11-01 16:06:27 -04:00
Matthew Chen 3eab5b82cc Respond to CR. 2018-11-01 16:06:03 -04:00
Matthew Chen 3011175cef Fix "413 on prekey fetch" errors. 2018-11-01 15:59:11 -04:00
Matthew Chen e89d8b40d7 Fix "413 on prekey fetch" errors. 2018-11-01 15:59:11 -04:00
Matthew Chen 3cc1988f20 Fix "413 on prekey fetch" errors. 2018-11-01 15:59:11 -04:00
Matthew Chen 97e234f785 Fix "413 on prekey fetch" errors. 2018-11-01 15:59:11 -04:00
Matthew Chen 9e7c25af15 Merge branch 'charlesmchen/informLinkedDevicesOfProfileChanges' into release/2.31.0 2018-11-01 15:20:48 -04:00
Matthew Chen ac051fc89e Inform linked devices about profile changes. 2018-11-01 14:38:26 -04:00
Michael Kirk 338364eff1 Merge branch 'charlesmchen/profileFetchConcurrency' into release/2.31.0 2018-10-31 16:13:31 -06:00
Matthew Chen 3729398507 Request profile fetches on main thread. 2018-10-31 15:01:33 -04:00
Matthew Chen ec2478645d "Bump build to 2.31.0.25." 2018-10-30 19:31:57 -04:00
Michael Kirk 82d64405d0 fixup blogpost url 2018-10-30 17:08:02 -06:00
Matthew Chen b5bf3761a1 "Bump build to 2.31.0.24." 2018-10-30 16:19:12 -04:00
Matthew Chen 08befe914f Merge branch 'charlesmchen/udRefinements' into release/2.31.0 2018-10-30 16:18:51 -04:00
Matthew Chen 698e48f2d8 Respond to security review. 2018-10-30 16:18:23 -04:00
Matthew Chen 7d8b20d091 Apply refinements to UD logic. 2018-10-30 16:18:22 -04:00
Matthew Chen 44f6774396 Apply refinements to UD logic. 2018-10-30 16:18:22 -04:00
Matthew Chen c28d131f97 Respond to CR. 2018-10-30 16:18:22 -04:00
Matthew Chen e11d43d1f8 Respond to CR. 2018-10-30 16:18:22 -04:00
Matthew Chen ee87f1b489 Fix test breakage. 2018-10-30 16:18:22 -04:00
Matthew Chen c5f4711595 Apply refinements to UD logic. 2018-10-30 16:18:22 -04:00
Matthew Chen 2541be1619 Apply refinements to UD logic. 2018-10-30 16:18:22 -04:00
Michael Kirk e94e4d0a90 Merge branch 'mkirk/wrap-exceptions' into release/2.31.0 2018-10-30 11:36:06 -06:00
Michael Kirk 86066a37d5 update pods for exception wrapping 2018-10-30 11:35:34 -06:00
Michael Kirk 1dea927a3f Remove some usage of throwswrapped_ in udmanager since we don't need to
propogate the wrapped exception anyway.
2018-10-30 11:35:34 -06:00
Michael Kirk 3d9cd4f4ed CR: comments and code clarity 2018-10-30 11:35:34 -06:00
Michael Kirk 3bef78335d find -E . -type f -regex ".*\.(m|h|swift)" -exec sed -i "" -e "s/trywrapped_/throwswrapped_/g" {} \; 2018-10-30 11:35:34 -06:00
Michael Kirk cb9aa6304c find -E . -type f -regex ".*\.(m|h)" -exec sed -i "" -e "s/try_/throws_/" {} \; 2018-10-30 11:35:34 -06:00
Michael Kirk e09a181445 SQUASHME review podfile changes 2018-10-30 11:35:34 -06:00
Michael Kirk 8544c86427 Swift Exception wrap HKDFKit 2018-10-30 11:35:34 -06:00
Michael Kirk c4f8975308 Swift Exception wrap Curve25519 2018-10-30 11:35:34 -06:00
Michael Kirk c686e766b1 Exception audit, fail directly where intended 2018-10-30 11:35:34 -06:00
Michael Kirk 9d2731c9b8 exception auditing OWSRaiseException 2018-10-30 11:35:34 -06:00
Michael Kirk 3a6aafc454 Swift Exception wrap NSData+keyVersionByte 2018-10-30 11:35:34 -06:00
Michael Kirk 5f5ec9b82a ExceptionWrap loadPreKey 2018-10-30 11:35:34 -06:00
Michael Kirk b622b3a020 Exception wrap TSDerivedSecrets for Swift 2018-10-30 11:35:34 -06:00
Michael Kirk 8d823193f1 Exception wrap WhisperMessage for Swift 2018-10-30 11:35:34 -06:00
Michael Kirk 1482c600b4 Exception wrap PreKeyWhisperMessage for Swift 2018-10-30 11:35:34 -06:00
Michael Kirk 60769a3d17 Exception wrap SessionCipher for Swift 2018-10-30 11:35:34 -06:00
Matthew Chen 0d7d83f276 Update carthage version in Info.plist. 2018-10-30 10:55:41 -04:00
Matthew Chen 5535abd01b Update "sealed sender" blog post URL. 2018-10-30 10:55:30 -04:00
Matthew Chen d24dce758a Bump build to 2.31.0.23. 2018-10-29 16:47:37 -04:00
Matthew Chen 1c6bfb4540 "Bump build to 2.31.0.18." 2018-10-29 16:43:18 -04:00
Matthew Chen 9417bdeaa0 Merge branch 'charlesmchen/networkManagerErrors' into release/2.31.0 2018-10-29 16:42:47 -04:00
Matthew Chen a5f715eca1 Fix network manager error wrapping. 2018-10-29 16:42:33 -04:00