Commit Graph

1228 Commits (be9725c7cee71190d6cd2ab5b146a6ee509cb2f9)
 

Author SHA1 Message Date
Matthew Chen 1a7425d63d Fix auto-formatting and filtering issues in code verification view.
// FREEBIE
8 years ago
Matthew Chen 2cf3275e75 Merge branch 'charlesmchen/prekey2' 8 years ago
Matthew Chen 3c3f782e7d Clean up prekey usage.
// FREEBIE
8 years ago
Matthew Chen f493e02608 Merge branch 'charlesmchen/markUnsentMessages' 8 years ago
Matthew Chen c0f52d1de9 [SSK] Mark "attempting out" messages as "unsent" on app launch
// FREEBIE
8 years ago
Matthew Chen 21e55d3be5 Mark "attempting out" messages as "unsent" on app launch.
// FREEBIE
8 years ago
Matthew Chen b1f5540938 Merge branch 'charlesmchen/attachmentViews' 8 years ago
Matthew Chen a52771e286 Respond to CR.
// FREEBIE
8 years ago
Matthew Chen e48efe01c9 Improve formatting of message view controller.
// FREEBIE
8 years ago
Matthew Chen 3b1cc0dfa2 Fix present & dismiss animations for video attachment view & ensure this view is cleaned up.
// FREEBIE
8 years ago
Matthew Chen 593c3d53d4 Clean up present & dismiss animations for image attachment view.
// FREEBIE
8 years ago
Matthew Chen 6a3b462541 Add save/copy menu to the image attachment view.
// FREEBIE
8 years ago
Matthew Chen df509f2d54 Merge branch 'charlesmchen/rateLimitingErrorMessage' 8 years ago
Matthew Chen fcf1d7af97 Respond to CR.
// FREEBIE
8 years ago
Matthew Chen 2b64d94bad Update SignalServiceKit pod.
// FREEBIE
8 years ago
Matthew Chen 6cf454b3b4 Improve rate-limiting error message in registration and code verification views.
// FREEBIE
8 years ago
Matthew Chen 18b8afa20d Merge branch 'feature/verifyCodeView' 8 years ago
Matthew Chen ef8735e238 Respond to CR.
// FREEBIE
8 years ago
Matthew Chen cf828dc1cf Rework “verify code” view.
* Ensure all controls visible at all times, on all form factors, even with keyboard active.
* Improve focus (i.e. auto-focus textfield on arrival and after errors).
* Move to programmatic view creation and layout.
* Improve spacing and sizing.
* Replace “change number” button with “back” button.
* Submit code with return key.
* Improve copy for clarity.

// FREEBIE
8 years ago
Matthew Chen 1824fd0b75 Merge branch 'charlesmchen/buildInstructions' 8 years ago
Matthew Chen 9e7ca5d87c Refine Carthage instructions.
// FREEBIE
8 years ago
Matthew Chen f02d325952 Update the Carthage submodule.
// FREEBIE
8 years ago
Matthew Chen 12dabd004d Refine Carthage instructions.
// FREEBIE
8 years ago
Matthew Chen 602fbcfb80 Slightly revise Carthage build instructions.
// FREEBIE
8 years ago
Matthew Chen 98a57d69c7 Revert "Corrected BUILDING.md and MAINTAINING.md instructions so new developers will have a successful build in XCode. Current instructions from BUILDING.md were not current and incomplete nor referenced MAINTAINING.md."
This reverts commit 13647bab39.
8 years ago
EDSGH 13647bab39 Corrected BUILDING.md and MAINTAINING.md instructions so new developers will have a successful build in XCode. Current instructions from BUILDING.md were not current and incomplete nor referenced MAINTAINING.md. 8 years ago
Michael Kirk 2791b9551e bump build
// FREEBIE
8 years ago
Michael Kirk 4a8cfde6b3 Sync translations
// FREEBIE
8 years ago
Matthew Chen 2789edbdbd Merge branch 'feature/prekeys_' 8 years ago
Matthew Chen 97001018ae Clean up prekey logic.
// FREEBIE
8 years ago
Matthew Chen 35728b2835 Merge commit '8b3b2836128a7244822fe4204a0e26139f8b140a' 8 years ago
Matthew Chen 8b3b283612 Update Carthage submodule.
* Merge feature/webrtc into master.
* Move submodule reference from https:// to git://

// FREEBIE
8 years ago
Michael Kirk 2675a724ce [SSK] avoid intermittent YAP deadlock when receiving message
// FREEBIE
8 years ago
Michael Kirk da2cb228ab bump build
// FREEBIE
8 years ago
Michael Kirk b3ce705541 sync translations
// FREEBIE
8 years ago
Michael Kirk 447590ac06 bump build
// FREEBIE
8 years ago
Matthew Chen e798964308 Update SignalServiceKit pod.
// FREEBIE
8 years ago
Matthew Chen 84d988a013 Merge branch 'charlesmchen/callStatusMessages' 8 years ago
Matthew Chen dea37b422b Respond to CR.
// FREEBIE
8 years ago
Matthew Chen 06a775b41a Improve the call status messages in conversation view.
// FREEBIE
8 years ago
Matthew Chen 8e2ac368a0 Update SignalServiceKit pod.
// FREEBIE
8 years ago
Michael Kirk 3ab65a2c88 Prevent CallKit timeout when placing outgoing call
More fallout from the outbound call timeout which was causing all
CallKit calls not promptly answered to show "Call Failed"

Inserting the timeout exacerbated an existing issue: We can't wait for
long before choosing to fulfill/fail an action without CallKit falling
over and assuming the call failed.

We don't actually need to consider the case where we "fail to initiate"
the outgoing call. Instead we say it started "successfully, and if there
is an error, the existing promise error handling will fail the call at
that time.

// FREEBIE
8 years ago
Michael Kirk 6cdf13ea5f Only time out the intended call
previously a followup call could get clobbered by the previous calls
timeout

// FREEBIE
8 years ago
Matthew Chen 6d757d3a50 Merge branch 'charlesmchen/contactsViewsVsContactsUpdates' 8 years ago
Matthew Chen 192264e45b Respond to CR.
// FREEBIE
8 years ago
Matthew Chen adfbcc3e27 Update views that show contacts to reflect updates.
// FREEBIE
8 years ago
Michael Kirk c087c56b0c Fix call timeout
- Previously only incoming calls had their timeout promise fulfilled
- Previously we'd stop the timeout once ringing started, but we
should continue the timeout clock until the users are speaking.

// FREEBIE
8 years ago
Michael Kirk 31378d4d9a sync translations
// FREEBIE
8 years ago
Michael Kirk b82584f22c bump build
// FREEBIE
8 years ago
Michael Kirk 420d717580 [SSK] log when messages are marked as read locally
// FREEBIE
8 years ago