Commit Graph

1592 Commits (8490be6ed9b9e5adc33f9f4bf46dde7a29bf0601)
 

Author SHA1 Message Date
Michael Kirk 55a44c8c4e Bump build
// FREEBIE
7 years ago
Michael Kirk f2728d461b Remember to copy PureLayout.framework
// FREEBIE
7 years ago
Michael Kirk 0c8da2865e Fix search/replace
// FREEBIE
7 years ago
Michael Kirk 730d6419bc Bump build
// FREEBIE
7 years ago
Michael Kirk 0d52a18458 Update dependencies
Also moved PureLayout to Carthage for faster incremental builds

// FREEBIE
7 years ago
Michael Kirk 4f51dcf2ef bump build
// FREEBIE
7 years ago
Michael Kirk 84bc5b1e67 Pull latest translations
// FREEBIE
7 years ago
Matthew Chen a4fd42789f Merge branch 'charlesmchen/animatedGifUTITypes' 7 years ago
Matthew Chen f68e40f7d8 Add animated gif UTI types to attachment.
// FREEBIE
7 years ago
Matthew Chen 8066cdfe62 Merge branch 'charlesmchen/incomingVideoPlayButton' 7 years ago
Matthew Chen d320cef1a9 Fix play button for incoming video attachments.
// FREEBIE
7 years ago
Matthew Chen eb8d4388c6 [SSK] Avoid YapDatabase deadlock in OWSMessageSender.
// FREEBIE
7 years ago
Michael Kirk a61e82653a Merge branch 'mkirk/better-envelope-logging' 7 years ago
Michael Kirk 6466e9f41f [SSK] Better logging for envelopes
Leave last 3 digits of recipientId when scrubbing logs.

This is in line with other Signal clients, and makes it possible to
trace interactions.

// FREEBIE
7 years ago
Matthew Chen fe18cb9a39 [SSK] Use a separate sending queue for each conversation & Fix “send to self operations never complete” issue.
// FREEBIE
7 years ago
Matthew Chen 0196257ab1 Merge branch 'charlesmchen/stopButtons' 7 years ago
Matthew Chen 58eb77e073 Use “stop” not “cancel” buttons.
// FREEBIE
7 years ago
Michael Kirk 2564f53060 sync translations
some were just pushed and still need translation

// FREEBIE
7 years ago
Michael Kirk 6a573b87d2 bump release target
// FREEBIE
7 years ago
Michael Kirk 34831ea105 [SPK][SSK] Ensure old sessions removed when identity changes
// FREEBIE
7 years ago
Michael Kirk cebfc479f8 Fixup acf3a6e syntax
// FREEBIE
7 years ago
Michael Kirk acf3a6e027 Merge branch 'mkirk/fix-swipe-back' 7 years ago
Michael Kirk ab2bfb3a67 Fix spacing of custom back button
...and use it (only) in Messages VC

Otherwise we'd have to do lots of manual handling of
interactivePopGesture

// FREEBIE
7 years ago
Michael Kirk c182a05961 Fix swipe-back-to-pop gesture.
The interactivePopGestureRecognizer machinery doesn't work when you have
a custom back button.

// FREEBIE
7 years ago
Michael Kirk 0a09330d35 Delete unused code
// FREEBIE
7 years ago
Matthew Chen b0b4771d68 Merge branch 'charlesmchen/removeRedPhoneCalls' 7 years ago
Matthew Chen e724acc978 Respond to CR.
// FREEBIE
7 years ago
Matthew Chen c6a280e005 Only initiate WebRTC calls, not RedPhone calls.
// FREEBIE
7 years ago
Matthew Chen 814c6d2505 Only initiate WebRTC calls, not RedPhone calls.
// FREEBIE
7 years ago
Michael Kirk 60ad74b477 Merge pull request #1877 from WhisperSystems/mkirk/fix-settings-not-sticking
Fix switches for those who like to "slide"
7 years ago
Michael Kirk 8973881d3d Fix switches for those who like to "slide"
There's more than one way to flip a switch.

// FREEBIE
7 years ago
Michael Kirk d76d04b8e8 Fixup 4814edf3d3
// FREEBIE
7 years ago
Michael Kirk 4814edf3d3 Merge branch 'mkirk/filtering-high-glyph-chars' 7 years ago
Michael Kirk 0b81523597 Clearer logging and added an assert per CR
// FREEBIE
7 years ago
Michael Kirk 6036e20079 Filter high diacritical text, regardless of length
// FREEBIE
7 years ago
Michael Kirk 78b98a5a91 Merge pull request #1863 from WhisperSystems/mkirk/fix-end-call-freeze-and-fail
Fix "Call failed" due to deadlock when immediately terminating call
7 years ago
Michael Kirk eb0399f040 Fix "Call failed" due to deadlock when immediately terminating call
It's not clear why we were ever dispatching `sync` here.

Before this:

Place a call
See "connecting..."
Hang up
UI hangs for ~5 seconds
See "call failed" on CallKit screen
Press "cancel" on CallKit screen
returned to responsive app.

// FREEBIE
7 years ago
Michael Kirk 11ca9b0980 reference "help wanted" label
instead of deprecated "easy" label
7 years ago
Matthew Chen 949a7cd9a2 [SSK] Further refinements to phone number parsing.
// FREEBIE
7 years ago
Matthew Chen 95de36d671 [SSK] Improve logging around decryption exceptions.
// FREEBIE
7 years ago
Matthew Chen 8764857834 Merge branch 'charlesmchen/disableNewMessageAnimation' 7 years ago
Matthew Chen 81ed045718 Disable the "scroll to new message" animation.
// FREEBIE
7 years ago
Matthew Chen fcbc709b9f Merge branch 'charlesmchen/honorPrivacyInCallNotifications' 7 years ago
Matthew Chen b9b81ca8ef Honor call privacy settings in call notifications.
// FREEBIE
7 years ago
Matthew Chen 50ad6e4f62 [SSK] Update SSK pod to reflect websocket lifecycle edge cases.
// FREEBIE
7 years ago
Matthew Chen 5797cb1093 [SSK] Update SSK to reflect cancel oversize attachment downloads. 7 years ago
Michael Kirk 49da1aea1e [SSK] Only send messages on main thread
// FREEBIE
7 years ago
Michael Kirk 0a150b9bb0 Merge branch 'mkirk/refactor_country_code_search' 7 years ago
Michael Kirk da32570dc6 [SSK] remove convoluted dependency
Moved query method to PhoneNumberUtil since that's they only caller.
Moved corresponding tests to SSK

// FREEBIE
7 years ago
Michael Kirk 8ed10c3a9b [SSK] Don't suspend app until message sending completes.
// FREEBIE
7 years ago