Pau Ferrer Ocaña
f39bfa0710
MOBILE-4270 messages: Remove nonexistent contrast as ion toolbar color
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
5c93475553
MOBILE-4270 lang: Update lang strings
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
147edf5cc5
Merge pull request #3673 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-11 13:08:44 +02:00
Dani Palou
76713e204f
Merge pull request #3671 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: QA Tweaks
2023-05-11 13:05:12 +02:00
Noel De Martin
11088abdf5
MOBILE-4270 messages: Prevent actions shrinking
2023-05-11 12:00:58 +02:00
Noel De Martin
72c42958b0
MOBILE-4338 quiz: Fix multianswer inline feedback
2023-05-11 11:06:49 +02:00
Pau Ferrer Ocaña
013a55a5a4
MOBILE-4270 lang: Solve error details not being shown
2023-05-10 13:22:07 +02:00
Pau Ferrer Ocaña
9f850816be
MOBILE-4270 editor: Update lang strings to match TinyMCE
2023-05-10 13:22:07 +02:00
Dani Palou
47a8d5da35
MOBILE-4270 iframe: Fix auto-login not working sometimes
...
This was because core-loading removed the iframe from DOM, and then the WebView canceled the request. But the request could have consumed the single use key already.
2023-05-10 12:31:15 +02:00
Noel De Martin
81468c345b
MOBILE-4270 core: Fix list items auto-scroll
...
The previous implementation was running into some race conditions that caused it to scroll back to the previously selected item sometimes.
2023-05-10 11:55:23 +02:00
Pau Ferrer Ocaña
0afc1bb2cb
Merge pull request #3666 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-10 10:14:32 +02:00
Dani Palou
1f3d72cfbb
MOBILE-4270 messages: Decrease chances of offline messages duplicated
...
This is because Android seems to duplicate the request if the type of connection changes while the request is done. E.g. when leaving flight mode the device could connect to mobile data first and then to WiFi.
2023-05-09 16:32:19 +02:00
Noel De Martin
46f3da7d8f
MOBILE-4288 multilang: Use fallback language
2023-05-09 15:50:24 +02:00
Noel De Martin
2a01965941
MOBILE-4188 grades: Improve course navigation
2023-05-08 15:50:29 +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
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
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
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
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
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
Noel De Martin
1f588bba85
MOBILE-4288 multilang: Fix unknown language filter
2023-05-03 15:43:24 +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
35d4bf3561
MOBILE-4270 core: Set right version for LMS 4.2
2023-05-03 10:24:24 +02:00
Noel De Martin
4f54afca3c
Merge pull request #3649 from dpalou/MOBILE-4214
...
Mobile 4214
2023-05-02 09:44:58 +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
Noel De Martin
e281bc15b3
MOBILE-3748 a11y: Indicate non-downloadable items
2023-04-27 09:39:25 +02:00
Dani Palou
90be0a2102
Merge pull request #3646 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 behat: Skip excluded tests before 4.0
2023-04-26 16:13:24 +02:00
Noel De Martin
de2c53b712
MOBILE-4270 behat: Skip excluded tests before 4.0
2023-04-26 13:47:57 +02:00
Noel De Martin
df34b812a4
MOBILE-4288 multilang: Use parent languages
2023-04-26 11:01:11 +02:00
Noel De Martin
db3a998f71
MOBILE-4288 core: Refactor getParentLanguage
...
This method was taking a language argument, but in reality it didn't work if you didn't pass it the current language so it was misleading.
2023-04-26 10:21:03 +02:00
Noel De Martin
998eddb74c
Merge pull request #3487 from alfonso-salces/MOBILE-4202
...
[4.2] MOBILE-4202 split-view: Scroll to current element when swipe
2023-04-25 15:35:52 +02:00
Noel De Martin
d2b120f10e
MOBILE-4290 login: Fix copy
2023-04-25 12:28:08 +02:00
Alfonso Salces
c6b2ea058e
MOBILE-4202 split-view: Scroll to current element when swipe
2023-04-25 12:25:36 +02:00
Dani Palou
882cbb6473
Merge pull request #3629 from alfonso-salces/MOBILE-4248
...
Mobile 4248
2023-04-25 10:49:18 +02:00
Dani Palou
d13640dc1f
Merge pull request #3639 from NoelDeMartin/MOBILE-4290
...
MOBILE-4290 login: Update help copy
2023-04-25 10:27:32 +02:00
Dani Palou
5d81dad8d6
Merge pull request #3638 from NoelDeMartin/MOBILE-4282
...
MOBILE-4282: Respect indentation format
2023-04-25 10:17:00 +02:00
Noel De Martin
d6781b6488
MOBILE-4290 login: Update help copy
2023-04-24 15:56:10 +02:00
Alfonso Salces
c36ba60480
MOBILE-4248 tests: Fix data basic_usage and entries tests
2023-04-24 15:32:10 +02:00