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

Sing vsock #35

Open
wants to merge 4 commits into
base: celadon/r/mr0/stable
Choose a base branch
from

Commits on Dec 9, 2021

  1. Add copy/paste application for PenguinPeak project

    This application is used to monitor Android clipboard,
    send clipboard data changes to host side, and set data
    which is received from host side to clipboard.
    
    It depends on changes of clipboard service due to Android
    11 limitation, and server application in host side.
    The communication channel is based on virtio-sock (vsock)
    serivce provided by native service.
    
    Execute following command under src folder to generate
    native service header file:
    javah -classpath ./ -d jni com.intel.penguinpeakutils.VsockClientImpl
    
    Tracked-On: OAM-97756
    Signed-off-by: Vinay Prasad Kompella <[email protected]>
    Co-authored-by: Zhong, Fangjian <[email protected]>
    2 people authored and amritaintel committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    5bb4d51 View commit details
    Browse the repository at this point in the history
  2. Enable clipboard service to reconnect.

    Currently we do not tolerate connection reset.
    This patch enables uninterrupted connection.
    
    Tracked-On: OAM-97785
    Signed-off-by: ahs <[email protected]>
    amritaintel committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    631f1d5 View commit details
    Browse the repository at this point in the history
  3. Renaming PenguinPeakUtils App to ClipboardAgent

    Tracked-On: OAM-99249
    Signed-off-by: ahs <[email protected]>
    amritaintel committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    11d026a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Clipboard copy/paste on single vsock channel

    Tracked-On: OAM-100054
    Signed-off-by: ahs <[email protected]>
    amritaintel committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6c25f8d View commit details
    Browse the repository at this point in the history