75 Commits

Author SHA1 Message Date
Dani Palou
b1bf3a76f5 MOBILE-4270 forum: Fix discussion push handler in tablet 2023-05-11 17:01:57 +02:00
Dani Palou
29483572b7 MOBILE-4270 forum: Fix discussion link handler in tablet
This part of code changed in 1fbb4c3880e4789832c593270bb5dd6efe5f8502 to fix navigation, but now it didn't work in tablets because it tried to load the forum index page. Maybe this change breaks a case we haven't detected
2023-05-11 11:44:45 +02:00
Pau Ferrer Ocaña
b4bd42b928 MOBILE-4270 sync: Improve sync result types 2023-03-14 15:52:29 +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
8dde80aa08 MOBILE-4081 chore: Remove deprecated concatenatePaths usage 2022-11-29 10:23:36 +01:00
Dani Palou
d5c440b97d MOBILE-4089 forum: Don't fetch all pages when invalidating data 2022-10-27 15:05:59 +02:00
Dani Palou
585f669641 MOBILE-4089 forum: Fix infinite loop in getDiscussionsInPages 2022-10-27 15:05:48 +02:00
Dani Palou
8d0412fa68 MOBILE-4081 core: Remove most .bind() usage 2022-10-05 16:02:09 +02:00
Pau Ferrer Ocaña
128cd849b8 MOBILE-4081 forum: Fix duplicated syncs 2022-09-02 14:45:04 +02:00
Pau Ferrer Ocaña
f0b79822da MOBILE-4081 chore: Remove redundant awaits 2022-09-02 14:45:04 +02:00
Dani Palou
6fd5843d92 MOBILE-4035 groups: Don't call WS that will fail if no group 2022-09-02 08:15:32 +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
Dani Palou
b82c884745 MOBILE-4081 core: Remove some unneeded invalidates 2022-07-13 09:44:51 +02:00
Dani Palou
2a87212e98 MOBILE-4031 forum: Display group selector if supported 2022-07-11 10:19:43 +02:00
Noel De Martin
73ee4df1ec MOBILE-3321 core: Decouple Network from App 2022-06-08 13:28:05 +02:00
Dani Palou
d5b6f557a0 MOBILE-4069 singletons: Deprecate CoreArray.contains 2022-05-27 15:09:43 +02:00
Dani Palou
1eab0204b0 MOBILE-3833 forum: Remove duplicated due date message in 3.11+ 2022-04-12 11:09:33 +02:00
Dani Palou
195c8d94e6 MOBILE-3833 core: Add '^' dynamically in link handlers 2022-04-06 16:25:55 +02:00
Dani Palou
a690353ad7 MOBILE-3833 core: Fix collisions in link handlers
The /admin handlers haven't been modified because that folder can be moved to somewhere else in some Moodle versions
2022-03-31 13:02:52 +02:00
Dani Palou
265a170b13 MOBILE-3833 core: Treat relative URLs inside CSS files 2022-03-18 16:03:23 +01:00
Pau Ferrer Ocaña
89d8750e82
Merge pull request #3139 from dpalou/MOBILE-3780
Mobile 3780
2022-02-24 12:26:41 +01:00
Dani Palou
9ded4b7c5b MOBILE-3780 core: Don't store offline if 4xx or 5xx http error 2022-02-24 12:10:29 +01:00
Pau Ferrer Ocaña
82419c3f50 MOBILE-3811 resource: Remove mimetype icons from resource only on 4.0+
This partially reverts commit 96b172c42ca216aacc986502eb628e5a911d0671.
2022-02-23 17:10:07 +01:00
Pau Ferrer Ocaña
8c82446027 MOBILE-3811 mod: Add purpose of all modules 2022-01-19 10:39:25 +01:00
Pau Ferrer Ocaña
ed05adffbf MOBILE-3833 course: Reduce usage of CoreCourseAnyModuleData 2021-12-20 16:37:25 +01:00
Pau Ferrer Ocaña
27c7a7a952 MOBILE-3833 course: Review course module optional property 2021-12-20 15:31:51 +01:00
Pau Ferrer Ocaña
49a1d1d806 MOBILE-3833 course: Merge Course Module with calculated data types 2021-12-20 15:31:25 +01:00
Pau Ferrer Ocaña
7d7f738d05 MOBILE-3833 chore: Reduce typeof undefined usage 2021-12-20 15:31:24 +01:00
Dani Palou
56596ad30e MOBILE-3909 calendar: Fix non-null assertion eslint warnings 2021-11-22 11:47:51 +01:00
Pau Ferrer Ocaña
1fbb4c3880 MOBILE-3833 forum: Fix discussion link navigation 2021-10-01 09:58:33 +02:00
Pau Ferrer Ocaña
aa8c6136de MOBILE-2748 mod: Use more specific type on module handlers 2021-09-29 10:06:10 +02:00
Pau Ferrer Ocaña
1c0a86d045 MOBILE-2748 icon: Make getModuleIconSrc async 2021-09-29 10:06:10 +02:00
Pau Ferrer Ocaña
d5d8962766 MOBILE-3833 mod: Create a base module to remove duplicated getData func 2021-09-09 13:49:52 +02:00
Dani Palou
68e57c0f17 MOBILE-3819 core: Remove code specific for Moodle 3.1-3.4 2021-09-06 11:17:28 +02:00
Noel De Martin
5dd2f2c93d
Merge pull request #2932 from dpalou/MOBILE-3793
Mobile 3793
2021-09-02 11:30:02 +02:00
Dani Palou
44bc62e0a2 MOBILE-3793 forum: Make edit post more consistent
Now edit online and offline have the same behaviour, and the original post disappears when editing it
2021-09-02 11:22:37 +02:00
Dani Palou
28056bf176 MOBILE-3847 mod: Improve error message when module not found 2021-09-01 11:08:56 +02:00
Dani Palou
628f380d7c MOBILE-3780 course: Use right max upload size when set to course limit 2021-07-22 14:40:51 +02:00
Pau Ferrer Ocaña
f5a2d61149 MOBILE-3320 forum: Fix message inline file prefetch 2021-07-01 14:36:15 +02:00
Dani Palou
c5d18dffdc MOBILE-3320 course: Fix some prefetchs never ending 2021-06-11 12:20:44 +02:00
Dani Palou
530ac1a109
Merge pull request #2809 from NoelDeMartin/MOBILE-3320
MOBILE-3320: Tweaks
2021-06-04 08:37:54 +02:00
Noel De Martin
e9c84c71d0 MOBILE-3320 DX: Use consistent enum casing 2021-06-03 12:15:45 +02:00
Dani Palou
dd2eb1fc97 MOBILE-3320 core: Fix bugs with concat(), like notes sync 2021-06-02 16:16:22 +02:00
Pau Ferrer Ocaña
2a1e8a44e8 MOBILE-3752 lint: Remove duplicated spaces 2021-05-13 16:46:24 +02:00
Pau Ferrer Ocaña
9c2a235745 MOBILE-3752 a11y: Fix darkmode on some screens 2021-05-13 16:46:24 +02:00
Pau Ferrer Ocaña
1650dc0cb4 MOBILE-3749 core: Fix available typo 2021-05-11 10:10:49 +02:00
Noel De Martin
61789f5550 MOBILE-3320 DX: Fix lint warnings 2021-05-06 13:31:22 +02:00
Pau Ferrer Ocaña
e024947fdd MOBILE-3657 file: Add uploadOrStoreFile overloads 2021-04-26 10:06:13 +02:00
Pau Ferrer Ocaña
d7970bbf5e MOBILE-3657 mod: Remove unused invalidateFiles functions on activities 2021-04-23 16:11:42 +02:00