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

FDC3 improvements #744

Commits on Sep 5, 2024

  1. feat(app-channels) - Implement fdc3.getOrCreateChannel(), stopping st…

    …arted instances in the tests, refactored channel tests
    lilla28 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d5e7cbd View commit details
    Browse the repository at this point in the history
  2. feat(getUserChannels, joinUserChannels) - Implement fdc3.getUserChann…

    …els, added fdc3.joinUserChannel to track the channels on the backend
    
    fix(getUserChannels) - Using implementation instead of interface to serialize, removed unrelated console.logs
    lilla28 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    eb88eb1 View commit details
    Browse the repository at this point in the history
  3. feat(getInfo) - Implement fdc3.getInfo

    fix(fdc3) - Removing Assembly.GetExecutingAssembly() call
    lilla28 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2a3b3ff View commit details
    Browse the repository at this point in the history
  4. fix(findIntent, findIntentsByContext) - Filtering the relevant apps b…

    …ased on their key instaed of using the Name property
    lilla28 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1d88661 View commit details
    Browse the repository at this point in the history
  5. fix(raiseIntent) - Fixed RaiseIntent implementation with added except…

    …ion handling via the Conformance tests, refactored private functions, added console.log messages for further debbugging
    lilla28 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    db9b155 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a467df7 View commit details
    Browse the repository at this point in the history
  7. fix(fdc3) - Add factory methods for creating channels if necessary, f…

    …ixed example dialog, added MessageRouterDuplicatEndpointException, added descriptions, removed comments, and todos
    lilla28 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f6d7c38 View commit details
    Browse the repository at this point in the history