Michael Kirk
a1b412c704
Fix "missed calls" not sorting threads
...
Ensure we touch thread after saving *any* interaction
7 years ago
Michael Kirk
d88ffc4775
Notification titles for iOS10+
7 years ago
Michael Kirk
c7662b5a86
Step 2/2 %s/OWSAssert/OWSAssertDebug for existing previous assert semantics
...
Going forward, we want to prefer safer asserts, but we don't want to blindly
apply crashing asserts across the codebase
7 years ago
Matthew Chen
f473f60111
Apply OWS log functions in Objective-C.
7 years ago
Matthew Chen
cc5a480baa
Apply OWS log functions in Objective-C.
7 years ago
Matthew Chen
3a50377902
Apply OWS log functions in Objective-C.
7 years ago
Matthew Chen
158aa3abc4
Tweak system messages; incomplete vs. missed calls.
7 years ago
Matthew Chen
8b3bdb88f3
Revert "Merge branch 'charlesmchen/tweakCalls'"
...
This reverts commit 3e0233ea60 , reversing
changes made to 74ce3012cf .
7 years ago
Matthew Chen
1a9a5016fe
Tweak calls.
7 years ago
Michael Kirk
9c81eb44a1
Replace remaining UI usage of `interaction.description`
...
// FREEBIE
8 years ago
Michael Kirk
1fb1b5bbe2
WIP unjank home screen
...
verify `description` isn't used elsewhere (notifications? conversation
view?)
Probably want to remove overzealous asserts for now, but would be good
to work towards leaving them enabled.
// FREEBIE
8 years ago
Michael Kirk
754549adf1
Start timer for expiring message based on when read receipt was sent
...
// FREEBIE
8 years ago
Michael Kirk
dfb2a034af
Use explicit transactions.
...
- Start expiration within scope of existing transaction when we're
already in a transaction
// FREEBIE
8 years ago
Matthew Chen
8e4f2ca0ed
Rework proto schema changes for quoted replies.
...
Sketch out model changes for quoted replies.
Sketch out quoted reply input preview.
Send quoted messages protos.
Update models to reflect quoted messages.
Rework interaction initializers.
Rework interaction initializers.
Add debug UI methods for generating quoted reply variations.
Add debug UI methods for generating quoted reply variations.
8 years ago
Matthew Chen
6e840ff956
Fix build warnings from XCode 9.
8 years ago
Matthew Chen
fb408f980c
Remove JSQ.
...
// FREEBIE
8 years ago
Michael Kirk
ccb4a88742
Import SSK (and history) into Signal-iOS
...
git remote add ssk ../SignalServiceKit
git remote update
git merge -s ours --allow-unrelated-histories --no-commit ssk/master
git read-tree --prefix=SignalServiceKit -u ssk/master
git commit
8 years ago