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
2017-03-23 17:10:26 -04:00
Michael Kirk
63cc0328b5
Merge branch 'mkirk/better-envelope-logging'
2017-03-23 17:08:45 -04:00
Michael Kirk
b73594b234
Better envelop logging.
...
Previously it was basically impossible to trace recipients in debug
logs.
// FREEBIE
2017-03-23 17:08:31 -04:00
Matthew Chen
fe18cb9a39
[SSK] Use a separate sending queue for each conversation & Fix “send to self operations never complete” issue.
...
// FREEBIE
2017-03-23 15:59:01 -04:00
Matthew Chen
1fd7627daf
Merge branch 'charlesmchen/sendQueuePerConvo'
2017-03-23 14:35:49 -04:00
Matthew Chen
5739f71bd4
Respond to CR.
...
// FREEBIE
2017-03-23 14:35:30 -04:00
Matthew Chen
0196257ab1
Merge branch 'charlesmchen/stopButtons'
2017-03-23 14:30:20 -04:00
Matthew Chen
58eb77e073
Use “stop” not “cancel” buttons.
...
// FREEBIE
2017-03-23 13:46:41 -04:00
Matthew Chen
c3d2ea7abd
Use a separate sending queue for each conversation.
...
// FREEBIE
2017-03-23 12:45:02 -04:00
Matthew Chen
289d0df064
Merge branch 'charlesmchen/sendToSelfVsIncompleteOperation'
2017-03-23 12:44:26 -04:00
Matthew Chen
62d52ce9a0
Fix “send to self operations never complete” issue.
...
// FREEBIE
2017-03-23 11:05:49 -04:00
Michael Kirk
2564f53060
sync translations
...
some were just pushed and still need translation
// FREEBIE
2017-03-22 22:25:24 -04:00
Michael Kirk
6a573b87d2
bump release target
...
// FREEBIE
2017-03-22 22:25:24 -04:00
Michael Kirk
34831ea105
[SPK][SSK] Ensure old sessions removed when identity changes
...
// FREEBIE
2017-03-22 22:25:23 -04:00
Michael Kirk
cebfc479f8
Fixup acf3a6e syntax
...
// FREEBIE
2017-03-22 22:25:23 -04:00
Michael Kirk
d31cfe6fd6
Ensure existing sessions are invalidated when saving new identity
...
// FREEBIE
2017-03-22 22:02:30 -04:00
Michael Kirk
acf3a6e027
Merge branch 'mkirk/fix-swipe-back'
2017-03-22 21:56:56 -04:00
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
2017-03-22 21:56:45 -04:00
Michael Kirk
c182a05961
Fix swipe-back-to-pop gesture.
...
The interactivePopGestureRecognizer machinery doesn't work when you have
a custom back button.
// FREEBIE
2017-03-22 21:56:45 -04:00
Michael Kirk
0a09330d35
Delete unused code
...
// FREEBIE
2017-03-22 21:56:45 -04:00
Matthew Chen
b0b4771d68
Merge branch 'charlesmchen/removeRedPhoneCalls'
2017-03-22 17:03:34 -04:00
Matthew Chen
e724acc978
Respond to CR.
...
// FREEBIE
2017-03-22 17:02:42 -04:00
Matthew Chen
c6a280e005
Only initiate WebRTC calls, not RedPhone calls.
...
// FREEBIE
2017-03-22 17:02:42 -04:00
Matthew Chen
814c6d2505
Only initiate WebRTC calls, not RedPhone calls.
...
// FREEBIE
2017-03-22 17:02:42 -04:00
Michael Kirk
60ad74b477
Merge pull request #1877 from WhisperSystems/mkirk/fix-settings-not-sticking
...
Fix switches for those who like to "slide"
2017-03-22 16:58:50 -04:00
Michael Kirk
8973881d3d
Fix switches for those who like to "slide"
...
There's more than one way to flip a switch.
// FREEBIE
2017-03-22 15:38:00 -04:00
Michael Kirk
d76d04b8e8
Fixup 4814edf3d3
...
// FREEBIE
2017-03-22 15:27:55 -04:00
Michael Kirk
4814edf3d3
Merge branch 'mkirk/filtering-high-glyph-chars'
2017-03-22 15:03:37 -04:00
Michael Kirk
0b81523597
Clearer logging and added an assert per CR
...
// FREEBIE
2017-03-22 15:03:04 -04:00
Michael Kirk
6036e20079
Filter high diacritical text, regardless of length
...
// FREEBIE
2017-03-22 14:59:29 -04:00
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
2017-03-22 14:58:39 -04:00
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
2017-03-22 10:48:37 -04:00
Michael Kirk
11ca9b0980
reference "help wanted" label
...
instead of deprecated "easy" label
2017-03-22 10:11:28 -04:00
Matthew Chen
949a7cd9a2
[SSK] Further refinements to phone number parsing.
...
// FREEBIE
2017-03-22 09:56:39 -04:00
Matthew Chen
4dc18f2f03
Merge branch 'charlesmchen/phoneNumberParsingTweaks'
2017-03-22 09:55:34 -04:00
Matthew Chen
95de36d671
[SSK] Improve logging around decryption exceptions.
...
// FREEBIE
2017-03-22 09:55:09 -04:00
Matthew Chen
5846131976
Further refinements to phone number parsing.
...
// FREEBIE
2017-03-22 09:53:59 -04:00
Matthew Chen
5dc4938746
Merge branch 'charlesmchen/decryptionExceptionLogging'
2017-03-22 09:52:29 -04:00
Matthew Chen
7f681e964b
Improve logging around decryption exceptions.
...
// FREEBIE
2017-03-22 09:52:12 -04:00
Matthew Chen
8764857834
Merge branch 'charlesmchen/disableNewMessageAnimation'
2017-03-22 09:46:49 -04:00
Matthew Chen
81ed045718
Disable the "scroll to new message" animation.
...
// FREEBIE
2017-03-22 09:46:25 -04:00
Matthew Chen
fcbc709b9f
Merge branch 'charlesmchen/honorPrivacyInCallNotifications'
2017-03-22 09:42:42 -04:00
Matthew Chen
b9b81ca8ef
Honor call privacy settings in call notifications.
...
// FREEBIE
2017-03-22 09:41:08 -04:00
Matthew Chen
50ad6e4f62
[SSK] Update SSK pod to reflect websocket lifecycle edge cases.
...
// FREEBIE
2017-03-22 09:40:33 -04:00
Matthew Chen
cdef86e276
Merge branch 'charlesmchen/websocketEdgeCases'
2017-03-22 09:38:48 -04:00
Matthew Chen
a1e5019370
Respond to CR.
...
// FREEBIE
2017-03-22 09:38:33 -04:00
Matthew Chen
e92d40a127
Fix edge cases around the websocket lifecycle.
...
// FREEBIE
2017-03-22 09:37:53 -04:00
Matthew Chen
0f47dc6200
Fix edge cases around the websocket lifecycle.
...
// FREEBIE
2017-03-22 09:37:53 -04:00
Matthew Chen
5797cb1093
[SSK] Update SSK to reflect cancel oversize attachment downloads.
2017-03-21 13:10:14 -04:00
Matthew Chen
5cbaafe38a
Merge branch 'charlesmchen/maxIncomingAttachmentFileSize'
2017-03-21 13:01:57 -04:00