Commit Graph

29 Commits (a42b6afce8825ba1b8603a441e9def6384693cbe)

Author SHA1 Message Date
nielsandriesse eab26c504c Fix build 6 years ago
nielsandriesse 74bbe067d8 Update Pods 6 years ago
nielsandriesse ceb33e36e4 Separate out remaining bits of Session logic 6 years ago
nielsandriesse 8672577a8b Clean 6 years ago
Mikunj 8c26e16ef0 Fix incorrect message being shown when user was removed from the group.
Hide input bar correctly when we leave a group.
6 years ago
Niels Andriesse 64fd89291e Fix multi device x closed groups 6 years ago
Niels Andriesse f656a1d4d8 Clean 6 years ago
Niels Andriesse 78ab0d483b Remove debug code 6 years ago
Niels Andriesse e8c44937e3 Fix copy 6 years ago
Niels Andriesse 9d833e901a WIP 6 years ago
Ryan ZHAO 8838dfb430 add admins to group, clean up some code 6 years ago
Ryan ZHAO 41d682a802 update group id to sync with android 6 years ago
Ryan ZHAO 0df5f857a7 let users know when members are removed 6 years ago
Ryan ZHAO dc0d6fa1c3 try to add admin 6 years ago
Ryan ZHAO d9a7dc07ef Distinguish public chat and rss feed from regular groups 6 years ago
Niels Andriesse 48706d233f Implement group message sending & receiving 6 years ago
Michael Kirk df79fc9ed0 Move String+OWS into SSK
name Switcharoo String+OWS/String+SSK categories to reflect where they live.
7 years ago
Matthew Chen 6d3f62453e Add asserts around group id length. 7 years ago
Matthew Chen bc4ac8cd15 Respond to CR. 7 years ago
Matthew Chen c907721a18 Rotate profile key if blocklist intersects profile whitelist. 7 years ago
Matthew Chen 0125535d4d Pull out SignalCoreKit. 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 d648a258d1 Merge branch 'hotfix/2.19.7' 8 years ago
Matthew Chen abfd333a17 Address Indic script crash. 8 years ago
Michael Kirk ae2ddb25cc CR: add assert
// FREEBIE
8 years ago
Michael Kirk d6b3e191d1 Fix crash while searching when group somehow has nil members
This shouldn't normally happen, but seeing it on my device.

// FREEBIE
8 years ago
Michael Kirk a23f1b86ef nullability annotations for TSGroupModel
- add readonly where possible
- group members needn't be a mutable array

// FREEBIE
8 years ago
Michael Kirk 3080cb512b Compose View: collation index and group search
- Include table index for contacts
- Fix extra spacing in OWS table view
- Separate search results into contact/invite sections
- Include groups in search results when composing new message
- Compose Screen search matches on group member names

// 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