18 Commits

Author SHA1 Message Date
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
9e9052db85 MOBILE-3947 chore: Fix some non valid types 2023-11-20 11:33:26 +01:00
Alfonso Salces
c6b2ea058e MOBILE-4202 split-view: Scroll to current element when swipe 2023-04-25 12:25: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
e3daf3738c MOBILE-3811 core: Improve collapsible header animation 2022-01-19 10:39:26 +01:00
Pau Ferrer Ocaña
34f9c3ab57 MOBILE-3833 navigator: Add required route params functions 2021-09-13 12:25:58 +02:00
Noel De Martin
e9c84c71d0 MOBILE-3320 DX: Use consistent enum casing 2021-06-03 12:15:45 +02:00
Pau Ferrer Ocaña
0db4971ae6 MOBILE-3320 ios: Fix ion-content outside split view scroll 2021-05-20 16:17:36 +02:00
Noel De Martin
d658ce9b0b MOBILE-3320 DX: Remove static singleton accessors 2021-03-03 09:46:35 +01:00
Noel De Martin
da14b7dac3 MOBILE-3643 core: Rename splitview property 2021-03-02 09:46:45 +01:00
Noel De Martin
e450659697 MOBILE-3643 forum: Migrate single activity view 2021-03-02 09:46:45 +01:00
Noel De Martin
dda1ee13e9 MOBILE-3675 course: Migrate participants search 2021-02-11 09:56:43 +01:00
Noel De Martin
2ef54f4cac MOBILE-3675 course: Migrate grades tab 2021-02-10 17:04:16 +01:00
Noel De Martin
98910cf465 Extract list items management from settings 2021-02-08 14:01:34 +01:00
Pau Ferrer Ocaña
001048fc9a MOBILE-3631 core: Add splitview placeholder page 2021-02-04 10:34:07 +01:00
Noel De Martin
cd6e93b9d1 MOBILE-3661 grades: Migrate grades tab 2021-01-27 11:44:24 +01:00
Noel De Martin
6d148229f1 MOBILE-3661 split-view: Support nested split views 2021-01-27 11:44:24 +01:00
Noel De Martin
7f7f282e69 MOBILE-3609 settings: Implement split view 2021-01-25 12:24:52 +01:00