Android-FilePicker icon indicating copy to clipboard operation
Android-FilePicker copied to clipboard

> I will upgrade it once stable release of 3.2 is out.

Open SUBINPTPM opened this issue 6 years ago • 6 comments

3.2 out, will you release an update?

Originally posted by @pacosta in https://github.com/DroidNinja/Android-FilePicker/issues/169#issuecomment-427772103

SUBINPTPM avatar Oct 09 '18 09:10 SUBINPTPM

@DroidNinja any update for this threads?

falvojr avatar Oct 10 '18 06:10 falvojr

I don't think we can do anything until an update from Google.

https://issuetracker.google.com/issues/116821445

cyoann avatar Oct 12 '18 16:10 cyoann

I fork this repository (https://github.com/falvojr/Android-FilePicker), update Support Libraries (commit 6ad1c9b3) and replace Predicate interface (commit 2317d11a). With this, I generate a custom AAR (tasks clean assembleRelease) and include in my project:

implementation files('libs/filepicker-release.aar')

May not be the best solution, but this solve the problem :)

falvojr avatar Oct 12 '18 20:10 falvojr

try out new version 2.2.0 with androidx

DroidNinja avatar Oct 20 '18 19:10 DroidNinja

try out new version 2.2.0 with androidx

after updating FilePickerBuilder.Companion.getInstance() .setMaxCount(maxCount) .setActivityTheme(R.style.AppTheme) .setActivityTitle(getString(R.string.select_photo)) .enableVideoPicker(false) .enableCameraSupport(false) .showGifs(false) .showFolderView(true) .enableSelectAll(false) .enableImagePicker(true) .withOrientation(Orientation.PORTRAIT_ONLY) .pickPhoto(this);

i am getting compile time error: cannot access Fragment class file for androidx.fragment.app.Fragment not found  

ramupal2613 avatar Oct 23 '18 07:10 ramupal2613

Any update on this issue? I too get the compile time error: cannot access Fragment class file for androidx.fragment.app.Fragment not found @DroidNinja

shashvattrip avatar Nov 26 '18 12:11 shashvattrip