Signal-iOS/SignalServiceKit
Evan Hahn 03dd818cdb
"Add to Another Group": show archived groups, order by recency
Previously, archived groups didn't show up in the "Add to Another Group"
view. Now, they do!

This also orders groups entirely by recency.

This view used `ThreadViewHelper`, which (1) omitted archived groups
(2) had a bunch of dormant database observation code. I removed this
class and replaced it with some inline code that fetches groups.
2022-09-01 08:41:42 -05:00
..
protobuf Remove unused relay field from envelope proto 2022-07-29 11:35:55 -05:00
Resources Durable jobs for leaving groups 2022-08-26 13:13:23 -07:00
src "Add to Another Group": show archived groups, order by recency 2022-09-01 08:41:42 -05:00
tests Up timeout for SystemStoryManagerTest for slow CI 2022-08-31 12:27:09 -07:00
.clang-format Update clang-format with AllowShortEnumsOnASingleLine: false 2022-03-14 11:20:20 -07:00
.gitignore
.travis.yml
SignalServiceKit-Prefix.pch SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
SignalServiceKit.h Durable jobs for leaving groups 2022-08-26 13:13:23 -07:00