Matthew Chen
9262c07078
Merge branch 'charlesmchen/fingerprints5'
2017-06-09 17:04:08 -04:00
Matthew Chen
7da28bd5dc
Multiple refinements around verification.
...
* Check for identity key before presenting fingerprint view.
* Show verification state in a separate subtitle in conversation view.
* Let users verify from group members view.
// FREEBIE
2017-06-09 16:58:00 -04:00
Matthew Chen
11ca51c95f
Show verification state banner. Show verification state in conversation settings view.
...
// FREEBIE
2017-06-09 16:21:59 -04:00
Matthew Chen
8db75e86a1
Merge branch 'charlesmchen/fingerprints4'
2017-06-09 13:15:54 -04:00
Matthew Chen
471e307ecc
Use checkmark to indicate verification status in conversation view header subtitle, fingerprint view, and in conversation settings row icon.
...
// FREEBIE
2017-06-09 13:12:33 -04:00
Matthew Chen
449e989345
Merge branch 'charlesmchen/fingerprintView3'
2017-06-09 11:56:57 -04:00
Matthew Chen
a7269a9a5d
Clean up ahead of PR.
...
// FREEBIE
2017-06-09 11:56:37 -04:00
Matthew Chen
128e147c1b
Show verification state in fingerprint view and let user change that state.
...
// FREEBIE
2017-06-09 11:48:06 -04:00
Matthew Chen
10f3f7fe13
Add “learn link”. Move “scan” button into QR code.
...
// FREEBIE
2017-06-09 11:48:06 -04:00
Matthew Chen
8b9a1e41b4
DRY up safety number success and failure handling.
...
* Add “mark as verified” option to success case.
// FREEBIE
2017-06-09 11:48:06 -04:00
Matthew Chen
cc5e810211
[SSK] Add a default description for verification state messages.
...
// FREEBIE
2017-06-09 11:43:13 -04:00
Matthew Chen
12aed7a4a1
Merge branch 'charlesmchen/defaultVerificationMessageDescription'
2017-06-09 11:42:04 -04:00
Matthew Chen
fbc1bad881
Add a default description for verification state messages.
...
// FREEBIE
2017-06-09 11:28:26 -04:00
Matthew Chen
2dbf305a7d
Merge branch 'charlesmchen/fingerprintView2'
2017-06-09 07:48:54 -04:00
Matthew Chen
051b005582
Move QR code scanning to a separate view.
...
// FREEBIE
2017-06-09 07:48:48 -04:00
Matthew Chen
5264602106
Move QR code scanning to a separate view.
...
// FREEBIE
2017-06-09 07:48:48 -04:00
Matthew Chen
5a867e3f6c
Respond to CR.
...
// FREEBIE
2017-06-09 07:48:48 -04:00
Matthew Chen
58ebebc97f
Move QR code scanning to a separate view.
...
// FREEBIE
2017-06-09 07:48:48 -04:00
Michael Kirk
bc95d4e9e5
Merge branch 'mkirk/archive-not-delete'
2017-06-08 17:57:15 -04:00
Michael Kirk
0a55b965b6
[SSK][SPK] Archive sessions when fetching profile
...
// FREEBIE
2017-06-08 17:56:44 -04:00
Michael Kirk
8bd0281254
Merge branch 'mkirk/archive-not-delete'
2017-06-08 17:55:55 -04:00
Michael Kirk
6d3d06bd1a
CR: continue to delete sessions for EndSession
...
// FREEBIE
2017-06-08 16:20:23 -04:00
Michael Kirk
6715e76c99
Prefer archiving, to deleting old sessions for better handling of out of
...
order decryption.
// FREEBIE
2017-06-08 16:19:31 -04:00
Michael Kirk
0df5ea3ee5
CR: continue to delete session when receiving an EndSession
...
// FREEBIE
2017-06-08 16:18:45 -04:00
Michael Kirk
c51b762ec2
Merge branch 'mkirk/fix-build'
2017-06-08 16:10:20 -04:00
Michael Kirk
a139bd73e6
Remove deprecated info message from debug UI
...
// FREEBIE
2017-06-08 16:04:36 -04:00
Matthew Chen
03d35884d2
Merge branch 'charlesmchen/fingerprintView1'
2017-06-08 15:45:29 -04:00
Michael Kirk
cfd9b84e65
Remove redundant missing-session check.
...
It already happens in decrypt/processException
// FREEBIE
2017-06-08 15:45:01 -04:00
Michael Kirk
1db9c8b344
prefer archiving vs deleting sessions.
...
This gives us a little resiliency to handling messages out of order
across key change.
We still *always* print SN when they change.
And we still verify that the session used for encrypt/decrypt is the trusted
session
// FREEBIE
2017-06-08 15:45:01 -04:00
Matthew Chen
fe0ddb53d2
Clean up ahead of PR.
...
// FREEBIE
2017-06-08 15:34:54 -04:00
Matthew Chen
93a587c896
Convert FingerprintViewController to programmatic layout.
...
// FREEBIE
2017-06-08 15:12:03 -04:00
Matthew Chen
3508feaec3
Convert FingerprintViewController to programmatic layout.
...
// FREEBIE
2017-06-08 14:55:26 -04:00
Matthew Chen
1ed0b16045
Merge branch 'charlesmchen/verificationStateChangeMessages'
2017-06-08 10:45:59 -04:00
Matthew Chen
869cdfd12c
Add verification state change messages.
...
// FREEBIE
2017-06-08 10:44:23 -04:00
Matthew Chen
bc63a72c25
Add verification state change messages.
...
// FREEBIE
2017-06-08 10:44:23 -04:00
Matthew Chen
f2f654af19
Merge branch 'charlesmchen/verificationStateChangeMessages'
2017-06-08 10:40:31 -04:00
Matthew Chen
ca04d912db
Don't actually transmit any verification state sync messages until we finalize the proto schema changes.
...
// FREEBIE
2017-06-08 10:40:17 -04:00
Matthew Chen
841271dc6c
Respond to CR.
...
// FREEBIE
2017-06-08 10:40:17 -04:00
Matthew Chen
fdd172bda3
Add verification state change messages.
...
// FREEBIE
2017-06-08 10:40:17 -04:00
Matthew Chen
eed6377910
Add verification state change messages.
...
// FREEBIE
2017-06-08 10:40:17 -04:00
Michael Kirk
7335fc4d01
Merge branch 'mkirk/redundant-sn-changes'
2017-06-08 10:34:57 -04:00
Michael Kirk
64efa2b3c6
[SSK] remove redundant SN changes when sending to new identity
...
// FREEBIE
2017-06-08 10:34:45 -04:00
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
2017-06-08 10:34:45 -04:00
Michael Kirk
fba94754a6
Merge branch 'mkirk/redundant-sn-changes'
2017-06-08 10:31:29 -04:00
Michael Kirk
7fc73e2ba1
include recipient name in error message
...
// FREEBIE
2017-06-08 10:31:10 -04:00
Matthew Chen
894893ceb8
Merge branch 'charlesmchen/syncVerificationState'
2017-06-08 10:25:38 -04:00
Matthew Chen
1ef9ba0659
Clea up usage of fail macro.
...
// FREEBIE
2017-06-08 10:25:28 -04:00
Matthew Chen
4d370130b2
Merge branch 'charlesmchen/pasteTextFragments'
2017-06-08 10:22:49 -04:00
Matthew Chen
c3edbd9aa4
Fix paste of text fragments.
...
// FREEBIE
2017-06-08 10:22:39 -04:00
Michael Kirk
94fb7d50e8
CR: add comment
...
// FREEBIE
2017-06-08 10:15:41 -04:00