54 Commits

Author SHA1 Message Date
Pau Ferrer Ocaña
d767b7514e MOBILE-2873 sync: Sync fixes 2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
910ee50600 MOBILE-2873 sync: Sync activities on course prefetch 2019-04-01 10:57:53 +02:00
Dani Palou
201a703258 MOBILE-2915 core: Show file not found error if no files 2019-03-29 12:46:04 +01:00
Dani Palou
0449c63c71 MOBILE-2915 course: Fix title not displayed for guest courses 2019-03-22 07:02:08 +01:00
Dani Palou
f5f04b35c1 MOBILE-2913 course: Fix section progress when an error happens 2019-03-11 12:25:59 +01:00
Juan Leyva
aac8ee7b3a
Merge pull request #1789 from dpalou/MOBILE-2850
Mobile 2850
2019-03-04 13:21:57 +01:00
Dani Palou
ceca8cb5c6 MOBILE-2850 choice: Prefetch data after sync choice 2019-02-28 15:10:36 +01:00
Dani Palou
890a8105e9 MOBILE-2527 course: Prefetch section summary files 2019-02-25 09:30:47 +01:00
Dani Palou
5c176b93b8 MOBILE-2527 label: Prefetch label files when downloading course 2019-02-25 09:30:47 +01:00
Pau Ferrer Ocaña
f11892f93c MOBILE-2386 blog: Add blog entries page 2019-02-18 16:09:54 +01:00
Juan Leyva
65a38ebbce
Merge pull request #1739 from crazyserver/MOBILE-2843
Mobile 2843
2019-01-28 19:07:49 +01:00
Pau Ferrer Ocaña
4aa5d4a6a1 MOBILE-2843 course: Improve show prefetch group of courses 2019-01-24 14:29:57 +01:00
Dani Palou
dde19b17a6 MOBILE-2824 course: Allow passing params when navigate to module 2019-01-22 12:22:04 +01:00
Mark Johnson
ba89f9cb30 MOBILE-2800 course: Wait for format before opening course 2019-01-11 12:20:39 +01:00
Dani Palou
4529d5f688 MOBILE-2061 course: Fix offline completion in 3.6 2018-12-21 09:59:22 +01:00
Pau Ferrer Ocaña
e509abffee MOBILE-2795 course: Fix undefined section modules length 2018-12-20 08:57:46 +01:00
Pau Ferrer Ocaña
9a405065cb MOBILE-2669 resource: Don't get activity data to render after link 2018-11-09 13:33:36 +01:00
Pau Ferrer Ocaña
9d0a9ef746 MOBILE-2669 completion: Don't get completion if previously received 2018-11-09 13:33:35 +01:00
Pau Ferrer Ocaña
d3c3147a39 MOBILE-2687 recentcourses: Add recent courses block 2018-11-06 16:15:17 +01:00
dpalou
e4248a8a44 MOBILE-2061 course: Synchronize offline manual completion 2018-10-05 16:06:45 +02:00
Pau Ferrer Ocaña
5faf831480 MOBILE-2654 settings: Fix wifi connection check 2018-10-03 16:11:09 +02:00
Dani Palou
8257341d13 MOBILE-2567 ios: Fix download of streamed media 2018-09-03 08:44:47 +02:00
Dani Palou
f93ea360b1 MOBILE-2567 course: Fix hiddenoncoursepage shown when it shouldn't 2018-08-31 13:58:48 +02:00
Dani Palou
bea2a0cbc6 MOBILE-2563 course: Decrease calls to core_course_get_contents 2018-08-24 11:05:39 +02:00
Dani Palou
a4c98b06b1 MOBILE-2559 course: Display right badges in stealth section & module 2018-08-23 12:41:29 +02:00
Dani Palou
12787403d6 MOBILE-2525 course: Fix context menu info not updated in modules 2018-07-26 12:19:33 +02:00
Dani Palou
204a1ce8f1 MOBILE-2512 prefetch: Don't download hidden modules and sections 2018-07-19 11:49:25 +02:00
Dani Palou
48faf66976 MOBILE-2466 course: Fix calculate and download sections 2018-07-05 12:32:09 +02:00
Dani Palou
89ed649a07 MOBILE-2440 course: Display all sections 2018-07-02 14:51:11 +02:00
Dani Palou
11013c69ab MOBILE-2431 courses: Fix webservice not available error 2018-06-26 09:06:20 +02:00
Dani Palou
668c36cd43 MOBILE-2431 course: Fix prefetch course 2018-06-21 17:24:32 +02:00
Dani Palou
3d2e056a79 MOBILE-2428 core: Remove unneeded todo 2018-06-14 13:41:48 +02:00
Dani Palou
490842e426 MOBILE-2345 lesson: Implement handlers 2018-05-30 12:28:39 +02:00
Dani Palou
dccfb64e1f MOBILE-2376 core: Fix issues with pluginfile.php
- Improve how to detect if the URL has params.
- Replace & with &
- Only add webservice to the URL if it's the core pluginfile
2018-05-22 16:37:47 +02:00
Dani Palou
2e8e48094c MOBILE-2392 course: Update download course label 2018-05-14 08:27:40 +02:00
Dani Palou
01848965d8 MOBILE-2348 core: Return a 'canceled' error in showConfirm 2018-04-09 12:42:55 +02:00
Dani Palou
c1cf6e5b21 MOBILE-2391 core: Use new nomenclature in disabled features 2018-03-23 13:33:20 +01:00
Pau Ferrer Ocaña
3b8b44c23a MOBILE-2349 resource: Add link and plugin file handlers 2018-03-14 13:41:24 +01:00
Dani Palou
9684f9789a MOBILE-2333 core: Use aliases in imports 2018-03-12 16:45:04 +01:00
Dani Palou
d98088f6a6 MOBILE-2333 siteaddons: Support creating new components
Now site addons can return a ComponentRef instead of the component class in the getComponent functions of the delegates. This means they can create a new component on the fly using CoreCompileProvider.instantiateDynamicComponent
2018-03-12 13:45:13 +01:00
Dani Palou
6d9df59e67 MOBILE-2333 siteaddons: Display context menu for module site addons 2018-03-12 13:32:12 +01:00
Dani Palou
fec9fa6efa MOBILE-2333 course: Implement download module main file directive 2018-03-12 13:32:11 +01:00
Pau Ferrer Ocaña
11d052e659 MOBILE-2327 core: Change all import paths 2018-03-01 17:08:05 +01:00
Dani Palou
e8cbead5d6 MOBILE-2335 book: Support context menu prefetch and size 2018-02-06 08:46:49 +01:00
Dani Palou
f807907ccb MOBILE-2344 core: Scroll to module when link clicked 2018-02-06 08:45:06 +01:00
Dani Palou
01ddf7019c MOBILE-2317 core: Fix tslint warnings 2018-01-29 10:09:34 +01:00
Dani Palou
76eed98cb5 MOBILE-2317 core: Move and rename courses delegate 2018-01-26 09:54:01 +01:00
Pau Ferrer Ocaña
debfb5c6c6 MOBILE-2317 user: Solve PR errors and lints 2018-01-25 15:48:18 +01:00
Dani Palou
b3d0457540 MOBILE-2309 contentlinks: Implement base handlers 2018-01-24 10:01:37 +01:00
Pau Ferrer Ocaña
ba60f2a7e3 MOBILE-2310 course: Style changes 2018-01-24 09:40:22 +01:00