Commit Graph

5717 Commits (26fbe28c42fb62a3eae5780965fcba5d65f8e53b)
 

Author SHA1 Message Date
Matthew Chen 81522e4a23 Respond to CR. 7 years ago
Matthew Chen 888bf9256f Avoid deadlocks in message sender. 7 years ago
Matthew Chen 01496b2db8 Avoid deadlocks in message sender. 7 years ago
Matthew Chen a19882baaa Avoid deadlocks in message sender. 7 years ago
Michael Kirk d5e61dac9f Merge branch 'collinstuart/constant-time-compare' 7 years ago
Collin B. Stuart cc94573e9b Constant time compare
- fix case when second part of the && conditional is skipped when data is not equal

- isEqual variable marked volatile to prevent case when it doesn't equal 0, the loop can break early since it can never be 0 again

- tested with Fastest O3 and Whole Module optimization (App Store Release)

// FREEBIE
7 years ago
Michael Kirk b358a75e3e Merge branch 'mkirk/crash-on-first-message' 7 years ago
Michael Kirk ea12ed4c23 Fix dynamic type check which was too restrictive
// FREEBIE
7 years ago
Matthew Chen f131c71d90 Merge branch 'charlesmchen/messageDateTimes' 7 years ago
Matthew Chen 0944c2661e Respond to CR. 7 years ago
Matthew Chen 48b6c3dafb Refine message date/time formatting. 7 years ago
Michael Kirk 2d7a10ac0e [Pods] remove userdata
// FREEBIE
7 years ago
Matthew Chen 286c0133d4 Update Cocoapods. 7 years ago
Matthew Chen 3e14e9602c update l10n strings. 7 years ago
Michael Kirk 3246bcf627 [Pods] remove userdata dir from Pods.xcodeproj
// FREEBIE
7 years ago
Michael Kirk b999cd9e6e Merge branch 'mkirk/crash-on-search' 7 years ago
Michael Kirk ae2ddb25cc CR: add assert
// FREEBIE
7 years ago
Michael Kirk d6b3e191d1 Fix crash while searching when group somehow has nil members
This shouldn't normally happen, but seeing it on my device.

// FREEBIE
7 years ago
Michael Kirk a23f1b86ef nullability annotations for TSGroupModel
- add readonly where possible
- group members needn't be a mutable array

// FREEBIE
7 years ago
Michael Kirk 945c7cd1f9 Merge branch 'mkirk/fix-notification-percents' 7 years ago
Michael Kirk cb8767d19e CR: duplicate comments, DRY
// FREEBIE
7 years ago
Michael Kirk 44678e3951 CR: weak capture and clearer comments
// FREEBIE
7 years ago
Michael Kirk debd556e09 Fix notification % escaping, debug UI
Consolidated the notifications debug UI (and fixed it) to make testing
this a bit easier.

// FREEBIE
7 years ago
Matthew Chen 9ad437a04c Merge remote-tracking branch 'jlund/github-updates' 7 years ago
Matthew Chen e411bd5ee5 Update cocoapods. 7 years ago
Joshua Lund 2c18a75d12 Update to the new GitHub organization name 7 years ago
Matthew Chen f3d0cb49e0 Merge branch 'charlesmchen/debugLogging' 7 years ago
Matthew Chen e3776015bb Respond to CR. 7 years ago
Matthew Chen 246a56e925 Respond to CR. 7 years ago
Matthew Chen 33686594e9 Tweak debug logging. 7 years ago
Matthew Chen ab95c501ee Merge branch 'charlesmchen/appDelegateHooksVsAppReadiness' 7 years ago
Matthew Chen 44cbf142a1 Respond to CR. 7 years ago
Matthew Chen 3e8b08e19b Defer handling app delegate hooks until app is ready. 7 years ago
Matthew Chen 6ed5d814f1 Merge branch 'charlesmchen/saeTODOs' 7 years ago
Matthew Chen ba42ac73d8 Revisit TODOs in the SAE work. 7 years ago
Matthew Chen 9c8178653d Revisit TODOs in the SAE work. 7 years ago
Matthew Chen ebb778cf52 Merge branch 'charlesmchen/saeRefinements' 7 years ago
Matthew Chen d54f6aba0a Refine SAE UI. 7 years ago
Matthew Chen 114df18372 Refine SAE UI. 7 years ago
Matthew Chen 6feaf0db1f Merge branch 'charlesmchen/appLaunchFailure' 7 years ago
Matthew Chen 7c199faf8f Respond to CR. 7 years ago
Matthew Chen 98843cd45c Let users submit debug logs if app launch fails. 7 years ago
Matthew Chen 4aaae856d0 "Bump build to 2.20.0.16." 7 years ago
Michael Kirk 4bf453da33 Merge branch 'mkirk/rtl-caption' 7 years ago
Michael Kirk 5e95c90606 Fix "caption toolbar not showing" for RTL
// FREEBIE
7 years ago
Michael Kirk 9b8e2449fb Update Carthage for iOS8 compatible WebRTC M63
// FREEBIE
7 years ago
Michael Kirk dc8b5fb97f track pod dependencies publicly
// FREEBIE
7 years ago
Michael Kirk 87ef6b1af2 Merge branch 'mkirk/fix-disappearing-detail' 7 years ago
Michael Kirk 5793211a0a Fix "bubble disappears" when receiving read receipt
We re-create some constraints when `updateContent` is called, so
we need to ensure those constraints are configured by calling
`updateTextLayout`

// FREEBIE
7 years ago
Matthew Chen 11ad4e7882 "Bump build to 2.20.0.15." 7 years ago