-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.2
-
- Check that prefetch still works as usual.
- Check that unsupported SCORMs now don't show the prefetch button.
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
Moodle Mobile 3.1.3
Right now the function getFiles is called in several places, and that can affect the app's performance since that function can perform several WebService calls. We can decrease the usage with some changes:
- In getModuleStatus, we should only call getFiles if it's really needed (getRevision or getTimemodified not implemented).
- In getModuleDownloadedSize we could use a new handler function, getDownloadedFiles. If the handler uses component and componentId as it should, it should be able to retrieve the downloaded files without calling any WebService.
- In removeModuleFiles we could use the same function as the previous point.
- earliest end is start of
-
MOBILE-1740 Improve "cannot calculate size" handling
- Closed
- is blocked by
-
MOBILE-1753 Race condition in $mmFilepool#_removeFileById makes it fail
- Closed
-
MOBILE-1717 Prefetch glossary
- Closed