Skip to content

v1.4.6

Compare
Choose a tag to compare
@mattwright324 mattwright324 released this 17 Mar 16:31
a76e612

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.
  • Made image cache larger and last longer.