Commit Graph

79 Commits (396d221961cce17e13f0042cf628b1545ee4ffd4)

Author SHA1 Message Date
Pau Ferrer Ocaña 818979266d MOBILE-3899 network: Show offline message at start 2021-11-02 11:09:26 +01:00
Pau Ferrer Ocaña ef610babd7 MOBILE-3686 core: Remove some legacy instace usage on singletons 2021-10-21 12:42:30 +02:00
Dani Palou fbf495ca1b
Merge pull request #2969 from crazyserver/MOBILE-3103
Mobile 3103
2021-10-08 12:14:36 +02:00
Pau Ferrer Ocaña a4f780b7b8 MOBILE-3103 iframe: Manage orientation on iframes fullscreen 2021-10-07 13:51:08 +02:00
Dani Palou 84354cade7 MOBILE-3726 core: Display warning modal before open browser 2021-10-07 09:01:01 +02:00
Dani Palou 0c3ceca486 MOBILE-3715 iab: Fix load previous page after open external app 2021-07-28 10:22:22 +02:00
Noel De Martin 18ac86d793 MOBILE-3320 e2e: Expose root change detector 2021-06-08 12:48:06 +02:00
Dani Palou 7cc8fa0b9e MOBILE-3320 android: Fix back button with leave guards 2021-06-04 12:56:13 +02:00
Dani Palou aebedbd150 MOBILE-3320 core: Fix cancel reconnect when app is resumed 2021-06-03 15:47:01 +02:00
Dani Palou 3adf95a348 MOBILE-3320 android: Fix back button navigation 2021-05-20 11:54:12 +02:00
Pau Ferrer Ocaña 1edcae5188
Merge pull request #2779 from dpalou/MOBILE-3716
Mobile 3716
2021-05-19 15:57:39 +02:00
Dani Palou 1e03a201a4 MOBILE-3716 login: Fix cancel in reconnect screen 2021-05-19 13:41:11 +02:00
Dani Palou 76628503a2 MOBILE-3691 android: Prevent URL overriding the app in Android 2021-05-19 11:18:59 +02:00
Dani Palou 92f5742351 MOBILE-3630 sharefiles: Implement services 2021-03-16 15:21:39 +01:00
Dani Palou 7e8e49707f MOBILE-3634 core: Augment CoreEventsData everywhere 2021-03-10 15:38:57 +01:00
Dani Palou 468400b13c MOBILE-3634 core: Add ionic5 and app version classes to body 2021-03-10 15:34:05 +01:00
Dani Palou e4f719957e MOBILE-3712 core: Implement and use URL schemes service 2021-03-10 08:21:38 +01:00
Dani Palou 3d80e57402 MOBILE-3708 android: Handle back button in tabs 2021-03-03 13:07:38 +01: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
Dani Palou 9a935a3946 MOBILE-3659 core: Handle objects in nav params
Also, always use CoreNavigator instead of Router or NavController
2021-01-29 13:09:03 +01:00
Noel De Martin cff33e0991 MOBILE-3320 core: Use consistent suffixes naming 2020-11-26 13:27:47 +01:00
Pau Ferrer Ocaña 2c38c1683d MOBILE-3565 core: Apply status bar color changes 2020-11-23 12:34:05 +01:00
Pau Ferrer Ocaña ff24186a32 MOBILE-3565 core: Listen to some login events to apply customizations 2020-11-23 12:30:59 +01:00
Noel De Martin 7d1dcd3c23 MOBILE-3320 core: Refactor folders structure 2020-11-19 12:40:18 +01:00
Dani Palou e0f16ec49b MOBILE-3585 core: Rename some helper files 2020-11-12 15:13:47 +01:00
Pau Ferrer Ocaña d906c39e0b MOBILE-3565 config: Remove desktop from config 2020-11-06 12:48:36 +01:00
Pau Ferrer Ocaña f09c3f9210 MOBILE-3565 menu: Add network status message 2020-11-05 16:42:43 +01:00
Dani Palou c84ffc3b6a MOBILE-3565 login: Implement reconnect page 2020-10-30 12:48:43 +01:00
Dani Palou a332faa81e MOBILE-3565 mainmenu: Initial implementation of main menu 2020-10-23 11:07:31 +02:00
Noel De Martin 10e7df2ce6 MOBILE-3320 events: Refactor service to singleton 2020-10-22 12:48:51 +02:00
Pau Ferrer Ocaña d4f11a99d4 MOBILE-3565 gulp: Add language and jira gulp tasks 2020-10-15 12:29:19 +02:00
Noel De Martin e1c37437a2 MOBILE-3303 lint: Migrate tslint to eslint 2020-10-07 13:04:37 +02:00
Dani Palou f62cdc95f6 MOBILE-3565 core: Initialize Ionic 5 project 2020-10-05 15:12:14 +02:00
Dani Palou 20c41b7b1b MOBILE-3565 core: Delete all files from the project 2020-10-05 14:32:50 +02:00
Pau Ferrer Ocaña c69d108c11 MOBILE-3532 ionic: Apply ios mode on iPadOS 2020-09-16 09:30:08 +02:00
Pau Ferrer Ocaña 1b014ba3ba MOBILE-3532 utils: Wrap is('android') calls 2020-09-09 16:54:28 +02:00
Pau Ferrer Ocaña 4ba6f0b6fa MOBILE-3532 utils: Wrap is('ios') calls 2020-09-09 16:50:53 +02:00
Dani Palou 3a424755ec MOBILE-3465 core: Handle window.open outside of iframes 2020-07-21 09:25:42 +02:00
Dani Palou 82add048f0 MOBILE-3401 core: Fix invalid site URL in iOS when clicking links
This is caused by a bug in InAppBrowser plugin. Even with the IAB fix, the handleOpenURL function is called if there is no app to handle the URL so we'll need this check anyway
2020-05-21 12:56:50 +02:00
Dani Palou 2b57c9485d MOBILE-2995 login: Go to credentials if scan authentication QR fails 2020-04-29 11:33:15 +02:00
Dani Palou 71ab092e02 MOBILE-3026 core: Fix back online message displayed on resume 2019-10-22 15:34:15 +02:00
Dani Palou 7365bc708c MOBILE-3026 core: Fix plugin_not_installed error in iOS 2019-10-15 15:22:29 +02:00
Albert Gasset 7e6a46b028 MOBILE-3093 login: Change password page 2019-10-07 09:51:56 +02:00
Pau Ferrer Ocaña a809f624fe MOBILE-3175 other: Change Copyright author 2019-10-02 09:08:21 +02:00
Pau Ferrer Ocaña 588d616d3c MOBILE-3026 network: Show offline and back online messages 2019-10-01 13:03:23 +02:00
Albert Gasset a7c2d22cb8 MOBILE-3147 doc: Remove jsdoc types from all typescript files 2019-09-12 11:15:56 +02:00
Pau Ferrer Ocaña 265f15f380 MOBILE-3068 quiz: Close modals when time is up 2019-08-27 09:39:24 +02:00
Pau Ferrer Ocaña f3debfab1f MOBILE-3068 ionic: Close modals before going back 2019-08-26 10:49:32 +02:00
Pau Ferrer Ocaña a347a6d4ed MOBILE-3117 login: Fix logout on reconnect 2019-08-20 10:09:59 +02:00