Commit Graph

1202 Commits (a16c2adda78a900cfdbb12d37bae891b8743b832)

Author SHA1 Message Date
Matthew Chen a16c2adda7 Rework conversation settings view. 8 years ago
Matthew Chen 32b87d0e58 Remove custom ringtones. 8 years ago
Matthew Chen efeb00643c Add title for the mute section in conversation settings view. 8 years ago
Matthew Chen ed95eec769 Preview sound settings in app settings and conversation settings views. 8 years ago
Matthew Chen 62af7ddc15 Add "none" option for sounds. Use AVPlayer for everything. 8 years ago
Matthew Chen 99aedca45f Strip out special casing for pre-iOS 9 users. 8 years ago
Matthew Chen e0144dab5f Improve sound settings view. 8 years ago
Matthew Chen 899799af92 Improve sound settings view. 8 years ago
Matthew Chen a44a117612 Add custom ringtone sounds. 8 years ago
Matthew Chen cd32895657 Add UI for editing per-thread notification sounds. 8 years ago
Matthew Chen 396fe82707 Add UI for editing per-thread notification sounds. 8 years ago
Matthew Chen dc8b8ca0bd Add per-thread custom notification sounds. 8 years ago
Matthew Chen a837c5d41b Custom notification sounds. 8 years ago
Matthew Chen 5c3f6b0ee5 Custom notification sounds. 8 years ago
Matthew Chen 81629a87df Fix build break. 8 years ago
Matthew Chen 152c570900 Respond to CR. 8 years ago
Matthew Chen 03670b4868 Rename the view horizon. 8 years ago
Matthew Chen fabbe46114 Clean up ahead of PR. 8 years ago
Matthew Chen 4e1e232825 Flush writes from other processes. 8 years ago
Matthew Chen 1ff4f85247 Improve handling of db modifications while conversation view is not observing. 8 years ago
Matthew Chen 5444fc73b0 Improve handling of db modifications while conversation view is not observing. 8 years ago
Matthew Chen 2ac7716771 Improve handling of db modifications while conversation view is not observing. 8 years ago
Michael Kirk e43d0b1b5a Fix "Share" for attachment with caption
// FREEBIE
8 years ago
Michael Kirk 5ba5d3f524 Remove "Share" from edit menu
Showing the share UI conflicts with the conversation views
inputAccessory toolbar.

Specifically:

- the long press menu acquires first responder
- tapping share presents the activity view
- at this point, the input toolbar is hidden
- launching a share extension hides the activity view, presents the
  share extension (could be the Signal share extension or another app's
  share extension)
- the conversation view (which is rendered behind the share extension)
  regains first responder, causing the input toolbar to appear above the
  share extension

One fix would be to re-implement an interface similar UIMenuController,
which does not require mucking with the responder chain, but that's
going to be more involved.

// FREEBIE
8 years ago
Michael Kirk d7f8c3e9d3 Ensure inputAccessory doesn't obscure the SN alert
This affects iOS 8, 9, and to a lesser degree iOS10.
On iOS11, presenting an alert causes the keyboard/inputAccessoryView to
temporarily dismiss.

// FREEBIE
8 years ago
Michael Kirk 7040437ca6 Handle nil date when formatting
// FREEBIE
8 years ago
Michael Kirk 6eb1ce682a Debug file browser
// FREEBIE
8 years ago
Michael Kirk 8dfe06e3f2 Ensure audio session is default after call is terminated.
Previously, we were enabling PlayAndRecord when a call ended due to the
CallService observer's "updateVideoTrack" callbacks.

// FREEBIE
8 years ago
Michael Kirk abb51b565a Don't de-activate audio sesion when other audio activities are happening
// FREEBIE
8 years ago
Matthew Chen ceaf028445 Always scroll to bottom after sending attachments. 8 years ago
Matthew Chen d648a258d1 Merge branch 'hotfix/2.19.7' 8 years ago
Matthew Chen abfd333a17 Address Indic script crash. 8 years ago
Matthew Chen 8fdc61c726 Fix failed status messages in message detail view. 8 years ago
Matthew Chen 4b62faf2f8 Aggressively nag iOS 8 users to upgrade iOS. 8 years ago
Michael Kirk c6e5d4369b Don't adjust inset when fully zoomed in.
On iOS11, when looking at the full-screen media details, if you'd zoomed
far enough that the media content is behind the status bar, tapping to
hide the status bar would cause an undesirable change in content offset.

// FREEBIE
8 years ago
Michael Kirk 19eb17b469 Fix bubble layout in message details
TextView size depends on the VC.view size, so it must be updated when
view is done laying out.

// FREEBIE
8 years ago
Matthew Chen 48b6c3dafb Refine message date/time formatting. 8 years ago
Michael Kirk a23f1b86ef nullability annotations for TSGroupModel
- add readonly where possible
- group members needn't be a mutable array

// FREEBIE
8 years ago
Michael Kirk 44678e3951 CR: weak capture and clearer comments
// FREEBIE
8 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
8 years ago
Matthew Chen e3776015bb Respond to CR. 8 years ago
Matthew Chen 246a56e925 Respond to CR. 8 years ago
Matthew Chen 33686594e9 Tweak debug logging. 8 years ago
Matthew Chen ba42ac73d8 Revisit TODOs in the SAE work. 8 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
8 years ago
Matthew Chen 862172072c Respond to CR. 8 years ago
Matthew Chen bd0f601792 Respond to CR. 8 years ago
Matthew Chen 6b357f9445 Respond to CR. 8 years ago
Matthew Chen 43765ef3b5 Respond to CR. 8 years ago
Matthew Chen bbd689bfd0 Add protocol context to protocol kit. 8 years ago