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

Feature/handle multithreaded notifications #1051

Merged
merged 5 commits into from
Apr 11, 2023

Commits on Mar 25, 2022

  1. Be more careful about threading and notifications

    Make sure that Nimble doesn't try to access notification properties from the main
    thread as they may have been created on another thread and get upset
    (most likely when Core Data is involved).
    Fixes #973
    johnmckerrell committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    17f4f34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d9113f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Update Tests/NimbleTests/Helpers/BackgroundThreadObject.swift

    Co-authored-by: Rachel Brindle <you@subluminal.net>
    johnmckerrell and younata committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    12a35a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    6da2b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7077121 View commit details
    Browse the repository at this point in the history