MaterialFilePicker icon indicating copy to clipboard operation
MaterialFilePicker copied to clipboard

Choose Folder Option

Open nielsdebruin opened this issue 7 years ago • 3 comments

This PR adds the ability to select folders.

Usage

The user can create a new folder chooser using either:

  • new MaterialFilePicker().withChooseFolderMode(true)

  • intent.putExtra(FilePickerActivity.ARG_CHOOSE_FOLDER_MODE, true);

When choose folder mode is enabled a floating action button will pop up. Pressing the button will select the currently opened folder.

image

nielsdebruin avatar Aug 17 '17 15:08 nielsdebruin

Hi, Can someone please review and merge this PR. It will enable users to select document.

Thanks Pranav

prscX avatar Feb 22 '18 12:02 prscX

@lukaville, @dimorinny: There are news?

Angelk90 avatar Jun 28 '18 20:06 Angelk90

Is there any update on this? I'm hoping to build a React native app that builds on top of this

crutchcorn avatar Feb 12 '20 01:02 crutchcorn