Commit Graph

52 Commits (d6b4febe6579ec98c70472c077c148edfa289b22)

Author SHA1 Message Date
Pau Ferrer Ocaña a9f4a48356 MOBILE-4616 keyboard: Fix dom-app circular dep by separating keyboard 2024-07-15 13:15:42 +02:00
Pau Ferrer Ocaña 6f4e3f7479 MOBILE-4266 app: Sort some app initializers 2024-01-31 12:44:41 +01:00
Dani Palou 6c99166055 MOBILE-3947 icons: Add new fonts to Ionicons using addIcons 2023-12-13 16:25:38 +01:00
Pau Ferrer Ocaña e7c5dcd6da MOBILE-3947 chore: Fix require.context is not a function on APP INIT 2023-11-30 11:17:25 +01:00
Noel De Martin 2449aca781 MOBILE-3947 ng: Fix build errors
Target in app tsconfig is set to es2022 by the Angular CLI, so we must
set it as well to be consistent in the rest of the tooling. Angular
compilation later uses browserslist for further transpilations.

Target in unit tests is kept at es2016 because of a known bug in
Angular: https://github.com/angular/angular/issues/31730
2023-11-29 16:19:00 +01:00
Pau Ferrer Ocaña fa7607a0d3 MOBILE-3947 lint: Fix jsdocs 2023-11-27 14:45:31 +01:00
Alfonso Salces 56caf062d8 MOBILE-4405 autologout: Create autologout service 2023-09-19 15:06:14 +02:00
Alfonso Salces 4993f9a71b MOBILE-4405 storage: Create storage service 2023-09-19 15:06:08 +02:00
Dani Palou 1f3d72cfbb MOBILE-4270 messages: Decrease chances of offline messages duplicated
This is because Android seems to duplicate the request if the type of connection changes while the request is done. E.g. when leaving flight mode the device could connect to mobile data first and then to WiFi.
2023-05-09 16:32:19 +02:00
Pau Ferrer Ocaña c22424c93e MOBILE-4270 chore: Solve lots of linter warnings 2023-03-14 15:50:42 +01:00
Dani Palou 2258c1183b MOBILE-4166 core: Move some CoreApp functions to CorePlatform 2023-02-09 13:34:29 +01:00
Noel De Martin e1035e9a4b MOBILE-4059 core: Update cannot connect messages 2022-11-08 16:16:52 +01:00
Noel De Martin c4952133f1 MOBILE-4059 core: Encapsulate support config 2022-11-07 16:11:25 +01:00
Noel De Martin dabd4e8046 MOBILE-4059 core: Improve errors mentioning admins 2022-11-07 16:11:25 +01:00
Noel De Martin 4ca9a4ad7b MOBILE-4059 core: Extract inappbrowser initializer 2022-11-07 16:11:24 +01:00
Dani Palou 7ac621da42 MOBILE-4126 ios: Fix handleOpenURL when app is closed
It seems the function was declared too late, when it had already been called.
2022-09-02 15:38:16 +02:00
Noel De Martin c8b16035fe MOBILE-4110 behat: Clean up services 2022-07-06 12:16:39 +02:00
Noel De Martin ed50d3d76a MOBILE-4081 core: Consolidate Platform services 2022-06-20 18:19:18 +02:00
Pau Ferrer Ocaña 1cbdd5a96b MOBILE-4081 emulator: Fix error injecting Network Service 2022-06-15 16:49:33 +02:00
Pau Ferrer Ocaña ef574e7e63 MOBILE-4061 behat: Always use the runtime to communicate with the app 2022-06-14 12:29:59 +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 a0a138f686 MOBILE-3321 core: Decouple isMobile from App 2022-06-08 13:17:14 +02:00
Alfonso Salces b921fd3706 MOBILE-4021 devtools: add pushNotifications instance 2022-05-31 09:54:09 +02:00
Noel De Martin f341983ad0 MOBILE-4081: Fix performance tests 2022-05-19 11:53:41 +02:00
Noel De Martin 0c1b244055 MOBILE-4080 core: Improve devtools settings 2022-05-19 11:53:32 +02:00
Noel De Martin 7a7950f49c MOBILE-3833 dx: Expose app provider in devtools 2022-03-31 12:00:47 +02:00
Pau Ferrer Ocaña 771ee90d6a
Merge pull request #3211 from dpalou/MOBILE-3833
Mobile 3833
2022-03-30 11:27:20 +02:00
Dani Palou 9884ceb6b3 MOBILE-3833 ios: Fix handle iframe links in iOS 2022-03-30 09:38:55 +02:00
Dani Palou 1da073eefa MOBILE-3919 assign: Support time limit in assigns 2022-03-29 08:05:54 +02:00
Pau Ferrer Ocaña 39937e2252 MOBILE-3814 network: Improve network observable performance 2022-03-15 11:19:35 +01:00
Noel De Martin 16ad2edc3a MOBILE-3833 core: Expose urlSchemes in development 2022-02-21 12:33:39 +01:00
Noel De Martin bdd6e488b9 MOBILE-3821 core: Improve database debugging DX 2022-02-21 12:33:39 +01:00
Noel De Martin f24b35de61 MOBILE-3833 core: Improve dev config overrides 2022-02-10 11:30:56 +01:00
Noel De Martin 7a1dfa38bd MOBILE-3977 core: Optimize wscache table 2022-02-07 13:46:54 +01:00
Noel De Martin 1d8f0c5a66 MOBILE-3971 core: Track database query performance 2022-01-24 18:00:27 +01:00
Pau Ferrer Ocaña 7d7f738d05 MOBILE-3833 chore: Reduce typeof undefined usage 2021-12-20 15:31:24 +01:00
Dani Palou aebbfbe6c7 MOBILE-3833 core: Export config in dev version 2021-12-13 11:29:20 +01:00
Pau Ferrer Ocaña a4f780b7b8 MOBILE-3103 iframe: Manage orientation on iframes fullscreen 2021-10-07 13:51:08 +02:00
Noel De Martin ed636a2e6c MOBILE-3833 e2e: Expose ngZone service 2021-10-04 17:15:59 +02:00
Dani Palou e9506a106f MOBILE-3846 core: Don't allow using sites not present in config 2021-09-02 11:50:56 +02:00
Noel De Martin 8a5ccf1d71 MOBILE-3833 core: Extract constructor initializers 2021-08-31 08:59:11 +02:00
Noel De Martin 29ed804567 MOBILE-3320 http: Fix user agent initialization 2021-06-16 11:54:26 +02:00
Noel De Martin 4c305e954e MOBILE-3320 e2e: Expose urlSchemes 2021-06-10 15:04:49 +02:00
Noel De Martin 153dbaf2c0 MOBILE-3320 behat: Expose push notifications 2021-05-12 08:39:30 +02:00
Dani Palou 4fb220661f MOBILE-3496 cordova: Update most cordova plugins 2021-04-13 14:49:50 +02:00
Noel De Martin d658ce9b0b MOBILE-3320 DX: Remove static singleton accessors 2021-03-03 09:46:35 +01:00
Noel De Martin 2a5e29b1c3 MOBILE-3689 init: Replace /login/init with guards 2021-02-04 13:56:26 +01:00
Noel De Martin 7f7f282e69 MOBILE-3609 settings: Implement split view 2021-01-25 12:24:52 +01:00
Noel De Martin 6d1d4a34ce MOBILE-3320 core: Standarize "initialize" usage 2020-12-15 16:04:33 +01:00
Dani Palou 29858ea5e7 MOBILE-3620 delegate: Make all delegate singletons 2020-12-10 11:22:28 +01:00