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 |
|
Noel De Martin
|
65a4cc98f7
|
MOBILE-3371 search: Implement global search
|
2023-09-14 13:24:32 +02:00 |
|
Noel De Martin
|
c11fd99a0a
|
MOBILE-3371 core: Improve manager sources
|
2023-09-14 13:24:32 +02:00 |
|
Noel De Martin
|
f373ec9149
|
MOBILE-3371 core: Extract paginated source class
|
2023-09-14 13:24:32 +02:00 |
|
Dani Palou
|
2d2cc2f5f9
|
MOBILE-4368 analytics: Apply new analytics system to all pages
|
2023-07-13 13:53:36 +02:00 |
|
Noel De Martin
|
81468c345b
|
MOBILE-4270 core: Fix list items auto-scroll
The previous implementation was running into some race conditions that caused it to scroll back to the previously selected item sometimes.
|
2023-05-10 11:55:23 +02:00 |
|
Noel De Martin
|
2a01965941
|
MOBILE-4188 grades: Improve course navigation
|
2023-05-08 15:50:29 +02: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 |
|
Noel De Martin
|
747f23ba75
|
MOBILE-4081 core: Fix negative swipe indexes
|
2022-11-30 16:14:46 +01:00 |
|
Noel De Martin
|
6306bb697f
|
MOBILE-4042 calendar: Swipe navigation in event
|
2022-06-01 16:28:04 +02:00 |
|
Dani Palou
|
71f65cec07
|
MOBILE-3930 mod: Fix log view not called after PTR if fetch failed
|
2022-03-08 12:04:00 +01:00 |
|
Noel De Martin
|
f668f874a5
|
MOBILE-3926 core: Fix swipe navigation
|
2022-02-22 08:55:07 +01:00 |
|
Noel De Martin
|
4cdcb23d97
|
MOBILE-3833 core: Fix empty split views updates
|
2022-01-17 12:30:39 +01:00 |
|
Noel De Martin
|
d2b716da8d
|
MOBILE-3934 competency: Add swipe navigation
|
2022-01-17 12:30:39 +01:00 |
|
Pau Ferrer Ocaña
|
9d645fe254
|
MOBILE-3833 swipe: Change swipe navigation component to directive
|
2022-01-10 15:55:47 +01:00 |
|
Noel De Martin
|
008453d5ab
|
MOBILE-3833 core: Fix swipe race conditions
|
2021-12-21 16:23:09 +01:00 |
|
Dani Palou
|
372c5920a7
|
MOBILE-3927 swipe: Apply IR changes
|
2021-12-20 14:43:47 +01:00 |
|
Dani Palou
|
d527695977
|
MOBILE-3927 calendar: Add swipe to calendar daily view
|
2021-12-16 15:04:46 +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
|
651461b01e
|
MOBILE-3926 forum: Discussions swipe navigation
|
2021-12-02 13:27:13 +01:00 |
|
Noel De Martin
|
70ff7a375a
|
MOBILE-3926 glossary: Entries swipe navigation
|
2021-12-02 13:27:13 +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 |
|
Noel De Martin
|
c041e2a314
|
MOBILE-3926 core: Simplify swipe implementation
|
2021-12-02 13:27:13 +01:00 |
|
Noel De Martin
|
9987c3bcf9
|
MOBILE-3926 badges: Implement swipe navigation
|
2021-12-02 13:27:13 +01:00 |
|
Noel De Martin
|
7857e5b79c
|
MOBILE-3926 core: Support non-paginated sources
|
2021-12-01 17:42:33 +01:00 |
|
Noel De Martin
|
d6d5429ee1
|
MOBILE-3926 core: Add Source generic to managers
|
2021-12-01 17:42:33 +01:00 |
|
Noel De Martin
|
429aecf3aa
|
MOBILE-3905 course: Swipe between participants
|
2021-11-11 12:10:51 +01:00 |
|