Skip to content

Commit b1dc642

Browse files
authored
Update TODO.md
1 parent 25b6519 commit b1dc642

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

TODO.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
# A working tabulation of items that still need to get fixed for the next release of the library (TBD)
22

3-
* Logcat reports a warning with the demo application about only being able to
4-
request a single permission at a time. A suggested fix, thereby chaining a sequential
5-
list of permission requests on after another as they gradually return, is
6-
documented [here](https://stackoverflow.com/questions/42035244/getting-w-activity-can-request-only-one-set-of-permissions-at-a-time).
73
* The gradient factory new instance / static generate methods are not returning the
84
correctly formatted Drawable instances. This is lower priority, but still needs to get tracked down.
9-
* The library Activity toolbar navigation buttons to select new starting points for file trees
10-
by stanard path-type locations are not currently getting populated and then displayed.
11-
Right now, the LinearLayout does not expand to show the inflated drawable icons (though the
12-
onClick handlers for these buttons are presumably there if we could see the buttons
13-
to click on them).
14-
* Need to set (reset) the customized, built-in file types versus folder (directory type) icons in the
15-
file items lists displayed in the RecyclerView.
16-
* The LHS FileType, file items layout displays have a CheckBox to select (if allowed) that file and/or directory
17-
entry to get returned to the client code. It currently is not working correctly.
18-
* Show loading files toast message while computing next directory contents.
19-
* Setup previous history up to the relevant root directory when initializing into subdirectories (e.g., Pictures or Screenshots).
20-
* The previous folder context history stack is going to get large: Can just replace it with a list of paths and
21-
restore state from that?
22-
* Problem in demo app when launch the picker a second time (it freezes).
5+
* Themes customized completely by users.
236

0 commit comments

Comments
 (0)