Dani Palou
7f37d87dd9
MOBILE-4673 ios: Fix iframe links script not loaded in some apps
2024-10-08 12:47:02 +02:00
Alfonso Salces
9c4965e7db
MOBILE-2256 privatefiles: Remove private files
2024-09-26 09:45:44 +02:00
Dani Palou
c827311684
MOBILE-4482 core: Fix treat draft URLs failing because of encoded chars
...
Usually file.filename doesn't have encoded chars, but the URL does so they don't match.
2024-09-12 16:09:34 +02:00
Dani Palou
4f1db0e639
MOBILE-4359 localnotifications: Fix open local notif when app is dead
2024-09-05 12:24:35 +02:00
Dani Palou
2c2508607a
MOBILE-4359 core: Create and use runAfterLoginNavigation
...
This function will be used to run code after the login navigation finishes, to avoid collisions when doing extra navigations
2024-09-05 12:24:35 +02:00
Pau Ferrer Ocaña
b2691e8b3c
MOBILE-4616 behat: Correct container visibility and narrow search
2024-09-03 11:30:20 +02:00
Dani Palou
e666fdc517
MOBILE-4606 login: Fix loginSuccessful calculation when authenticating
2024-08-22 13:05:19 +02:00
Pau Ferrer Ocaña
00951b22d5
MOBILE-4616 chore: Always use convertTextToHTMLElement to convert HTML
2024-08-14 15:17:41 +02: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
323ccc8c76
MOBILE-4616 chore: Isolate convertHTMLToHTMLElement
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
90ec21333b
MOBILE-4616 text: Migrate text utils to text
2024-08-14 15:17:41 +02:00
Albert Gasset
7866b31a8f
MOBILE-4608 core: Parse error message from HTML error pages
2024-08-14 10:01:26 +02:00
Dani Palou
071eee20bb
Merge pull request #4138 from alfonso-salces/MOBILE-4581
...
MOBILE-4581 utils: Add lang to openInBrowser urls
2024-08-14 08:40: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
73f6a0e6b9
MOBILE-4616 viewer: Create a service to have all the qr scan functions
2024-08-13 16:44:25 +02:00
Pau Ferrer Ocaña
1412a5571c
MOBILE-4616 viewer: Create a service to have all the viewer functions
2024-08-13 16:39:31 +02:00
Pau Ferrer Ocaña
072f0b8fd4
MOBILE-4616 chore: Import popovers during runtime
2024-08-13 16:37:24 +02:00
Pau Ferrer Ocaña
7cf5d9b692
MOBILE-4616 chore: Create CorePopoversService to add popovers functions
2024-08-13 16:37:24 +02:00
Alfonso Salces
4c550729ca
MOBILE-4581 utils: Add lang to openInBrowser urls
2024-08-13 15:05:24 +02:00
Dani Palou
7118768fe5
MOBILE-4640 core: Fix revision not removed from pluginfile URLs
...
This means that every time a file revision changed, the app downloaded it into a new file when it should replace the existing file with the new version.
2024-08-13 14:17:37 +02:00
Dani Palou
9a1cd83207
MOBILE-4640 filepool: Remove unused fillExtensionInFile
2024-08-13 14:17:37 +02:00
Dani Palou
720b48644b
MOBILE-4640 filepool: Avoid re-downloading files when it isn't needed
2024-08-13 14:17:37 +02:00
Pau Ferrer Ocaña
79ba03144c
Merge pull request #4143 from dpalou/MOBILE-4602
...
Mobile 4602
2024-08-13 09:41:31 +02:00
Dani Palou
8c96839480
MOBILE-4602 core: Remove problematic close when reopening IAB
...
Opening a new IAB when one is already open doesn't create a second one, only one is present so there's no need to close the previous one. Also, calling close() caused the new IAB to close immediately because the app doesn't wait for the previous one to finish closing.
2024-08-06 14:24:48 +02:00
Dani Palou
392351849b
MOBILE-4591 lang: Fix parent language strings overriden by mistake
2024-08-05 12:51:09 +02:00
Pau Ferrer Ocaña
3f9ea653f9
MOBILE-4616 chore: Move modals functions to CoreModalsService
2024-07-29 15:04:57 +02:00
Pau Ferrer Ocaña
ab7b69c262
MOBILE-4616 chore: Move waitForResizeDone to CoreWait
2024-07-29 15:04:57 +02:00
Pau Ferrer Ocaña
6303769f0c
MOBILE-4616 chore: Move ucFirst to CoreText
2024-07-29 11:47:33 +02:00
Pau Ferrer Ocaña
d6007c2aae
MOBILE-4616 chore: Create CoreToastsService to add toasts functions
2024-07-29 11:46:23 +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
7d9c9b6fe9
MOBILE-4616 chore: Create CoreWait to add waiting functions
2024-07-25 10:46:28 +02:00
Pau Ferrer Ocaña
7068db3f62
MOBILE-4616 chore: Move copyClipboard to CoreText
2024-07-25 10:46:28 +02:00
Pau Ferrer Ocaña
caa100979a
MOBILE-4616 chore: Import modals during runtime
2024-07-25 10:46:28 +02:00
Noel De Martin
f6bd83ae6c
MOBILE-4596 data: Decouple handlers
2024-07-23 11:37:27 +02:00
Alfonso Salces
001fba65cb
MOBILE-4630 dom: Use multilang filter in showDeleteConfirm
2024-07-23 09:22:11 +02:00
Alfonso Salces
fd9577cfbf
MOBILE-4630 pluginfile: Add lang to file download request
2024-07-23 09:22:05 +02:00
Pau Ferrer Ocaña
339212435d
MOBILE-4569 behat: Fix some behat tests
2024-07-17 16:55:22 +02:00
Pau Ferrer Ocaña
2e1626dcfb
MOBILE-4594 chore: Remove deprecated code on 4.1 and 4.0
2024-07-17 16:55:22 +02:00
Pau Ferrer Ocaña
aadb6f0a24
MOBILE-4594 ionic: Update to Ionic 8
2024-07-17 16:55:21 +02:00
Pau Ferrer Ocaña
eb9935a1d7
MOBILE-4632 database: Load styles from site plugins
2024-07-15 15:19:15 +02:00
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
03e0c363b3
MOBILE-4619 sites: Remove site classes on login unchecked
2024-07-10 14:04:08 +02:00
Dani Palou
1e2851225f
MOBILE-4470 location: Improve handling approximate location
2024-06-17 10:07:56 +02:00
Dani Palou
554e5eeb76
MOBILE-4470 location: Fix location in Android and iOS
2024-06-13 11:19:15 +02:00
Noel De Martin
3ada101981
Merge pull request #4087 from dpalou/MOBILE-4470
...
MOBILE-4470 popover: Fix popover position when zoom applied
2024-06-06 12:31:54 +02:00
Dani Palou
738de88c38
MOBILE-4470 popover: Fix popover position when zoom applied
2024-06-06 12:11:02 +02:00
Dani Palou
ac920dc299
MOBILE-4604 core: Download embedded files before login in Android
2024-06-05 10:00:05 +02:00
Dani Palou
9d226bca34
MOBILE-4470 rte: Fix unable to save HTML with just media
2024-05-31 11:25:03 +02:00
Pau Ferrer Ocaña
55428d5346
MOBILE-4470 iframes: Fix loading and improve responsive styles
2024-05-23 12:20:56 +02:00
Pau Ferrer Ocaña
211231a0a8
MOBILE-4470 rte: Fix rte auto focused on enter
2024-05-17 12:51:00 +02:00