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

Support org attachments #795

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

Support org attachments #795

wants to merge 16 commits into from

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    cb181bd View commit details
    Browse the repository at this point in the history
  2. Accept all file types from sharing, instead of just images.

    For copy method, pass the content Uri to NoteFragment to be saved.
    
    For the link method, keep old behavior.
    xiaoruoruo committed May 31, 2021
    Configuration menu
    Copy the full SHA
    ce701eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15f09a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f8a53 View commit details
    Browse the repository at this point in the history
  5. Add SyncRepo.storeFile.

    This is to support storing a file into a directory path in the repo.
    
    Only implemented for ContentRepo and DirectoryRepo for now.
    xiaoruoruo committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5c10f51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5e6175 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    789c8ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    081485a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. WebdavRepo: store attachments

    Tested with a webdav server to confirm that attachment and its parent
    directories can be created.
    
    Caveat:
    - The attachment: link cannot be resolved. Because this link currently
    only resolves to local files, it cannot deal with remote files (like
    webdav). To handle remote files, need additional changes to download
    and cache the remote files.
    xiaoruoruo committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8b47540 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    caa05ee View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    6d13e76 View commit details
    Browse the repository at this point in the history
  2. Rename .java to .kt

    xiaoruoruo committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    c2a2ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    142ec6d View commit details
    Browse the repository at this point in the history
  4. DropboxRepo: store attachments

    Tested with Dropbox to confirm that attachment and its parent
    directories can be created.
    xiaoruoruo committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    1c368f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    8e6108a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Merge with upstream

    xiaoruoruo committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    413ce07 View commit details
    Browse the repository at this point in the history