Commit Graph

1406 Commits (387f1018f5e8d50ace6cb7c9de89b1066ec1a527)

Author SHA1 Message Date
Matthew Chen b2fba060d8 Fix edge case where screen protection is not removed.
// FREEBIE
7 years ago
Michael Kirk e95b579d97 TODONE
// FREEBIE
7 years ago
Matthew Chen 41deab12de Fix “two table views” bug in “show group members” view.
// FREEBIE
7 years ago
Michael Kirk 073c0d6639 Add/Edit contacts in group list
* properly populate phone fields
* Fix appearence for CNContactViewController
* "Add Contact" vs "Show Contact"

// FREEBIE
7 years ago
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
7 years ago
Michael Kirk 3040c4a341 include missing return
// FREEBIE
7 years ago
Michael Kirk fee47efbea Avoid repaint by requestng contacts before Compose
This entailed passing callback params through the contact request.

// FREEBIE
7 years ago
Michael Kirk dc75e592c1 ensure contact callback on proper thread
// FREEBIE
7 years ago
Michael Kirk 64bcc94589 Instead of alert we're providing in context reminders - no need for
these TODOs

// FREEBIE
7 years ago
Michael Kirk 04878bf222 rename method to better reflect new role
// FREEBIE
7 years ago
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
7 years ago
Michael Kirk 0b6962cdd0 contacts reminder in compose view
// FREEBIE
7 years ago
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
7 years ago
Michael Kirk 40dead89e5 don't crash invite flow when contacts disabled
// FREEBIE
7 years ago
Matthew Chen e85aa045e1 Flag voice messages as such in protos.
// FREEBIE
7 years ago
Matthew Chen 29dd62a19a Always clear message drafts after sending a text message.
// FREEBIE
7 years ago
Matthew Chen 4506064aa6 Prefer to determine an attachment’s file extension for its file name if possible.
// FREEBIE
7 years ago
Matthew Chen 0137e01aff Try to deduce attachment MIME type from the file extension if possible.
// FREEBIE
7 years ago
Matthew Chen 2f3831e04b Respond to CR.
// FREEBIE
7 years ago
Matthew Chen dd3d63623a Pull logging into SyncPushTokensJob.
// FREEBIE
7 years ago
Matthew Chen 716aa772f6 Always sync and log push tokens. Apply OWSAlerts in more places.
// FREEBIE
7 years ago
Matthew Chen aba29ac5ce Improve logging around SyncPushTokensJob.
// FREEBIE
7 years ago
Matthew Chen ad3a1a671a Merge remote-tracking branch 'origin/hotfix/2.11.3' 7 years ago
Matthew Chen b47337c0ba Respond to CR.
// FREEBIE
7 years ago
Matthew Chen 34a7f9cba5 Respond to CR.
// FREEBIE
7 years ago
Matthew Chen b21e5c3248 Respond to CR.
// FREEBIE
7 years ago
Matthew Chen 7f92b5a96b Respond to CR.
// FREEBIE
7 years ago
Matthew Chen 7a37de28e5 Clean up ahead of PR.
// FREEBIE
7 years ago
Matthew Chen bf6d8ec141 Clean up ahead of PR.
// FREEBIE
7 years ago
Matthew Chen 8ecdc8a2eb Move voice memo button to send button.
// FREEBIE
7 years ago
Matthew Chen c34d61b93f Add cancel-by-swipe of voice memo recording.
// FREEBIE
7 years ago
Matthew Chen 608cb70a3b Add voice memo recording.
// FREEBIE
7 years ago
Matthew Chen 45c8695ab4 Sketch out the voice memo UI.
// FREEBIE
7 years ago
Michael Kirk fbcda40400 rename class, extract color
per code review

// FREEBIE
7 years ago
Michael Kirk a58a71f8f4 no contacts banner -> system settings 7 years ago
Matthew Chen 9f4b8d3b0f Slightly reduce the non-contact cell heights in “new 1:1 conversation” view.
// FREEBIE
7 years ago
Matthew Chen d0e26a58c3 Show “invite by SMS” offer for matching non-Signal contacts when searching in “new 1:1: conversation” view.
// FREEBIE
7 years ago
Matthew Chen 1e6fd385b5 Fix assert in conversation settings view.
// FREEBIE
7 years ago
Matthew Chen 3f7d23e043 Fix two hotspots in contact parsing and contact syncing.
// FREEBIE
7 years ago
Matthew Chen 535fc566a5 Rework handling of phone number names.
// FREEBIE
7 years ago
Matthew Chen 0c4351a908 Use SignalAccount class to sync contacts.
// FREEBIE
7 years ago
Michael Kirk d7c7fff679 Fix some compiler warnings
* explicit optional usage in strings
* remove some unused StringUtil code
* swiftlint affected files
* more concise optional casting (and avoid a `!`)

Compiler warnings: 343 -> 318

(Actually most of these are in external libs, but 115 remain in Signal/SSK)

// FREEBIE
7 years ago
Matthew Chen 45ae8fb067 Respond to CR.
// FREEBIE
7 years ago
Matthew Chen 2bc1d44cd2 Respond to CR.
// FREEBIE
7 years ago
Matthew Chen 1b99671e0e Clean up ahead of PR.
// FREEBIE
7 years ago
Matthew Chen 325134c6e8 Clean up ahead of PR.
// FREEBIE
7 years ago
Matthew Chen 363d84fd2d Update “new conversation” view to use OWSTableView, contacts view helper, etc.
// FREEBIE
7 years ago
Matthew Chen dcdfcb0a6f Insist upon an "ordered" TCP data channel for delivery reliability.
// FREEBIE
7 years ago
Michael Kirk 41d911c04c pull latest translations
// FREEBIE
7 years ago
Michael Kirk 6beee7c012 verify peerconnection at proper time
// FREEBIE
7 years ago