summaryrefslogtreecommitdiff
path: root/apps/gui/folder_select.c (follow)
Commit message (Collapse)AuthorAge
* folder_select: fix problem when selecting / as folder.Thomas Martitz2012-08-15
| | | | Change-Id: Id4880267e8478cebe073b958a58fef1ac22dd336
* folder selector: handle long press to invert selection/select all.Jonathan Gordon2012-08-13
| | | | | | | | Doing a LONG PRESS on a: - unopened folder will select all its sub-folders - opened folder will invert the selection of its sub-folders Change-Id: Ia7fd8dc3b940f60adee3f0314bf6bba5eb2c7b3b
* New GUI browser to select one (or more) folders.Thomas Martitz2012-07-30
The browser lets the user pick one or more directories in a convinient GUI browser. The initial directory list is read from a string (separated by colons) and the resulting list is written back to the same string (again separated by colons). Note: The work was initially done by Jonathan Gordon, however I changed it substantially so I claim autorship. This selector is going to be used for autoresume and database scan folders. Change-Id: Id1d3186dad783411eb5c6056ce93f5b6123c7aa0