Commit Graph

6500 Commits

Author SHA1 Message Date
Matthew Chen
fb27d496e6 Merge branch 'charlesmchen/longPressQuotedReply' 2018-04-11 14:03:53 -04:00
Matthew Chen
ea82419a40 Fix long press on quoted reply. 2018-04-11 14:02:07 -04:00
Matthew Chen
30943a1c17 Merge branch 'charlesmchen/quotedMessageOverflow' 2018-04-11 13:57:25 -04:00
Matthew Chen
031a1d7325 Fix quoted message overflow. 2018-04-11 13:57:17 -04:00
Matthew Chen
8857c4491e Merge branch 'charlesmchen/oversizeTextPreviews' 2018-04-11 13:51:18 -04:00
Matthew Chen
db6f1326bb Fix previews of oversize text messages. 2018-04-11 13:51:12 -04:00
Matthew Chen
83a470d441 Fix previews of oversize text messages. 2018-04-11 13:51:12 -04:00
Matthew Chen
84b0f57c1a Merge branch 'charlesmchen/transparentImages' 2018-04-11 13:45:21 -04:00
Matthew Chen
ae91b03c71 Add white background to images in conversation view. 2018-04-11 13:45:12 -04:00
Michael Kirk
13fdfa2db3 Merge branch 'mkirk/fix-message-details-media' 2018-04-11 12:31:59 -04:00
Michael Kirk
5320536736 remove WIP comments
// FREEBIE
2018-04-11 11:55:30 -04:00
Michael Kirk
1780973e68 fix image, video, audio interactions in message details
// FREEBIE
2018-04-11 11:55:30 -04:00
Michael Kirk
7abd51838f Move bubble actions to new bubble delegate
// FREEBIE
2018-04-11 11:55:30 -04:00
Matthew Chen
f6698501df Revert "Label quoted replies to yourself as such."
This reverts commit 24d7492f61.
2018-04-11 11:48:08 -04:00
Matthew Chen
24d7492f61 Label quoted replies to yourself as such. 2018-04-11 11:47:33 -04:00
Matthew Chen
f91f4dbd0b Merge branch 'charlesmchen/homeViewDesignChanges' 2018-04-11 10:13:32 -04:00
Matthew Chen
c0578b31fe Clean up ahead of CR. 2018-04-11 09:34:37 -04:00
Matthew Chen
45cb1ec510 Clean up ahead of PR. 2018-04-11 09:34:37 -04:00
Matthew Chen
abba24988c Rework how dates are formatted in home view. 2018-04-11 09:34:37 -04:00
Matthew Chen
b8f8a3017a Apply design changes to home view. 2018-04-11 09:34:37 -04:00
Matthew Chen
0b7c025c57 "Bump build to 2.24.0.0." 2018-04-10 16:43:22 -04:00
Matthew Chen
086757191c Update l10n files. 2018-04-10 16:43:02 -04:00
Michael Kirk
db4f755920 Merge branch 'mkirk/limit-attachment-length' 2018-04-10 16:00:38 -04:00
Michael Kirk
d94709e13f Show label when captioning limit has been reached.
// FREEBIE
2018-04-10 16:00:19 -04:00
Michael Kirk
6b6f4f9336 Limit caption length
// FREEBIE
2018-04-10 16:00:19 -04:00
Matthew Chen
8cfb1e132d Merge branch 'charlesmchen/quotedReplyPrerequisites' 2018-04-10 15:58:17 -04:00
Matthew Chen
c269add62f Respond to CR. 2018-04-10 15:58:08 -04:00
Matthew Chen
9769d482da Respond to CR. 2018-04-10 15:56:56 -04:00
Matthew Chen
76995e4594 Enforce quoted reply edge cases. 2018-04-10 15:56:55 -04:00
Matthew Chen
4655c74320 Merge branch 'charlesmchen/tapQuotedReplies' 2018-04-10 15:56:21 -04:00
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