summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/appSpec.js
Commit message (Collapse)AuthorAgeFilesLines
* Sync file list with file actionsVincent Petry2014-06-271-0/+1
| | | | | | | | | | | | | | Whenever file actions are registered later, now the file lists are automatically notified. Added FileActions.addUpdateListener() to be able to receive such notifications. This removes the need for apps to manually call FileActions.display() after registering new actions. This fixes issues with race conditions when file actions are registered after the file list was already rendered.
* Added JS unit tests for ext storageVincent Petry2014-06-171-0/+98
Added JS unit tests for the external storage file list extension.