Commit Graph

1178 Commits (b316e18cfa7130b1da416f880a61f3d7dffe3bd0)

Author SHA1 Message Date
Matthew Chen b316e18cfa Ensure contact delegate helper is set during initialization.
// FREEBIE
9 years ago
Matthew Chen 4a2a3ffa51 Trim whitespace from group names.
// FREEBIE
9 years ago
Matthew Chen 782e3d42bd Trim whitespace from group names.
// FREEBIE
9 years ago
Matthew Chen 3e8b4225b3 Show alert when user tries to play an invalid audio file.
// FREEBIE
9 years ago
Michael Kirk 07c39d9242 Merge pull request #2105 from WhisperSystems/mkirk/contact-perf
return contact parsing to background thread
9 years ago
Matthew Chen 6ec167e7e0 Disable scrolling if no contacts in “select recipient” views.
// FREEBIE
9 years ago
Michael Kirk 90de4edeef return contact parsing to background thread
inadvertently moved it to main thread with
354d46e3f4

// FREEBIE
9 years ago
Michael Kirk 0a7996ffbc Perform contact intersection ~every 6 hours even if no contacts changed
// FREEBIE
9 years ago
Michael Kirk 9131cd83fb update contacts only when changed
otherwise we're spamming contact intersection all the time

// FREEBIE
9 years ago
Matthew Chen a7cf00feb4 Respond to CR.
// FREEBIE
9 years ago
Matthew Chen 1b99fd1df4 Respond to CR.
// FREEBIE
9 years ago
Matthew Chen 46b6a59d6d Clean up ahead of PR.
// FREEBIE
9 years ago
Matthew Chen a15d11c3e6 Rework appearance of voice messages and audio attachments.
// FREEBIE
9 years ago
Matthew Chen ea34cec0d9 Clean up ahead of PR.
// FREEBIE
9 years ago
Matthew Chen 96e155c75e Rework appearance of voice messages and audio attachments.
// FREEBIE
9 years ago
Matthew Chen 0ff3e5e6a3 Don’t add blocked users to new groups and handle block alert results correctly.
// FREEBIE
9 years ago
Matthew Chen f10d530410 After sending a text message, the "send" button should revert to mic.
// FREEBIE
9 years ago
Matthew Chen 37278c22d5 Remove extra period in voice message file names.
// FREEBIE
9 years ago
Michael Kirk d3a96725a1 fix block scoping. I'm not even sure how this compiled before.
// FREEBIE
9 years ago
Michael Kirk 755d5dc4e6 resolve push-token changes from RI of hotfix/2.11.4
// FREEBIE
9 years ago
Michael Kirk 929ba06263 Merge branch 'hotfix/2.11.4' into mkirk/fix-push-sync-job 9 years ago
Matthew Chen 73f79f05ec Format example phone numbers.
// FREEBIE
9 years ago
Matthew Chen c81eed74ca Show example phone numbers.
// FREEBIE
9 years ago
Matthew Chen 0bab5ed404 Always honor filtering in contact-related views.
// FREEBIE
9 years ago
Matthew Chen 033ce90dd3 Respond to CR.
// FREEBIE
9 years ago
Matthew Chen eabda5ad90 Clean up ahead of PR.
// FREEBIE
9 years ago
Matthew Chen 19b80d1f4b Rework the “disappearing messages” logic.
// FREEBIE
9 years ago
Michael Kirk 7bdd732870 remove contact name from production log
// FREEBIE
9 years ago
Michael Kirk 20fc733bdf Clearer call logging
// FREEBIE
9 years ago
Michael Kirk 737a5932c0 tapping contact label shows contact edit view
// FREEBIE
9 years ago
Michael Kirk bd343f6971 clean up some animations
// FREEBIE
9 years ago
Michael Kirk aabd56b23d Clean up comments per CR
// FREEBIE
9 years ago
Michael Kirk 9dc9813dea fix layout for long named contacts
// FREEBIE
9 years ago
Michael Kirk 3754b6f264 Edit 1:1 contact details
// FREEBIE
9 years ago
Matthew Chen b2fba060d8 Fix edge case where screen protection is not removed.
// FREEBIE
9 years ago
Michael Kirk e95b579d97 TODONE
// FREEBIE
9 years ago
Matthew Chen 41deab12de Fix “two table views” bug in “show group members” view.
// FREEBIE
9 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
9 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
9 years ago
Michael Kirk 3040c4a341 include missing return
// FREEBIE
9 years ago
Michael Kirk fee47efbea Avoid repaint by requestng contacts before Compose
This entailed passing callback params through the contact request.

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

// FREEBIE
9 years ago
Michael Kirk 04878bf222 rename method to better reflect new role
// FREEBIE
9 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
9 years ago
Michael Kirk 0b6962cdd0 contacts reminder in compose view
// FREEBIE
9 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
9 years ago
Michael Kirk 40dead89e5 don't crash invite flow when contacts disabled
// FREEBIE
9 years ago
Matthew Chen 2cffe78c22 Sync push tokens to service after every app upgrade.
// FREEBIE
9 years ago
Matthew Chen e85aa045e1 Flag voice messages as such in protos.
// FREEBIE
9 years ago