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

[FilePicker] Add support for selecting PDF files (Issue 1404)#1412

Merged
mattleibow merged 8 commits intoxamarin:mainfrom
RodgerLeblanc:issue_1404
Oct 22, 2020
Merged

[FilePicker] Add support for selecting PDF files (Issue 1404)#1412
mattleibow merged 8 commits intoxamarin:mainfrom
RodgerLeblanc:issue_1404

Conversation

@RodgerLeblanc
Copy link
Copy Markdown
Contributor

@RodgerLeblanc RodgerLeblanc commented Oct 4, 2020

Description of Change

Add option for picking PDFs on all supported platforms. I realize we could use a FilePickerFileType for all possible filetypes (or maybe a parser), but PDFs is such a common format that i think it justifies the addition.

Bugs Fixed

API Changes

List all API changes here (or just put None), example:

Added:

  • FilePickerFileType.Pdf enum type
  • FilePickerFileType.Jpeg enum type

Behavioral Changes

None.

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)

@ghost
Copy link
Copy Markdown

ghost commented Oct 4, 2020

CLA assistant check
All CLA requirements met.

@mattleibow mattleibow changed the title Issue 1404 [FilePicker] Add support for selecting PDF files (Issue 1404) Oct 4, 2020
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.

Looking really good!
I got a suggestion for docs and also wondering if you could fix the visibility. I think we missed that and it is redundant.

mattleibow
mattleibow previously approved these changes Oct 5, 2020
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.

Very nice! Thanks for the PR.

@mattleibow
Copy link
Copy Markdown
Member

/azp run

@mattleibow mattleibow added this to the 1.6.0 milestone Oct 22, 2020
@mattleibow mattleibow merged commit 95f0009 into xamarin:main Oct 22, 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Add FilePickerFileType.Pdf to FilePicker

3 participants