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

Allow activities to pass file transfers without shell notification #621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 5, 2015

  1. Allow activities to pass file transfers without shell notification

    File transfer channels are a powerful solution for transfering data
    1-to-1 over telepathy.  However, currently the shell will try to
    claim all file transfer channels and show a notification to the
    user.
    
    This commit makes the shell ignore the channel if it has the
    content type of 'x-sugar/from-activity'.  It will instead pass it
    to the telepathy client specified in the file name.  The file name
    was used to house the client name because there does not appear
    to be a dedicated place for this information in telepathy.
    Activities can still use the description to store their metadata.
    samdroid-apps committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    a7e758a View commit details
    Browse the repository at this point in the history