You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New
Manage Groups Estimated quota usage message at the end of group refresh
Manage Groups Smart-page option to stop on the first page of non-new comments when sorting by newest first.
Manage Groups Option to choose whether already downloaded comments and channels are overwritten/updated
Fix
Manage Groups Select a newly created group like it used to
Manage Groups On refresh, ignore comments and replies that are missing channel information. This is a bug recognized by google but they have no plan to fix it. These would be the NullPointerException / null messages that appeared during refresh in the previous release.
Under the hood
Manage Groups Additional improvements for group refresh. Now grabs up to 5 replies on comment threads in CommentThreadProducer reducing the need for and calls made by ReplyProducer for threads with 5 or fewer replies.
General refactoring of some data objects and null safety.