Commit Graph

36 Commits (main)

Author SHA1 Message Date
Dani Palou 9e006424f6 MOBILE-4724 core: Move showOperationModals to CoreLoadings 2025-01-14 09:44:13 +01:00
Pau Ferrer Ocaña 0a37db2151 MOBILE-4653 chore: Fix singleton constructors and compiler 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña b0c494ee51 MOBILE-4616 chore: Move html mode classes to CoreHTMLClasses 2024-08-14 15:17:41 +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 21ac11cb35 MOBILE-4616 chore: Update circular dependencies number 2024-07-29 15:04:58 +02:00
Pau Ferrer Ocaña 1186694c5f MOBILE-4616 url: Migrate all CoreUrlUtils to CoreUrl static singleton 2024-07-25 15:26:53 +02:00
Pau Ferrer Ocaña 21aeaeaabc MOBILE-4594 test: Reduce the number of circular deps 2024-07-17 16:55:22 +02:00
Pau Ferrer Ocaña ce613e8d0c MOBILE-4616 github: Reduce circular dependencies maximum 2024-07-10 14:11:24 +02:00
Pau Ferrer Ocaña 9d1b71424b MOBILE-4616 test: add margin to circular deps 2024-07-05 08:51:52 +02:00
Noel De Martin ec8a1058dd MOBILE-4616: Update supported versions 2024-07-03 17:24:27 +02:00
Noel De Martin 3594277050 MOBILE-4616: Count circular dependencies in CI 2024-07-03 15:13:17 +02:00
Pau Ferrer Ocaña 64d692aec2 MOBILE-4497 github: Add concurrency to cancel previous ongoing pushes 2024-03-04 17:49:15 +01:00
Pau Ferrer Ocaña f20a30dbb1 MOBILE-3947 chore: Update check-es-compat package 2024-01-24 13:47:53 +01:00
Noel De Martin f7d50be5c4 MOBILE-3947 ng: Update polyfills
The check-es-compat patch can be removed if the following PR is resolved: https://github.com/robatwilliams/es-compat/pull/86
2023-11-30 15:02:30 +01:00
Noel De Martin dbb3db08ae MOBILE-3947 app: Upgrade to Ionic 7 2023-11-23 15:23:43 +01:00
Noel De Martin f202bcbb4a MOBILE-4331 cordova: Implement native plugin 2023-07-05 12:14:05 +02:00
Pau Ferrer Ocaña 6b2be863b5 MOBILE-4081 lang: Improvements on script and import translations 2022-11-03 15:45:43 +01:00
Noel De Martin fe916c2dac MOBILE-4110 ci: Fix node versions 2022-07-07 09:46:32 +02:00
Noel De Martin d44aaa17db MOBILE-4081 core: Fix package-lock.json for npm 6
We were previously relying on npm 7 by mistake
2022-05-30 15:31:02 +02:00
Pau Ferrer Ocaña eb34039be9 MOBILE-2748 github: Ignore warnings during linter on testing 2021-09-29 14:37:02 +02:00
Noel De Martin a61d13d846 MOBILE-3876 test: Fix compatibility checks
Using the new minification strategy, it finds the unsupported ES2018 RegExp on src/core/services/utils/text.ts:333. It's actually fine because it is written within a try/catch, so we can ignore it. But it should have been detecting it all along, so it was a false positive before.
2021-09-23 17:55:57 +02:00
Noel De Martin 31b6a8d692 MOBILE-3833 DX: Update node version 2021-08-31 17:43:19 +02:00
Pau Ferrer Ocaña aff39e8201 Revert "MOBILE-3833 lint: One dependency will cause one compat error"
This reverts commit 5257117ea1.
2021-08-09 11:59:57 +02:00
Pau Ferrer Ocaña 5257117ea1 MOBILE-3833 lint: One dependency will cause one compat error
It's not an error itself but it's detected as it on core-js:

https://github.com/zloirock/core-js/blob/master/packages/core-js/internals/regexp-unsupported-ncg.js
2021-08-05 14:28:58 +02:00
Pau Ferrer Ocaña d4a6bc0f72 MOBILE-3792 github: Update npm to 7 on github actions 2021-08-05 11:55:54 +02:00
Pau Ferrer Ocaña eff001f6bc MOBILE-3320 github: Fix lang check on test action 2021-05-21 11:27:46 +02:00
Pau Ferrer Ocaña cd074b7e0f MOBILE-3320 github: Check some strings are not yet translatable 2021-05-20 12:21:56 +02:00
Pau Ferrer Ocaña ea2750073a MOBILE-3320 lang: Use AWS to update lang files 2021-05-13 12:13:26 +02:00
Pau Ferrer Ocaña 82f40e60e9 MOBILE-3745 github: Manually run migration checks 2021-05-07 16:53:38 +02:00
Noel De Martin 0b07323a81 MOBILE-3720 env: Update browserslist targets 2021-03-16 09:07:21 +01:00
Pau Ferrer Ocaña 4544761417 MOBILE-3708 github: Add mirroring action 2021-02-25 12:07:28 +01:00
Pau Ferrer Ocaña 31bb3a46e1 MOBILE-3650 github: Change order of commands 2021-02-09 16:27:23 +01:00
Pau Ferrer Ocaña f42ed2f054 MOBILE-3660 github: Improve duplicate class detection 2021-02-05 16:17:56 +01:00
Pau Ferrer Ocaña f4195c25af MOBILE-3631 github: Add extra action to detect duplicate class attribute 2021-02-04 10:34:07 +01:00
Pau Ferrer Ocaña 497c164626 MOBILE-3624 ionic: Add linting for migration purposes 2020-12-15 12:55:17 +01:00
Noel De Martin 9ece50f369 MOBILE-3320 ci: Configure Github Actions 2020-12-01 11:56:34 +01:00