Pau Ferrer Ocaña
e72fea3630
MOBILE-4653 utils: Move opener related utils functions
2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña
8ba784564b
MOBILE-4653 utils: Move file related utils functions
2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña
5e3d233272
MOBILE-4653 utils: Move file related utils functions
2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña
7ea188af49
MOBILE-4653 utils: Move promise related utils functions
2024-11-18 14:24:17 +01:00
Pau Ferrer Ocaña
fe0d6a0979
MOBILE-4653 utils: Move IAB related utils functions
2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña
bc35290e15
MOBILE-4653 app: Divide CoreApp in many services
2024-11-18 14:17:51 +01:00
Albert Gasset
4dd949b10e
MOBILE-4616 database: Fix processing of templates
...
Some elements of templates were being removed, like <tr> or <li>.
2024-10-17 12:42:32 +02:00
Dani Palou
e181137a6a
MOBILE-4640 url: Fix detect revision from tokenpluginfile URLs
2024-09-13 09:41:08 +02:00
Dani Palou
e666fdc517
MOBILE-4606 login: Fix loginSuccessful calculation when authenticating
2024-08-22 13:05:19 +02:00
Dani Palou
3d393e7bdc
MOBILE-4606 remotethemes: Fix styles not loaded in reconnect in offline
2024-08-22 12:55:08 +02:00
Pau Ferrer Ocaña
00951b22d5
MOBILE-4616 chore: Always use convertTextToHTMLElement to convert HTML
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
b0c494ee51
MOBILE-4616 chore: Move html mode classes to CoreHTMLClasses
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
323ccc8c76
MOBILE-4616 chore: Isolate convertHTMLToHTMLElement
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
90ec21333b
MOBILE-4616 text: Migrate text utils to text
2024-08-14 15:17:41 +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
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
ab7b69c262
MOBILE-4616 chore: Move waitForResizeDone to CoreWait
2024-07-29 15:04:57 +02:00
Pau Ferrer Ocaña
6303769f0c
MOBILE-4616 chore: Move ucFirst to CoreText
2024-07-29 11:47:33 +02:00
Pau Ferrer Ocaña
d6007c2aae
MOBILE-4616 chore: Create CoreToastsService to add toasts functions
2024-07-29 11:46:23 +02:00
Pau Ferrer Ocaña
1186694c5f
MOBILE-4616 url: Migrate all CoreUrlUtils to CoreUrl static singleton
2024-07-25 15:26:53 +02:00
Pau Ferrer Ocaña
7d9c9b6fe9
MOBILE-4616 chore: Create CoreWait to add waiting functions
2024-07-25 10:46:28 +02:00
Pau Ferrer Ocaña
7068db3f62
MOBILE-4616 chore: Move copyClipboard to CoreText
2024-07-25 10:46:28 +02:00
Pau Ferrer Ocaña
2e1626dcfb
MOBILE-4594 chore: Remove deprecated code on 4.1 and 4.0
2024-07-17 16:55:22 +02:00
Pau Ferrer Ocaña
aadb6f0a24
MOBILE-4594 ionic: Update to Ionic 8
2024-07-17 16:55:21 +02:00
Pau Ferrer Ocaña
eb9935a1d7
MOBILE-4632 database: Load styles from site plugins
2024-07-15 15:19:15 +02:00
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
188808d41e
MOBILE-4470 remotethemes: Revert fix styles not loaded in offline
...
This reverts commit f75bfd39d15ae8efb9907cfa73474a1029da47c8.
2024-06-03 10:58:43 +02:00
Dani Palou
f75bfd39d1
MOBILE-4470 remotethemes: Fix styles not loaded in reconnect in offline
2024-05-31 15:33:33 +02:00
Dani Palou
9d226bca34
MOBILE-4470 rte: Fix unable to save HTML with just media
2024-05-31 11:25:03 +02:00
Dani Palou
859f94bf98
MOBILE-4470 tabs: Fix route loaded when changing main menu tabs
...
When using sub-routes like with core-tabs-outlet (e.g. participants), going back to the main menu tab set the main menu route as the current one instead of the sub-route and this caused problems with split view.
2024-05-21 10:29:59 +02:00
Pau Ferrer Ocaña
d0e0ef86b6
MOBILE-4470 swiper: Improve how params are populated to fix Swiper bug
2024-05-09 11:22:48 +02:00
Pau Ferrer Ocaña
a67cf4de7f
MOBILE-4565 a11y: Fix ion-fab-button focus
2024-04-25 09:55:47 +02:00
Pau Ferrer Ocaña
93b420311d
MOBILE-4565 utils: Move some array functions to CoreArray
2024-04-25 09:46:44 +02:00
Dani Palou
aae5002b2c
MOBILE-4566 media: Use VideoJS for some formats in Android too
2024-04-24 12:26:34 +02:00
Dani Palou
8b2b130e14
MOBILE-4470 core: Make DownloadStatus types match const names
2024-04-02 14:36:02 +02:00
Dani Palou
9b9b569703
MOBILE-4539 core: Create and use new DownloadStatus types
2024-03-11 11:28:07 +01:00
Pau Ferrer Ocaña
6f371abbdb
MOBILE-3947 chore: Deprecate CoreArray.flatten in favor native flat
2024-03-07 11:29:34 +01:00
Alfonso Salces
abf2867fc6
MOBILE-4501 cordova-plugin-moodleapp: Add diagnostic plugin
2024-02-14 09:22:15 +01:00
Dani Palou
0541415a5a
Merge pull request #3881 from alfonso-salces/MOBILE-4481
...
MOBILE-4481 ws.ts: Get mimetype from file transfer headers
2024-02-02 11:04:24 +01:00
Alfonso Salces
8f2c3445e2
MOBILE-4481 ws.ts: Get mimetype from file transfer headers
2024-02-02 10:13:46 +01:00
Pau Ferrer Ocaña
6e1726e4a0
MOBILE-4502 icons: Add fontawesome styles and treat all tags as icons
2024-02-01 17:33:42 +01:00
Pau Ferrer Ocaña
6f4e3f7479
MOBILE-4266 app: Sort some app initializers
2024-01-31 12:44:41 +01:00
Dani Palou
bfdf60900f
MOBILE-3947 core: Fix some v4 icons wrongly converted to v6
2023-12-13 16:25:38 +01:00
Dani Palou
6c99166055
MOBILE-3947 icons: Add new fonts to Ionicons using addIcons
2023-12-13 16:25:38 +01:00
Pau Ferrer Ocaña
76beb12d17
Merge pull request #3876 from dpalou/MOBILE-4479
...
Mobile 4479
2023-12-04 15:05:16 +01:00
Alfonso Salces
c0ae3e61c0
MOBILE-3947 qr-scanner: Create qr scanner service
2023-12-04 10:19:40 +01:00
Dani Palou
1c967b7813
MOBILE-4479 core: Make wait directives functions recursive
...
To be able to wait for elements inside the loading elements
2023-12-04 09:14:20 +01:00
Dani Palou
68cd9dd31d
MOBILE-3947 locutus: Fix error when unserialize PHP string
2023-12-01 09:53:40 +01:00
Dani Palou
60a2d16dc6
MOBILE-3947 push: Stop using @moodlehq/ionic-native-push
...
Now we use @awesome-cordova-plugins/push and implement the specific features in a wrapper in the app
2023-11-30 14:56:24 +01:00
Noel De Martin
7325a1dd6d
MOBILE-3947 native: Fix zip plugin
2023-11-29 16:50:43 +01:00