Commit graph

212 commits

Author SHA1 Message Date
Matthew Chen
d3adb80242 Code generate Swift wrappers for protocol buffers. 2018-08-03 14:05:20 -04:00
Matthew Chen
ab31e5a07f Code generate Swift wrappers for protocol buffers. 2018-08-03 14:05:20 -04:00
Matthew Chen
f814157a9e Code generate Swift wrappers for protocol buffers. 2018-08-01 11:20:55 -04:00
Matthew Chen
c15ddf85f8 Respond to CR. 2018-08-01 09:47:54 -04:00
Matthew Chen
8f55f53329 Tidy files. 2018-08-01 09:46:05 -04:00
Michael Kirk
b860dce7f9 Swift protos for Envelope 2018-07-25 13:04:26 -06:00
Michael Kirk
6e1c1a681b Merge tag '2.28.0.12' 2018-07-23 16:12:46 -06:00
Matthew Chen
f0d797a91f Always touch the thread when updating a message. 2018-07-20 16:18:33 -06:00
Matthew Chen
d793c008b5 Always touch the thread when updating a message. 2018-07-20 16:18:33 -06:00
Matthew Chen
d14f764b50 Streamline SignalRecipient. 2018-07-18 13:57:21 -04:00
Michael Kirk
d591fb7f2c Fix some compiler warnings 2018-07-17 19:22:58 -06:00
Matthew Chen
4d3707a16e Apply "disappearing messages disabled" icon. 2018-07-12 15:37:08 -04:00
Matthew Chen
ecafe546b6 Rework unread indicators. 2018-07-11 16:43:39 -04:00
Matthew Chen
8d72bb032e Rework unread indicators. 2018-07-11 16:43:39 -04:00
Matthew Chen
e48a1e0816 Respond to CR. 2018-07-11 15:43:27 -04:00
Matthew Chen
92332c2b69 Rework contact share buttons. 2018-07-03 18:33:25 -04:00
Michael Kirk
57e3d0d5f9 Revert "Revert "Disable contact sharing.""
This reverts commit 91af7d3855.
2018-06-28 19:17:25 -06:00
Matthew Chen
776b5abed1 Handle edge cases around unread indicator & contact offers. 2018-06-20 17:38:27 -04:00
Michael Kirk
0a17246737 Don't use group name in message.
// FREEBIE
2018-06-14 15:21:24 -04:00
Michael Kirk
95b1dced18 add: messages in Book Club will disappear in 1 minute
Show different message when joining group with disappearing messages
2018-06-14 15:20:45 -04:00
Michael Kirk
0cf751d34f Newly added group members should have expire time
Send expire timer with group info updates and in group updates that add a user.
2018-06-14 15:20:45 -04:00
Michael Kirk
74b741e9de Update timer
// FREEBIE
2018-06-14 15:18:42 -04:00
Matthew Chen
91af7d3855 Revert "Disable contact sharing."
This reverts commit cb603d0bad.
2018-06-11 16:37:49 -04:00
Michael Kirk
7df158120b Fix build warnings: mark initWithCoder as designated.
// FREEBIE
2018-06-11 09:56:14 -04:00
Michael Kirk
626573a8a9 Revert "Revert "Disable contact sharing.""
This reverts commit 6e0d92e039.
2018-06-07 16:08:05 -06:00
Matthew Chen
3cd6a33aa6 Fix build warnings. 2018-06-01 12:39:13 -04:00
Matthew Chen
1466852329 Revert "Add temporary verbose logging around message creation."
This reverts commit 7200a8dc4d.
2018-05-29 14:01:15 -04:00
Matthew Chen
7200a8dc4d Add temporary verbose logging around message creation. 2018-05-29 11:15:15 -04:00
Matthew Chen
08affb4400 Merge branch 'hotfix/2.25.2' 2018-05-29 10:01:33 -04:00
Michael Kirk
84776f2757 Start timers for migrated messages
// FREEBIE
2018-05-23 14:02:50 -04:00
Matthew Chen
1343e4bc19 Preserve legacy outgoing message state; special case contact thread messages. 2018-05-23 10:23:46 -04:00
Matthew Chen
6e0d92e039 Revert "Disable contact sharing."
This reverts commit cb603d0bad.
2018-05-18 16:17:39 -04:00
Matthew Chen
efb0769c6f Disable contact sharing. 2018-05-18 16:17:25 -04:00
Matthew Chen
7254d92601 Revert "Disable contact sharing."
This reverts commit cb603d0bad.
2018-05-18 10:23:27 -04:00
Matthew Chen
cb603d0bad Disable contact sharing. 2018-05-18 10:23:05 -04:00
Michael Kirk
af8ddf7bf0 Use raw text when localization fails
// FREEBIE
2018-05-17 09:59:07 -04:00
Matthew Chen
cbc27f1c30 Revert "Disable contact sharing."
This reverts commit 2b6b8c2f69.
2018-05-16 16:37:39 -04:00
Matthew Chen
2b6b8c2f69 Disable contact sharing. 2018-05-16 16:37:22 -04:00
Michael Kirk
f652ecef99 localize _Main_ and other CN label types
// FREEBIE
2018-05-15 17:40:41 -04:00
Matthew Chen
a62e86c7ab Revert "Disable contact sharing."
This reverts commit e27af7a66d.
2018-05-15 17:07:18 -04:00
Matthew Chen
e27af7a66d Disable contact sharing. 2018-05-15 17:06:54 -04:00
Matthew Chen
986e3e0925 Revert "Disable contact sharing."
This reverts commit e138c73bdc.
2018-05-15 17:01:29 -04:00
Matthew Chen
e138c73bdc Disable contact sharing. 2018-05-15 17:00:41 -04:00
Matthew Chen
b74f545a64 Fix profile key protos. 2018-05-15 16:20:56 -04:00
Matthew Chen
4949ade274 Revert "Disable contact sharing."
This reverts commit e8b41789d7.
2018-05-14 16:58:33 -04:00
Matthew Chen
e6dceffdbd Respond to CR. 2018-05-14 16:56:49 -04:00
Matthew Chen
5c7b98e5c4 Improve handling of unregistered users. 2018-05-14 16:45:06 -04:00
Matthew Chen
e8b41789d7 Disable contact sharing. 2018-05-14 16:24:12 -04:00
Michael Kirk
742492dd32 remove redundant protocol definition
`debugDescription` is defined on all NSObjects (but as a property)

// FREEBIE
2018-05-10 13:42:37 -04:00
Matthew Chen
6460493669 Surface organization name in contact view. 2018-05-10 12:05:07 -04:00