Commit graph

1975 commits

Author SHA1 Message Date
Matthew Chen 0adcd157da [SSK] Don’t ignore “unnamed” phone numbers.
// FREEBIE
2017-05-10 14:59:41 -04:00
Matthew Chen eb385f1e97 [SSK] Rework the “disappearing messages” logic.
// FREEBIE
2017-05-10 14:55:31 -04:00
Michael Kirk 8fae185ab7 Merge branch 'mkirk/more-call-logging' 2017-05-10 13:04:06 -04:00
Michael Kirk 7bdd732870 remove contact name from production log
// FREEBIE
2017-05-10 13:03:45 -04:00
Michael Kirk 20fc733bdf Clearer call logging
// FREEBIE
2017-05-10 13:03:45 -04:00
Michael Kirk a25573cf26 Merge branch 'mkirk/edit-1-1-contact' 2017-05-10 12:08:13 -04:00
Michael Kirk 737a5932c0 tapping contact label shows contact edit view
// FREEBIE
2017-05-10 12:07:14 -04:00
Michael Kirk bd343f6971 clean up some animations
// FREEBIE
2017-05-10 12:02:14 -04:00
Michael Kirk aabd56b23d Clean up comments per CR
// FREEBIE
2017-05-10 10:56:57 -04:00
Michael Kirk 9dc9813dea fix layout for long named contacts
// FREEBIE
2017-05-10 10:32:41 -04:00
Michael Kirk 3754b6f264 Edit 1:1 contact details
// FREEBIE
2017-05-10 10:32:41 -04:00
Matthew Chen 8871331cfa [SPK] Update license.
// FREEBIE
2017-05-10 10:26:08 -04:00
Matthew Chen 387f1018f5 [SSK] Auto-rejoin groups by emitting and responding to “request group info” messages.
// FREEBIE
2017-05-10 10:06:19 -04:00
Matthew Chen d2ef3c38c9 Merge branch 'charlesmchen/fixScreenProtection' 2017-05-10 09:39:40 -04:00
Matthew Chen b2fba060d8 Fix edge case where screen protection is not removed.
// FREEBIE
2017-05-10 09:39:33 -04:00
Michael Kirk e295f92943 [SSK] Safer SignedPreKey deletion policy
// FREEBIE
2017-05-09 19:09:46 -04:00
Michael Kirk a4b26dda09 Merge branch 'mkirk/contact-editing' 2017-05-09 18:11:06 -04:00
Michael Kirk e95b579d97 TODONE
// FREEBIE
2017-05-09 18:10:46 -04:00
Matthew Chen 41deab12de Fix “two table views” bug in “show group members” view.
// FREEBIE
2017-05-09 16:59:31 -04:00
Michael Kirk 073c0d6639 Add/Edit contacts in group list
* properly populate phone fields
* Fix appearence for CNContactViewController
* "Add Contact" vs "Show Contact"

// FREEBIE
2017-05-09 16:59:31 -04:00
Michael Kirk 279439843e Merge pull request #2089 from WhisperSystems/mkirk/no-name-contacts
show number for no-name contacts
2017-05-09 16:57:52 -04:00
Michael Kirk 8411d13ef6 show number for no-name contacts
previously if you had a contact, but no saved name
there would be a blank entry in your compose picker

// FREEBIE
2017-05-09 16:38:47 -04:00
Michael Kirk bfc4ff6f05 Merge branch 'mkirk/missing-contacts-compose' 2017-05-09 16:21:40 -04:00
Michael Kirk 3040c4a341 include missing return
// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk fee47efbea Avoid repaint by requestng contacts before Compose
This entailed passing callback params through the contact request.

// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk dc75e592c1 ensure contact callback on proper thread
// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk 64bcc94589 Instead of alert we're providing in context reminders - no need for
these TODOs

// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk 04878bf222 rename method to better reflect new role
// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk 03727a27f6 compose w/o contact access -> "..by phone number"
The search field and invite buttons are not very useful without contacts
access.

// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk 0b6962cdd0 contacts reminder in compose view
// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk bf5b6d1e63 Invite Flow when "no contact"
TODO: we should probably just prevent people from getting to the invite
flow when their contacts aren't shared, but still it seems good to fix
these crashes.

// FREEBIE
2017-05-09 16:21:30 -04:00
Michael Kirk 40dead89e5 don't crash invite flow when contacts disabled
// FREEBIE
2017-05-09 16:21:30 -04:00
Matthew Chen 94ec38dd0a Merge branch 'charlesmchen/flagVoiceMessages' 2017-05-09 11:45:37 -04:00
Matthew Chen d535ce3155 [SSK] Flag voice messages as such in protos.
// FREEBIE
2017-05-09 11:45:16 -04:00
Matthew Chen e85aa045e1 Flag voice messages as such in protos.
// FREEBIE
2017-05-09 11:44:35 -04:00
Matthew Chen 714b35277a Merge branch 'charlesmchen/clearMessageDrafts' 2017-05-09 11:39:47 -04:00
Matthew Chen 29dd62a19a Always clear message drafts after sending a text message.
// FREEBIE
2017-05-09 11:39:40 -04:00
Matthew Chen 50b1f420b5 Merge branch 'charlesmchen/attachmentMimeTypes' 2017-05-09 11:32:27 -04:00
Matthew Chen 560122067c [SSK] Prefer to deduce the MIME type from the file extension using lookup, not the UTI type.
[SSK] Try to deduce attachment MIME type from the file extension if possible.

// FREEBIE
2017-05-09 11:30:32 -04:00
Matthew Chen 4506064aa6 Prefer to determine an attachment’s file extension for its file name if possible.
// FREEBIE
2017-05-09 11:29:33 -04:00
Matthew Chen 0137e01aff Try to deduce attachment MIME type from the file extension if possible.
// FREEBIE
2017-05-09 11:29:33 -04:00
Matthew Chen 18498eeda7 Merge branch 'charlesmchen/syncPushTokensOnLaunch' 2017-05-09 10:45:41 -04:00
Matthew Chen 2f3831e04b Respond to CR.
// FREEBIE
2017-05-09 10:45:20 -04:00
Matthew Chen dd3d63623a Pull logging into SyncPushTokensJob.
// FREEBIE
2017-05-09 10:11:19 -04:00
Matthew Chen 716aa772f6 Always sync and log push tokens. Apply OWSAlerts in more places.
// FREEBIE
2017-05-09 10:04:48 -04:00
Matthew Chen d0e68a8253 Merge branch 'charlesmchen/logPushTokensJob' 2017-05-09 09:34:18 -04:00
Matthew Chen aba29ac5ce Improve logging around SyncPushTokensJob.
// FREEBIE
2017-05-08 17:01:50 -04:00
Matthew Chen ad3a1a671a Merge remote-tracking branch 'origin/hotfix/2.11.3' 2017-05-08 16:47:20 -04:00
Matthew Chen 6a4a08d3ee Merge branch 'charlesmchen/voiceMemos' 2017-05-08 14:25:38 -04:00
Matthew Chen b47337c0ba Respond to CR.
// FREEBIE
2017-05-08 14:24:32 -04:00