Matthew Chen
f3d0cb49e0
Merge branch 'charlesmchen/debugLogging'
2018-02-13 10:50:10 -05:00
Matthew Chen
e3776015bb
Respond to CR.
2018-02-13 10:49:54 -05:00
Matthew Chen
246a56e925
Respond to CR.
2018-02-13 10:49:54 -05:00
Matthew Chen
33686594e9
Tweak debug logging.
2018-02-13 10:49:54 -05:00
Matthew Chen
ab95c501ee
Merge branch 'charlesmchen/appDelegateHooksVsAppReadiness'
2018-02-12 22:42:11 -05:00
Matthew Chen
44cbf142a1
Respond to CR.
2018-02-12 22:41:52 -05:00
Matthew Chen
3e8b08e19b
Defer handling app delegate hooks until app is ready.
2018-02-12 22:37:37 -05:00
Matthew Chen
6ed5d814f1
Merge branch 'charlesmchen/saeTODOs'
2018-02-12 22:33:33 -05:00
Matthew Chen
ba42ac73d8
Revisit TODOs in the SAE work.
2018-02-12 22:33:26 -05:00
Matthew Chen
9c8178653d
Revisit TODOs in the SAE work.
2018-02-12 22:33:26 -05:00
Matthew Chen
ebb778cf52
Merge branch 'charlesmchen/saeRefinements'
2018-02-12 22:29:11 -05:00
Matthew Chen
d54f6aba0a
Refine SAE UI.
2018-02-12 22:29:01 -05:00
Matthew Chen
114df18372
Refine SAE UI.
2018-02-12 22:29:01 -05:00
Matthew Chen
6feaf0db1f
Merge branch 'charlesmchen/appLaunchFailure'
2018-02-12 22:27:32 -05:00
Matthew Chen
7c199faf8f
Respond to CR.
2018-02-12 22:26:35 -05:00
Matthew Chen
98843cd45c
Let users submit debug logs if app launch fails.
2018-02-12 22:25:23 -05:00
Matthew Chen
4aaae856d0
"Bump build to 2.20.0.16."
2018-02-12 17:14:41 -05:00
Michael Kirk
4bf453da33
Merge branch 'mkirk/rtl-caption'
2018-02-12 14:01:46 -08:00
Michael Kirk
5e95c90606
Fix "caption toolbar not showing" for RTL
...
// FREEBIE
2018-02-12 13:29:21 -08:00
Michael Kirk
9b8e2449fb
Update Carthage for iOS8 compatible WebRTC M63
...
// FREEBIE
2018-02-12 12:49:09 -08:00
Michael Kirk
dc8b5fb97f
track pod dependencies publicly
...
// FREEBIE
2018-02-12 12:49:09 -08:00
Michael Kirk
87ef6b1af2
Merge branch 'mkirk/fix-disappearing-detail'
2018-02-12 11:23:26 -08:00
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
2018-02-09 18:00:29 -08:00
Matthew Chen
11ad4e7882
"Bump build to 2.20.0.15."
2018-02-09 10:49:40 -05:00
Matthew Chen
208416f831
Merge branch 'charlesmchen/protocolContext_'
2018-02-09 10:45:13 -05:00
Matthew Chen
b64528e817
Respond to CR.
2018-02-09 10:42:25 -05:00
Matthew Chen
78c4c00eac
Respond to CR.
2018-02-09 10:31:29 -05:00
Matthew Chen
862172072c
Respond to CR.
2018-02-09 10:31:29 -05:00
Matthew Chen
bd0f601792
Respond to CR.
2018-02-09 10:31:29 -05:00
Matthew Chen
38950ae2ed
Respond to CR.
2018-02-09 10:31:29 -05:00
Matthew Chen
6b357f9445
Respond to CR.
2018-02-09 10:31:29 -05:00
Matthew Chen
43765ef3b5
Respond to CR.
2018-02-09 10:31:29 -05:00
Matthew Chen
51cec20c50
Clean up ahead of PR.
2018-02-09 10:31:29 -05:00
Matthew Chen
7d3f79440f
Clean up ahead of PR.
2018-02-09 10:31:29 -05:00
Matthew Chen
c8e7eb903c
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
bbd689bfd0
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
d3e16583eb
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
074046b98e
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
7358f3053f
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
218bb15ea7
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
39e353503f
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
71782e0369
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Matthew Chen
122ef91e57
Add protocol context to protocol kit.
2018-02-09 10:31:29 -05:00
Michael Kirk
169c455d11
Merge branch 'mkirk/open-settings-vs-share-extension'
2018-02-06 18:51:09 -08:00
Michael Kirk
a1d3073705
Cannot open settings from share extension
...
// FREEBIE
2018-02-06 18:50:36 -08:00
Michael Kirk
bedd1f55f6
Merge branch 'mkirk/fix-voiceover-rebased'
2018-02-06 18:48:00 -08:00
Michael Kirk
c646f76335
Garther audio concerns, clean up session when done
...
- sync speakerphone state manipulated from system call screen
- Revert audio session after call failure, ensures media plays out of
speaker after placing a failing call.
- Replace notification with delegate pattern since we're already using
delegate pattern here.
- Fixes voiceover accessibility after voice memo
- Avoid audio blip after pressing hangup
- Rename CallAudioSession -> OWSAudioSession
Going to start using it for other non-call things since we want to
gather all our audio session concerns.
- Resume background audio when done playing video
- Extract OWSVideoPlayer which ensures audio is in proper state before
playback
- Move recording session logic to shared OWSAudioSession
- Deactivate audio session when complete
// FREEBIE
2018-02-06 18:45:51 -08:00
Michael Kirk
fa9ac5aa46
Merge branch 'mkirk/restrict-pan-gesture'
2018-02-02 11:18:59 -08:00
Michael Kirk
7734958eec
Make "swipe for info" RTL compatible
...
// FREEBIE
2018-02-02 11:18:12 -08:00
Michael Kirk
54f7c298b7
Only initiate "show details" pan gesture when swiping back
...
// FREEBIE
2018-02-02 11:18:12 -08:00