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
|
d424ba0f60
|
MOBILE-4616 test: Fix linting
|
2024-07-22 15:31:08 +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 |
|
Pau Ferrer Ocaña
|
b96b66bedd
|
MOBILE-4616 core: Move exported constants from module files
|
2024-07-15 13:15:42 +02:00 |
|
Pau Ferrer Ocaña
|
af94add7e9
|
MOBILE-4470 a11y: Fix fixed font sizes
|
2024-05-22 14:26:09 +02:00 |
|
Pau Ferrer Ocaña
|
ba72120574
|
MOBILE-4470 chore: ion-button input & textarea now supports ariaLabel
|
2024-05-16 22:46:12 +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 |
|
Noel De Martin
|
83e75e58dd
|
MOBILE-4470 behat: Clean up tests before 4.1
|
2024-05-14 11:29:00 +02:00 |
|
Noel De Martin
|
4cd4fa6fd6
|
MOBILE-4470 behat: Fix tests for 4.1 and older
|
2024-05-14 11:29:00 +02:00 |
|
Pau Ferrer Ocaña
|
d0c0b83296
|
MOBILE-4579 user: Use initials if no image is provided
|
2024-04-29 11:25:46 +02:00 |
|
Pau Ferrer Ocaña
|
e87b05bd69
|
MOBILE-4565 a11y: Add alert to empty search message
|
2024-04-25 09:46:43 +02:00 |
|
Noel De Martin
|
d2ba06f82e
|
MOBILE-4485 login: Improve app unsupported message
|
2024-04-11 13:56:19 +02:00 |
|
Pau Ferrer Ocaña
|
cbbf61088a
|
MOBILE-4483 types: Add some types available since 4.4
|
2024-04-10 17:02:09 +02:00 |
|
Pau Ferrer Ocaña
|
4f56e08f9b
|
MOBILE-4543 course: Improvements on course options delegate
|
2024-04-04 12:12:07 +02:00 |
|
Dani Palou
|
e84a2ee78c
|
MOBILE-4522 forum: Don't calculate unread number if tracking disabled
|
2024-03-26 12:29:46 +01:00 |
|
Dani Palou
|
41e4292c48
|
MOBILE-4526 core: Use ContextLevel enum instead of string
|
2024-03-13 07:53:53 +01:00 |
|
Dani Palou
|
8afeac3a94
|
MOBILE-4526 filter: Convert block and user contexts to parent
|
2024-03-13 07:53:28 +01:00 |
|
Pau Ferrer Ocaña
|
537dc07587
|
MOBILE-3947 chore: Remove unnecessary route module exports
|
2024-03-12 15:46:04 +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
|
3bdb936d58
|
MOBILE-3947 chore: Decouple services from our compiler
|
2024-03-07 11:29:34 +01:00 |
|
Pau Ferrer Ocaña
|
7980f027f0
|
MOBILE-4329 chore: Link handler action should be async to wait for nav
|
2024-03-04 16:00:58 +01:00 |
|
Pau Ferrer Ocaña
|
cc2f238d68
|
MOBILE-4329 user: Rename user profile handler types
|
2024-02-27 12:55:12 +01:00 |
|
Noel De Martin
|
da976a08a7
|
MOBILE-4496 behat: Fix webserver url
|
2024-01-31 13:41:35 +01:00 |
|
Noel De Martin
|
bb6ed65c88
|
MOBILE-4496 behat: Update tags
Tags have been changed to reflect the namespace in the app folder structure, rather than trying to find an equivalent in the LMS codebase
|
2024-01-31 11:35:09 +01:00 |
|
Noel De Martin
|
3621bc46a5
|
MOBILE-3947 glossary: Fix tests
There were some bugs in Angular v10 that countered this bug in our code, that's why it wasn't manifested until now. It seems to be related with the changes in createUrlTreeFromSegmentGroup.
See https://github.com/angular/angular/commits/16.0.x/packages/router/src/create_url_tree.ts?since=2020-06-25&until=2024-01-11
|
2024-01-15 16:35:57 +01:00 |
|
Dani Palou
|
27b980d710
|
MOBILE-3947 form: Add types to FormControl
|
2024-01-12 15:45:02 +01:00 |
|
Pau Ferrer Ocaña
|
0975669042
|
MOBILE-3947 chore: Remove some ionicons usage
|
2024-01-11 15:08:58 +01:00 |
|
Pau Ferrer Ocaña
|
8445854486
|
MOBILE-3947 behat: Fix some snapshot failures
|
2023-12-18 13:39:13 +01:00 |
|
Dani Palou
|
df0cf232f6
|
MOBILE-3947 ion-datetime: Use right language and first day of week
|
2023-12-15 10:50:51 +01:00 |
|
Pau Ferrer Ocaña
|
a424923cfc
|
MOBILE-3947 site: Use ionInput event on sitefinder
|
2023-12-14 22:08:38 +01:00 |
|
Pau Ferrer Ocaña
|
373cf8f549
|
MOBILE-3947 behat: Tag and omit failing behats due to Ionic7 migration
|
2023-12-14 22:08:38 +01:00 |
|
Pau Ferrer Ocaña
|
9dab24fef5
|
MOBIE-3947 lint: Fix self closing tags
|
2023-11-27 14:45:50 +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 |
|
Dani Palou
|
3b99950df6
|
MOBILE-4469 site: Rename candidate site to authenticated site
|
2023-11-22 10:48:18 +01:00 |
|
Dani Palou
|
a3898d7515
|
MOBILE-4469 login: Support isFeatureDisabled in all site classes
|
2023-11-22 09:17:29 +01:00 |
|
Dani Palou
|
a724a946d2
|
MOBILE-4469 core: Create new CoreCandidateSite class
|
2023-11-22 08:17:12 +01:00 |
|
Dani Palou
|
954ce48d7b
|
MOBILE-4469 core: Create new CoreUnauthenticatedSite class
|
2023-11-21 14:24:15 +01:00 |
|
Dani Palou
|
988ddb4b94
|
MOBILE-4469 core: Move CoreSite class to new sites folder
|
2023-11-21 11:58:27 +01:00 |
|
Pau Ferrer Ocaña
|
feb8a78ecc
|
MOBILE-3947 chore: Change IonRefresher type to HTMLIonRefresherElement
|
2023-11-20 11:33:27 +01:00 |
|
Pau Ferrer Ocaña
|
e40a4f13bb
|
MOBILE-3947 chore: Fix some HTML strict types
|
2023-11-20 11:33:27 +01:00 |
|
Pau Ferrer Ocaña
|
9be60c9e83
|
MOBILE-3947 chore: Fix eqeqeq on HTML
|
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 |
|
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 |
|
Pau Ferrer Ocaña
|
b3f8606afd
|
MOBILE-4362 user: Fix top avatar margin
|
2023-10-16 10:07:59 +02:00 |
|
Alfonso Salces
|
f2521bd135
|
MOBILE-4242: revert
This reverts commit e4081e6c1a949376096eccaee4b63b2b0c90f767.
|
2023-10-09 11:33:48 +02:00 |
|
Pau Ferrer Ocaña
|
1e7fe59dab
|
MOBILE-4362 user: Improve user pages look and feel
|
2023-10-06 14:14:45 +02:00 |
|
Pau Ferrer Ocaña
|
4cee48ff8b
|
MOBILE-4362 user: Fix timezone names
|
2023-10-06 12:33:42 +02:00 |
|
Pau Ferrer Ocaña
|
05a5472144
|
MOBILE-4201 login: Fix tests
|
2023-09-08 16:07:42 +02:00 |
|
Noel De Martin
|
6e613986b3
|
MOBILE-4374 user: Implement social profile fields
|
2023-07-20 15:20:21 +09:00 |
|