Commit graph

5666 commits

Author SHA1 Message Date
Matthew Chen
a4906b2788 Update l10n strings. 2018-02-15 15:45:39 -05:00
Matthew Chen
950526f310 Merge branch 'charlesmchen/saeNotifications' 2018-02-15 14:23:17 -05:00
Matthew Chen
3ab33b997e Respond to CR. 2018-02-15 14:08:22 -05:00
Matthew Chen
33cb8b7e4c Revert "Surface error messages in SAE as alerts."
This reverts commit bd51ae1646.
2018-02-15 13:55:49 -05:00
Matthew Chen
bd51ae1646 Surface error messages in SAE as alerts. 2018-02-15 13:55:39 -05:00
Matthew Chen
87233490d3 "Bump build to 2.20.0.25." 2018-02-15 13:49:35 -05:00
Matthew Chen
569728118e Merge branch 'charlesmchen/saeFilenames' 2018-02-15 13:49:13 -05:00
Matthew Chen
2e1b8a7b8a Respond to CR. 2018-02-15 13:49:02 -05:00
Matthew Chen
7ea1f3d926 Fix handling of file types in SAE. 2018-02-15 13:47:05 -05:00
Matthew Chen
c2787341ae Fix handling of URLs in SAE. 2018-02-15 13:47:05 -05:00
Matthew Chen
efbcdb98fb Merge branch 'charlesmchen/failedStatusMessage' 2018-02-15 13:44:38 -05:00
Matthew Chen
8fdc61c726 Fix failed status messages in message detail view. 2018-02-15 13:44:20 -05:00
Matthew Chen
b511d60b3b Merge branch 'charlemschen/signalAppearanceVsSAE' 2018-02-15 13:37:12 -05:00
Matthew Chen
fdf9b023b6 Don't apply signal appearance in SAE. 2018-02-15 13:06:32 -05:00
Matthew Chen
53eb9d07e8 "Bump build to 2.20.0.24." 2018-02-15 10:37:24 -05:00
Matthew Chen
394cd5c94e Merge branch 'charlesmchen/refineSAELifecycle' 2018-02-15 10:37:08 -05:00
Matthew Chen
c29898f435 Refine the SAE lifecycle. 2018-02-15 10:33:46 -05:00
matthew chen
1259851f72 "Bump build to 2.20.0.23." 2018-02-15 09:38:03 -05:00
matthew chen
47aa29db25 Fix build breakage. 2018-02-15 09:38:00 -05:00
Matthew Chen
da8da29215 "Bump build to 2.20.0.22." 2018-02-15 09:26:02 -05:00
Michael Kirk
1c69cd3dc5 Merge branch 'mkirk/missing-messages' 2018-02-15 06:24:09 -08:00
Michael Kirk
da15f245cf CR: fix early return, assert on error
inline functions which were only used once

// FREEBIE
2018-02-15 06:23:47 -08:00
Michael Kirk
b4359b33dd Fix "lose messages received while in background"
A moved legacy DB has the NSFileProtectionClassComplete, meaning it's
never accessible while the device is locked.

// FREEBIE
2018-02-15 06:23:47 -08:00
Matthew Chen
4262a83e00 "Bump build to 2.20.0.21." 2018-02-14 18:46:45 -05:00
Matthew Chen
c1a78d1f1e Merge branch 'charlesmchen/saeShutdown' 2018-02-14 18:46:35 -05:00
Matthew Chen
d13511ca7d Exit SAE when complete. 2018-02-14 18:46:22 -05:00
Matthew Chen
d374e6ab86 "Bump build to 2.20.0.20." 2018-02-14 18:07:56 -05:00
Michael Kirk
7ff99fe76c Merge branch 'mkirk/fixup-readiness-dispatch' 2018-02-14 14:17:00 -08:00
Michael Kirk
5c432a2bc1 Fix crash on launch in debug.
OWSReadReceiptManager is not `init` on the main thread; however, because
it "schedules" it's own processing during init.

I considered dispatching to main, but since AppReadiness already *can*
resolve async if the app isn't yet ready, it should be no less safe to
also dispatch async when it's off the main thread.

// FREEBIE
2018-02-14 13:47:45 -08:00
Matthew Chen
0522f33a86 "Bump build to 2.20.0.19." 2018-02-14 16:07:46 -05:00
Matthew Chen
f8b7c08be8 Merge branch 'charlesmchen/batchProcessingGlitch' 2018-02-14 16:07:35 -05:00
Matthew Chen
b7958262ba Respond to CR. 2018-02-14 16:06:47 -05:00
Matthew Chen
8930110efd Fix glitch in batch processing of incoming messages. 2018-02-14 14:56:47 -05:00
Matthew Chen
6f28c75257 Fix glitch in batch processing of incoming messages. 2018-02-14 14:56:47 -05:00
Matthew Chen
e48542e1db Merge branch 'charlesmchen/iOS8Nag' 2018-02-14 14:17:39 -05:00
Matthew Chen
9508761f09 Respond to CR. 2018-02-14 14:17:30 -05:00
Matthew Chen
4b62faf2f8 Aggressively nag iOS 8 users to upgrade iOS. 2018-02-14 14:15:23 -05:00
Matthew Chen
132bf81c08 Update l10n strings. 2018-02-14 14:07:59 -05:00
Matthew Chen
09665973a0 "Bump build to 2.20.0.18." 2018-02-14 12:21:41 -05:00
Michael Kirk
508bc72e68 Merge branch 'mkirk/logging-fixups' 2018-02-14 09:17:33 -08:00
Michael Kirk
3d5f7e6bf3 Clean up logging
- tag all log lines for easier filtering
- use up-to-date database path

// FREEBIE
2018-02-14 09:16:42 -08:00
Michael Kirk
929233c9e1 Merge branch 'mkirk/media-detail-tap-shift' 2018-02-14 09:05:14 -08:00
Michael Kirk
c6e5d4369b Don't adjust inset when fully zoomed in.
On iOS11, when looking at the full-screen media details, if you'd zoomed
far enough that the media content is behind the status bar, tapping to
hide the status bar would cause an undesirable change in content offset.

// FREEBIE
2018-02-14 09:05:05 -08:00
Michael Kirk
e0294b238f Merge branch 'mkirk/fix-redundant-transcript-caption' 2018-02-14 09:04:04 -08:00
Michael Kirk
4d0362f9a6 Don't create redundant caption for sync'd transcripts.
Note: For test devices running HEAD, there may have already been some
redundant captions created for sync'd transcripts.

However the existing `TSMessage#initWithCoder:` migration will address
this for our production users, so I'm not going to bother with a second
migration just for our test devices.

// FREEBIE
2018-02-14 09:03:55 -08:00
Michael Kirk
337f4a1416 Merge branch 'mkirk/fix-details-bubble-layout' 2018-02-14 09:00:58 -08:00
Michael Kirk
19eb17b469 Fix bubble layout in message details
TextView size depends on the VC.view size, so it must be updated when
view is done laying out.

// FREEBIE
2018-02-14 09:00:46 -08:00
Matthew Chen
6c357e8228 "Bump build to 2.20.0.17." 2018-02-14 11:03:32 -05:00
Matthew Chen
042f32bd28 Merge branch 'charlesmchen/messageSenderDeadlocks' 2018-02-14 10:38:20 -05:00
Matthew Chen
81522e4a23 Respond to CR. 2018-02-14 10:38:08 -05:00