20 Commits

Author SHA1 Message Date
Dani Palou
c2a500976d MOBILE-4724 core: Create CoreAlerts and CorePrompts 2025-01-14 09:44:13 +01: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
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
Pau Ferrer Ocaña
feb8a78ecc MOBILE-3947 chore: Change IonRefresher type to HTMLIonRefresherElement 2023-11-20 11:33:27 +01:00
Dani Palou
2d2cc2f5f9 MOBILE-4368 analytics: Apply new analytics system to all pages 2023-07-13 13:53:36 +02:00
Pau Ferrer Ocaña
dd4c9a1ed0 MOBILE-4081 eslint: Solve jsdoc linter warnings 2022-12-01 23:05:46 +01:00
Pau Ferrer Ocaña
7cdafca794 MOBILE-3787 assign: Add enums to different states 2022-01-13 15:27:59 +01:00
Pau Ferrer Ocaña
7d7f738d05 MOBILE-3833 chore: Reduce typeof undefined usage 2021-12-20 15:31:24 +01:00
Dani Palou
372c5920a7 MOBILE-3927 swipe: Apply IR changes 2021-12-20 14:43:47 +01:00
Dani Palou
741880f8df MOBILE-3927 swipe: Create swipe-slides component and refactor managers 2021-12-16 15:04:46 +01:00
Noel De Martin
e8d0026995 MOBILE-3926 core: Move item path getters to source 2021-12-02 13:27:13 +01:00
Noel De Martin
f45f984d8e MOBILE-3926 assign: Submissions swipe navigation 2021-12-02 13:27:13 +01:00
Pau Ferrer Ocaña
34f9c3ab57 MOBILE-3833 navigator: Add required route params functions 2021-09-13 12:25:58 +02:00
Pau Ferrer Ocaña
2a1e8a44e8 MOBILE-3752 lint: Remove duplicated spaces 2021-05-13 16:46:24 +02:00
Dani Palou
7b8fbca73b MOBILE-3649 core: Always use IonRefresher directly 2021-03-12 12:35:31 +01:00
Pau Ferrer Ocaña
5aaf4acea5 MOBILE-3629 core: Add route options to getRouteParams on CoreNavigator 2021-03-11 11:09:21 +01:00
Pau Ferrer Ocaña
f52e8d2442 MOBILE-3627 lint: Fix multiple line in the whole code 2021-03-09 15:59:56 +01:00
Dani Palou
a4046f5678 MOBILE-3664 site plugins: Implement pages 2021-03-05 13:05:51 +01:00
Noel De Martin
d658ce9b0b MOBILE-3320 DX: Remove static singleton accessors 2021-03-03 09:46:35 +01:00
Pau Ferrer Ocaña
5350f715a3 MOBILE-3636 assign: Submission review and edit pages 2021-02-22 16:35:42 +01:00