71 Commits

Author SHA1 Message Date
Noel De Martin
1d15216b9f MOBILE-4470 assign: Implement action link handler
This is necessary to handle links in timeline block. We'll need to do this in more situations, but for now it seems like assign is the only one with special actions. See MDL-81912.
2024-05-16 11:34:07 +02:00
Noel De Martin
77d3ac9d43 MOBILE-4470 angular: Fix snapshot types
Route snapshots are typed as non-optional, but we found a situation where it was undefined. Looking at the Angular source code, it seems like indeed snapshots can be undefined but they have been declared with a definite assignment assertion: https://github.com/angular/angular/blob/17.3.0/packages/router/src/router_state.ts#L231
2024-05-14 13:33:34 +02:00
Pau Ferrer Ocaña
a8b250b6e0 MOBILE-4470 style: Remove lines that didn't appear on 4.3 2024-05-08 15:50:17 +02:00
Noel De Martin
3621bc46a5 MOBILE-3947 glossary: Fix tests
There were some bugs in Angular v10 that countered this bug in our code, that's why it wasn't manifested until now. It seems to be related with the changes in createUrlTreeFromSegmentGroup.

See https://github.com/angular/angular/commits/16.0.x/packages/router/src/create_url_tree.ts?since=2020-06-25&until=2024-01-11
2024-01-15 16:35:57 +01:00
Pau Ferrer Ocaña
243386232e MOBILE-3947 chore: Remove Ionic warnings about legacy form controls 2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
6c28885260 MOBILE-3947 assign: Do not require submission statement if empty 2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
9dab24fef5 MOBIE-3947 lint: Fix self closing tags 2023-11-27 14:45:50 +01:00
Pau Ferrer Ocaña
feb8a78ecc MOBILE-3947 chore: Change IonRefresher type to HTMLIonRefresherElement 2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
e40a4f13bb MOBILE-3947 chore: Fix some HTML strict types 2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
8265f0fbe1 MOBILE-3947 chore: Remove unneeded optional chaining on HTML 2023-11-20 11:33:25 +01:00
Pau Ferrer Ocaña
3c53bf2632 MOBILE-4465 chore: Remove deprecated code on 4.0 2023-11-20 10:17:16 +01:00
Dani Palou
2d2cc2f5f9 MOBILE-4368 analytics: Apply new analytics system to all pages 2023-07-13 13:53:36 +02:00
Pau Ferrer Ocaña
573af7c513 MOBILE-4283 quiz: Allow students to hide timer 2023-07-07 09:10:13 +02:00
Noel De Martin
e8a73689ef MOBILE-4288 core: Format group names
Group names may contain other filters such as mathjax, so only filtering
multilanguage is not enough.
2023-05-03 12:16:47 +02:00
Noel De Martin
98d332138a MOBILE-4270 core: Standardize page modules 2023-03-16 11:02:11 +01:00
Pau Ferrer Ocaña
dd4c9a1ed0 MOBILE-4081 eslint: Solve jsdoc linter warnings 2022-12-01 23:05:46 +01:00
Pau Ferrer Ocaña
f0b79822da MOBILE-4081 chore: Remove redundant awaits 2022-09-02 14:45:04 +02:00
Dani Palou
33b3d7db78 MOBILE-4035 groups: Create group selector component 2022-09-02 08:15:32 +02:00
Dani Palou
a611ac64d0 MOBILE-4031 core: Create config values for Toast duration 2022-07-11 10:19:43 +02:00
Dani Palou
ffd1ebe5b4 MOBILE-3833 assign: Fix empty box wrong position 2022-04-19 08:13:34 +02:00
Dani Palou
5fe63cda95 MOBILE-3919 assign: Dismiss toast when leaving page 2022-04-04 08:02:46 +02:00
Dani Palou
b793a9dbe9 MOBILE-3919 assign: Display activity instructions 2022-03-29 08:05:54 +02:00
Dani Palou
1da073eefa MOBILE-3919 assign: Support time limit in assigns 2022-03-29 08:05:54 +02:00
Pau Ferrer Ocaña
90ddcd7827 MOBILE-3833 loading: Change loading usage 2022-03-25 14:49:01 +01:00
Pau Ferrer Ocaña
89d8750e82
Merge pull request #3139 from dpalou/MOBILE-3780
Mobile 3780
2022-02-24 12:26:41 +01:00
Dani Palou
9ded4b7c5b MOBILE-3780 core: Don't store offline if 4xx or 5xx http error 2022-02-24 12:10:29 +01:00
Dani Palou
3a51b361fd MOBILE-3780 core: Fix spinner not shown in forum when refreshing
The variable loaded has been renamed to showLoading in index components
2022-02-24 12:10:29 +01:00
Dani Palou
dde78d9286 MOBILE-3993 groups: Add a class to group data in UI 2022-02-23 16:17:17 +01:00
Pau Ferrer Ocaña
3d2d99fb7d MOBILE-3833 assign: Fix duplicated id 2022-02-22 22:58:53 +01:00
Pau Ferrer Ocaña
7cdafca794 MOBILE-3787 assign: Add enums to different states 2022-01-13 15:27:59 +01:00
Pau Ferrer Ocaña
59e1a4fcf5 MOBILE-3787 assign: Always show submission status 2022-01-13 14:04:58 +01:00
Pau Ferrer Ocaña
dc0b1d9587 MOBILE-3833 swipe: Use swipe navigation directive 2022-01-10 15:55:47 +01:00
Pau Ferrer Ocaña
7d7f738d05 MOBILE-3833 chore: Reduce typeof undefined usage 2021-12-20 15:31:24 +01:00
Dani Palou
372c5920a7 MOBILE-3927 swipe: Apply IR changes 2021-12-20 14:43:47 +01:00
Dani Palou
741880f8df MOBILE-3927 swipe: Create swipe-slides component and refactor managers 2021-12-16 15:04:46 +01:00
Noel De Martin
e8d0026995 MOBILE-3926 core: Move item path getters to source 2021-12-02 13:27:13 +01:00
Noel De Martin
f45f984d8e MOBILE-3926 assign: Submissions swipe navigation 2021-12-02 13:27:13 +01:00
Pau Ferrer Ocaña
ccfad3b1ac MOBILE-3810 core: Wrap header titles with ion-title 2021-12-01 14:12:57 +01:00
Pau Ferrer Ocaña
d8718c5eaa MOBILE-3810 core: Collapsible headers 2021-12-01 14:12:57 +01:00
Pau Ferrer Ocaña
34f9c3ab57 MOBILE-3833 navigator: Add required route params functions 2021-09-13 12:25:58 +02:00
Dani Palou
68e57c0f17 MOBILE-3819 core: Remove code specific for Moodle 3.1-3.4 2021-09-06 11:17:28 +02:00
Dani Palou
a3b35a9619 MOBILE-3320 core: Always pass initial value to reduce function 2021-06-30 11:58:52 +02:00
Dani Palou
fb560693dd MOBILE-3320 select: Display header in action sheet selects 2021-06-17 13:24:58 +02:00
Dani Palou
c15d5de95d MOBILE-3320 sync: Fix cannot read 'updated' of undefined 2021-06-04 15:33:24 +02:00
Noel De Martin
e9c84c71d0 MOBILE-3320 DX: Use consistent enum casing 2021-06-03 12:15:45 +02:00
Pau Ferrer Ocaña
49f6cc56e5 MOBILE-3320 a11y: Improve non button clicks 2021-06-01 13:52:35 +02:00
Pau Ferrer Ocaña
ce7650bb3b MOBILE-3320 a11y: Remove aria-label already are explained inside 2021-05-25 13:29:19 +02:00
Noel De Martin
10849facc7 MOBILE-3751 a11y: Replace ion-title with headings 2021-05-20 17:51:48 +02:00
Noel De Martin
e95deab368 MOBILE-3751 a11y: Improve headings 2021-05-20 11:25:32 +02:00
Pau Ferrer Ocaña
2a1e8a44e8 MOBILE-3752 lint: Remove duplicated spaces 2021-05-13 16:46:24 +02:00