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

Change app role to 'Editor' in URL Types #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    ab161ca View commit details
    Browse the repository at this point in the history
  2. URL-encode x-success/x-error callbacks

    Enables Bear.app to recognize that it is expected to provide response to
    its action
    pr1mal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    146a005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c73454 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Rolling back my changes

    These changes do not address issue of Bear not calling back
    to xcall. Thanks to u/trix180 for helping me understand that :)
    pr1mal committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e36c788 View commit details
    Browse the repository at this point in the history
  2. Change role to 'Editor' in URL Types

    Fix for issue martinfinke#4. Reason is that MacOS was not always able to identify
    particular xcall.app instance as 'xcall066958CA' protocol owner which
    caused sometimes inability to get x-success/x-error responses
    
    Project preferences changes in URL Types section:
    - Role changed from 'Viewer' to 'Editor' to allow xcall.app to be identified
      by MacOS as protocol owner
    - Added identifier of original xcall.app developer - Martin Finke
    pr1mal committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    543d1f0 View commit details
    Browse the repository at this point in the history