Commit Graph

6470 Commits

Author SHA1 Message Date
Matthew Chen
6ee74eaffc Respond to CR. 2018-04-10 15:56:13 -04:00
Matthew Chen
6a07599e00 Respond to CR. 2018-04-10 15:54:46 -04:00
Matthew Chen
f2b416d800 Respond to CR. 2018-04-10 15:54:46 -04:00
Matthew Chen
8b060a187c Tap on quoted replies. 2018-04-10 15:54:46 -04:00
Matthew Chen
65015e686f Tap on quoted replies. 2018-04-10 15:54:46 -04:00
Matthew Chen
d220883b5b Merge branch 'fix-blue-new-message-dot' 2018-04-10 13:09:43 -04:00
Matthew Chen
ca1f8efdad Move 'never clear' view to proper subfolder. 2018-04-10 13:09:18 -04:00
Fredrik Lillejordet
21e0d1cd3d simplified backgroundColor logic 2018-04-10 13:04:56 -04:00
Fredrik Lillejordet
3a47422b31 class reference in sources 2018-04-10 13:04:56 -04:00
Fredrik Lillejordet
2f538b9f59 fixed header formatting 2018-04-10 13:04:22 -04:00
Fredrik Lillejordet
d16bffe6c1 forget target reference to new class in PR 2018-04-10 13:04:22 -04:00
Fredrik Lillejordet
8984f659f3 Keeps original background color of a subview in during row selection
When a row is selected in UITableView, background colors of all UIView subviews gets changed. This class will prevent that from happening so that the blue dot can remain blue while the row is selected. Description and solution suggestions found in the following link:
https://stackoverflow.com/questions/6745919/uitableviewcell-subview-disappears-when-cell-is-selected/27717607
2018-04-10 13:04:22 -04:00
Matthew Chen
f9fc882864 Merge branch 'charlesmchen/tweakMessageLayout' 2018-04-10 10:54:02 -04:00
Matthew Chen
e8ad6bad87 Respond to CR. 2018-04-10 10:53:29 -04:00
Matthew Chen
ebb89ed1fd Tweak message layout. 2018-04-10 10:52:08 -04:00
Matthew Chen
27cc9668cd Merge branch 'charlesmchen/noRecycleBiometric' 2018-04-10 10:51:20 -04:00
Matthew Chen
ca6b952c19 Never recycle biometric auth. 2018-04-10 10:35:53 -04:00
Michael Kirk
149d89224f Merge branch 'mkirk/quote-authoring-redesign' 2018-04-10 10:06:24 -04:00
Michael Kirk
314e3cbf03 Drive quote authoring with QuotedMessageView
// FREEBIE
2018-04-10 10:06:18 -04:00
Michael Kirk
520dad25bb WIP making OWSQuotedMessageView work with preview
// FREEBIE
2018-04-10 10:06:18 -04:00
Michael Kirk
5287ab8f8c Try 2: no more stack view
// FREEBIE
2018-04-10 10:06:18 -04:00
Michael Kirk
5807ba69ca attempt 1: QMV doesn't have intrinsic content size, and requires a fixed
width to compute it's size, which we don't currently have.

// FREEBIE
2018-04-10 10:06:18 -04:00
Matthew Chen
a6afa2cc06 Merge branch 'charlesmchen/dynamicTextFixes' 2018-04-10 09:55:32 -04:00
Matthew Chen
180cbbcdb3 Don't use scaledFontForFont. 2018-04-10 09:55:25 -04:00
Matthew Chen
3ba3f10992 Merge branch 'fix-truncation-in-segment-control' 2018-04-09 17:02:00 -04:00
Fredrik Lillejordet
16014f321a autoresize label in segmentControl to avoid unwanted truncation 2018-04-09 17:01:34 -04:00
Matthew Chen
64fba4308c Merge branch 'charlesmchen/quotedReplyDesignTweaks' 2018-04-09 16:45:48 -04:00
Matthew Chen
8fe289feec Tweak design of quoted replies. 2018-04-09 16:45:42 -04:00
Matthew Chen
a810fb6402 Merge branch 'charlesmchen/smallText' 2018-04-09 16:44:35 -04:00
Matthew Chen
8c1362b807 Fix small text usage. 2018-04-09 16:15:24 -04:00
Matthew Chen
dc0e5a6b9c Merge branch 'charlesmchen/quotedReplies8' 2018-04-09 14:33:27 -04:00
Matthew Chen
3799dce822 Respond to CR. 2018-04-09 14:32:10 -04:00
Matthew Chen
c106a67a52 Use dynamic type everywhere in conversation view. 2018-04-09 14:25:53 -04:00
Matthew Chen
ade2ee7216 Use dynamic type everywhere in conversation view. 2018-04-09 14:25:53 -04:00
Michael Kirk
37966986fe Merge branch 'mkirk/attachment-handling' 2018-04-09 12:50:42 -04:00
Michael Kirk
b1a87633dd update pods
// FREEBIE
2018-04-09 12:50:32 -04:00
Michael Kirk
81b2b57703 CR: add comments, make atomic
// FREEBIE
2018-04-09 12:47:57 -04:00
Michael Kirk
88d6a83954 Add assertion canary so we know to re-test syncing once desktop
supports sending quoted replies

// FREEBIE
2018-04-09 12:47:57 -04:00
Michael Kirk
02efbd3069 Fix blip where thumbnail is initially missing from outgoing message
// FREEBIE
2018-04-09 12:47:57 -04:00
Michael Kirk
90486aa49c Inline method with one caller, fix formatting
// FREEBIE
2018-04-09 12:47:57 -04:00
Michael Kirk
8e4c6b8af6 Update protos for voice messages
// FREEBIE
2018-04-09 12:47:57 -04:00
Michael Kirk
941b7ec1bc clarify method signature
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
c56e8acc51 QuotedReplyModel from SSK->SignalMessaging
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
1d4c0624be Clarify variable names
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
a9459757f0 Lingering var renames QuotedReplyDraft -> QuotedReplyModel
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
f1714bf252 Handle synced quotes
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
622f6bdf21 OrphanDataCleaner vs. QuotedAttachment thumbnails
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
4399967e99 Comment cleanup, remove unnecessary includes
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
fa2e1ba89b Fetch thumbnail when not available locally
// FREEBIE
2018-04-09 12:47:56 -04:00
Michael Kirk
42f454b075 Generate thumbnail when quoted attachment is available locally
// FREEBIE
2018-04-09 12:47:56 -04:00