Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update folder data even when the feed has no articles #1814

Merged
merged 2 commits into from
Sep 15, 2024

Commits on Sep 15, 2024

  1. Update folder data even when the feed has no articles

    Previously, if the feed had no articles at all, the `finalizeFolderRefresh:` method exited immediately, before applying any changes to the folder title, description, homepage or last-update string/date.
    Eitot committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8090be6 View commit details
    Browse the repository at this point in the history
  2. Make last_update meaning for folders consistent

    Currently, OpenReader.m sets last_update only when some new articles are
    retrieved.
    Make RefreshManager behave the same and make label in InfoWindow clearer.
    barijaona committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2a70611 View commit details
    Browse the repository at this point in the history