Commit graph

1320 commits

Author SHA1 Message Date
Matthew Chen
c88f275c9a Merge branch 'charlesmchen/fixCameraAttachments' 2017-03-17 08:42:32 -03:00
Matthew Chen
b9705cfe06 Fix sending attachments from the camera.
// FREEBIE
2017-03-17 08:42:21 -03:00
Michael Kirk
1e3f0fffeb Invert logging condition. (#1855)
We don't want to log here normally, only when we detect weird strings.

// FREEBIE
2017-03-16 17:17:25 -04:00
Matthew Chen
22aa1d535b Merge branch 'feature/fixFilterCallingCodes' 2017-03-16 15:11:18 -03:00
Matthew Chen
a264d9aa9b Responding to CR.
// FREEBIE
2017-03-16 15:04:59 -03:00
Matthew Chen
a226a4a1b3 Respond to CR.
// FREEBIE
2017-03-16 15:04:59 -03:00
Matthew Chen
e5fdaa1323 Fix filtering of country codes in registration flow.
* Filtering wasn't working; it has been fixed.
* I've added support for arbitrary partial matches and matching based on country code and calling code.

// FREEBIE
2017-03-16 15:01:46 -03:00
Matthew Chen
be36d2ebf2 Merge branch 'charlesmchen/limitOutgoingMessageSize' 2017-03-16 14:44:31 -03:00
Matthew Chen
3440746173 Respond to CR.
// FREEBIE
2017-03-16 14:44:12 -03:00
Matthew Chen
e6e4290fa9 Limit size of outgoing text messages.
// FREEBIE
2017-03-16 14:43:18 -03:00
Matthew Chen
04a112aac9 Merge branch 'charlesmchen/nonUSNonContactSearch' 2017-03-16 14:42:17 -03:00
Matthew Chen
0993860376 [SSK] Update SSK pod to reflect corresponding changes.
// FREEBIE
2017-03-16 14:36:02 -03:00
Matthew Chen
82179c6d47 Respond to CR.
// FREEBIE
2017-03-16 14:34:34 -03:00
Matthew Chen
3048a0146f Fix non-contact lookup for non-US users.
// FREEBIE
2017-03-16 14:34:17 -03:00
Michael Kirk
3413bcce23 Merge pull request #1853 from WhisperSystems/mkirk/zxing-framework
move zxing to framework
2017-03-16 12:06:53 -04:00
Michael Kirk
6a4c6915a2 Update build instructions
// FREEBIE
2017-03-16 12:04:45 -04:00
Michael Kirk
99c982fbb2 change ZXing to framework for faster incremental compiles in xcode
// FREEBIE
2017-03-16 12:04:45 -04:00
Matthew Chen
c68bfac71d [SSK] Update SSK pod to fix build break.
// FREEBIE
2017-03-15 18:20:52 -03:00
Michael Kirk
3db7867978 update dependencies
// FREEBIE
2017-03-15 16:35:51 -04:00
Michael Kirk
62073a14a5 Maintain AR when scaling avatar
// FREEBIE
2017-03-15 16:35:38 -04:00
Michael Kirk
861e074c15 clarify call integration copy
// FREEBIE
2017-03-15 15:27:28 -04:00
Matthew Chen
04034df1f8 Merge branch 'charlesmchen/videoAttachmentUploadAssert' 2017-03-15 10:38:15 -03:00
Matthew Chen
19aac08bec Fix thread-safety assert when sending video attachments.
// FREEBIE
2017-03-14 23:05:21 -03:00
Matthew Chen
e7639bbdbe Merge branch 'charlesmchen/groupNameUpdates' 2017-03-14 12:21:02 -03:00
Matthew Chen
5a130703f9 Update conversation view title when group name changes.
// FREEBIE
2017-03-14 12:20:51 -03:00
Matthew Chen
081956c2b4 Update conversation view title when group name changes.
// FREEBIE
2017-03-14 12:20:51 -03:00
Matthew Chen
ec06cf76e4 Merge branch 'charlesmchen/paste' 2017-03-14 10:34:32 -03:00
Matthew Chen
1c95eb5d51 Respond to CR.
// FREEBIE
2017-03-14 10:34:11 -03:00
Matthew Chen
43857a4c78 Respond to CR.
// FREEBIE
2017-03-14 10:25:03 -03:00
Matthew Chen
68838dbaa7 Respond to CR.
// FREEBIE
2017-03-14 10:25:03 -03:00
Matthew Chen
bcf43683f6 Respond to CR.
// FREEBIE
2017-03-14 10:25:03 -03:00
Matthew Chen
58e273b1a3 Respond to CR.
// FREEBIE
2017-03-14 10:25:03 -03:00
Matthew Chen
bdc729ad29 Respond to CR.
// FREEBIE
2017-03-14 10:25:03 -03:00
Matthew Chen
164db41c29 Move TSImageQuality enum.
// FREEBIE
2017-03-14 10:23:36 -03:00
Matthew Chen
27b515ea45 Add AttachmentApprovalViewController.
// FREEBIE
2017-03-14 10:23:17 -03:00
Matthew Chen
cd928cd9be Update MessagesViewController to use SignalAttachment.
// FREEBIE
2017-03-14 10:23:16 -03:00
Matthew Chen
7f2810af3f Update MessagesViewController to use SignalAttachment.
// FREEBIE
2017-03-14 10:23:16 -03:00
Matthew Chen
ec595f53d0 Gather attachment-related logic in SignalAttachment class.
// FREEBIE
2017-03-14 10:23:16 -03:00
Ian Henderson
58f1a71ce2 Separate safety number camera image into a separate image view so it can be properly centered.
Insted of using fixed image and text insets to try to center this image,
split the image out into a separate view and center it properly using a
constraint.  Touches still pass through to the button underneath.

Fixes #1622.  FREEBIE
2017-03-13 20:35:39 -04:00
Kevin Beaulieu
bc1b2fe473 Restrict default avatars to alphanumeric initials (#1519) (#1563) 2017-03-13 20:27:30 -04:00
christophhagen
9178b69f97 Issue1602 + small bug fix FREEBIE (#1799)
- Dismiss Fingerprint View Controller after successful verification
- Restore Fingerprint View Controller layout after failed verification
2017-03-13 20:13:24 -04:00
Kamal Nath Narayanan
153d4addb9 requestAccessForMediaType completionHandler to be called in UI thread. This leads to inconsistent behaviour once the permission is given 2017-03-13 19:22:30 -04:00
Michael Kirk
ad4ffae164 Merge branch 'mkirk/attachment-digest' 2017-03-13 12:38:10 -04:00
Michael Kirk
d8c4558c80 [SSK] Attachment digests
// FREEBIE
2017-03-13 12:37:56 -04:00
Matthew Chen
afbbe769a5 Merge branch 'charlesmchen/fixLoggingPreference' 2017-03-13 13:21:26 -03:00
Matthew Chen
15e14a9b5c Convert "is logging enabled" methods to class methods so that they can safely be used before Environment has been initialized.
// FREEBIE
2017-03-13 10:33:58 -03:00
Michael Kirk
fb474a2a1a Bump version
// FREEBIE
2017-03-09 18:05:58 -05:00
Michael Kirk
3b1c5214c7 pull latest translations
// FREEBIE
2017-03-09 17:57:08 -05:00
Michael Kirk
28bcf0fc31 bump build
// FREEBIE
2017-03-09 17:52:56 -05:00
Michael Kirk
3e651fb8df filter undisplayable text
// FREEBIE
2017-03-09 17:52:19 -05:00