109 Commits

Author SHA1 Message Date
Dani Palou
d1856f5fff MOBILE-4660 course: Adapt course downloads to new data structure 2024-10-07 16:21:51 +02:00
Dani Palou
a169d9301a MOBILE-4660 course: Refactor how subsections are handled
This commit doesn't refactor course downloads yet, it will be done in another commit.
2024-10-07 12:11:55 +02:00
Pau Ferrer Ocaña
1527e31cd6 MOBILE-4442 course: Open subsections as sections inside course 2024-09-19 12:03:35 +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
Pau Ferrer Ocaña
e3b41c169e MOBILE-4389 course: Course format standalone component 2024-07-29 23:09:54 +02:00
Dani Palou
691ad40490
Merge pull request #4046 from crazyserver/MOBILE-4470
Mobile 4470
2024-05-14 16:32:19 +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
58ef2f9e0e MOBILE-4470 course: Add function to control if a module is on core 2024-05-14 10:42:02 +02:00
Alfonso Salces
755b4c0189 MOBILE-4430 course: Update progress changes 2024-04-19 13:04:45 +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
8b2b130e14 MOBILE-4470 core: Make DownloadStatus types match const names 2024-04-02 14:36:02 +02:00
Dani Palou
9b9b569703 MOBILE-4539 core: Create and use new DownloadStatus types 2024-03-11 11:28:07 +01:00
Pau Ferrer Ocaña
62692bd23d MOBILE-4456 course: Load icon svg as inline and style them properly 2024-02-29 16:40:31 +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
Pau Ferrer Ocaña
b69341ecb2 MOBILE-4456 course: Add new 4.4 activity icons 2024-02-27 13:49:18 +01:00
Noel De Martin
26bf15496d MOBILE-4304 core: Remove getInOrEqual database helper 2024-02-14 09:06:19 +01:00
Noel De Martin
869f08eee7 MOBILE-4304 core: Return database records rowId 2024-02-14 09:06:19 +01:00
Noel De Martin
38d0ad1aad MOBILE-4304 core: Remove redundant generics 2024-02-14 09:06:19 +01:00
Noel De Martin
4286234e6b MOBILE-3947 chore: Fix TS errors 2023-11-27 15:58:38 +01:00
Noel De Martin
93dad58ebe MOBILE-3947 app: Fix linting errors 2023-11-23 15:25:36 +01:00
Dani Palou
3b99950df6 MOBILE-4469 site: Rename candidate site to authenticated site 2023-11-22 10:48:18 +01:00
Dani Palou
a724a946d2 MOBILE-4469 core: Create new CoreCandidateSite class 2023-11-22 08:17:12 +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
3c53bf2632 MOBILE-4465 chore: Remove deprecated code on 4.0 2023-11-20 10:17:16 +01:00
Pau Ferrer Ocaña
58d571d64f MOBILE-4362 lint: Solve deprecation linting 2023-10-19 22:10:31 +02:00
Pau Ferrer Ocaña
6b0cd694c5 MOBILE-4348 label: Support has custom cm list item to match cards border 2023-10-19 14:13:05 +02:00
Pau Ferrer Ocaña
05786e94d3 MOBILE-4348 module: Renew completion 2023-10-02 21:43:34 +02:00
Dani Palou
5090186cca MOBILE-4370 course: Remove unneeded 'Show more' in availability 2023-08-07 14:50:47 +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
7a761fd47f MOBILE-4282 course: Respect indentation format 2023-04-24 13:23:02 +02:00
Pau Ferrer Ocaña
b1495c6c9d MOBILE-4250 course: Improve translation of module names for a11y 2023-03-20 09:50:11 +01:00
Pau Ferrer Ocaña
c22424c93e MOBILE-4270 chore: Solve lots of linter warnings 2023-03-14 15:50:42 +01: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
5d910ea5b4 MOBILE-3936 reminders: Add reminders to courses and activities 2022-11-10 16:37:05 +01:00
Dani Palou
52a4322f0d MOBILE-3817 core: Create WSObservable type 2022-09-16 10:22:53 +02:00
Dani Palou
979e995166 MOBILE-3817 filter: Apply update in background to filters 2022-09-16 10:22:53 +02:00
Pau Ferrer Ocaña
7a0346210e
Merge pull request #3372 from dpalou/MOBILE-4102
MOBILE-4102 course: Display relative dates for teachers
2022-09-02 17:28:10 +02:00
Pau Ferrer Ocaña
f0b79822da MOBILE-4081 chore: Remove redundant awaits 2022-09-02 14:45:04 +02:00
Dani Palou
38cf037162 MOBILE-4121 completion: Invalidate when data sent in scorm/lesson 2022-08-18 15:30:58 +02:00
Dani Palou
57cd6d1705 MOBILE-4102 course: Display relative dates for teachers 2022-08-03 10:38:30 +02:00
Dani Palou
844c14b8cb MOBILE-4116 core: Avoid using Date instances if possible
When the date can be affected by time zone, always use moment
2022-07-29 14:59:40 +02:00
Pau Ferrer Ocaña
c1cae77bbc MOBILE-4047 cron: Improve alerts on cron failures 2022-07-12 16:01:51 +02:00
Noel De Martin
8dd0ef41a1 MOBILE-4038 icon: Revert getModuleIconSrc to sync
Reverted from 1c0a86d045
2022-06-23 12:29:54 +02:00
Noel De Martin
ed50d3d76a MOBILE-4081 core: Consolidate Platform services 2022-06-20 18:19:18 +02:00
Noel De Martin
73ee4df1ec MOBILE-3321 core: Decouple Network from App 2022-06-08 13:28:05 +02:00
Noel De Martin
6356623664 MOBILE-3988 core: Remove duplicated promise helper 2022-05-31 10:33:54 +02:00
Dani Palou
da11a08c07 MOBILE-3833 course: Fix open site home from module summary 2022-03-18 16:03:29 +01:00
Dani Palou
b72e247f81 MOBILE-3930 course: Store and display modules viewed and last 2022-03-11 12:31:35 +01:00
Dani Palou
5b0abf40f7
Merge pull request #3127 from NoelDeMartin/MOBILE-3821
MOBILE-3821: Database optimization final tweaks (before 4.0)
2022-02-21 12:51:12 +01:00