Pau Ferrer Ocaña
09a2cd2cef
MOBILE-4653 core: Add site logo component
2024-12-10 09:35:19 +01:00
Dani Palou
00d92e1f0e
MOBILE-4653 delegate: Fix regression in hasHandlers
2024-11-28 12:52:55 +01:00
Pau Ferrer Ocaña
a6cfe91003
MOBILE-4138 core: Unprotect updateHandlers on delegates
2024-11-20 16:01:40 +01:00
Pau Ferrer Ocaña
bfe8f4c24f
MOBILE-4138 core: Wait for ready on delegates
2024-11-20 13:28:22 +01:00
Dani Palou
3cfd550b58
MOBILE-4693 error: Also display accordion for debug info in error modals
2024-11-18 14:53:05 +01:00
Pau Ferrer Ocaña
f75bcea915
MOBILE-4653 utils: Completely migrate utils to singleton
2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña
96f3be2ff1
MOBILE-4653 utils: Move object and array related utils functions
2024-11-18 14:24:18 +01:00
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
94b0266794
MOBILE-4653 utils: Move error 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
Pau Ferrer Ocaña
dba799ff90
MOBILE-4653 sites: Move CoreSite constants
2024-11-18 14:17:50 +01:00
Dani Palou
9f46fe67d0
MOBILE-4679 dev: Display auto login info and part of tokens in dev page
2024-11-12 08:27:29 +01:00
Dani Palou
f169144b3a
MOBILE-4653 core: Add Moodle 5.0 temporary version
2024-11-06 12:52:19 +01:00
Pau Ferrer Ocaña
95756b5c13
MOBILE-4616 feedback: Fix tab selection after submit form
2024-10-15 14:54:23 +02:00
Dani Palou
8a0b28ef93
MOBILE-4616 core: Set Moodle 4.5 release version
2024-10-09 08:24:23 +02:00
Dani Palou
8d4e4364c0
MOBILE-4641 core: Support custom default home pages
2024-09-17 09:38:51 +02:00
Dani Palou
2c2508607a
MOBILE-4359 core: Create and use runAfterLoginNavigation
...
This function will be used to run code after the login navigation finishes, to avoid collisions when doing extra navigations
2024-09-05 12:24:35 +02:00
Pau Ferrer Ocaña
b4e8d81463
MOBILE-4616 chore: Add Moodle 4.5 release temporal number
2024-08-19 09:14:13 +02:00
Pau Ferrer Ocaña
90ec21333b
MOBILE-4616 text: Migrate text utils to text
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
3afa736cf4
MOBILE-4616 loading: Create a service to have loading functions
2024-08-13 16:44:25 +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
Dani Palou
2abe483c6d
MOBILE-4640 db: Fix bug when updating primary key in memory database
...
Before this fix, the record was updated but the key was still the old primary key, so the new record wasn't found when using getOneByPrimaryKey.
2024-08-13 14:17:37 +02:00
Albert Gasset
357fda719a
MOBILE-4631 login: Hide the login form in the app when is hidden in LMS
2024-08-05 15:36:00 +02:00
Dani Palou
d45fc9c7a7
MOBILE-4612 core: Create and use toBoolean input transform
2024-07-30 11:59:36 +02:00
Pau Ferrer Ocaña
3f9ea653f9
MOBILE-4616 chore: Move modals functions to CoreModalsService
2024-07-29 15:04:57 +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
caa100979a
MOBILE-4616 chore: Import modals during runtime
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
Dani Palou
0b9cab2aeb
MOBILE-4604 iab: Clear session when open IAB with auto-login in Android
2024-06-05 11:57:06 +02:00
Noel De Martin
89597dad72
MOBILE-4470 storagemanager: Fix removing courses
...
Fixes a regression caused by 91c56256ed
2024-05-28 08:44:29 +02:00
Noel De Martin
77d3ac9d43
MOBILE-4470 angular: Fix snapshot types
...
Route snapshots are typed as non-optional, but we found a situation where it was undefined. Looking at the Angular source code, it seems like indeed snapshots can be undefined but they have been declared with a definite assignment assertion: https://github.com/angular/angular/blob/17.3.0/packages/router/src/router_state.ts#L231
2024-05-14 13:33:34 +02:00
Pau Ferrer Ocaña
e779c7a7f2
MOBILE-4470 modals: Fix refresh button modal pointer events
2024-05-10 14:36:28 +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
823b088f48
MOBILE-4470 chore: Fix Moodle 4.4 release number
2024-05-02 14:54:24 +02:00
Pau Ferrer Ocaña
3fed4943d9
MOBILE-4543 siteplugins: Import libraries once
2024-04-04 12:12:08 +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
eb0738cb0f
MOBILE-4268 core: Require details with error code
2024-03-18 16:10:40 +01:00
Dani Palou
85e6446f4b
MOBILE-2768 policy: Support accepting all types of policies
2024-03-18 08:28:48 +01:00
Dani Palou
380bd72087
MOBILE-2768 site: Add missing fields in site info type
2024-03-18 08:28:48 +01:00
Dani Palou
521dc9eb6d
MOBILE-2768 policy: Move site policy code to new feature
2024-03-18 08:28:47 +01:00
Pau Ferrer Ocaña
21b43d56df
MOBILE-4538 delegates: Add handlers promise enabled info and remove code
2024-03-11 11:57:42 +01:00
Pau Ferrer Ocaña
a6a31f8e79
MOBILE-3947 blocks: Check blocks are enabled on blocks delegates
2024-03-06 16:15:52 +01:00
Pau Ferrer Ocaña
3cc03713ae
MOBILE-4498 tags: Use advanced features to check if tags are enabled
2024-03-04 13:13:08 +01:00
Pau Ferrer Ocaña
c3c414a1da
MOBILE-4456 course: Adapt purpose of the icons to new version
2024-02-29 15:56:24 +01:00
Noel De Martin
d94402637e
MOBILE-4304 core: Implement SubPartial helper
2024-02-14 09:06:20 +01:00
Noel De Martin
a7bd1e5f89
MOBILE-4304 core: Replace WebSQL with sqlite-wasm
2024-02-14 09:06:19 +01:00