Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

[Enhancement] Share Multiple Files#1445

Merged
mattleibow merged 25 commits intoxamarin:mainfrom
dimonovdd:featureShareMultipleFiles
Oct 23, 2020
Merged

[Enhancement] Share Multiple Files#1445
mattleibow merged 25 commits intoxamarin:mainfrom
dimonovdd:featureShareMultipleFiles

Conversation

@dimonovdd
Copy link
Copy Markdown
Contributor

@dimonovdd dimonovdd commented Oct 12, 2020

Description of Change

@andrk0p and I added the ability to send multiple files

Issue Closed

API Changes

Added:

public static Task Share.RequestAsync(ShareMultipleFilesRequest request)
public class ShareMultipleFilesRequest : ShareRequestBase
{
    public IEnumerable<ShareFile> Files { get; set; }
    public static explicit operator ShareMultipleFilesRequest(ShareFileRequest request)
}

Behavioral Changes

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

@dimonovdd
Copy link
Copy Markdown
Contributor Author

@sung-su please check Tizen

Copy link
Copy Markdown
Member

@mattleibow mattleibow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this PR! Thanks so much. Pity we weren't a bit more forward thinking about the type, but at least we have this much-requested feature.

I have a couple of questions, but that is it.

mattleibow
mattleibow previously approved these changes Oct 14, 2020
@mattleibow
Copy link
Copy Markdown
Member

Great work! Especially putting up with my weird nitpicks :)

@dimonovdd
Copy link
Copy Markdown
Contributor Author

dimonovdd commented Oct 14, 2020

@mattleibow Wait!
We didn't do documentation

@dimonovdd
Copy link
Copy Markdown
Contributor Author

@mattleibow please check docs

Copy link
Copy Markdown
Member

@mattleibow mattleibow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested things. All good. Docs great.

Thanks for putting this together!

@mattleibow mattleibow merged commit 043e81e into xamarin:main Oct 23, 2020
dimonovdd added a commit to dimonovdd/Essentials that referenced this pull request Oct 24, 2020
* main:
  [Enhancement] Share Multiple Files (xamarin#1445)
  [FilePicker] Add support for selecting PDF files (Issue 1404) (xamarin#1412)
  Subset of 1030 pr, easy to review (xamarin#1450)
  Add docs for ContinueUserActivity
  Add ContinueUserActivity impl for Universal App Links
dimonovdd added a commit to dimonovdd/Essentials that referenced this pull request Oct 24, 2020
* main:
  [Enhancement] Share Multiple Files (xamarin#1445)
  [FilePicker] Add support for selecting PDF files (Issue 1404) (xamarin#1412)
  Subset of 1030 pr, easy to review (xamarin#1450)
  Add docs for ContinueUserActivity
  Add ContinueUserActivity impl for Universal App Links
@dimonovdd dimonovdd deleted the featureShareMultipleFiles branch July 12, 2021 20:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Sending multiple files to other apps

3 participants