Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Refactor uploads - Part 3 #228

Merged
merged 32 commits into from
Sep 8, 2023
Merged

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    f1d4971 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    e6f6062 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    766a329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14373b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    e1d033e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5679ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6814d5a View commit details
    Browse the repository at this point in the history
  4. Update Binary

    syoung-smallwisdom committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e64e99b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f00610 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0838cc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d14dbff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eabc2f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    592a7f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2fc3bb9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7824808 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a834d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7b9257 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5557096 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7deece1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4500f78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a63d411 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4dc2fa2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    01ad7fe View commit details
    Browse the repository at this point in the history
  20. Add actor to use that is *not* MainActor to handle background processing

    The background process sync manager was set up this way to allow testing using
    this manager in a simplified app. The use of `BGTaskScheduler` is a bit brittle
    - as of this writing, a background process that runs when the app is backgrounded
    will stall on tasks that are running on the `MainActor` so only
    ``onLaunch(backgroundProcessId:)`` is ever called from that thread.
    syoung-smallwisdom committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    54220ed View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0e78b06 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e352f18 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    063b050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8582fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c86be8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827c17f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a10d7b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d474360 View commit details
    Browse the repository at this point in the history