Commit Graph

5717 Commits (26fbe28c42fb62a3eae5780965fcba5d65f8e53b)
 

Author SHA1 Message Date
Matthew Chen abfd333a17 Address Indic script crash. 7 years ago
Matthew Chen a4906b2788 Update l10n strings. 7 years ago
Matthew Chen 950526f310 Merge branch 'charlesmchen/saeNotifications' 7 years ago
Matthew Chen 3ab33b997e Respond to CR. 7 years ago
Matthew Chen 33cb8b7e4c Revert "Surface error messages in SAE as alerts."
This reverts commit bd51ae1646.
7 years ago
Matthew Chen bd51ae1646 Surface error messages in SAE as alerts. 7 years ago
Matthew Chen 87233490d3 "Bump build to 2.20.0.25." 7 years ago
Matthew Chen 569728118e Merge branch 'charlesmchen/saeFilenames' 7 years ago
Matthew Chen 2e1b8a7b8a Respond to CR. 7 years ago
Matthew Chen 7ea1f3d926 Fix handling of file types in SAE. 7 years ago
Matthew Chen c2787341ae Fix handling of URLs in SAE. 7 years ago
Matthew Chen efbcdb98fb Merge branch 'charlesmchen/failedStatusMessage' 7 years ago
Matthew Chen 8fdc61c726 Fix failed status messages in message detail view. 7 years ago
Matthew Chen b511d60b3b Merge branch 'charlemschen/signalAppearanceVsSAE' 7 years ago
Matthew Chen fdf9b023b6 Don't apply signal appearance in SAE. 7 years ago
Matthew Chen 53eb9d07e8 "Bump build to 2.20.0.24." 7 years ago
Matthew Chen 394cd5c94e Merge branch 'charlesmchen/refineSAELifecycle' 7 years ago
Matthew Chen c29898f435 Refine the SAE lifecycle. 7 years ago
matthew chen 1259851f72 "Bump build to 2.20.0.23." 7 years ago
matthew chen 47aa29db25 Fix build breakage. 7 years ago
Matthew Chen da8da29215 "Bump build to 2.20.0.22." 7 years ago
Michael Kirk 1c69cd3dc5 Merge branch 'mkirk/missing-messages' 7 years ago
Michael Kirk da15f245cf CR: fix early return, assert on error
inline functions which were only used once

// FREEBIE
7 years ago
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
7 years ago
Matthew Chen 4262a83e00 "Bump build to 2.20.0.21." 7 years ago
Matthew Chen c1a78d1f1e Merge branch 'charlesmchen/saeShutdown' 7 years ago
Matthew Chen d13511ca7d Exit SAE when complete. 7 years ago
Matthew Chen d374e6ab86 "Bump build to 2.20.0.20." 7 years ago
Michael Kirk 7ff99fe76c Merge branch 'mkirk/fixup-readiness-dispatch' 7 years ago
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
7 years ago
Matthew Chen 0522f33a86 "Bump build to 2.20.0.19." 7 years ago
Matthew Chen f8b7c08be8 Merge branch 'charlesmchen/batchProcessingGlitch' 7 years ago
Matthew Chen b7958262ba Respond to CR. 7 years ago
Matthew Chen 8930110efd Fix glitch in batch processing of incoming messages. 7 years ago
Matthew Chen 6f28c75257 Fix glitch in batch processing of incoming messages. 7 years ago
Matthew Chen e48542e1db Merge branch 'charlesmchen/iOS8Nag' 7 years ago
Matthew Chen 9508761f09 Respond to CR. 7 years ago
Matthew Chen 4b62faf2f8 Aggressively nag iOS 8 users to upgrade iOS. 7 years ago
Matthew Chen 132bf81c08 Update l10n strings. 7 years ago
Matthew Chen 09665973a0 "Bump build to 2.20.0.18." 7 years ago
Michael Kirk 508bc72e68 Merge branch 'mkirk/logging-fixups' 7 years ago
Michael Kirk 3d5f7e6bf3 Clean up logging
- tag all log lines for easier filtering
- use up-to-date database path

// FREEBIE
7 years ago
Michael Kirk 929233c9e1 Merge branch 'mkirk/media-detail-tap-shift' 7 years ago
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
7 years ago
Michael Kirk e0294b238f Merge branch 'mkirk/fix-redundant-transcript-caption' 7 years ago
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
7 years ago
Michael Kirk 337f4a1416 Merge branch 'mkirk/fix-details-bubble-layout' 7 years ago
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
7 years ago
Matthew Chen 6c357e8228 "Bump build to 2.20.0.17." 7 years ago
Matthew Chen 042f32bd28 Merge branch 'charlesmchen/messageSenderDeadlocks' 7 years ago