583 Commits

Author SHA1 Message Date
Pau Ferrer Ocaña
adb5e17bcf
Merge pull request #3361 from NoelDeMartin/MOBILE-4081
MOBILE-4081: Behat improvements
2022-09-05 12:53:27 +02:00
Noel De Martin
8a0e0b0cc8 MOBILE-4081 behat: Check site compatibility
Whether the version of the moodle site is compatible should be checked automatically, however with the current implementation it's only checked once the app is launched. So in some scenarios, it may be necessary to explicitly tell behat to check the site.
2022-09-05 10:38:02 +02:00
Dani Palou
9249fab7ee
Merge pull request #3371 from alfonso-salces/MOBILE-4081
MOBILE-4081 course: Load 'course-summary.module' from service
2022-09-05 09:11:17 +02:00
Noel De Martin
bd0c1c8c57 MOBILE-4081 courses: Remove LMS UI behat steps 2022-09-05 09:09:43 +02:00
Pau Ferrer Ocaña
7a0346210e
Merge pull request #3372 from dpalou/MOBILE-4102
MOBILE-4102 course: Display relative dates for teachers
2022-09-02 17:28:10 +02:00
Pau Ferrer Ocaña
44cbee9683 MOBILE-4081 chore: Fix duplicated semicolon 2022-09-02 14:45:04 +02:00
Pau Ferrer Ocaña
f0b79822da MOBILE-4081 chore: Remove redundant awaits 2022-09-02 14:45:04 +02:00
Alfonso Salces
7a83c7711e MOBILE-4081 course: Load 'course-summary.module' from service 2022-09-02 12:43:18 +02:00
Dani Palou
38cf037162 MOBILE-4121 completion: Invalidate when data sent in scorm/lesson 2022-08-18 15:30:58 +02:00
Dani Palou
57cd6d1705 MOBILE-4102 course: Display relative dates for teachers 2022-08-03 10:38:30 +02:00
Noel De Martin
aa5281456c MOBILE-4069 behat: Skip broken tests 2022-08-02 11:51:14 +02:00
Dani Palou
844c14b8cb MOBILE-4116 core: Avoid using Date instances if possible
When the date can be affected by time zone, always use moment
2022-07-29 14:59:40 +02:00
Dani Palou
88a19ea066 MOBILE-4116 moment: Force timezone for moment in behat tests 2022-07-29 14:59:40 +02:00
Dani Palou
ab39251a0f MOBILE-4069 survey: Fix survey behats 2022-07-14 09:17:28 +02:00
Dani Palou
9a5231d481 MOBILE-4069 core: Fix getModuleUpdates if not downloaded 2022-07-14 09:10:14 +02:00
Dani Palou
5630f5b054
Merge pull request #3321 from crazyserver/MOBILE-4047
Mobile 4047
2022-07-13 15:27:12 +02:00
Pau Ferrer Ocaña
538bfd6ceb MOBILE-4047 behat: General checks to blocking UI 2022-07-13 12:44:01 +02:00
Pau Ferrer Ocaña
7aa6eb48f1 MOBILE-4047 behat: Implement Pull to refresh 2022-07-13 11:07:53 +02:00
Dani Palou
b82c884745 MOBILE-4081 core: Remove some unneeded invalidates 2022-07-13 09:44:51 +02:00
Pau Ferrer Ocaña
c1cae77bbc MOBILE-4047 cron: Improve alerts on cron failures 2022-07-12 16:01:51 +02:00
Noel De Martin
41489ecc66 MOBILE-4081 behat: Fix 3.9 tests 2022-07-12 10:25:13 +02:00
Alfonso Salces
b3d1a910fb MOBILE-4085 core: Fix change detection in core-course-module and core-h5p-player 2022-07-07 15:16:22 +02:00
Alfonso Salces
93cfcd4ae0
Merge pull request #3330 from NoelDeMartin/MOBILE-4038
MOBILE-4038 timeline: Refactor using OnPush
2022-07-06 11:46:02 +02:00
Dani Palou
290b78c8ab MOBILE-4108 core: Don't call autologin WS for external URLs 2022-07-05 11:59:43 +02:00
Noel De Martin
8dd0ef41a1 MOBILE-4038 icon: Revert getModuleIconSrc to sync
Reverted from 1c0a86d045
2022-06-23 12:29:54 +02:00
Noel De Martin
86355bce01 MOBILE-3942 core: Improve dynamic component calls 2022-06-22 16:06:32 +02:00
Noel De Martin
ed50d3d76a MOBILE-4081 core: Consolidate Platform services 2022-06-20 18:19:18 +02:00
Dani Palou
30b26adbd6 MOBILE-4054 core: Allow not displaying again open file warning 2022-06-17 10:55:38 +02:00
Pau Ferrer Ocaña
82033e05d0 MOBILE-4061 core: Handle network changes on the network service 2022-06-14 12:17:05 +02:00
Pau Ferrer Ocaña
52d7edff77 MOBILE-4041 completion: Fix styles on non-synced completion 2022-06-13 12:02:38 +02:00
Noel De Martin
b5ef87d648
Merge pull request #3306 from alfonso-salces/MOBILE-4085
Mobile 4085 - Improve performance in views with OnPush strategy.
2022-06-09 12:48:56 +02:00
Noel De Martin
f4ef4d8fae MOBILE-3321 core: Use type imports 2022-06-08 13:28:05 +02:00
Noel De Martin
73ee4df1ec MOBILE-3321 core: Decouple Network from App 2022-06-08 13:28:05 +02:00
Alfonso Salces
bc7704a1af MOBILE-4085 course-format: Improve performance with OnPush 2022-06-08 08:27:36 +02:00
Noel De Martin
6356623664 MOBILE-3988 core: Remove duplicated promise helper 2022-05-31 10:33:54 +02:00
Pau Ferrer Ocaña
0cb07d839d MOBILE-4061 behat: Fix behat labels 2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
a94da4d804 MOBILE-4061 behat: Generate custom URL to quickly bypass steps on app 2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
f48885b822 MOBILE-4061 behat: Adapt tests to 3.9-4.0 LMS versions 2022-05-12 15:38:29 +02:00
Pau Ferrer Ocaña
eb0303d301 MOBILE-4061 behat: Merge import behat files from local-moodlemobileapp 2022-05-12 09:33:01 +02:00
Dani Palou
b398b084b5 MOBILE-3833 module: Fix summary not loaded if cannot view grades 2022-04-22 09:55:53 +02:00
Dani Palou
b6e08cc41d MOBILE-3833 tours: Fix some tours not appearing in iOS 2022-04-21 14:20:14 +02:00
Dani Palou
c3c8594199 MOBILE-3833 user-tours: Fix close user tours in iOS 12 2022-04-21 14:20:14 +02:00
Dani Palou
785d8390e8 MOBILE-3833 course: Fix conflict with automatic scrolls 2022-04-21 08:55:26 +02:00
Dani Palou
fff702edab MOBILE-3833 course: Remove unneeded scroll handling 2022-04-20 17:36:16 +02:00
Dani Palou
deb3b7a1f9 MOBILE-3833 mod: Fix empty availability box in unsupported 2022-04-13 09:14:24 +02:00
Pau Ferrer Ocaña
155ec962ed
Merge pull request #3243 from dpalou/MOBILE-3833
Mobile 3833
2022-04-08 12:40:08 +02:00
Dani Palou
d4695dd845 MOBILE-3833 course: Display loading in course index
This improves performance in old deviced or big courses
2022-04-08 10:23:18 +02:00
Pau Ferrer Ocaña
be8ed25daa MOBILE-3833 course: Deprecate skipListStatus on prefetch handlers 2022-04-06 09:53:54 +02:00
Pau Ferrer Ocaña
8f0c0bcfbb MOBILE-3833 storage: Show download buttons on downloadable modules 2022-04-05 15:15:55 +02:00
Pau Ferrer Ocaña
568f161550
Merge pull request #3230 from dpalou/MOBILE-3833
Mobile 3833
2022-04-05 12:37:10 +02:00