1695 Commits

Author SHA1 Message Date
Noel De Martin
f96f208628 MOBILE-4470 lang: Formatting 2024-05-06 12:35:15 +02:00
Dani Palou
8884571aca
Merge pull request from crazyserver/MOBILE-4470
Mobile 4470
2024-05-02 16:19:01 +02:00
Pau Ferrer Ocaña
34e4ce2ff6 MOBILE-4470 lang: Fix deprecated lang keys 2024-05-02 15:57:15 +02:00
Pau Ferrer Ocaña
2b14ca1dea
Merge pull request from dpalou/MOBILE-4470
Mobile 4470
2024-05-02 15:09:09 +02:00
Dani Palou
f266d3b45d
Merge pull request from crazyserver/MOBILE-4565
Mobile 4565
2024-05-02 14:48:24 +02:00
Dani Palou
9c5ef4be1f MOBILE-4470 qtype_match: Fix correct icons position 2024-05-02 13:04:11 +02:00
Pau Ferrer Ocaña
023db99e2b
Merge pull request from dpalou/MOBILE-4550
Mobile 4550
2024-04-30 18:05:04 +02:00
Dani Palou
ede0fb368f MOBILE-4550 quiz: Add behats to test new attempts UI 2024-04-30 17:36:51 +02:00
Dani Palou
10773e00d8 MOBILE-4550 quiz: Fix behat tests 2024-04-30 17:36:51 +02:00
Dani Palou
ef6610e09a MOBILE-4550 quiz: Change how quiz result info is displayed 2024-04-30 16:53:21 +02:00
Dani Palou
bc88cac82a MOBILE-4550 quiz: Remove unneded calls to get review WS 2024-04-30 16:53:21 +02:00
Dani Palou
cdb56d172e MOBILE-4550 quiz: Display when attempt can be reviewed 2024-04-30 16:53:21 +02:00
Dani Palou
e0b19ff20a MOBILE-4550 quiz: Fix inconsistent attempt types in helper functions 2024-04-30 16:53:21 +02:00
Dani Palou
a765f3cb8d MOBILE-4550 quiz: Change how list of attempts is displayed 2024-04-30 16:53:21 +02:00
Dani Palou
1b71f69cfe MOBILE-4560 colors: Use CoreIonicColorNames in missing places 2024-04-30 15:53:36 +02:00
Dani Palou
ec195696e0 MOBILE-4550 quiz: Rename isAttemptFinished to isAttemptCompleted
It's a bit weird that isAttemptFinished would return true for an attempt with state different than 'finished', using the word complete reduces the confusion.
2024-04-29 16:26:48 +02:00
Dani Palou
08797cc9d5 MOBILE-4450 quiz: Calculate in app whether attempt can be reviewed 2024-04-29 16:26:38 +02:00
Dani Palou
17bd64a5e0 MOBILE-4550 quiz: Move quiz service constants to constants file 2024-04-29 16:19:31 +02:00
Dani Palou
df3b328bac MOBILE-4550 quiz: Update some quiz strings 2024-04-29 16:19:31 +02:00
Pau Ferrer Ocaña
497030595e
Merge pull request from dpalou/MOBILE-4457
MOBILE-4457 question: Support ordering question type
2024-04-29 16:00:12 +02:00
Pau Ferrer Ocaña
83ce6450e5 MOBILE-4565 rte: Fix placeholder 2024-04-29 15:41:32 +02:00
Pau Ferrer Ocaña
33d6d169f9 MOBILE-4579 notifications: Avoid showing user avatar from customdata 2024-04-29 11:25:46 +02:00
Pau Ferrer Ocaña
d0c0b83296 MOBILE-4579 user: Use initials if no image is provided 2024-04-29 11:25:46 +02:00
Dani Palou
5cee8d4935 MOBILE-4457 question: Support ordering question type 2024-04-26 09:31:20 +02:00
Pau Ferrer Ocaña
37b729326f MOBILE-4565 a11y: Minimum a11y fixes 2024-04-25 11:52:45 +02:00
Pau Ferrer Ocaña
4a20edc06a MOBILE-4565 a11y: Improve quiz styles 2024-04-25 09:55:47 +02:00
Pau Ferrer Ocaña
23fccb22e5 MOBILE-4565 book: Fix book page footer 2024-04-25 09:55:47 +02:00
Pau Ferrer Ocaña
93b420311d MOBILE-4565 utils: Move some array functions to CoreArray 2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
f9ddfb48c9 MOBILE-4565 rte: Fix rte focus and blur problems 2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
45fb4cb92a MOBILE-4565 a11y: Fix a lot of focus problems 2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
44f4f9d2a6 MOBILE-4565 calendar: Fix header length 2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
404cb9129a MOBILE-4565 messages: Use new Ionic accordion component on groups 2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
84ad9c1e97 MOBILE-4565 a11y: Add aria-current=date to calendar 2024-04-25 09:46:44 +02:00
Pau Ferrer Ocaña
b71fb0ae05 MOBILE-4565 a11y: Dynamic context menu 2024-04-25 09:46:43 +02:00
Pau Ferrer Ocaña
a471bf24cc MOBILE-4565 timeline: Action button will be shown on the next line 2024-04-25 09:46:43 +02:00
Pau Ferrer Ocaña
e87b05bd69 MOBILE-4565 a11y: Add alert to empty search message 2024-04-25 09:46:43 +02:00
Pau Ferrer Ocaña
8c3697a579 MOBILE-4565 a11y: Label improvements 2024-04-25 09:46:43 +02:00
Dani Palou
1808d9adfc MOBILE-4566 media: Fix videojs videos wider than viewport 2024-04-24 13:21:22 +02:00
Noel De Martin
59aac915a2 MOBILE-4553 quiz: Hide ungraded marks
This makes it consistent with the way it works in the LMS, we're also
relying on attempt.sumgrades because grade item marks are never null.
See MDL-81599.
2024-04-18 12:24:44 +02:00
Dani Palou
4fd8be5ffb
Merge pull request from NoelDeMartin/MOBILE-4553
MOBILE-4553 quiz: Show grade item marks
2024-04-17 08:24:48 +02:00
Noel De Martin
ce86bb42f1 MOBILE-4573 forum: Hide search when disabled 2024-04-15 14:13:29 +02:00
Noel De Martin
073b5832be MOBILE-4553 quiz: Show grade item marks 2024-04-11 15:59:59 +02:00
Pau Ferrer Ocaña
55c083daf0
Merge pull request from NoelDeMartin/MOBILE-4446
MOBILE-4446 behat: Assert event logs
2024-04-11 15:35:26 +02:00
Pau Ferrer Ocaña
cbbf61088a MOBILE-4483 types: Add some types available since 4.4 2024-04-10 17:02:09 +02:00
Noel De Martin
d0fadb93f2 MOBILE-4446 behat: Assert event logs 2024-04-10 14:05:27 +02:00
Alfonso Salces
e4702a1b92 MOBILE-4219 blog: Update list when toggle only your blog entries 2024-04-09 08:42:27 +02:00
Noel De Martin
bc81500404 MOBILE-4770 behat: Fix snapshots
Changed caused by MDL-4188
2024-04-08 16:05:18 +02:00
Pau Ferrer Ocaña
d66c748fea MOBILE-4456 icons: Fix icon colors on some blocks 2024-04-05 12:07:43 +02:00
Pau Ferrer Ocaña
9038e883e7 MOBILE-4543 course: Do not show open in browser for students 2024-04-04 12:12:07 +02:00
Pau Ferrer Ocaña
4f56e08f9b MOBILE-4543 course: Improvements on course options delegate 2024-04-04 12:12:07 +02:00