Skip to content

Commit 4566ebb

Browse files
authored
Update and rename WorkingAndTODOItems.md to WorkingItems.md
1 parent b1dc642 commit 4566ebb

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## TODO: A working tabulation of items that still need to get fixed for the next release of the library (TBD)
2+
3+
* The gradient factory new instance / static generate methods are not returning the
4+
correctly formatted Drawable instances. This is lower priority, but still needs to get tracked down.
5+
* Themes customized completely by users.
6+
17
## Documentation and approach to handling files internally within the picker library
28

39
### Links to relevant Android API documentation
@@ -33,7 +39,7 @@ when selecting only directory based paths. This library also deals with the time
3339
new storage and access permissions that are popping up as Android devices being to migrate to
3440
SDK >= 11 (codename *Android* **Q**).
3541

36-
## TODO and feature request for future bursts of coder energy
42+
## Feature request for future bursts of coder energy
3743

3844
* The ``BasicFileProvider`` class has built-in functionality to query the top of the most recent
3945
documents list. Perhaps this action would make a good naviagation folder alongside the
@@ -52,4 +58,4 @@ SDK >= 11 (codename *Android* **Q**).
5258
2. Note that returned ``MatrixCursor`` objects have columns that describe th file contents, and then
5359
we can call ``getType(colIndex)`` to figure out whether the contents are:
5460
string / plaintext data (like with ``FIELD_TYPE_STRING``) or stored as
55-
binary data that can be read out in byte arrays (e.g., for `FIELD_TYPE_BLOB`).
61+
binary data that can be read out in byte arrays (e.g., for `FIELD_TYPE_BLOB`).

0 commit comments

Comments
 (0)