You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/BasicFileProvider.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,15 @@ public void selectBaseDirectoryByType(FileChooserBuilder.BaseFolderPathType base
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/DisplayAdapters.java
+20-13Lines changed: 20 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -201,19 +201,30 @@ public boolean onLongClick(View v) {
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/DisplayFragments.java
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public void setCwdFolderContext(DisplayTypes.DirectoryResultContext nextCwdCtx)
@@ -170,14 +170,22 @@ public void descendIntoNextDirectory(boolean initNewFileTree) {
170
170
FileChooserException.GenericRuntimeErrorExceptionrte = newFileChooserException.GenericRuntimeErrorException("Empty context for folder history ( no more history ??? )");
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserActivity.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,10 @@ public class FileChooserActivity extends AppCompatActivity implements EasyPermis
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/PrefetchFilesUpdater.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -114,19 +114,19 @@ public UpdateDataStruct(UpdateDataType dataType, List<String> fileNames, List<Di
114
114
}
115
115
116
116
privateintBalancedBufferSize;
117
-
privatebooleanisInit;
118
117
privateinttopBufferSize;
119
118
privateintbottomBufferSize;
119
+
privatebooleanisInit;
120
120
121
121
publicPrefetchFilesUpdater() {
122
122
123
123
// Set a sane default with some scroll buffer space:
124
124
// My testing Android phone comfortably fits 12-15 layout items.
125
-
// Let's buffer in 25 by default to not have to restruct the scroller
125
+
// Let's buffer in 35 by default to not have to restruct the scroller
0 commit comments