File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3339new storage and access permissions that are popping up as Android devices being to migrate to
3440SDK >= 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 ` ).
You can’t perform that action at this time.
0 commit comments