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

Handle lookup item & attachment creation in IdentifierLookupController #707

Merged
merged 46 commits into from
Nov 22, 2023

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    bda1998 View commit details
    Browse the repository at this point in the history
  2. Improve LookupCoordinator

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    42e1a06 View commit details
    Browse the repository at this point in the history
  3. Cleanup unused code

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2d5bcd8 View commit details
    Browse the repository at this point in the history
  4. Improve code clarity

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6b33e8b View commit details
    Browse the repository at this point in the history
  5. Improve code style

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bce09bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb36db9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f30807 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1452c4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fea20e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    66e4f77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13f7038 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4772bc5 View commit details
    Browse the repository at this point in the history
  13. Move lookup coordination to IdentifierLookupController

    Allow lookup to continue when lookup window closes
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8d53fd9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    839ccd7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    526e08b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    062efe0 View commit details
    Browse the repository at this point in the history
  17. Cleanup IdentifierLookupController lookup data when proper

    Cleanup IdentifierLookupController lookup data when all lookups are
    finished, and the lookup data are not presented
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b6d869a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3aa7d30 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    baa3907 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2d1b719 View commit details
    Browse the repository at this point in the history
  21. Add Cancel All button to lookup window

    Add Cancel All button to lookup window that cancels pending
    items/attachments and trashes already stored items/attachments
    Fix bug in RemoteAttachmentDownloader
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6468fcd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cb464f6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    72732e4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2c6f30e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b959cf1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d064a1b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    79357ce View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f2343ea View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8ed47ce View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    566b044 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1fa7d16 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8fdc0cf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1a9260b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    10d3573 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c05b3b8 View commit details
    Browse the repository at this point in the history
  36. Improve IdentifierLookupController property access

    Make access to batch data & current lookup data synchronous
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0e11558 View commit details
    Browse the repository at this point in the history
  37. Improve ItemsToolbarController

    Improve ItemsToolbarController progress view
    update when switching collections
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    27b0632 View commit details
    Browse the repository at this point in the history
  38. Improve IdentifierLookupController

    Simplify observation of IdentifierLookupController by LookupActionHandler
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5bb2f9f View commit details
    Browse the repository at this point in the history
  39. Improve items toolbar UI

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f07496c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    711897b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f26a475 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5b01df4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    12641b2 View commit details
    Browse the repository at this point in the history
  44. Improve IdentifierLookupController logic

    Ignore adding identifiers that have ongoing lookup
    Cleanup web views when all current lookups finish
    Dismiss lookup controller after canceling all lookups
    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8918c74 View commit details
    Browse the repository at this point in the history
  45. Improve LookupState errors

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f9f9b62 View commit details
    Browse the repository at this point in the history
  46. Fix SwiftLint error

    mvasilak committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a79a6f0 View commit details
    Browse the repository at this point in the history