Commit Graph

9686 Commits (17c387ef4c30927296243e2b389c035c678eef4c)
 

Author SHA1 Message Date
Pau Ferrer Ocaña 7cf5d9b692 MOBILE-4616 chore: Create CorePopoversService to add popovers functions 2024-08-13 16:37:24 +02:00
Albert Gasset 211342e725 MOBILE-4580 courses: Use new WS parameter to fetch course by section id 2024-08-13 15:40:46 +02:00
Pau Ferrer Ocaña 707b3c64d7
Merge pull request #4146 from dpalou/MOBILE-4640
Mobile 4640
2024-08-13 15:40:41 +02:00
Alfonso Salces 4c550729ca MOBILE-4581 utils: Add lang to openInBrowser urls 2024-08-13 15:05:24 +02:00
Dani Palou 7118768fe5 MOBILE-4640 core: Fix revision not removed from pluginfile URLs
This means that every time a file revision changed, the app downloaded it into a new file when it should replace the existing file with the new version.
2024-08-13 14:17:37 +02:00
Dani Palou 2abe483c6d MOBILE-4640 db: Fix bug when updating primary key in memory database
Before this fix, the record was updated but the key was still the old primary key, so the new record wasn't found when using getOneByPrimaryKey.
2024-08-13 14:17:37 +02:00
Dani Palou 9a1cd83207 MOBILE-4640 filepool: Remove unused fillExtensionInFile 2024-08-13 14:17:37 +02:00
Dani Palou 720b48644b MOBILE-4640 filepool: Avoid re-downloading files when it isn't needed 2024-08-13 14:17:37 +02:00
Pau Ferrer Ocaña 40b96b9e63
Merge pull request #4144 from dpalou/MOBILE-4627
Mobile 4627
2024-08-13 13:43:35 +02:00
Dani Palou dbfbe20f6e MOBILE-4616 github: Temporary fix to make behat work in GHA 2024-08-13 10:39:01 +02:00
Pau Ferrer Ocaña 79ba03144c
Merge pull request #4143 from dpalou/MOBILE-4602
Mobile 4602
2024-08-13 09:41:31 +02:00
Pau Ferrer Ocaña 5a8911e8ae
Merge pull request #4139 from dpalou/MOBILE-4591
MOBILE-4591 lang: Fix parent language strings overriden by mistake
2024-08-13 09:39:02 +02:00
Dani Palou d28f85a0c9 MOBILE-4627 book: Don't download all files when opening 2024-08-07 15:09:38 +02:00
Dani Palou 8c566af484 MOBILE-4627 page: Don't download all files when opening 2024-08-07 11:27:57 +02:00
Dani Palou 52d37c3940 MOBILE-4602 iab: Fix links with pseudo protocols and schemes in iOS 2024-08-06 14:59:21 +02:00
Dani Palou 8c96839480 MOBILE-4602 core: Remove problematic close when reopening IAB
Opening a new IAB when one is already open doesn't create a second one, only one is present so there's no need to close the previous one. Also, calling close() caused the new IAB to close immediately because the app doesn't wait for the previous one to finish closing.
2024-08-06 14:24:48 +02:00
Dani Palou 330b702cad
Merge pull request #4141 from albertgasset/MOBILE-4631
MOBILE-4631 login: Hide the login form in the app when is hidden in LMS
2024-08-06 07:55:00 +02:00
Albert Gasset 357fda719a MOBILE-4631 login: Hide the login form in the app when is hidden in LMS 2024-08-05 15:36:00 +02:00
Dani Palou 392351849b MOBILE-4591 lang: Fix parent language strings overriden by mistake 2024-08-05 12:51:09 +02:00
Albert Gasset a7536cc9a3
Merge pull request #4140 from dpalou/MOBILE-4616
MOBILE-4616 assign: Fix behats after change done in MDL-80744
2024-08-05 12:45:45 +02:00
Dani Palou c2af0e6f3d MOBILE-4616 assign: Fix behats after change done in MDL-80744 2024-08-05 11:04:04 +02:00
Alfonso Salces 21f785e4c1
Merge pull request #4137 from dpalou/MOBILE-4633
MOBILE-4633 message: Improve handle no permission error
2024-08-01 14:50:45 +02:00
Dani Palou 392a4b2b41 MOBILE-4633 message: Improve handle no permission error 2024-07-31 15:57:19 +02:00
Alfonso Salces 9df5533dd7
Merge pull request #4136 from dpalou/MOBILE-4612
Mobile 4612
2024-07-31 12:01:41 +02:00
Dani Palou e8610272c7 MOBILE-4612 compile: Improve destroying effects 2024-07-31 11:40:05 +02:00
Dani Palou 9f910d338f MOBILE-4612 compile: Expose model and untracked to plugins 2024-07-31 11:40:05 +02:00
Pau Ferrer Ocaña ba0f71dcb0
Merge pull request #4135 from dpalou/MOBILE-4612
Mobile 4612
2024-07-30 12:21:17 +02:00
Dani Palou 1f8ddac128 MOBILE-4612 compile: Expose effect to plugins 2024-07-30 11:59:36 +02:00
Dani Palou e33627f1c1 MOBILE-4612 course-image: Use signals in course-image component 2024-07-30 11:59:36 +02:00
Dani Palou c4748c5238 MOBILE-4612 core: Remove deprecated values yes/no for auto login 2024-07-30 11:59:36 +02:00
Dani Palou d45fc9c7a7 MOBILE-4612 core: Create and use toBoolean input transform 2024-07-30 11:59:36 +02:00
Dani Palou 3d7cfeba42 MOBILE-4612 core: Mark required inputs in components 2024-07-30 11:33:49 +02:00
Dani Palou 23da49dbb6
Merge pull request #4132 from crazyserver/MOBILE-4389
Mobile 4389
2024-07-30 08:35:44 +02:00
Pau Ferrer Ocaña 6dfb418b41
Merge pull request #4133 from dpalou/MOBILE-4587
Mobile 4587
2024-07-30 08:29:00 +02:00
Dani Palou ccdd924b0a
Merge pull request #4116 from alfonso-salces/MOBILE-4612
MOBILE-4612 compile.ts: Expose signals and computed to plugins
2024-07-30 08:21:11 +02:00
Pau Ferrer Ocaña 35b71f05a7 MOBILE-4389 course: Load all sections when selected by the user 2024-07-30 08:09:36 +02:00
Dani Palou b2a70de9f1 MOBILE-4587 core: Remove unused ion-content from core-link 2024-07-30 07:58:29 +02:00
Dani Palou e922234787 MOBILE-4587 quiz: Support filters in draggables 2024-07-30 07:58:29 +02:00
Dani Palou 3286fb6216 MOBILE-4587 quiz: Fix options duplicated in ddmarker 2024-07-30 07:58:29 +02:00
Pau Ferrer Ocaña e3b41c169e MOBILE-4389 course: Course format standalone component 2024-07-29 23:09:54 +02:00
Dani Palou 9e75f4c01f
Merge pull request #4125 from crazyserver/MOBILE-4628
Mobile 4628
2024-07-29 17:08:15 +02:00
Dani Palou ee4527b72c
Merge pull request #4131 from crazyserver/MOBILE-4616
Mobile 4616
2024-07-29 16:44:20 +02:00
Pau Ferrer Ocaña d70b5912d4 MOBILE-4628 chore: Change snapshot width on quiz behats
It seems Selenium or Chrome version is managing the width with scroll
bars including the bars
2024-07-29 15:56:18 +02:00
Pau Ferrer Ocaña b144ce7a6b MOBILE-4628 course-storage: Add accordion management 2024-07-29 15:56:18 +02:00
Pau Ferrer Ocaña dcba760c68 MOBILE-4628 course-storage: Better translate status on download refresh 2024-07-29 15:56:18 +02:00
Nguyen Tuan Anh bea16ec337 MOBILE-4628 course-storage: Set the aria-label in core-download-refresh 2024-07-29 15:56:18 +02:00
Pau Ferrer Ocaña 0e6baa9802 MOBILE-4616 chore: Change snapshot width on quiz behats
It seems Selenium or Chrome version is managing the width with scroll
bars including the bars
2024-07-29 15:06:02 +02:00
Pau Ferrer Ocaña 21ac11cb35 MOBILE-4616 chore: Update circular dependencies number 2024-07-29 15:04:58 +02:00
Pau Ferrer Ocaña 4b950ac891 MOBILE-4616 chore: Remove some usages of old Service.instance 2024-07-29 15:04:57 +02:00
Pau Ferrer Ocaña 48259062fd MOBILE-4616 chore: Import side modals during runtime 2024-07-29 15:04:57 +02:00