Commit Graph

8559 Commits (33b0afd242a9b57548b7152b5129a29785a779bc)
 

Author SHA1 Message Date
Dani Palou a128ae8929 MOBILE-4270 notes: Fix error displayed when restoring note 2023-05-09 11:13:44 +02:00
Dani Palou a0b4c8259d
Merge pull request #3664 from NoelDeMartin/MOBILE-4188
MOBILE-4188 grades: Improve course navigation
2023-05-09 08:05:49 +02:00
Noel De Martin 2a01965941 MOBILE-4188 grades: Improve course navigation 2023-05-08 15:50:29 +02:00
Noel De Martin 78cda0eecd
Merge pull request #3663 from dpalou/MOBILE-4270
MOBILE-4270 core: Wait for platform ready before hiding splash
2023-05-08 15:18:01 +02:00
Dani Palou aaac4fbea7
Merge pull request #3662 from NoelDeMartin/MOBILE-3748
MOBILE-3748: RTE a11y improvements
2023-05-08 15:17:34 +02:00
Dani Palou cc565fe87b MOBILE-4270 core: Wait for platform ready before hiding splash 2023-05-08 15:06:20 +02:00
Noel De Martin 007a4f7656 MOBILE-3748 rte: Fix Scan QR keyboard interaction 2023-05-08 15:06:01 +02:00
Pau Ferrer Ocaña f39a63dc7e
Merge pull request #3661 from dpalou/MOBILE-4270
Mobile 4270
2023-05-08 13:42:58 +02:00
Noel De Martin bf7659223d MOBILE-3748 rte: Implement keyboard shortcuts 2023-05-08 13:17:30 +02:00
Dani Palou fee132d6e8 MOBILE-4270 mod_data: Fix wrong string 2023-05-08 13:14:01 +02:00
Dani Palou 90aededf12 MOBILE-4270 notifications: Always display icon in notification 2023-05-08 13:13:51 +02:00
Noel De Martin dee6c915f8 MOBILE-3748 rte: Remove arrow keys override 2023-05-08 12:24:04 +02:00
Dani Palou f2997313b4 MOBILE-4270 icon: Fix some broken icons names 2023-05-08 07:50:20 +02:00
Dani Palou 15faf46367 MOBILE-4270 comments: Update cached data after add/delete 2023-05-08 07:50:20 +02:00
Dani Palou f0ba0cc479 MOBILE-4270 participants: Remove auto-focus in search box 2023-05-08 07:50:20 +02:00
Dani Palou ff60de7de5 MOBILE-4270 tag: Fix tag route in mobile 2023-05-04 16:59:58 +02:00
Noel De Martin 5e37ed03d1
Merge pull request #3660 from dpalou/MOBILE-4270
MOBILE-4215 cordova: Use fork of cordova-plugin-camera
2023-05-04 16:33:23 +02:00
Dani Palou 7268817b84 MOBILE-4215 cordova: Use fork of cordova-plugin-camera
The official plugin doesn't work in Android with API 33
2023-05-04 16:22:31 +02:00
Noel De Martin 90603c022a
Merge pull request #3658 from dpalou/MOBILE-4270
MOBILE-4303 iframe: Fix auto-login applied in H5P local URLs
2023-05-04 12:38:43 +02:00
Dani Palou deb6be243a
Merge pull request #3659 from alfonso-salces/MOBILE-4247
MOBILE-4247 edit: Add field#name and field#description
2023-05-04 12:32:42 +02:00
Alfonso Salces 9488e22518 MOBILE-4247 edit: Add field#name and field#description 2023-05-04 12:17:29 +02:00
Dani Palou f8d3c023cc MOBILE-4303 iframe: Fix auto-login applied in H5P local URLs 2023-05-04 11:59:01 +02:00
Dani Palou 24b1ff4ec5
Merge pull request #3655 from NoelDeMartin/MOBILE-4288
MOBILE-4288: Format group names
2023-05-04 10:17:16 +02:00
Pau Ferrer Ocaña 3ddf2326a0
Merge pull request #3650 from dpalou/MOBILE-4270
MOBILE-4270 core: Set right version for LMS 4.2
2023-05-04 10:11:10 +02:00
Pau Ferrer Ocaña d8f6aaed84
Merge pull request #3654 from dpalou/MOBILE-4322
MOBILE-4322 bbb: Display all playbacks in recordings
2023-05-04 09:59:45 +02:00
Pau Ferrer Ocaña 041a8d1778
Merge pull request #3651 from dpalou/MOBILE-4275
MOBILE-4275 course: Fix course completion not updated in some cases
2023-05-04 09:55:35 +02:00
Dani Palou 8ce5414980 MOBILE-4270 calendar: Make course filter list consistent with LMS 2023-05-04 09:49:01 +02:00
Noel De Martin 1f588bba85 MOBILE-4288 multilang: Fix unknown language filter 2023-05-03 15:43:24 +02:00
Noel De Martin 335a758350 MOBILE-4288 forum: Improve user groups UI 2023-05-03 15:43:24 +02:00
Dani Palou c030fed670 MOBILE-4270 calendar: Remove discard option when editing offline event
Offline events can now be deleted in the event page, this Discard option is redundant and causes some navigation problems
2023-05-03 14:44:55 +02:00
Dani Palou 8e03587701
Merge pull request #3657 from crazyserver/MOBILE-4215
MOBILE-4215 cordova: Add cordova-plugin-androidx-adapter again
2023-05-03 13:22:18 +02:00
Pau Ferrer Ocaña 2f5179a4b8 MOBILE-4215 cordova: Add cordova-plugin-androidx-adapter again
It is needed by cordova-plugin-qrscanner

This reverts commit e8e31349fc.
2023-05-03 13:11:27 +02:00
Dani Palou cf595146a8 MOBILE-4270 collapsible-header: Fix changes not detected
Before this change, listenEvents was called after initializeFloatingTitle, so the mutationObserver didn't exist when initializeFloatingTitle was executed.
2023-05-03 12:51:06 +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
Dani Palou fd6d596521
Merge pull request #3656 from crazyserver/MOBILE-4215
Mobile 4215
2023-05-03 12:14:10 +02:00
Pau Ferrer Ocaña e8e31349fc MOBILE-4215 cordova: cordova-plugin-androidx-adapter is now built in 2023-05-03 11:54:07 +02:00
Pau Ferrer Ocaña 9fca509a0b MOBILE-4215 cordova: Use icon as splash on Android 2023-05-03 11:54:07 +02:00
Dani Palou 4820ff18a3 MOBILE-4270 calendar: Fix app overridden when clicking some dates 2023-05-03 10:25:15 +02:00
Dani Palou 35d4bf3561 MOBILE-4270 core: Set right version for LMS 4.2 2023-05-03 10:24:24 +02:00
Dani Palou e49fa18261 MOBILE-4322 bbb: Display all playbacks in recordings 2023-05-03 09:36:06 +02:00
Dani Palou d9e2788f44
Merge pull request #3653 from NoelDeMartin/MOBILE-4270
MOBILE-4270 quiz: Update behat snapshots
2023-05-02 12:36:59 +02:00
Noel De Martin f05085798b MOBILE-4270 quiz: Update behat snapshots
Change introduced in MDL-77766
2023-05-02 11:38:53 +02:00
Dani Palou db5550bc25
Merge pull request #3652 from alfonso-salces/MOBILE-4247
MOBILE-4247 mod_data: Add otherfields support
2023-05-02 10:57:16 +02:00
Noel De Martin 4f54afca3c
Merge pull request #3649 from dpalou/MOBILE-4214
Mobile 4214
2023-05-02 09:44:58 +02:00
Alfonso Salces 7eb86ced57 MOBILE-4247 mod_data: Add otherfields support 2023-05-02 09:42:44 +02:00
Dani Palou e56a47e35d MOBILE-4214 push: Improve register public key in Moodle
Now the WebService won't be called again if it has already been called successfully and public key hasn't changed
2023-05-02 08:40:43 +02:00
Dani Palou 0fdfa88c0d MOBILE-4275 course: Fix course completion not updated in some cases
This is a temporary solution, the code that handles automatic activity completion should be refactored
2023-05-02 08:20:11 +02:00
Alex Morris a0d49dc5e0 MOBILE-4214 pushnotifications: Add public key registration 2023-04-28 10:00:59 +02:00
Dani Palou cf78a5b634
Merge pull request #3648 from NoelDeMartin/MOBILE-4287
MOBILE-4287 quiz: Go back when attempt is closed
2023-04-27 10:53:03 +02:00
Noel De Martin 58b9067803 MOBILE-4287 quiz: Go back when attempt is closed 2023-04-27 10:37:27 +02:00