-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.1
-
MOODLE_31_STABLE
-
MOODLE_32_STABLE
-
MDL-55728-master -
The Mobile app has a functionality to download a Moodle activity to do it offline, before downloading the activity we calculate the download size to notify the user.
Right now, we are not capable of determining the exact size because we are missing the size of the files (images or videos) in the rich text editor (like a forum post or glossary entry).
We should use the new external_files helper functions available in 3.2 to return the complete files information (like we can do in the atto editor using the Manage files button)
- blocks
-
MOBILE-1764 Calculate the correct pre-fetch size for modules
- Closed