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

WIP: organice pwa as share target #795

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

Commits on May 12, 2022

  1. Added first draft of webshare

    - added new route /capture, which lets the user select a capture
      template & target file (both parameters can be passed in the url)
    - upon submit, forward the user to the target file and trigger the
      capture process there
    - updated manifest, so the new capture route shows up at a share target
      in android (untested)
    tbruckmaier committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2d87e01 View commit details
    Browse the repository at this point in the history
  2. Fixed capture path

    tbruckmaier committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6b3ce73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c34b4ec View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Fixed linting errors

    tbruckmaier committed May 26, 2022
    Configuration menu
    Copy the full SHA
    634b740 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Added static manifest.json

    - maybe that part was missing for being used as share target?
    tbruckmaier committed May 30, 2022
    Configuration menu
    Copy the full SHA
    ddd4561 View commit details
    Browse the repository at this point in the history
  2. Added parameter to manifest

    - method is actually optional, but maybe browsers still expect it?
    tbruckmaier committed May 30, 2022
    Configuration menu
    Copy the full SHA
    b860da4 View commit details
    Browse the repository at this point in the history