Commit Graph

370 Commits (a933fbf21555924e41576e20f8b4eb409edd8396)

Author SHA1 Message Date
Michael Kirk 130aa132a0 Reject incoming calls from an unseen changed identity
// FREEBIE
8 years ago
Matthew Chen 6b4a5398ef [SPK] Improve logging around updating and using prekeys.
// FREEBIE
8 years ago
Michael Kirk 76a0f88f7c [SSK] dont cache session store
// FREEBIE
8 years ago
Matthew Chen c0753152db [SPK] Improve logging around updating and using prekeys.
// FREEBIE
8 years ago
Matthew Chen d752a9b030 [SSK] Add incoming and outgoing message database views.
// FREEBIE
8 years ago
Matthew Chen f49309bf66 Add incoming and outgoing message database views.
// FREEBIE
8 years ago
Matthew Chen 19a2a1539e [SSK] Clean up timer usage.
// FREEBIE
8 years ago
Matthew Chen cdda0d4f02 [SSK] Fix “mark as read” logic.
// FREEBIE
8 years ago
Matthew Chen 85d54798fe [SSK] Changes for unseen indicator.
// FREEBIE
8 years ago
Matthew Chen 7afcad81c6 Fix data type issue around losing millisecond precision in message expiration times.
// FREEBIE
8 years ago
Matthew Chen 63f014fab4 [SSK] Cache display names for accounts.
// FREEBIE
8 years ago
Matthew Chen dd3394be1b Cache display names for accounts.
// FREEBIE
8 years ago
Michael Kirk 85d0d27505 [SSK] remove some redundant error notifications
// FREEBIE
8 years ago
Michael Kirk 37e0b1a004 Sending to unconfirmed idnetity presents confirmation
Rather than send/fail

// FREEBIE
8 years ago
Michael Kirk 1a03be8ae7 Fetch safety number upon entering thread
* uniform method to get recipients in group/contact thread
  * use it to clean up markAsSeenJob

// FREEBIE
8 years ago
Matthew Chen 1d792d1878 Rename audio duration and image size methods in TSAttachmentStream.
// FREEBIE
8 years ago
Michael Kirk fc37e251de [SSK] log error on failure
// FREEBIE
8 years ago
Michael Kirk 4700294c26 [SSK][SPK] Safety Number Updates
// FREEBIE
8 years ago
Michael Kirk bb25d2beb6 IdentityKeyStore changes
1) Always accept keys from incoming messages

2) Block sending only if it's a recent change, or if always
   block is enabled

// FREEBIE

// FREEBIE
8 years ago
Matthew Chen f30cd7c7fa [SSK] Remove invalid assert in socket manager.
// FREEBIE
8 years ago
Matthew Chen d8ade3288c [SSK] Cache image size and audio duration on attachments.
// FREEBIE
8 years ago
Matthew Chen b1f7cf0d62 Cache image size and audio duration on attachments.
// FREEBIE
8 years ago
Matthew Chen b0005ea932 Respond to CR.
// FREEBIE
8 years ago
Matthew Chen 2e36f41838 Add support for manually activating censorship circumvention.
// FREEBIE
8 years ago
Matthew Chen 7b70fe674a “Add to contacts” offer.
// FREEBIE
8 years ago
Matthew Chen 4223766e60 [SSK] Try the country code for the local phone number when parsing phone numbers.
// FREEBIE
8 years ago
Matthew Chen e7de25ab01 [SSK] Pin YapDatabase to v2.9.3 to avoid v.3.x.
// FREEBIE
8 years ago
Matthew Chen cab9e3d3db [SSK] Persist attachment file paths.
// FREEBIE
8 years ago
Matthew Chen e4f31b5e40 Rename attachment source filename property.
// FREEBIE
8 years ago
Michael Kirk 7e031b7306 [SSK] Show SN changes in groups, and include name
// FREEBIE
8 years ago
Michael Kirk dfd438e5f8 revert Yap update until next release
// FREEBIE
8 years ago
Michael Kirk 557488bc7d return iOS8 support in project files
// FREEBIE
8 years ago
Matthew Chen 07cc8baa60 [SSK] Honor the local calling code in select recipient view.
// FREEBIE
8 years ago
Matthew Chen 6833fb7181 [SSK] Retry push token registration.
// FREEBIE
8 years ago
Michael Kirk 72168e2881 [SSK] faster contact parsing
// FREEBIE
8 years ago
Michael Kirk 20ad9114e2 [SSK] Reduce time between editing contacts and seeing those changes in
the app

cache phone number parsing

// FREEBIE
8 years ago
Matthew Chen 09f8a20acb [SSK] Revert "Merge branch 'charlesmchen/autoMarkAsRead'"
// FREEBIE
8 years ago
Matthew Chen 625b1d0200 [SSK] Only reply to group info requester & Don’t reply to “request group info” messages from non-members of the group in question.
// FREEBIE
8 years ago
Michael Kirk da58eb18ad partial revert of previous pod update
// FREEBIE
8 years ago
Matthew Chen 67c3bca913 [SSK] Move filename property to TSAttachment.
// FREEBIE
8 years ago
Matthew Chen 96e155c75e Rework appearance of voice messages and audio attachments.
// FREEBIE
8 years ago
Matthew Chen c7777bcb13 [SSK] Show example phone numbers.
// FREEBIE
8 years ago
Matthew Chen 0adcd157da [SSK] Don’t ignore “unnamed” phone numbers.
// FREEBIE
8 years ago
Matthew Chen eb385f1e97 [SSK] Rework the “disappearing messages” logic.
// FREEBIE
8 years ago
Matthew Chen 8871331cfa [SPK] Update license.
// FREEBIE
8 years ago
Matthew Chen 387f1018f5 [SSK] Auto-rejoin groups by emitting and responding to “request group info” messages.
// FREEBIE
8 years ago
Michael Kirk e295f92943 [SSK] Safer SignedPreKey deletion policy
// FREEBIE
8 years ago
Matthew Chen d535ce3155 [SSK] Flag voice messages as such in protos.
// FREEBIE
8 years ago
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
8 years ago
Matthew Chen 0137e01aff Try to deduce attachment MIME type from the file extension if possible.
// FREEBIE
8 years ago
Matthew Chen bbf099894c [SSK] Fix a hotspot in the phone number parsing logic.
// FREEBIE
8 years ago
Matthew Chen 057bb76e66 [SSK] Rework handling of phone number names.
// FREEBIE
8 years ago
Matthew Chen 0c4351a908 Use SignalAccount class to sync contacts.
// FREEBIE
8 years ago
Michael Kirk 835ab3dd93 [SSK] fix some compiler warnings
// FREEBIE
8 years ago
Michael Kirk 83a089f429 [SSK] better sender logs
// FREEBIE
8 years ago
Michael Kirk b24cf29189 don't request contacts until necessary
Most commonly this will be after hitting the "compose" button

But also we'll do it in the SignalViewController once you've received a
message.

- get rid blocking contacts nag
- use Contacts framework simplifies logic
- remove dead AB code

// FREEBIE
8 years ago
Matthew Chen 931b6b4200 [SSK] Minor cleanup.
// FREEBIE
8 years ago
Matthew Chen 563ccf671e [SSK] Temporary change to improve read receipt logging.
// FREEBIE
8 years ago
Matthew Chen c2cdeb3bcd Remove SCWaveformView.
// FREEBIE
8 years ago
Michael Kirk 4b6bfa4c4c "home", "other" and "work" instead of "Unknown" phone label
// FREEBIE
8 years ago
Matthew Chen cb293f286a [SSK] Add SignalAccount class, Extract labels for phone numbers.
// FREEBIE
8 years ago
Matthew Chen 42768294ee Extract labels for phone numbers.
// FREEBIE
8 years ago
Michael Kirk e1162fa641 [SSK] Better debugging information
- explicitly log type of received message vs. just "encrypted message"
  for better call debugging
- debug tool to print signed prekey report

// FREEBIE
8 years ago
Matthew Chen 788ec4ce01 Respond to CR.
// FREEBIE
8 years ago
Matthew Chen 8bf4cb83a5 [SSK] Improve handling of whitespace in contacts.
// FREEBIE
8 years ago
Matthew Chen d248f6117f [SSK] Ignore oversize messages.
// FREEBIE
8 years ago
Michael Kirk b3fc16b0ba [SSK] handle synced reset-session messages
// FREEBIE
8 years ago
Michael Kirk 5bbcc23da5 [SSK] Do not retry fatal message send errors.
e.g. don't retry group sends when someone had a SN change

// FREEBIE
8 years ago
Michael Kirk d9e3e87735 New downloading progress view (#2006)
Replace previous "scary" warning-style attachment notifications with
something less alarming.

Includes file name and file type emoji when discernable.

// FREEBIE
8 years ago
Matthew Chen 67e94e2b55 [SSK] Do not try to resend unsaved outgoing messages when accepting a safety number change.
// FREEBIE
8 years ago
Matthew Chen 3c8635c352 [SSK] Add muting of threads.
// FREEBIE
8 years ago
Matthew Chen ea848f31e6 [SSK] Fix outgoing message status for messages sent from linked devices.
// FREEBIE
8 years ago
Matthew Chen dd807f676c [SSK] Rework outgoing message state & refine error handling for outgoing group messages.
// FREEBIE
8 years ago
Matthew Chen f41762c316 [SSK] Avoid lost messages.
// FREEBIE
8 years ago
Matthew Chen f9b51c01f4 [SSK] De-bounce the prekey checks.
// FREEBIE
8 years ago
Michael Kirk 0743722782 [SSK] ensure accepted SPKs are marked
// FREEBIE
8 years ago
Matthew Chen 9c6f76253a [SSK] Honor attachment filenames.
// FREEBIE
8 years ago
Matthew Chen dc3a382c23 Respond to CR.
// FREEBIE
8 years ago
Matthew Chen f38f3d8887 [SSK] Update SignalAttachment to allow arbitrary attachments.
// FREEBIE
8 years ago
Matthew Chen 33593921f6 [SSK] Rework socket manager.
// FREEBIE
8 years ago
Michael Kirk 1d9de09429 [SSK] Make sure we can return multiple recipients matches
// FREEBIE
8 years ago
Michael Kirk 5d604a796c [JSQMVC] Fixes "floating" edit menu for narrow media items
previously, edit menu was only positioned correctly for text bubbles,
and centered for media bubbles.

It wasn't that noticable for images/videos since those usually extended
to the middle of the conversation view, but with narrower media bubbles
(like arbitrary attachments) this became a bigger problem.

// FREEBIE
8 years ago
Matthew Chen 1d2e5d218d [SSK] Create block offer when non-contacts send you a message.
// FREEBIE
8 years ago
Matthew Chen 8490be6ed9 [SSK] Remove the properties related to Redphone and WebRTC support.
// FREEBIE
8 years ago
Matthew Chen 2fd8a13a3c [SSK] Improve attachment upload progress indicator.
// FREEBIE
8 years ago
Michael Kirk 2af89c9a2e [SSK][SPK] only assert dispatch in DEBUG
// FREEBIE
8 years ago
Michael Kirk 87845525b6 [SSK] serialize all read/write to sessionStore
Attempt to avoid session corruption happening due to an inconsistent
view of the session store by ensuring all access to the session store
happens on a serialized queue

// FREEBIE
8 years ago
Michael Kirk 398ee22f50 [SSK] rename cipher queue to sessionStoreQueue
// FREEBIE
8 years ago
Michael Kirk a951d11d97 [SSK] move iOSVersion to SSK
// FREEBIE
8 years ago
Michael Kirk 4494a95a62 Block list is two words. Update code/comments/constants
// FREEBIE
8 years ago
Michael Kirk f46080519e [SSK] Don't retry terminal sending failures
* Causing prekey request rate-limit when sending to someone who's
  reregistered.
* Unnecessarily printing "unregistered user" multiple times.
* etc.

// FREEBIE
8 years ago
Matthew Chen 3537518268 [SSK] Don’t block outgoing group messages.
// FREEBIE
8 years ago
Matthew Chen f604cfb553 Apply assert to ensure singletons are only created once & filter incoming messages using the blacklist.
// FREEBIE
8 years ago
Matthew Chen 5ff454fd90 Fix double creation of NotificationsManager singleton.
// FREEBIE
8 years ago
Matthew Chen d00c892158 Apply assert to ensure singletons are only created once.
// FREEBIE
8 years ago
Michael Kirk 7153994929 [SSK] [SPK] Update SignalProtocolKit and SignalServiceKit
// FREEBIE
8 years ago
Michael Kirk 7f239c8040 [SSK] + Enforce singleton access for MessagesManager and MessageSender
// FREEBIE
8 years ago
Michael Kirk 4c0242ee17 [spk] Update SignalProtocolKit
// FREEBIE
8 years ago
Matthew Chen 5138539d99 [SSK] Fix sharing of oversize text messages.
// FREEBIE
8 years ago
Matthew Chen 306895ea6d [SSK] Improve support for arbitrary attachments.
// FREEBIE
8 years ago