Commit Graph

22799 Commits

Author SHA1 Message Date
Matthew Chen
9f4b8d3b0f Slightly reduce the non-contact cell heights in “new 1:1 conversation” view.
// FREEBIE
2017-05-05 21:18:21 -04:00
Matthew Chen
d0e26a58c3 Show “invite by SMS” offer for matching non-Signal contacts when searching in “new 1:1: conversation” view.
// FREEBIE
2017-05-05 21:18:21 -04:00
Matthew Chen
791b0d78a8 Merge branch 'charlesmchen/conversationSettingsAssert' 2017-05-05 21:13:11 -04:00
Matthew Chen
1e6fd385b5 Fix assert in conversation settings view.
// FREEBIE
2017-05-05 21:12:36 -04:00
Matthew Chen
c7d25a66ad Merge branch 'charlesmchen/contactParsingPerf' 2017-05-05 21:10:05 -04:00
Matthew Chen
3f7d23e043 Fix two hotspots in contact parsing and contact syncing.
// FREEBIE
2017-05-05 21:09:06 -04:00
Matthew Chen
bbf099894c [SSK] Fix a hotspot in the phone number parsing logic.
// FREEBIE
2017-05-05 21:07:32 -04:00
Matthew Chen
955c4d8a02 Merge branch 'charlesmchen/phoneNumberParsingPerf' 2017-05-05 21:06:49 -04:00
Matthew Chen
6c2de6ed56 Fix a hotspot in the phone number parsing logic.
// FREEBIE
2017-05-05 21:06:32 -04:00
Matthew Chen
3671b3aeb5 Merge branch 'charlesmchen/multipleAccounts' 2017-05-05 21:02:54 -04:00
Matthew Chen
057bb76e66 [SSK] Rework handling of phone number names.
// FREEBIE
2017-05-05 21:01:51 -04:00
Matthew Chen
535fc566a5 Rework handling of phone number names.
// FREEBIE
2017-05-05 21:00:41 -04:00
Matthew Chen
71a304f84f Merge branch 'charlesmchen/multipleAccounts' 2017-05-05 21:00:23 -04:00
Matthew Chen
1b93cd29c2 Rework handling of phone number names.
// FREEBIE
2017-05-05 21:00:14 -04:00
Matthew Chen
4032f40a3f Merge branch 'charlesmchen/contactsSync' 2017-05-05 20:57:55 -04:00
Matthew Chen
0c4351a908 Use SignalAccount class to sync contacts.
// FREEBIE
2017-05-05 20:57:35 -04:00
Matthew Chen
d82afb8bb7 Merge branch 'charlesmchen/contactsSync' 2017-05-05 20:55:25 -04:00
Matthew Chen
9bfcc8e38b Add “is complete” flag to contacts sync proto.
// FREEBIE
2017-05-05 20:53:09 -04:00
Matthew Chen
41e564db47 Use SignalAccount class to sync contacts.
// FREEBIE
2017-05-05 20:53:09 -04:00
Matthew Chen
741e5c02ac Add “is complete” flag to contacts sync proto.
// FREEBIE
2017-05-05 20:53:09 -04:00
Michael Kirk
dd95b13d37 Merge branch 'mkirk/compiler-warnings' 2017-05-05 14:28:37 -04:00
Michael Kirk
835ab3dd93 [SSK] fix some compiler warnings
// FREEBIE
2017-05-05 14:28:24 -04:00
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
2017-05-05 14:26:29 -04:00
Michael Kirk
ce2ee759f8 Update to latest recommended xcode.proj settings
// FREEBIE
2017-05-05 14:26:29 -04:00
Michael Kirk
f078f8adc2 Merge branch 'mkirk/compiler-warnings' 2017-05-05 14:26:14 -04:00
Matthew Chen
fb4ee8ffb8 Merge branch 'charlesmchen/newConversationView' 2017-05-05 10:45:18 -04:00
Matthew Chen
45ae8fb067 Respond to CR.
// FREEBIE
2017-05-05 10:42:42 -04:00
Matthew Chen
2bc1d44cd2 Respond to CR.
// FREEBIE
2017-05-05 10:42:42 -04:00
Matthew Chen
1b99671e0e Clean up ahead of PR.
// FREEBIE
2017-05-05 10:42:42 -04:00
Matthew Chen
325134c6e8 Clean up ahead of PR.
// FREEBIE
2017-05-05 10:42:42 -04:00
Matthew Chen
363d84fd2d Update “new conversation” view to use OWSTableView, contacts view helper, etc.
// FREEBIE
2017-05-05 10:42:42 -04:00
Matthew Chen
4b9ee2dcfe Merge branch 'charlesmchen/orderedWebRTCDataChannel' 2017-05-05 10:41:09 -04:00
Matthew Chen
dcdfcb0a6f Insist upon an "ordered" TCP data channel for delivery reliability.
// FREEBIE
2017-05-05 10:41:00 -04:00
Michael Kirk
41d911c04c pull latest translations
// FREEBIE
2017-05-05 09:17:04 -04:00
Michael Kirk
66fe80d77f Merge pull request #2068 from WhisperSystems/mkirk/call-audit
better call connectivity
2017-05-05 09:13:19 -04:00
Michael Kirk
ad31c75e88 fix more compiler warnings
* initWithCoder is a designated initializer for *any* TSYapDatabase model
* doc fixes
* cast log param appropriately

Compiler Warnings: 337 -> 331

// FREEBIE
2017-05-04 17:56:55 -04:00
Michael Kirk
50df5b682b nullability annotations for TSInteraction
Compiler warnings: 343 -> 337

// FREEBIE
2017-05-04 17:49:44 -04:00
Michael Kirk
c9f397d590 nullability audit for MimeTypeUtil
* added missing nullability annotations
* guard against insterting nil into set
* remove unused code

Compiler Warnings: 364 -> 343

// FREEBIE
2017-05-04 17:48:00 -04:00
Michael Kirk
1754ad25d2 nullability annotations
Compiler Warnings: 387 -> 364

// FREEBIE
2017-05-04 17:19:04 -04:00
Michael Kirk
6beee7c012 verify peerconnection at proper time
// FREEBIE
2017-05-04 15:15:14 -04:00
Michael Kirk
2ec893d315 Ensure we're retaining all promises to completion
// FREEBIE
2017-05-04 15:15:14 -04:00
Matthew Chen
dd3d338966 Bump version.
// FREEBIE
2017-05-04 15:04:35 -04:00
Matthew Chen
11a3d76ef4 Merge remote-tracking branch 'origin/charlesmchen/mutingVsConnected' into hotfix/2.11.3 2017-05-04 15:02:35 -04:00
Matthew Chen
e36c3aaed7 Reconcile audio and video enabling with call state.
// FREEBIE
2017-05-04 13:17:14 -04:00
Matthew Chen
1444cfc630 Merge remote-tracking branch 'origin/hotfix/2.11.2' 2017-05-04 10:45:12 -04:00
Michael Kirk
83a089f429 [SSK] better sender logs
// FREEBIE
2017-05-04 09:48:45 -04:00
Michael Kirk
24c84cbbad Merge branch 'mkirk/better-send-logs' 2017-05-04 09:48:08 -04:00
Michael Kirk
a794fe8358 Merge branch 'mkirk/delay-contact-access' 2017-05-04 09:47:46 -04:00
Michael Kirk
a056c1e052 Check for signalContact vs. AB setup.
Same intent as previous check but more to the point, and doesn't
require tracking additional state.

// FREEBIE
2017-05-04 09:47:04 -04:00
Michael Kirk
364f416a69 Block editing contact if user has denied contact permissions
// FREEBIE
2017-05-04 09:47:04 -04:00