Skip to content
This repository was archived by the owner on Mar 18, 2023. It is now read-only.

Commit cebce5b

Browse files
committed
Cleaning up code before first release
1 parent 20fcc0a commit cebce5b

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserBuilder.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -311,16 +311,6 @@ public FileChooserBuilder setPickerInitialPath(BaseFolderPathType storageAccessB
311311
return this;
312312
}
313313

314-
public FileChooserBuilder enforceSandboxTopLevelDirectory(BaseFolderPathType storageAccessBase,
315-
boolean excludeOtherOutsideNav) {
316-
throw new FileChooserException.NotImplementedException();
317-
}
318-
319-
public FileChooserBuilder setDefaultExceptionType(FileChooserException.AndroidFilePickerLightException exInst) {
320-
defaultExceptionType = exInst;
321-
return this;
322-
}
323-
324314
public FileChooserBuilder setActivityIdleTimeout(long timeoutMillis) {
325315
idleTimeoutMillis = timeoutMillis;
326316
return this;
@@ -344,10 +334,6 @@ public FileChooserBuilder filterByRegex(String fileFilterPattern, boolean includ
344334
return this;
345335
}
346336

347-
public FileChooserBuilder setDataItemsFormatter() {
348-
throw new FileChooserException.NotImplementedException();
349-
}
350-
351337
public FileChooserBuilder setFilesListSortCompareFunction(FileFilter.FileItemsSortFunc customSortFunc) {
352338
this.customSortFunc = customSortFunc;
353339
return this;

app/debug/app-debug.aab

7 MB
Binary file not shown.

0 commit comments

Comments
 (0)