Pau Ferrer Ocaña
a9f4a48356
MOBILE-4616 keyboard: Fix dom-app circular dep by separating keyboard
2024-07-15 13:15:42 +02:00
Dani Palou
738de88c38
MOBILE-4470 popover: Fix popover position when zoom applied
2024-06-06 12:11:02 +02:00
Dani Palou
9d226bca34
MOBILE-4470 rte: Fix unable to save HTML with just media
2024-05-31 11:25:03 +02:00
Pau Ferrer Ocaña
55428d5346
MOBILE-4470 iframes: Fix loading and improve responsive styles
2024-05-23 12:20:56 +02:00
Pau Ferrer Ocaña
211231a0a8
MOBILE-4470 rte: Fix rte auto focused on enter
2024-05-17 12:51:00 +02:00
Dani Palou
2707ccd9da
MOBILE-4470 overlays: Fix Ionic bug with aria-hidden
2024-05-09 17:44:59 +02:00
Dani Palou
b9f07d7f65
MOBILE-4470 quiz: Fix auto save popover not dismissed
2024-05-09 13:23:48 +02:00
Pau Ferrer Ocaña
497030595e
Merge pull request #4024 from dpalou/MOBILE-4457
...
MOBILE-4457 question: Support ordering question type
2024-04-29 16:00:12 +02:00
Dani Palou
5cee8d4935
MOBILE-4457 question: Support ordering question type
2024-04-26 09:31:20 +02:00
Pau Ferrer Ocaña
ee6389e147
MOBILE-4565 utils: Revert deprecating prefixKeys
2024-04-25 11:52:45 +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
45fb4cb92a
MOBILE-4565 a11y: Fix a lot of focus problems
2024-04-25 09:46:44 +02:00
Noel De Martin
312fb13b3a
MOBILE-4569 grades: Remove actions menu
...
Right now, this menu is only used to link to the "Grade Analysis" because this link was removed from the LMS after some recent changes. But the mobile app never had this link, so we can safely remove the menu for now.
2024-04-11 10:27:27 +02:00
Pau Ferrer Ocaña
0d56f802f2
MOBILE-4543 chore: Remove unnecessary variable type change on hash
2024-04-04 12:12:07 +02:00
Noel De Martin
dcf9439eb7
MOBILE-4268 core: Refactor error accordion into service
2024-03-19 10:57:46 +01:00
Noel De Martin
6b461b035e
MOBILE-4268 core: Update error accordion UI
2024-03-19 10:13:07 +01:00
Noel De Martin
e1be8caace
MOBILE-4268 core: Rename core-error-accordion
2024-03-18 16:10:40 +01:00
Noel De Martin
eb0738cb0f
MOBILE-4268 core: Require details with error code
2024-03-18 16:10:40 +01:00
Dani Palou
9b8414e8b4
MOBILE-2768 mimetype: Improve mimetype detection for PHP URLs
2024-03-18 08:28:48 +01:00
Dani Palou
41e4292c48
MOBILE-4526 core: Use ContextLevel enum instead of string
2024-03-13 07:53:53 +01:00
Pau Ferrer Ocaña
dd194b1a85
MOBILE-4540 url: Reduce WS calls on module handler
2024-03-12 11:36:55 +01:00
Dani Palou
f31eb838fd
Merge pull request #3927 from NoelDeMartin/MOBILE-4304
...
MOBILE-4304: Replace WebSQL with sqlite-wasm
2024-02-14 09:53:46 +01:00
Alfonso Salces
abf2867fc6
MOBILE-4501 cordova-plugin-moodleapp: Add diagnostic plugin
2024-02-14 09:22:15 +01:00
Noel De Martin
7adf75f490
MOBILE-4304 core: Improve infinite-loader race conditions
2024-02-14 09:06:20 +01:00
Dani Palou
bcbd31535c
MOBILE-4492 file: Avoid problems with toURL in Android
2024-01-31 15:08:17 +01:00
Dani Palou
327fe019a4
MOBILE-4173 iframe: Launch PDF and some iframes in external app
2024-01-29 15:06:54 +01:00
Dani Palou
1143d4d695
MOBILE-4173 core: Fix IAB opened by mistake in openOnlineFile
2024-01-29 15:06:54 +01:00
Dani Palou
03eb3e7dcb
MOBILE-3947 core: Fix extension detection in guessExtensionFromUrl
2024-01-12 15:45:02 +01:00
Dani Palou
50b8fe2e98
MOBILE-3947 ion-datetime: Fix timestamp supplied to datetime
...
ion-datetime no longer uses time zone, it's always UTC now so we had to adapt the initial value supplied. No change needed when reading the value because moment automatically uses the user timezone if the value doesn't specify a timezone.
2023-12-15 10:43:20 +01:00
Alfonso Salces
c0ae3e61c0
MOBILE-3947 qr-scanner: Create qr scanner service
2023-12-04 10:19:40 +01:00
Pau Ferrer Ocaña
2db3635882
MOBILE-3947 chore: Allow inner HTML templates
2023-11-28 13:38:48 +01:00
Noel De Martin
4286234e6b
MOBILE-3947 chore: Fix TS errors
2023-11-27 15:58:38 +01:00
Pau Ferrer Ocaña
a0cd868179
MOBIE-3947 lint: Fix some linting
2023-11-27 14:45:49 +01:00
Pau Ferrer Ocaña
e8dd8be967
MOBILE-3947 chore: Change Ionic native imports to awesome cordova
2023-11-24 13:46:58 +01:00
Pau Ferrer Ocaña
9e9052db85
MOBILE-3947 chore: Fix some non valid types
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
4ca0cf785a
MOBILE-3947 chore: Deprecation fixes
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
3c53bf2632
MOBILE-4465 chore: Remove deprecated code on 4.0
2023-11-20 10:17:16 +01:00
Alfonso Salces
6da2742bd3
MOBILE-4451 settings: Create error log page
2023-11-14 11:46:50 +01:00
Pau Ferrer Ocaña
79300ba408
MOBILE-4362 url: Use isThemeImageUrl function when needed
2023-10-25 14:31:31 +02:00
Pau Ferrer Ocaña
58d571d64f
MOBILE-4362 lint: Solve deprecation linting
2023-10-19 22:10:31 +02:00
Noel De Martin
aebbe3365c
Merge pull request #3814 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-10 18:00:50 +02:00
Dani Palou
5b9d2624a9
MOBILE-4362 h5p: Fix links in iframe not opened in iOS
2023-10-10 16:27:48 +02:00
Pau Ferrer Ocaña
245e7071a9
MOBILE-4407 url: Use Url parsing to determine last file
2023-10-10 15:52:59 +02:00
Pau Ferrer Ocaña
ebd4eec500
MOBILE-4362 styles: Transparent backdrop on popovers
2023-10-06 11:52:49 +02:00
Pau Ferrer Ocaña
604cf7adf0
MOBILE-4362 chore: Remove deprecated code from 3.9.5 or bellow
2023-10-02 15:57:59 +02:00
Dani Palou
cf30ac392a
MOBILE-4410 core: Fix return param in timeoutPromise
2023-09-27 11:50:58 +02:00
Noel De Martin
65a4cc98f7
MOBILE-3371 search: Implement global search
2023-09-14 13:24:32 +02:00
Pau Ferrer Ocaña
f599185095
MOBILE-4407 assets: Use new svg filetype icons
2023-08-30 15:44:51 +02:00
Pau Ferrer Ocaña
b975e6f0d8
MOBILE-4323 enrol: Create enrol delegates
...
Co-authored: dpalou
2023-08-23 16:05:09 +02:00
Alfonso Salces
55d7dc6c72
MOBILE-4385 side-blocks: Check if the html contain some tags
2023-08-23 09:03:23 +02:00