Commit Graph

7144 Commits (df814d022cca0ab01f8c201094957843b658965f)

Author SHA1 Message Date
Pau Ferrer Ocaña df814d022c MOBILE-4616 lti: Move lti constants to a file 2024-07-15 13:15:41 +02:00
Pau Ferrer Ocaña 7e37b47fd4 MOBILE-4616 label: Move label constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña 70507ce604 MOBILE-4616 imscp: Move imscp constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña 8236f1c38b MOBILE-4616 h5p: Move h5p constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña 67cae258f6 MOBILE-4616 forum: Move forum constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña 94743ed700 MOBILE-4616 glossary: Move glossary constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña c836e94101 MOBILE-4616 folder: Move folder constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña 09791c8d20 MOBILE-4616 data: Move data constants to a file 2024-07-15 13:15:40 +02:00
Pau Ferrer Ocaña 4934dcec99 MOBILE-4616 feedback: Move feedback constants to a file 2024-07-15 13:15:39 +02:00
Pau Ferrer Ocaña bc1e3f00e7 MOBILE-4616 book: Move book constants to a file 2024-07-15 13:15:39 +02:00
Pau Ferrer Ocaña 06fec4e6cf MOBILE-4616 bbb: Move bbb constants to a file 2024-07-15 13:15:39 +02:00
Pau Ferrer Ocaña 346e3d8d57 MOBILE-4616 survey: Move survey constants to a file 2024-07-15 13:15:39 +02:00
Pau Ferrer Ocaña 62f097dc92 MOBILE-4616 lesson: Move lesson constants to a file 2024-07-15 13:15:39 +02:00
Pau Ferrer Ocaña af4e07df36 MOBILE-4616 assign: Move assign constants to a file 2024-07-12 13:00:38 +02:00
Pau Ferrer Ocaña 03e0c363b3 MOBILE-4619 sites: Remove site classes on login unchecked 2024-07-10 14:04:08 +02:00
Pau Ferrer Ocaña c27fb811c7 Merge branch 'v4.4.x' 2024-07-10 09:39:16 +02:00
Dani Palou 45a7681eda MOBILE-4624 format-text: Fix iframes with inline styles 2024-07-08 14:59:48 +02:00
Pau Ferrer Ocaña 73a72ef130 MOBILE-4620 course: Async import main component to avoid crashes 2024-07-05 08:55:52 +02:00
Noel De Martin ec8a1058dd MOBILE-4616: Update supported versions 2024-07-03 17:24:27 +02:00
Noel De Martin 19a9fe11be MOBILE-4616: Document routing modules 2024-07-03 15:13:18 +02:00
github-actions[bot] c0afdfc345 Update lang files 2024-06-28 10:56:21 +00:00
github-actions[bot] 3d47a45e58 Update lang files 2024-06-27 09:18:20 +00:00
Pau Ferrer Ocaña 7aa0c6c570 MOBILE-4470 design: Add serif fallback font for km language 2024-06-27 10:32:00 +02:00
Pau Ferrer Ocaña 9a95ebcc6d MOBILE-4470 database: Fix picture classname to match LMS 2024-06-20 09:22:04 +02:00
Dani Palou 1e2851225f MOBILE-4470 location: Improve handling approximate location 2024-06-17 10:07:56 +02:00
Dani Palou 4f466944dd MOBILE-4470 mod_data: Fix offline images not seen 2024-06-13 12:08:01 +02:00
Alfonso Salces add746fb76
Merge pull request #4094 from dpalou/MOBILE-4470-alfonso
MOBILE-4470 location: Fix location in Android and iOS
2024-06-13 11:55:23 +02:00
Dani Palou 554e5eeb76 MOBILE-4470 location: Fix location in Android and iOS 2024-06-13 11:19:15 +02:00
Pau Ferrer Ocaña 70a02ba702
Merge pull request #4093 from dpalou/MOBILE-4470
Mobile 4470
2024-06-12 11:49:54 +02:00
Dani Palou ce56d9dd2f MOBILE-4470 ddmarker: Fix regression caused by MOBILE-3403 2024-06-12 11:17:10 +02:00
Dani Palou 186164ac4e MOBILE-4470 chat: Fix beeps not appearing anymore 2024-06-11 14:50:28 +02:00
Pau Ferrer Ocaña 21e6b789f0
Merge pull request #4091 from dpalou/MOBILE-4470
Mobile 4470
2024-06-11 11:06:53 +02:00
Dani Palou ad08fcf4b9 MOBILE-4470 quiz: Fix pipe translate not found in prefetch 2024-06-11 08:36:14 +02:00
Dani Palou fcea6c311c MOBILE-4470 user-menu: Fix interval running forever in tablet
In tablet the user-menu-button at the top right was hidden using CSS, but this button has a user tour associated. This meant that the user tour kept looking for the button to be visible forever, checking it every 50ms.
2024-06-11 08:36:14 +02:00
Dani Palou e145748d93 MOBILE-4470 ddmarker: Fix markers in wrong position sometimes 2024-06-10 16:24:58 +02:00
Pau Ferrer Ocaña 80aebd4c81
Merge pull request #4090 from dpalou/MOBILE-4470
MOBILE-4470 workshop: Fix sync submission finishing without waiting
2024-06-10 09:25:32 +02:00
Dani Palou 7cb9f1351c MOBILE-4470 workshop: Fix sync submission finishing without waiting 2024-06-07 15:43:05 +02:00
Pau Ferrer Ocaña a303456479 MOBILE-4470 alerts: Align left alerts on iOS 2024-06-07 11:13:39 +02:00
Dani Palou 4dd7b45678 MOBILE-4470 behat: Fix grades behat tests
In LMS there was a nasty hack to return different content based on whether the site was running behat or not. This hack has been removed in MDL-77685, so now we can remove the isAutomated check from the grades code
2024-06-07 10:28:10 +02:00
Dani Palou 66df465d15 MOBILE-4470 workshop: Fix switch phase option overrides the app 2024-06-07 09:18:47 +02:00
Dani Palou 1c9c3362b4
Merge pull request #4086 from crazyserver/MOBILE-4470
MOBILE-4470 workshop: Remove changes confirmation when not editing
2024-06-06 14:04:39 +02:00
Pau Ferrer Ocaña 690f29250e MOBILE-4470 mod-icon: Add white bg to icons on dark mode to imp contrast 2024-06-06 12:55:01 +02:00
Noel De Martin 3ada101981
Merge pull request #4087 from dpalou/MOBILE-4470
MOBILE-4470 popover: Fix popover position when zoom applied
2024-06-06 12:31:54 +02:00
Dani Palou 738de88c38 MOBILE-4470 popover: Fix popover position when zoom applied 2024-06-06 12:11:02 +02:00
Pau Ferrer Ocaña deccc4cbf5 MOBILE-4470 workshop: Remove changes confirmation when not editing 2024-06-06 12:02:53 +02:00
Pau Ferrer Ocaña b739011de9 MOBILE-4470 tag: Add new tagarea for badges 2024-06-05 16:11:33 +02:00
Pau Ferrer Ocaña 9d30620080 MOBILE-4470 tag: Fix tag parsing using bootstrap classes 2024-06-05 16:11:33 +02:00
Pau Ferrer Ocaña 1b2f160d8b
Merge pull request #4083 from dpalou/MOBILE-4604
Mobile 4604
2024-06-05 13:11:30 +02:00
Dani Palou 0b9cab2aeb MOBILE-4604 iab: Clear session when open IAB with auto-login in Android 2024-06-05 11:57:06 +02:00
Dani Palou ac920dc299 MOBILE-4604 core: Download embedded files before login in Android 2024-06-05 10:00:05 +02:00