Commit Graph

2332 Commits (6715e76c9919dda6bf6acca1dd01e5870e598d81)
 

Author SHA1 Message Date
Michael Kirk 6715e76c99 Prefer archiving, to deleting old sessions for better handling of out of
order decryption.

// FREEBIE
7 years ago
Michael Kirk c51b762ec2 Merge branch 'mkirk/fix-build' 7 years ago
Michael Kirk a139bd73e6 Remove deprecated info message from debug UI
// FREEBIE
7 years ago
Matthew Chen 03d35884d2 Merge branch 'charlesmchen/fingerprintView1' 7 years ago
Matthew Chen fe0ddb53d2 Clean up ahead of PR.
// FREEBIE
7 years ago
Matthew Chen 93a587c896 Convert FingerprintViewController to programmatic layout.
// FREEBIE
7 years ago
Matthew Chen 3508feaec3 Convert FingerprintViewController to programmatic layout.
// FREEBIE
7 years ago
Matthew Chen 1ed0b16045 Merge branch 'charlesmchen/verificationStateChangeMessages' 7 years ago
Matthew Chen 869cdfd12c Add verification state change messages.
// FREEBIE
7 years ago
Matthew Chen bc63a72c25 Add verification state change messages.
// FREEBIE
7 years ago
Michael Kirk 7335fc4d01 Merge branch 'mkirk/redundant-sn-changes' 7 years ago
Michael Kirk 64efa2b3c6 [SSK] remove redundant SN changes when sending to new identity
// FREEBIE
7 years ago
Michael Kirk 75bab75dc8 Show no redundant error when failing to send due to changed identity
The old "blocking" style SN alerts are deprecated. We maintain the
functionality to decrypt incoming messages from legacy SN alerts so that
users have time to recover their undecrypted messages.

// FREEBIE
7 years ago
Matthew Chen 894893ceb8 Merge branch 'charlesmchen/syncVerificationState' 7 years ago
Matthew Chen 1ef9ba0659 Clea up usage of fail macro.
// FREEBIE
7 years ago
Matthew Chen 4d370130b2 Merge branch 'charlesmchen/pasteTextFragments' 7 years ago
Matthew Chen c3edbd9aa4 Fix paste of text fragments.
// FREEBIE
7 years ago
Michael Kirk 640b210f1e Merge branch 'mkirk/block-file-sharing' 7 years ago
Michael Kirk 842baa3072 CR: use weak self
// FREEBIE
7 years ago
Michael Kirk f7468acad2 Properly dismiss file view after proceeding with share to no-longer
verified identity

// FREEBIE
7 years ago
Michael Kirk 4e995b76f3 Don't try to share file to untrusted identity
There's a problem with this approach - specifically we need to dismiss
the external file share view controller eventually.

But more generally, because SN can present a view controller, it's kind
success/retry handling is contextual to it's presenting view controller.

So, probably the thing to do is duplicate this logic at it's various
presentation contexts.

// FREEBIE
7 years ago
Matthew Chen a1d3e360df [SSK] Sync verification state.
// FREEBIE
7 years ago
Michael Kirk 3531dda2de Merge branch 'mkirk/create-missed-call-notification-in-thread' 7 years ago
Michael Kirk 9ec6ec5e4e [SSK] create missed call notification in threads
// FREEBIE
7 years ago
Michael Kirk 1a3204bf46 create interaction in thread when missing call due to changed identity
// FREEBIE
7 years ago
Michael Kirk c8a444d931 Merge branch 'mkirk/debug-toggle-verification' 7 years ago
Michael Kirk 022292e2e5 CR: extract method for readability
// FREEBIE
7 years ago
Michael Kirk 5b2428c8a5 debug toggle verification state
// FREEBIE
7 years ago
Michael Kirk 32d05bbe08 [SSK] avoid deadlock on unknown session
// FREEBIE
7 years ago
Michael Kirk 1e6098a9d0 Merge branch 'mkirk/debug-sn-numbers' 7 years ago
Michael Kirk 4000908f43 clarify assert per code review
// FREEBIE
7 years ago
Michael Kirk bae91d97d6 clearer code style
// FREEBIE
7 years ago
Michael Kirk d77addc01e extract session state debug utils into section
// FREEBIE
7 years ago
Michael Kirk 54865e43ed debug item to locally simulate a SN change
...because constantly reinstalling a secondary device takes too long

You can toggle twice to switch it back, but most of the time you'll
simply pull the latest (real) key when the message view regains focus.

// FREEBIE
7 years ago
Michael Kirk 34f59d661a Merge branch 'mkirk/identityManager' 7 years ago
Michael Kirk 2692977168 [SSK] New identity manager
// FREEBIE
7 years ago
Michael Kirk 8c592a373a log error on assertion failure
// FREEBIE
7 years ago
Michael Kirk f74c3a0e87 remove unused code
// FREEBIE
7 years ago
Michael Kirk c8d547a08f Only allow callback for identities that were not previously verified
// FREEBIE
7 years ago
Michael Kirk 1127553041 restore "confirm and callback" functionality
// FREEBIE
7 years ago
Michael Kirk 146031e4d5 update copy / remove some unused "unseen" tracking
// FREEBIE
7 years ago
Michael Kirk 41a34e572b Update Safety Number alerts to work with verification
// FREEBIE
7 years ago
Matthew Chen c7c243cfed Clean up ahead of PR.
// FREEBIE
7 years ago
Matthew Chen b6ddea9eae Sketch out OWSIdentityManager.
// FREEBIE
7 years ago
Matthew Chen ceb210748e Sketch out OWSIdentityManager.
// FREEBIE
7 years ago
Matthew Chen 847f9e50bb Merge branch 'charlesmchen/censorshipCircumventionIndicator' 7 years ago
Matthew Chen 1dffdb5ca0 Indicate if censorship circumvention is active in the main app settings view.
// FREEBIE
7 years ago
Matthew Chen 320dfd89e3 Merge branch 'charlesmchen/moreSystemMessages' 7 years ago
Matthew Chen 15074cdb8f Clean up system message cells, make them tappable, etc.
// FREEBIE
7 years ago
Matthew Chen 6a6d71db6c Merge branch 'charlesmchen/reworkSystemMessages' 7 years ago