238 Commits

Author SHA1 Message Date
Dani Palou
383291d82d
Merge pull request #3677 from NoelDeMartin/MOBILE-4270
MOBILE-4270: QA Tweaks
2023-05-11 17:40:59 +02:00
Noel De Martin
626ca8d0fa
Merge pull request #3676 from dpalou/MOBILE-4270
Mobile 4270
2023-05-11 17:29:21 +02:00
Dani Palou
b1bf3a76f5 MOBILE-4270 forum: Fix discussion push handler in tablet 2023-05-11 17:01:57 +02:00
Noel De Martin
a0f1a808c7 MOBILE-4270 forum: Fix pinned & starred discussion 2023-05-11 16:13:42 +02:00
Dani Palou
709070382e
Merge pull request #3669 from crazyserver/MOBILE-4270
Mobile 4270
2023-05-11 15:19:56 +02:00
Pau Ferrer Ocaña
8d101d35ac MOBILE-4270 popover: Add ion-content to popovers to enable scrolling 2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
5c93475553 MOBILE-4270 lang: Update lang strings 2023-05-11 13:41:59 +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
Noel De Martin
335a758350 MOBILE-4288 forum: Improve user groups UI 2023-05-03 15:43:24 +02:00
Noel De Martin
e8a73689ef MOBILE-4288 core: Format group names
Group names may contain other filters such as mathjax, so only filtering
multilanguage is not enough.
2023-05-03 12:16:47 +02:00
Noel De Martin
9180e6e082 MOBILE-4288 multilang: Implement type safety 2023-04-24 11:25:43 +02:00
Dani Palou
708165c0e8 MOBILE-4269 sync: Remove 'Error' from sync warning modals 2023-04-05 11:29:51 +02:00
Noel De Martin
461c8b306a MOBILE-4279 behat: Update snapshot icons 2023-03-22 09:50:32 +01:00
Dani Palou
4b9e5afeb2
Merge pull request #3581 from crazyserver/MOBILE-4279
Mobile 4279
2023-03-21 12:53:35 +01:00
Pau Ferrer Ocaña
902288dd0f MOBILE-4279 fonts: Update Font-awesome names to 6.3 2023-03-21 12:07:06 +01:00
Noel De Martin
e319913996 MOBILE-4270 mod_forum: Prepare snapshot tests 2023-03-20 11:20:40 +01:00
Noel De Martin
98d332138a MOBILE-4270 core: Standardize page modules 2023-03-16 11:02:11 +01: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
4a7fec5e18
Merge pull request #3552 from dpalou/MOBILE-4249
Mobile 4249
2023-02-21 11:25:22 +01:00
Dani Palou
ffdbf392df MOBILE-4249 ui: Fix context-menu not working in some split view 2023-02-17 11:15:57 +01:00
Pau Ferrer Ocaña
a6de01f5ae MOBILE-4065 a11y: Fix lots of headings 2023-02-16 16:05:56 +01:00
Dani Palou
8996cef648 MOBILE-4069 a11y: Remove unneeded aria-labelledby
With the latest Ionic update, these aria-labelledby aren't needed and one of them even caused a behat test to fail
2023-02-13 11:27:39 +01:00
Pau Ferrer Ocaña
31a275a6fe MOBILE-4065 forum: Fix forum focus problems 2023-02-07 15:03:50 +01:00
Dani Palou
82082eb14a MOBILE-4081 forum: Fix prefetch behat test 2022-12-16 10:03:35 +01:00
Dani Palou
6b0fbbeaa5 MOBILE-4081 forum: Display selectors if loading discussions fail 2022-12-15 10:26:29 +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
Pau Ferrer Ocaña
d40a488758 MOBILE-3936 reminders: Add click listeners 2022-11-15 16:08:59 +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
33b3d7db78 MOBILE-4035 groups: Create group selector component 2022-09-02 08:15:32 +02:00
Pau Ferrer Ocaña
68a4a4e75f MOBILE-4081 chore: Fixtures on types and async functions 2022-08-31 16:37:12 +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
5630f5b054
Merge pull request #3321 from crazyserver/MOBILE-4047
Mobile 4047
2022-07-13 15:27:12 +02:00
Dani Palou
b82c884745 MOBILE-4081 core: Remove some unneeded invalidates 2022-07-13 09:44:51 +02:00
Pau Ferrer Ocaña
29d97cca3a MOBILE-4047 behat: Add switch network connection step 2022-07-12 16:01:51 +02:00
Dani Palou
ee2786830c MOBILE-4031 forum: Improve basic usage behat tests 2022-07-11 11:08:38 +02:00
Dani Palou
195c2af178 MOBILE-4031 forum: Add behat tests to test groups 2022-07-11 11:08:38 +02:00
Dani Palou
2a87212e98 MOBILE-4031 forum: Display group selector if supported 2022-07-11 10:19:43 +02:00
Pau Ferrer Ocaña
183919a622 MOBILE-4061 behat: Add bulk set fields command 2022-06-14 15:49:14 +02:00
Pau Ferrer Ocaña
82033e05d0 MOBILE-4061 core: Handle network changes on the network service 2022-06-14 12:17:05 +02:00
Noel De Martin
73ee4df1ec MOBILE-3321 core: Decouple Network from App 2022-06-08 13:28:05 +02:00
Dani Palou
53be23eb00 MOBILE-4069 behat: Fix forum behat test 2022-05-27 15:20:41 +02:00
Dani Palou
11ca2bd7fc MOBILE-4069 behat: Make it easier to find text in modals, popover, ... 2022-05-27 15:20:41 +02:00
Dani Palou
d5b6f557a0 MOBILE-4069 singletons: Deprecate CoreArray.contains 2022-05-27 15:09:43 +02:00