Juan Leyva
08a155b4e9
Merge pull request #2496 from dpalou/MOBILE-3450
...
MOBILE-3450 sync: Display better error when syncing logged out site
2020-09-08 16:21:35 +02:00
Juan Leyva
3fc4fa25d8
Merge pull request #2495 from dpalou/MOBILE-3487
...
MOBILE-3487 filepool: Fix invalidate unknown files query
2020-09-08 16:20:52 +02:00
Juan Leyva
994120b3b9
Merge pull request #2494 from dpalou/MOBILE-3511
...
MOBILE-3511 splitview: Fix some events not triggered in right view
2020-09-08 16:20:01 +02:00
Pau Ferrer Ocaña
6785a6b842
MOBILE-3464 tabs: Disable hide tabs on big screens
2020-09-08 12:18:32 +02:00
Pau Ferrer Ocaña
fb7b473260
MOBILE-3503 tabs: Do not allow negative scrolls
2020-09-04 17:26:20 +02:00
Dani Palou
c3f18c7677
MOBILE-3533 messages: Don't show preferences if messaging disabled
2020-09-02 11:14:05 +02:00
Dani Palou
bb88252822
MOBILE-3188 core: Rename getModuleTotalSize to getModuleStoredSize
2020-09-02 10:21:34 +02:00
Dani Palou
16b7f8b696
MOBILE-3188 siteplugins: Pass componentId using preSets
2020-09-02 10:21:34 +02:00
Dani Palou
838e611dab
MOBILE-3188 core: Use usual format in new name of wscache table
2020-09-02 10:21:34 +02:00
sam marshall
069c402ba5
MOBILE-3188 Settings: Consistently show total size estimate for site
...
Changes the two settings pages that show the size of a site (from the
main menu, these are 'App settings / Space usage' and 'Preferences')
so that they:
a) do not show the number of cache entries (not very informative for
end users)
b) show an estimate for 'space usage' that includes the total size
of data in ws_cache
The space usage estimate is not perfect (it doesn't include the
per-row overhead in the ws_cache table, or other cached data that
can be deleted such as calendar events or user data) but it will
probably be good enough, and I don't think the 'number of entries'
things was helpful to anyone.
2020-09-02 10:21:34 +02:00
sam marshall
eced391288
MOBILE-3188 Download interface: Show and delete total downloaded data
...
When showing downloaded sizes in the context menu and in the 'Manage
storage' screen, show the total size including downloaded files plus
cached web service data.
When deleting the downloaded data in either location, delete both
kinds of data.
2020-09-02 10:21:34 +02:00
sam marshall
d0c93f6416
MOBILE-3188 Web services: Record component that owns WS cache item
...
This commit adds optional component and componentId fields to the
preSets variable, which are recorded in the wscache table.
These are then used by (a) core site plugins where a module cmid
is available, and (b) the forum (as an example core implementation)
so that module site plugins and forum provide the new data.
(Note that this is not going to be very useful where we retrieve
data for multiple activities at once, which happens for activities
like Page. Still, it is optional.)
2020-09-02 10:21:34 +02:00
Dani Palou
7c2c4e110d
MOBILE-3359 myoverview: Fix issue if all filters disabled
2020-09-01 16:34:58 +02:00
Dani Palou
208be32d8a
MOBILE-3508 core: Fix external repositories files download
2020-09-01 14:11:08 +02:00
Dani Palou
13b4d01de6
MOBILE-3514 choice: Show available spaces if enabled
2020-09-01 09:31:24 +02:00
Dani Palou
8209255571
MOBILE-3430 messages: Discard messages already sent in sync
2020-08-31 11:20:20 +02:00
Dani Palou
bc168bd7b1
MOBILE-3430 messages: Refactor some functions
...
It basically converts some functions to use async&await and also changes the parameters of getConversationMessages
2020-08-31 11:20:20 +02:00
Dani Palou
384c4372fe
MOBILE-3490 core: Record audio in app if no recording app installed
2020-08-31 11:16:03 +02:00
Dani Palou
d2ae7505e1
MOBILE-3449 assign: Add synchronization to more pages
2020-08-31 11:12:35 +02:00
Dani Palou
d2db79ebea
MOBILE-3449 assign: Convert some functions to async/await
2020-08-31 11:05:13 +02:00
Dani Palou
88ac2e0c5c
MOBILE-3449 assign: Don't block all assign sync when edit grade
2020-08-31 11:05:13 +02:00
Dani Palou
767e8ab38f
MOBILE-3480 core: Treat SVG images and links in format-text
2020-08-31 11:01:43 +02:00
Dani Palou
33a2557c23
MOBILE-3453 h5p: Don't unpack more than one H5P at the same time
2020-08-31 10:52:06 +02:00
Dani Palou
c0817f9b07
MOBILE-3450 sync: Display better error when syncing logged out site
2020-08-31 10:11:56 +02:00
Juan Leyva
5fa2678fb9
Merge pull request #2489 from dpalou/MOBILE-3499
...
Mobile 3499
2020-08-26 11:31:38 +02:00
Pau Ferrer Ocaña
22e27fb65d
MOBILE-3435 utils: replace irregular whitespace causing error
2020-08-26 09:24:30 +02:00
Juan Leyva
d041cfcf52
Merge pull request #2487 from dpalou/MOBILE-3509
...
Mobile 3509
2020-08-25 21:33:08 +02:00
Juan Leyva
218a3456ad
Merge pull request #2486 from dpalou/MOBILE-3265
...
MOBILE-3265 h5p: Delete content indexes when change language
2020-08-25 21:27:38 +02:00
Juan Leyva
4f4484fd0c
Merge pull request #2485 from dpalou/MOBILE-3454
...
MOBILE-3454 filters: Support disabling check text filters
2020-08-25 21:26:20 +02:00
Juan Leyva
bea0ff7869
Merge pull request #2484 from dpalou/MOBILE-3505
...
MOBILE-3505 login: Fix app not responding if cancel reconnect SSO
2020-08-25 21:21:49 +02:00
Juan Leyva
a076271f81
Merge pull request #2483 from dpalou/MOBILE-3510
...
MOBILE-3510 h5p: Fix ' displayed instead of single quote
2020-08-25 21:19:32 +02:00
Juan Leyva
25933d2429
Merge pull request #2482 from dpalou/MOBILE-3435
...
MOBILE-3435 signup: Display error if it has required unsupported field
2020-08-25 16:49:43 +02:00
Juan Leyva
36a9f05a07
Merge pull request #2481 from dpalou/MOBILE-3445
...
MOBILE-3445 siteplugins: Let plugins disable PTR
2020-08-25 16:39:52 +02:00
Juan Leyva
715e1e6600
Merge pull request #2480 from dpalou/MOBILE-3477
...
MOBILE-3477 core: Reduce concurrent calls to local-notifications plugin
2020-08-25 16:35:47 +02:00
Juan Leyva
2efd9f42cb
Merge pull request #2479 from dpalou/MOBILE-3468
...
MOBILE-3468 login: Treat other URL schemes in QR in login
2020-08-25 16:30:15 +02:00
Pau Ferrer Ocaña
f16c7cb2c7
MOBILE-3472 course: Indicate restriction access when all sections shown
2020-08-25 15:06:22 +02:00
Juan Leyva
77968233d7
Merge pull request #2478 from dpalou/MOBILE-3451
...
MOBILE-3451 airnotifier: Display more data of devices
2020-08-25 14:29:59 +02:00
Juan Leyva
940f5bbeaf
Merge pull request #2477 from dpalou/MOBILE-3465
...
MOBILE-3465 core: Handle window.open outside of iframes
2020-08-25 12:02:00 +02:00
Juan Leyva
16d032033d
Merge pull request #2476 from dpalou/MOBILE-3492
...
MOBILE-3492 core: Don't collapse some texts in big screens
2020-08-25 11:47:17 +02:00
Juan Leyva
38be0c9519
Merge pull request #2475 from dpalou/MOBILE-3488
...
MOBILE-3488 android: Open HTML files in InAppBrowser
2020-08-24 17:36:06 +02:00
Juan Leyva
74dc84b55b
Merge pull request #2474 from dpalou/MOBILE-3493
...
MOBILE-3493 course: Don't display selector if course only has one sec…
2020-08-24 17:32:51 +02:00
Pau Ferrer Ocaña
7d7658d92a
MOBILE-3512 myoverview: Add one column on larger screens
2020-08-18 13:27:21 +02:00
Pau Ferrer Ocaña
4fe4284677
MOBILE-3509 notifications: Improve styles for digests
2020-08-07 11:31:08 +02:00
Dani Palou
8b45f1c624
MOBILE-3509 forum: Support parent param in discussion links
2020-08-04 12:09:26 +02:00
Dani Palou
fc86308b21
MOBILE-3509 notifications: Display forum digest notification html
2020-08-04 11:14:36 +02:00
Dani Palou
037505f805
MOBILE-3435 signup: Display error if it has required unsupported field
2020-07-30 13:09:41 +02:00
Dani Palou
77c77f4f8c
MOBILE-3511 splitview: Fix some events not triggered in right view
2020-07-29 13:51:42 +02:00
Dani Palou
72bffd619b
MOBILE-3510 h5p: Fix ' displayed instead of single quote
2020-07-29 08:49:23 +02:00
Dani Palou
2a7f7e8977
MOBILE-3454 filters: Support disabling check text filters
2020-07-29 06:23:54 +02:00
Dani Palou
6a0afaf16d
MOBILE-3499 core: Bump version to 3.9.3-dev
2020-07-28 14:54:25 +02:00
Dani Palou
2b6bcb7d7e
MOBILE-3265 h5p: Delete content indexes when change language
2020-07-28 11:40:10 +02:00
Dani Palou
e08439a91f
MOBILE-3477 core: Reduce concurrent calls to local-notifications plugin
2020-07-28 08:11:49 +02:00
Dani Palou
ce2060ddd1
MOBILE-3505 login: Fix app not responding if cancel reconnect SSO
2020-07-27 15:13:34 +02:00
Dani Palou
7464cec9d7
MOBILE-3468 login: Treat other URL schemes in QR in login
2020-07-27 12:47:49 +02:00
Dani Palou
3a424755ec
MOBILE-3465 core: Handle window.open outside of iframes
2020-07-21 09:25:42 +02:00
Dani Palou
ee96f20775
MOBILE-3492 core: Don't collapse some texts in big screens
2020-07-20 12:05:17 +02:00
Dani Palou
6b1e7b70d1
MOBILE-3493 course: Don't display selector if course only has one section
2020-07-20 10:18:17 +02:00
Travis CI User
01a80b497e
Update lang files [ci skip]
2020-07-16 10:01:19 +00:00
Juan Leyva
5c381e3623
Merge pull request #2460 from moodlehq/integration
...
Integration
2020-07-16 11:56:27 +02:00
Dani Palou
8b4c693bec
MOBILE-3488 android: Open HTML files in InAppBrowser
2020-07-16 11:49:19 +02:00
Juan Leyva
fe91f7e602
Merge pull request #2459 from dpalou/MOBILE-3485
...
MOBILE-3485 login: Reset password input if password change forced
2020-07-15 15:04:35 +02:00
Dani Palou
0a31ebd2e5
MOBILE-3485 login: Reset password input if password change forced
2020-07-15 15:03:02 +02:00
Pau Ferrer Ocaña
536235cf25
MOBILE-3485 tag: Show empty results on tag areas
2020-07-15 14:47:58 +02:00
Juan Leyva
7811ab0bb5
Merge pull request #2457 from dpalou/MOBILE-3476
...
MOBILE-3476 login: Make demo accounts case insensitive
2020-07-15 14:29:21 +02:00
Dani Palou
edba91d5f4
MOBILE-3487 filepool: Fix invalidate unknown files query
2020-07-15 13:09:47 +02:00
Juan Leyva
87ffe6437d
Merge pull request #2456 from dpalou/MOBILE-3485
...
MOBILE-3485 core: Update version to 3.9.2
2020-07-15 09:41:13 +02:00
Pau Ferrer Ocaña
0b4a35921b
MOBILE-3485 tabs: Fix tab margin on scorm
2020-07-14 13:10:18 +02:00
Dani Palou
312a81f3ee
MOBILE-3445 siteplugins: Let plugins disable PTR
2020-07-14 13:03:15 +02:00
Dani Palou
b338055f31
MOBILE-3485 core: Update version to 3.9.2
2020-07-14 12:36:30 +02:00
Pau Ferrer Ocaña
18f4153c01
MOBILE-3426 scorm: Avoid using relative sizes
2020-07-14 12:35:43 +02:00
Juan Leyva
da93462af1
Merge pull request #2453 from crazyserver/MOBILE-3452
...
Mobile 3452
2020-07-14 12:21:41 +02:00
Juan Leyva
147d106f7b
Merge pull request #2452 from dpalou/MOBILE-3474
...
MOBILE-3474 login: Limit auto-focus in site and forgotten password
2020-07-14 12:20:13 +02:00
Juan Leyva
ba490f4310
Merge pull request #2451 from dpalou/MOBILE-3475
...
MOBILE-3475 core: Prevent errors when calling isVersionGreaterEqualThan
2020-07-14 12:16:29 +02:00
Juan Leyva
b43b6d8301
Merge pull request #2450 from dpalou/MOBILE-3466
...
MOBILE-3466 calendar: Fix today if server has different timezone
2020-07-14 12:06:54 +02:00
Pau Ferrer Ocaña
9ee0abd6ed
MOBILE-3452 workshop: Fix some workshop submission styles
2020-07-14 10:10:10 +02:00
Dani Palou
8be8ac89cb
MOBILE-3451 airnotifier: Display more data of devices
2020-07-14 10:05:23 +02:00
Dani Palou
d1a9d7472b
MOBILE-3476 login: Make demo accounts case insensitive
2020-07-13 09:51:29 +02:00
Dani Palou
e449600d06
MOBILE-3474 login: Limit auto-focus in site and forgotten password
2020-07-08 15:39:50 +02:00
Pau Ferrer Ocaña
0f22a09cc2
MOBILE-3481 iframe: Add max width and height to parent iframe div
2020-07-08 13:01:17 +02:00
Dani Palou
cc1b4acb8e
MOBILE-3475 core: Prevent errors when calling isVersionGreaterEqualThan
2020-07-06 11:39:38 +02:00
Dani Palou
7375102961
MOBILE-3473 upload: Fix big files not uploaded
2020-07-06 10:38:35 +02:00
Travis CI User
b7e7c2aff8
Update lang files [ci skip]
2020-07-03 10:17:40 +00:00
Juan Leyva
4f461958fb
Merge pull request #2444 from moodlehq/integration
...
Integration
2020-07-03 12:12:44 +02:00
Dani Palou
76e77397ef
MOBILE-3470 resource: Fix open file after PTR in course
2020-07-03 12:05:13 +02:00
Juan Leyva
b861c8254a
Merge pull request #2442 from moodlehq/integration
...
Integration
2020-07-03 08:12:40 +02:00
Dani Palou
98cf9f959f
MOBILE-3466 calendar: Fix today if server has different timezone
2020-07-03 06:46:37 +02:00
Dani Palou
ff3e447f5a
MOBILE-3467 login: Set loggedOut to false when adding an existing site
2020-07-03 06:14:39 +02:00
Travis CI User
cc7c3441de
Update lang files [ci skip]
2020-07-02 13:11:11 +00:00
Juan Leyva
6845834b85
Merge pull request #2438 from dpalou/MOBILE-3456
...
MOBILE-3456 core: Update version to 3.9.1
2020-07-02 15:05:30 +02:00
Dani Palou
61f214509e
MOBILE-3456 core: Update version to 3.9.1
2020-07-02 15:03:05 +02:00
Pau Ferrer Ocaña
f82e39f658
MOBILE-3456 login: Some login button styles
2020-07-02 13:50:48 +02:00
Juan Leyva
c8c51a65cc
Merge pull request #2436 from crazyserver/MOBILE-3456
...
MOBILE-3456 lang: Check parent lang from langname
2020-07-02 12:44:59 +02:00
Pau Ferrer Ocaña
3aee0d0d52
MOBILE-3456 lang: Check parent lang from langname
2020-07-02 12:41:13 +02:00
Juan Leyva
384b047272
Merge pull request #2435 from dpalou/MOBILE-3459
...
MOBILE-3459 more: Allow disabling QR reader in main menu
2020-07-02 12:30:01 +02:00
Juan Leyva
f28fcf05d4
Merge pull request #2434 from dpalou/MOBILE-3461
...
MOBILE-3461 loading: Accept any type in hideUntil
2020-07-02 12:29:08 +02:00
Juan Leyva
7b6b71d6e1
Merge pull request #2433 from crazyserver/MOBILE-3463
...
MOBILE-3463 login: Add url and sitefinder options for multisite
2020-07-02 12:18:14 +02:00
Pau Ferrer Ocaña
f35ed90aec
MOBILE-3463 login: Add url and sitefinder options for multisite
2020-07-02 11:51:15 +02:00
Dani Palou
aebb98af07
MOBILE-3461 loading: Accept any type in hideUntil
2020-07-02 11:34:53 +02:00
Juan Leyva
ca4dc7221d
Merge pull request #2432 from dpalou/MOBILE-3456
...
MOBILE-3456 ws: Don't set http plugin header in Android
2020-07-02 11:22:33 +02:00
Dani Palou
81e013b1e7
MOBILE-3459 more: Allow disabling QR reader in main menu
2020-07-02 11:05:51 +02:00
Juan Leyva
5ab88ad100
Merge pull request #2431 from dpalou/MOBILE-3458
...
Mobile 3458
2020-07-02 10:37:28 +02:00
Dani Palou
e72bafe359
MOBILE-3456 ws: Don't set http plugin header in Android
2020-07-02 07:45:40 +02:00
Dani Palou
d52392f46b
MOBILE-3458 core: Validate custom URLs and QR
2020-07-01 16:01:17 +02:00
Pau Ferrer Ocaña
8df8c24270
MOBILE-3458 login: Show qr when configured
2020-07-01 15:46:23 +02:00
Dani Palou
9ad5531076
MOBILE-3462 lang: Fix error when direction had wrong value
2020-07-01 14:07:50 +02:00
Travis CI User
19cea4abda
Update lang files [ci skip]
2020-06-26 11:35:43 +00:00
Juan Leyva
1628ccdfb2
MOBILE-3401 release: Definitive version numbers for 3.9.0
2020-06-26 13:29:27 +02:00
Pau Ferrer Ocaña
f8bc2ad8a6
MOBILE-3401 strings: Update strings
2020-06-25 16:14:56 +02:00
Pau Ferrer Ocaña
0f218b2187
MOBILE-3401 h5p: Do not link My attempts to profile
2020-06-25 10:44:25 +02:00
Pau Ferrer Ocaña
8f21507b78
MOBILE-3401 search: Show/hide search history checking focus
2020-06-23 15:04:54 +02:00
Pau Ferrer Ocaña
206afd7505
MOBILE-3401 qrscanner: Fix scanner on darkmode
2020-06-23 14:01:24 +02:00
Pau Ferrer Ocaña
e9e8605003
MOBILE-3401 style: Some fix on darkmode
2020-06-23 14:01:24 +02:00
Juan Leyva
5e9e9e7ba0
Merge pull request #2425 from dpalou/MOBILE-3401
...
Mobile 3401
2020-06-23 13:19:45 +02:00
Dani Palou
e607707448
MOBILE-3401 h5p: Fix error when sending tracking without email
2020-06-23 13:14:41 +02:00
Dani Palou
cb20cff06d
MOBILE-3401 fileuploader: Copy files to tmp folder when using chooser
2020-06-23 11:35:02 +02:00
Juan Leyva
c59468d502
Merge pull request #2423 from crazyserver/MOBILE-3401
...
Mobile 3401
2020-06-22 19:36:31 +02:00
Juan Leyva
2ddb8fda69
Merge pull request #2422 from NoelDeMartin/MOBILE-3401
...
MOBILE-3401: Wait database to be ready in xapi offline provider
2020-06-22 19:34:01 +02:00
Pau Ferrer Ocaña
4eb59c788d
MOBILE-3401 forum: Make post contextual menu clickable
2020-06-22 16:49:33 +02:00
Pau Ferrer Ocaña
ffea12173a
MOBILE-3401 events: Send empty description text
2020-06-22 16:38:37 +02:00
Pau Ferrer Ocaña
e12ceb59db
MOBILE-3401 login: Add darkmode styles for login
2020-06-22 16:38:37 +02:00
Juan Leyva
9269d558fd
Merge pull request #2421 from dpalou/MOBILE-3401
...
Mobile 3401
2020-06-22 16:00:33 +02:00
Noel De Martin
e0651256ef
MOBILE-3401: Wait database to be ready in xapi offline provider
2020-06-22 14:45:27 +02:00
Dani Palou
4da6a31168
MOBILE-3401 file: Fix selecting files for offline with chooser
2020-06-22 14:24:21 +02:00
Dani Palou
68b963638a
MOBILE-3401 iframe: Don't call cookies plugin if no domain
2020-06-22 09:04:33 +02:00
Pau Ferrer Ocaña
27a92adaac
MOBILE-3401 login: Load styles on reconnect
2020-06-19 15:30:17 +02:00
Pau Ferrer Ocaña
460ed1efa4
MOBILE-3401 courses: Shrink title on course cards with spinner
2020-06-19 14:55:42 +02:00
Juan Leyva
a1b557d926
Merge pull request #2419 from dpalou/MOBILE-3401
...
MOBILE-3401 login: Fix navigation when authenticate via URL scheme
2020-06-19 13:17:20 +02:00
Juan Leyva
2a2e3af44d
Merge pull request #2418 from crazyserver/MOBILE-3401
...
Mobile 3401
2020-06-19 12:44:49 +02:00
Pau Ferrer Ocaña
f6a63d53e5
MOBILE-3401 login: Do not unload site if view not destroyed
2020-06-19 12:31:40 +02:00
Dani Palou
112377ccc9
MOBILE-3401 login: Fix navigation when authenticate via URL scheme
2020-06-19 09:43:07 +02:00
Noel De Martin
271179dec7
MOBILE-3401: Add cannotfindmysite login FAQ
2020-06-18 17:36:33 +02:00
Juan Leyva
7abc385935
Merge pull request #2415 from dpalou/MOBILE-3401
...
Mobile 3401
2020-06-18 15:59:17 +02:00
Dani Palou
52852c2842
MOBILE-3401 recaptcha: Fix recaptcha callbacks in iOS
2020-06-18 14:44:08 +02:00
Dani Palou
678f2e666a
MOBILE-3401 ios: Fix iframe links and window.open in iOS
2020-06-18 14:38:17 +02:00
toanlam
3a24dcca2e
MOBILE-3448 File system: File name is not unique when uploading
2020-06-17 17:38:26 +07:00
Dani Palou
8f3806360b
MOBILE-3401 iframe: Fix app re-loaded inside iframe in iOS
2020-06-16 15:01:17 +02:00
Juan Leyva
8508cf6813
Merge pull request #2411 from crazyserver/MOBILE-3401
...
MOBILE-3401 login: Enable qr instructions
2020-06-16 14:22:01 +02:00
Dani Palou
2bcf3e2e14
MOBILE-3401 android: Revert Android changes for webview plugin
2020-06-16 14:18:20 +02:00
Pau Ferrer Ocaña
8e1aa942fd
MOBILE-3401 login: Enable qr instructions
2020-06-16 10:47:56 +02:00
Dani Palou
46b8211442
MOBILE-3401 iab: Fix override window.open in iOS
2020-06-15 08:57:51 +02:00
Dani Palou
a2b680b488
MOBILE-3401 core: Bump version to 3.9.0-dev
2020-06-15 08:04:46 +02:00
Dani Palou
4ef18b7ec5
MOBILE-3401 login: Prevent reconnect page created several times
2020-06-15 08:04:46 +02:00
Juan Leyva
428e753ca6
Merge pull request #2405 from dpalou/MOBILE-3447
...
Mobile 3447
2020-06-12 16:16:52 +02:00
Dani Palou
55d3af30c7
MOBILE-3447 lti: Support disable InAppBrowser
2020-06-12 15:57:15 +02:00
Dani Palou
ecb4071971
MOBILE-3447 iab: Update inappbrowser to 4.0.0
2020-06-12 11:48:35 +02:00
Juan Leyva
badb71cb8e
Merge pull request #2404 from dpalou/MOBILE-3412
...
Mobile 3412
2020-06-12 11:40:11 +02:00
Dani Palou
32648e9d05
MOBILE-3447 lti: Revert way to create form in LTI launcher
...
It was changed due to a bug in InAppBrowser, but this new way is giving problems in some LTIs with SSO
2020-06-12 11:26:15 +02:00
Juan Leyva
f233d16545
Merge pull request #2403 from dpalou/MOBILE-3424
...
MOBILE-3424 h5p: Update jQuery version
2020-06-11 17:15:36 +02:00
Juan Leyva
0c45f27786
Merge pull request #2402 from dpalou/MOBILE-3413
...
Mobile 3413
2020-06-11 16:56:39 +02:00
Pau Ferrer Ocaña
0ca249eb5f
MOBILE-3401 site: Keep aspect ratio on site icons
2020-06-11 16:47:47 +02:00
Pau Ferrer Ocaña
b8cc0e4f57
MOBILE-3401 ws: Add platform ready to override user agent
2020-06-11 15:07:10 +02:00
Pau Ferrer Ocaña
7cdb06c69f
MOBILE-3401 login: Fix site logo show on fixed sites
2020-06-11 14:43:55 +02:00
Noel De Martin
405eb9d290
MOBILE-3401: Remove duplicated code from course provider
2020-06-11 13:20:36 +02:00
Noel De Martin
072e44e536
MOBILE-3401: Set custom User-Agent for http plugin
2020-06-11 13:08:37 +02:00
Juan Leyva
f63b6187fb
Merge pull request #2398 from dpalou/MOBILE-3411
...
Mobile 3411
2020-06-11 10:25:51 +02:00
Dani Palou
ef3a952919
MOBILE-3412 h5pactivity: Support activity disabled
2020-06-11 07:44:41 +02:00
Dani Palou
5978f25495
MOBILE-3412 core: Fix auto-login for H5P activity
2020-06-11 07:44:41 +02:00
Dani Palou
159056a6fb
MOBILE-3412: Support offline and sync
2020-06-11 07:44:41 +02:00
Dani Palou
90dfe5a891
MOBILE-3412 h5pactivity: Support tracking in online
2020-06-11 07:44:41 +02:00
Dani Palou
3297ec0c87
MOBILE-3413 h5p: Fix h5p iframe not visible in offline
2020-06-11 07:43:05 +02:00
Dani Palou
bea4e501b4
MOBILE-3413 h5pactivity: Support links to reports
2020-06-11 07:43:05 +02:00
Dani Palou
dc85f96046
MOBILE-3413 h5pactivity: Prefetch attempts data
2020-06-11 07:43:05 +02:00
Dani Palou
b48a27e656
MOBILE-3413 h5pactivity: Implement viewing attempt results
2020-06-11 07:43:05 +02:00
Dani Palou
22caea43ba
MOBILE-3413 h5pactivity: Implement viewing own attempts
2020-06-11 07:43:05 +02:00
Dani Palou
857f3da70e
MOBILE-3411 h5pactivity: Download automatically if size is low
2020-06-11 07:40:58 +02:00
Dani Palou
e6818524c5
MOBILE-3411 h5pactivity: Implement prefetch
2020-06-11 07:40:58 +02:00
Dani Palou
a8e336fd41
MOBILE-3411 h5pactivity: Play package in activity
2020-06-11 07:40:58 +02:00
Dani Palou
0196a738d7
MOBILE-3411 h5pactivity: Add button to download the file
2020-06-11 07:40:58 +02:00
Dani Palou
4bbd05bd55
MOBILE-3411 h5p: Fix extracting H5P in browser
2020-06-11 07:40:58 +02:00
Juan Leyva
68a8003057
Merge pull request #2397 from NoelDeMartin/MOBILE-3294
...
MOBILE-3294: Expose cronProvider and appRef to Behat tests
2020-06-10 17:19:52 +02:00
Juan Leyva
5b21a3143b
Merge pull request #2396 from dpalou/MOBILE-3406
...
MOBILE-3406 h5p: Refactor code into different classes
2020-06-10 16:59:35 +02:00
Noel De Martin
3e067a5600
MOBILE-3294: Expose cronProvider and appRef to Behat tests
2020-06-10 13:27:37 +02:00
Juan Leyva
f9f342687b
Merge pull request #2395 from NoelDeMartin/MOBILE-3305
...
Mobile 3305
2020-06-09 13:24:55 +02:00
Dani Palou
d8687e2916
MOBILE-3424 h5p: Update jQuery version
2020-06-09 11:03:28 +02:00
Noel De Martin
671c01a660
MOBILE-3305: Add page to manage downloaded courses storage
2020-06-09 10:59:23 +02:00
Noel De Martin
16ebd1c72e
MOBILE-3305: Add option to delete a downloaded course
2020-06-09 10:59:23 +02:00
Pau Ferrer Ocaña
bf8c4d7007
MOBILE-3401 tabs: Recalculate tab height if needed
2020-06-08 14:21:58 +02:00
Juan Leyva
31041f5ff9
Merge pull request #2392 from crazyserver/MOBILE-3438
...
Mobile 3438
2020-06-08 13:03:08 +02:00
Juan Leyva
109d36c2a1
Merge pull request #2391 from crazyserver/MOBILE-3436
...
MOBILE-3436 scorm: UX improvements
2020-06-08 12:56:54 +02:00
Juan Leyva
2c910bd1ed
Merge pull request #2390 from crazyserver/MOBILE-3437
...
MOBILE-3437 files: Ignore downloaded files on prefetch calculations
2020-06-08 12:45:00 +02:00
Juan Leyva
73c81fdd7a
Merge pull request #2389 from crazyserver/MOBILE-3443
...
MOBILE-3443 alert: Improve scroll management on alerts
2020-06-08 12:43:14 +02:00
Juan Leyva
1f93dfa9b9
Merge pull request #2388 from crazyserver/MOBILE-3419
...
MOBILE-3419 rte: Change italics anb bold to a11y tag
2020-06-08 12:41:59 +02:00
Pau Ferrer Ocaña
2052080673
MOBILE-3437 files: Ignore downloaded files on prefetch calculations
2020-06-04 13:20:38 +02:00
Pau Ferrer Ocaña
4fea1f6da1
MOBILE-3443 alert: Improve scroll management on alerts
2020-06-04 12:24:24 +02:00
Dani Palou
3c68a0425e
MOBILE-3411 h5pactivity: Support index link handler
2020-06-04 10:53:00 +02:00
Dani Palou
6621fc54a4
MOBILE-3411 h5pactivity: Initial support of the activity
2020-06-04 10:53:00 +02:00
Dani Palou
724e0cc292
MOBILE-3406 h5p: Refactor code into different classes
2020-06-04 10:52:38 +02:00
Pau Ferrer Ocaña
d58e8f3352
MOBILE-3438 question: ddimageortext infinite elements not positioned
2020-05-29 15:42:55 +02:00
Pau Ferrer Ocaña
294fbadf6f
MOBILE-3438 question: Adapt ddmarker to new 3.9 changes
2020-05-29 15:42:55 +02:00
Pau Ferrer Ocaña
03671ebbf8
MOBILE-3438 question: ddmarker image background removed from js on 3.9
2020-05-29 15:42:55 +02:00
Pau Ferrer Ocaña
a06ec0a5d4
MOBILE-3438 question: ddimageortext dragitems element removed on 3.9
2020-05-29 14:46:17 +02:00
Pau Ferrer Ocaña
0f2743e05f
MOBILE-3438 question: Add DnD a11y border radius
2020-05-29 11:25:21 +02:00
Pau Ferrer Ocaña
a38e831bfd
MOBILE-3438 question: Fix DnD question type init js regex
2020-05-29 11:24:18 +02:00
Pau Ferrer Ocaña
f68e71b870
MOBILE-3436 scorm: UX improvements
2020-05-27 13:01:21 +02:00
Kiet Ly Chan
4e727ba860
MOBILE-3249 blocks: Sort courses by short name
2020-05-27 10:23:34 +02:00
Pau Ferrer Ocaña
049d1e2d4a
MOBILE-3419 rte: Change italics anb bold to a11y tag
2020-05-27 09:20:56 +02:00
Juan Leyva
221b1f51cb
Merge pull request #2383 from dpalou/MOBILE-3270
...
Mobile 3270
2020-05-26 12:19:24 +02:00
Juan Leyva
2752580203
Merge pull request #2382 from dpalou/MOBILE-3401
...
Mobile 3401
2020-05-25 11:39:36 +02:00
Dani Palou
ffcf1c4441
MOBILE-3401 timeline: Fix JS errors for site home events
2020-05-25 10:55:53 +02:00
Dani Palou
f284ab7c73
MOBILE-3401 courses: Refresh only right data on MY_COURSES_UPDATED
2020-05-25 10:34:24 +02:00