Dani Palou
f4030ab5a7
MOBILE-4362 glossary: Fix some entry links not handled properly
...
If the entry link used the view.php endpoint, the index link handler treated it instead of the entry link handler
2023-10-11 15:06:28 +02:00
Noel De Martin
0052dfc7f1
MOBILE-4362 quiz: Fix Drag&Drop race condition
2023-10-11 13:18:47 +02:00
Dani Palou
1a44478da1
MOBILE-4362 lesson: Fix retake badges alignment in phone
2023-10-11 08:25:06 +02:00
Noel De Martin
aebbe3365c
Merge pull request #3814 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-10 18:00:50 +02:00
Dani Palou
23b0b9afc7
MOBILE-4069 behat: Fix SCORM tests in old LMS versions
2023-10-10 15:17:40 +02:00
Noel De Martin
99fc2d01ca
Revert "MOBILE-4339 quiz: Add unanswered questions warning"
...
This reverts commit 3faa55e489
.
2023-10-10 12:36:59 +02:00
Dani Palou
cc472e58f5
MOBILE-4362 lesson: Display 'Correct response' as badge
2023-10-10 11:18:13 +02:00
Dani Palou
b3af76705e
MOBILE-4362 lesson: Stop and hide lesson timer when finish lesson
2023-10-09 16:07:34 +02:00
Noel De Martin
ee2e7851b6
Merge pull request #3809 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-09 15:48:14 +02:00
Pau Ferrer Ocaña
60dad4cc3e
MOBILE-4348 resource: Display afterlink on module info box
2023-10-09 14:50:31 +02:00
Pau Ferrer Ocaña
13ddbfc4b9
MOBILE-4348 resource: Fix display options gathering
2023-10-09 14:50:31 +02:00
Dani Palou
f9e31e5d38
MOBILE-4069 scorm: Add availability tests
2023-10-09 14:20:13 +02:00
Dani Palou
2db13af8dd
MOBILE-4069 scorm: Add appearance, attempts and grading behat tests
2023-10-09 14:20:13 +02:00
Dani Palou
ec7a3ea9b4
Merge pull request #3807 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-06 15:29:35 +02:00
Pau Ferrer Ocaña
ebd4eec500
MOBILE-4362 styles: Transparent backdrop on popovers
2023-10-06 11:52:49 +02:00
Noel De Martin
0474d694e7
MOBILE-3371 search: Remove search results count
...
Given some issues with the LMS webservices (they return inconsistent totalcount depending on the page), we've decided to remove this information from the UI to avoid confusion.
2023-10-05 17:48:12 +02:00
Dani Palou
77bd638fb1
MOBILE-4362 scorm: Fix grade calculation when using LASTATTEMPT
...
The app always used the last attempt, but LMS uses the last attempt that has at least 1 SCO with completed or passed status
2023-10-05 17:00:04 +02:00
Noel De Martin
42aa917cf8
Merge pull request #3806 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-04 11:38:21 +02:00
Dani Palou
8af557bbc6
MOBILE-4362 wiki: Fix create empty page
2023-10-04 11:21:35 +02:00
Dani Palou
b6e914a24e
Merge pull request #3805 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-03 16:10:38 +02:00
Pau Ferrer Ocaña
9567280479
MOBILE-4362 lang: Update lang packs and add new language
2023-10-03 14:42:21 +02:00
Dani Palou
cb0e54b164
MOBILE-4362 storage: Always display chevron in courses items
2023-10-03 14:40:49 +02:00
Noel De Martin
53e902ca82
MOBILE-4272 workshop: Rollback async handlers
...
There is a bug with missing optional methods in async handlers. If their existence is checked before initialization, they always exist but fail on execution. That should be refactored into asynchronous and type-safe code, but we decided to do it in the next version.
2023-10-03 11:54:35 +02:00
Pau Ferrer Ocaña
178e3eeb45
MOBILE-4348 module: Re-estructure activity card
2023-10-02 21:44:46 +02:00
Pau Ferrer Ocaña
05786e94d3
MOBILE-4348 module: Renew completion
2023-10-02 21:43:34 +02:00
Pau Ferrer Ocaña
d790e2a752
MOBILE-4348 mod-icon: Sort Mod icon css variables
2023-10-02 21:43:34 +02:00
Pau Ferrer Ocaña
efe2151dce
MOBILE-4348 style: Change css radius names
2023-10-02 21:43:34 +02:00
Dani Palou
7667774a2a
Merge pull request #3801 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-02 16:46:16 +02:00
Pau Ferrer Ocaña
604cf7adf0
MOBILE-4362 chore: Remove deprecated code from 3.9.5 or bellow
2023-10-02 15:57:59 +02:00
Dani Palou
31bd7a6955
MOBILE-4362 messages: Update sender name when last message changes
...
The sender name displayed in group conversations page wasn't updated when a NEW_MESSAGE_EVENT was received. Also, if last message was deleted we still displayed a sender name when there were no messages.
2023-10-02 14:33:15 +02:00
Dani Palou
28235b0553
MOBILE-4362 notes: Update error string to reflect delete action
2023-10-02 11:25:05 +02:00
Dani Palou
54a2e6e14b
Merge pull request #3800 from alfonso-salces/MOBILE-4362
...
MOBILE-4362 messages: Handle disabled messages error
2023-09-29 09:29:53 +02:00
Alfonso Salces
6f50482a3d
MOBILE-4362 messages: Handle disabled messages error
2023-09-29 09:19:07 +02:00
Pau Ferrer Ocaña
0ec36b43d2
Merge pull request #3798 from dpalou/MOBILE-4362
...
Mobile 4362
2023-09-28 16:21:02 +02:00
Dani Palou
e6a14ffac5
MOBILE-4362 coursecompletion: Display same info as LMS
...
Two of the fields displayed are only used in the block in LMS, the details page displays other values
2023-09-28 15:40:07 +02:00
Dani Palou
024b962d18
MOBILE-3599 competency: Format competency and plan names
2023-09-28 11:38:34 +02:00
Noel De Martin
d15be4f539
MOBILE-4383 quiz: Disable offline sequential quiz
2023-09-27 14:30:18 +02:00
Dani Palou
566db5205e
Merge pull request #3743 from NoelDeMartin/MOBILE-4207
...
MOBILE-4207: Forum Search
2023-09-27 11:41:48 +02:00
Dani Palou
4ea7b56bde
MOBILE-4362 calendar: Always display chevron in course item
2023-09-27 11:26:47 +02:00
Noel De Martin
44468276ae
Merge pull request #3786 from dpalou/MOBILE-4418
...
MOBILE-4418 feedback: Fix viewing attempts with groups
2023-09-27 11:03:02 +02:00
Noel De Martin
7b9b365ce0
Merge pull request #3793 from dpalou/MOBILE-4420
...
Mobile 4420
2023-09-27 10:58:26 +02:00
Noel De Martin
5873da0e0c
MOBILE-4207 forum: Implement forum activity search
2023-09-27 09:30:06 +02:00
Noel De Martin
cd85155953
MOBILE-4207 forum: Implement search forums block
2023-09-27 09:30:06 +02:00
Dani Palou
96f0a547ed
MOBILE-4420 scorm: Add first behat tests for SCORM
2023-09-26 18:19:21 +02:00
Dani Palou
1f05729cb0
MOBILE-4420 scorm: Unload current SCO before loading next one
2023-09-26 18:16:44 +02:00
Noel De Martin
202de46616
Merge pull request #3788 from crazyserver/MOBILE-4407
...
MOBILE4407 url: Fix url icon without main file
2023-09-26 14:48:55 +02:00
Noel De Martin
022c57d6ff
MOBILE-4207 forum: Fix classes prefix
2023-09-26 12:32:37 +02:00
Pau Ferrer Ocaña
5765ad9a72
MOBILE4407 url: Fix url icon without main file
2023-09-14 15:07:56 +02:00
Noel De Martin
e4755af9c6
MOBILE-3371 search: Implement link handler
2023-09-14 13:24:59 +02:00
Noel De Martin
b2b0262c5b
MOBIL-3371 sites: Extract visitLink method
2023-09-14 13:24:57 +02:00
Noel De Martin
e9b4498b7f
MOBILE-3371 search: Implement globalsearch block
2023-09-14 13:24:32 +02:00
Noel De Martin
00f6ec3d46
MOBILE-3371 search: Implement global search result
2023-09-14 13:24:32 +02:00
Dani Palou
43c89dddee
MOBILE-4418 feedback: Fix viewing attempts with groups
2023-09-13 12:35:59 +02:00
Pau Ferrer Ocaña
24751bead9
MOBILE-4212 assign: Do not show edit submission warning if cannot edit
2023-09-07 11:19:58 +02:00
Noel De Martin
3e1ded1724
Merge pull request #3774 from crazyserver/MOBILE-4407
...
Mobile 4407
2023-08-31 12:33:22 +02:00
Pau Ferrer Ocaña
634447d7c6
MOBILE-4407 resources: Show resource mimetype icon
2023-08-30 16:18:09 +02:00
Pau Ferrer Ocaña
55d126ca24
MOBILE-4407 url: Fix icon inside url resources
2023-08-30 15:44:51 +02:00
Pau Ferrer Ocaña
f599185095
MOBILE-4407 assets: Use new svg filetype icons
2023-08-30 15:44:51 +02:00
Noel De Martin
2a0a079b47
MOBILE-4272 workshop: Decouple assessment
2023-08-28 17:09:04 +02:00
Noel De Martin
cd66097a8f
MOBILE-4272 workshop: Decouple component modules
2023-08-28 16:31:34 +02:00
Noel De Martin
0d6eb5cb23
MOBILE-4272 workshop: Decouple services
2023-08-28 16:31:28 +02:00
Noel De Martin
a5cd697012
MOBILE-4272 workshop: Decouple handlers
2023-08-28 16:31:08 +02:00
Dani Palou
77d4f53d2f
MOBILE-4323 enrol: Check all methods in courseUsesGuestAccessInfo
2023-08-23 16:15:47 +02:00
Pau Ferrer Ocaña
b975e6f0d8
MOBILE-4323 enrol: Create enrol delegates
...
Co-authored: dpalou
2023-08-23 16:05:09 +02:00
Dani Palou
855f7e511d
MOBILE-4362 behat: Fix behat snapshot failures due to width
2023-08-21 13:39:07 +02:00
Dani Palou
81ac023d2b
Merge pull request #3766 from NoelDeMartin/MOBILE-4362
...
MOBILE-4362 behat: Improve BBB wait steps
2023-08-02 08:35:59 +02:00
Dani Palou
284111865f
Merge pull request #3768 from alfonso-salces/MOBILE-4191
...
MOBILE-4191 scorm: Make options field optional
2023-08-02 08:20:23 +02:00
Alfonso Salces
59a93ee428
MOBILE-4191 scorm: Make options field optional
2023-08-02 08:10:31 +02:00
Alfonso Salces
b366ee32f7
Merge pull request #3767 from dpalou/MOBILE-4401
...
MOBILE-4401 wiki: Fix selected subwiki when wiki is empty
2023-08-02 07:46:53 +02:00
Noel De Martin
da98dd6306
MOBILE-4362 behat: Improve BBB wait steps
2023-08-02 08:57:04 +09:00
Dani Palou
58ea59d71f
MOBILE-4401 wiki: Fix selected subwiki when wiki is empty
...
This commit avoids a redundant error and also allows the create button to appear if the user has permissions to create the first page
2023-08-01 16:21:48 +02:00
Dani Palou
5ba622a999
Merge pull request #3765 from alfonso-salces/MOBILE-4191
...
MOBILE-4191 scorm: Check scormstandard to change CMI_STRING_256
2023-08-01 11:39:48 +02:00
Alfonso Salces
17b9b23fe9
MOBILE-4191 scorm: Check scormstandard to change CMI_STRING_256
2023-08-01 11:28:59 +02:00
Noel De Martin
739cc1c68b
MOBILE-4362 timeline: Fix empty searches
2023-08-01 16:09:13 +09:00
Noel De Martin
045c8afe4a
MOBILE-4349 timeline: Excluded suspended events
2023-07-31 12:02:56 +09:00
Dani Palou
81d1da39ca
Merge pull request #3752 from NoelDeMartin/MOBILE-4272
...
MOBILE-4272: Workshop tests
2023-07-25 12:29:48 +02:00
Noel De Martin
7b5fd672e7
MOBILE-4272 workshop: Fix assessment
2023-07-25 17:22:54 +09:00
Pau Ferrer Ocaña
33cda28ea0
Merge pull request #3747 from NoelDeMartin/MOBILE-4374
...
MOBILE-4374 user: Implement social profile fields
2023-07-25 08:48:38 +02:00
Pau Ferrer Ocaña
0e72644556
Merge pull request #3750 from NoelDeMartin/MOBILE-4387
...
MOBILE-4387 ui: Translate ion-select buttons
2023-07-25 08:46:06 +02:00
Noel De Martin
a07ae84f54
MOBILE-4272 rte: Fix contentChanged event types
2023-07-25 15:38:28 +09:00
Dani Palou
aeb12fa472
Merge pull request #3730 from NoelDeMartin/MOBILE-4048
...
MOBILE-4048 chat: Log sessions view events
2023-07-24 15:58:39 +02:00
Noel De Martin
6088b7ed56
MOBILE-4048 chat: Log sessions view events
2023-07-24 15:40:35 +09:00
Noel De Martin
c8378b33a1
MOBILE-4387 ui: Translate ion-select buttons
...
Co-Authored-By: phyr0s <11390548+phyr0s@users.noreply.github.com>
2023-07-24 10:54:11 +09:00
Pau Ferrer Ocaña
fa126cbc0c
MOBILE-4379 assign: Add padding to error text above CTA button
2023-07-21 11:38:53 +02:00
Noel De Martin
6e613986b3
MOBILE-4374 user: Implement social profile fields
2023-07-20 15:20:21 +09:00
Noel De Martin
8c97b6fe32
Merge pull request #3745 from crazyserver/MOBILE-4379
...
Mobile 4379
2023-07-20 09:47:58 +09:00
Pau Ferrer Ocaña
4ba3b560e4
MOBILE-4382 assign: Use granted extensions on remaining time
...
Similar to 9eb1e4d7c0
2023-07-19 14:03:16 +02:00
Pau Ferrer Ocaña
9b43c7171f
MOBILE-4379 assign: Add CTA button if unsupported submission plugins
2023-07-19 13:07:17 +02:00
Pau Ferrer Ocaña
a4edff16bb
MOBILE-4379 chat: Remove legacy chat time message
2023-07-19 13:07:17 +02:00
Pau Ferrer Ocaña
4199aed36f
Merge pull request #3703 from alfonso-salces/MOBILE-4191
...
MOBILE-4191 data-model-12: Increment suspend_data in SCORM
2023-07-17 13:00:16 +02:00
Noel De Martin
3faa55e489
MOBILE-4339 quiz: Add unanswered questions warning
2023-07-17 13:13:52 +09:00
Dani Palou
fbe1d36ae8
MOBILE-4368 analytics: Log searches
2023-07-13 13:53:40 +02:00
Dani Palou
2d2cc2f5f9
MOBILE-4368 analytics: Apply new analytics system to all pages
2023-07-13 13:53:36 +02:00
Noel De Martin
a30dd27943
MOBILE-4362 quiz: Fix number type check
2023-07-10 13:27:27 +02:00
Noel De Martin
35dc09f93e
Merge pull request #3731 from crazyserver/MOBILE-4283
...
MOBILE-4283 quiz: Allow students to hide timer
2023-07-10 13:12:14 +02:00
Pau Ferrer Ocaña
573af7c513
MOBILE-4283 quiz: Allow students to hide timer
2023-07-07 09:10:13 +02:00
Pau Ferrer Ocaña
73addbf42e
MOBILE-4009 course: Validate guest access password and enter the course
2023-07-07 08:52:46 +02:00
Pau Ferrer Ocaña
2804951810
MOBILE-4009 core: Create a generic password modal
2023-07-07 08:52:37 +02:00
Pau Ferrer Ocaña
c819f2eedd
MOBILE-4009 storage: Fix downloading guest courses
2023-07-07 08:18:36 +02:00
Pau Ferrer Ocaña
e8e2b94b15
MOBILE-4009 courses: Pass isGuest param on navigation
2023-07-07 08:18:36 +02:00
Alfonso Salces
ac3155c585
MOBILE-4346 ogvjs: Fix bugs for iPadOS
2023-06-26 09:18:05 +02:00
Dani Palou
d7a18dd36c
Merge pull request #3687 from crazyserver/MOBILE-4343
...
[4.3] Mobile 4343
2023-06-15 17:22:49 +02:00
Pau Ferrer Ocaña
b947fadc72
MOBILE-4343 lang: Updated langpacks
2023-06-15 15:42:16 +02:00
Pau Ferrer Ocaña
c3e2cdf731
MOBILE-4261 user: Use initials instead of default avatar when possible
2023-06-15 12:07:31 +02:00
Dani Palou
28d744f337
Merge pull request #3714 from NoelDeMartin/MOBILE-4362
...
MOBILE-4362: Fix tests in headless mode
2023-06-14 08:15:02 +02:00
Alfonso Salces
2738e08abb
MOBILE-4344 cron: Check notification and messages
2023-06-13 13:23:45 +02:00
Noel De Martin
a894241e05
MOBILE-4362 behat: Skip background steps
2023-06-13 12:24:06 +02:00
Noel De Martin
c3e713137d
MOBILE-4362 behat: Fix tests in headless mode
...
Headless mode was using a smaller window size which caused the course index to be hidden by default, and that's what made tests fail.
2023-06-13 12:24:06 +02:00
Noel De Martin
f826daaae2
MOBILE-4362 behat: Fix 3.9 tests
2023-06-13 09:29:37 +02:00
Alfonso Salces
1c07d3b7f1
MOBILE-4191 data-model-12: Increment suspend_data in SCORM
2023-06-08 10:02:15 +02:00
Noel De Martin
50cf8e011e
MOBILE-4345 quiz: Test sequential navigation
2023-06-06 14:45:57 +02:00
Noel De Martin
4a10f1a068
MOBILE-4345 quiz: Fix sequential navigation
2023-06-06 11:29:54 +02:00
Noel De Martin
4cc95b0493
MOBILE-4270 calendar: Fix all courses filter item
2023-06-01 15:41:15 +02:00
Noel De Martin
848ac04daf
MOBILE-4270 forum: Fix push notifications
2023-05-25 08:35:02 +02:00
Noel De Martin
33547fd498
MOBILE-2652 glossary: Fix tablet navigation
2023-05-24 12:28:11 +02:00
Alfonso Salces
157979e25e
Merge pull request #3688 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-24 11:39:10 +02:00
Noel De Martin
c361e49d54
MOBILE-4270 competency: Fix navigation
2023-05-23 16:41:05 +02:00
Noel De Martin
0a5f5a4d4f
MOBILE-4270 glossary: Change offline entries UI
2023-05-23 12:07:06 +02:00
Noel De Martin
008ed64f61
MOBILE-4270 behat: Fix tests for 3.11
2023-05-18 17:13:35 +02:00
Dani Palou
060e66011b
MOBILE-4270 push: Fix treat undefined customdata in push click handlers
2023-05-17 13:28:41 +02:00
Noel De Martin
f2fa7798af
MOBILE-4270 behat: Fix viewport in tablet tests
2023-05-16 12:42:40 +02:00
Alfonso Salces
2a1179cdad
MOBILE-4247 data-helper: Add field name and description to view
2023-05-15 13:10:53 +02:00
Alfonso Salces
7cc8214be0
MOBILE-4247 search: Add field#name and description to advanced search
2023-05-12 08:55:36 +02:00
Dani Palou
383291d82d
Merge pull request #3677 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: QA Tweaks
2023-05-11 17:40:59 +02:00
Noel De Martin
626ca8d0fa
Merge pull request #3676 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-11 17:29:21 +02:00
Noel De Martin
c03f656af1
MOBILE-4270 glossary: Fix link handler
2023-05-11 17:25:48 +02:00
Dani Palou
b1bf3a76f5
MOBILE-4270 forum: Fix discussion push handler in tablet
2023-05-11 17:01:57 +02:00
Noel De Martin
a0f1a808c7
MOBILE-4270 forum: Fix pinned & starred discussion
2023-05-11 16:13:42 +02:00
Dani Palou
fa9cbd0315
Merge pull request #3675 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 course: Fix module sizes on refresh
2023-05-11 15:21:19 +02:00
Dani Palou
709070382e
Merge pull request #3669 from crazyserver/MOBILE-4270
...
Mobile 4270
2023-05-11 15:19:56 +02:00
Noel De Martin
06c6abad36
MOBILE-4270 course: Fix module sizes on refresh
2023-05-11 14:25:33 +02:00
Noel De Martin
45a0c8b1fa
Merge pull request #3674 from dpalou/MOBILE-4270
...
MOBILE-4270 messages: Fix group info modal not displayed
2023-05-11 14:18:06 +02:00
Dani Palou
48e1e41b6d
MOBILE-4270 messages: Fix group info modal not displayed
2023-05-11 14:08:27 +02:00
Pau Ferrer Ocaña
8113ea5f29
MOBILE-4270 feedback: Avoid division by zero on doughnut charts
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
8d101d35ac
MOBILE-4270 popover: Add ion-content to popovers to enable scrolling
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
2bfc9c73cc
MOBILE-4270 wiki: Fix subwiki ordering
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
4ab33b8784
MOBILE-4270 calendar: Show offline message bellow the title
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
ac92ed0c17
MOBILE-4270 styles: Set popover min width on iOS as Android
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
f39bfa0710
MOBILE-4270 messages: Remove nonexistent contrast as ion toolbar color
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
5c93475553
MOBILE-4270 lang: Update lang strings
2023-05-11 13:41:59 +02:00
Pau Ferrer Ocaña
147edf5cc5
Merge pull request #3673 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-11 13:08:44 +02:00
Dani Palou
76713e204f
Merge pull request #3671 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: QA Tweaks
2023-05-11 13:05:12 +02:00
Dani Palou
243e8fc0f6
Merge pull request #3670 from NoelDeMartin/MOBILE-4338
...
MOBILE-4338 quiz: Fix multianswer inline feedback
2023-05-11 12:37:37 +02:00
Dani Palou
5eb4d17ca4
MOBILE-4270 feedback: Display profile image in user attempt page
2023-05-11 12:19:16 +02:00
Noel De Martin
8d4b30fea8
MOBILE-4270 wiki: Fix groups navigation
2023-05-11 12:00:58 +02:00
Dani Palou
29483572b7
MOBILE-4270 forum: Fix discussion link handler in tablet
...
This part of code changed in 1fbb4c3880
to fix navigation, but now it didn't work in tablets because it tried to load the forum index page. Maybe this change breaks a case we haven't detected
2023-05-11 11:44:45 +02:00
Noel De Martin
72c42958b0
MOBILE-4338 quiz: Fix multianswer inline feedback
2023-05-11 11:06:49 +02:00
Alfonso Salces
16c63a7708
MOBILE-4248 action: Fix popover position
2023-05-11 10:18:11 +02:00
Noel De Martin
b7d7a4869d
MOBILE-4288 wiki: Render formatted group names
2023-05-10 12:15:29 +02:00
Pau Ferrer Ocaña
0afc1bb2cb
Merge pull request #3666 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-10 10:14:32 +02:00
Dani Palou
96bdb4bd30
MOBILE-4270 h5p: Display ellipsis in attempts tables headers
2023-05-10 09:17:43 +02:00
Dani Palou
006358b209
MOBILE-4270 h5pp: Users with 0 attempts shouldn't be clickable
2023-05-10 09:01:34 +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
Noel De Martin
46f3da7d8f
MOBILE-4288 multilang: Use fallback language
2023-05-09 15:50:24 +02:00
Dani Palou
a128ae8929
MOBILE-4270 notes: Fix error displayed when restoring note
2023-05-09 11:13:44 +02:00
Pau Ferrer Ocaña
f39a63dc7e
Merge pull request #3661 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-08 13:42:58 +02:00
Dani Palou
fee132d6e8
MOBILE-4270 mod_data: Fix wrong string
2023-05-08 13:14:01 +02:00
Dani Palou
90aededf12
MOBILE-4270 notifications: Always display icon in notification
2023-05-08 13:13:51 +02:00
Dani Palou
deb6be243a
Merge pull request #3659 from alfonso-salces/MOBILE-4247
...
MOBILE-4247 edit: Add field#name and field#description
2023-05-04 12:32:42 +02:00
Alfonso Salces
9488e22518
MOBILE-4247 edit: Add field#name and field#description
2023-05-04 12:17:29 +02:00
Dani Palou
24b1ff4ec5
Merge pull request #3655 from NoelDeMartin/MOBILE-4288
...
MOBILE-4288: Format group names
2023-05-04 10:17:16 +02:00
Pau Ferrer Ocaña
3ddf2326a0
Merge pull request #3650 from dpalou/MOBILE-4270
...
MOBILE-4270 core: Set right version for LMS 4.2
2023-05-04 10:11:10 +02:00
Dani Palou
8ce5414980
MOBILE-4270 calendar: Make course filter list consistent with LMS
2023-05-04 09:49:01 +02:00
Noel De Martin
1f588bba85
MOBILE-4288 multilang: Fix unknown language filter
2023-05-03 15:43:24 +02:00
Noel De Martin
335a758350
MOBILE-4288 forum: Improve user groups UI
2023-05-03 15:43:24 +02:00
Dani Palou
c030fed670
MOBILE-4270 calendar: Remove discard option when editing offline event
...
Offline events can now be deleted in the event page, this Discard option is redundant and causes some navigation problems
2023-05-03 14:44:55 +02:00
Noel De Martin
e8a73689ef
MOBILE-4288 core: Format group names
...
Group names may contain other filters such as mathjax, so only filtering
multilanguage is not enough.
2023-05-03 12:16:47 +02:00
Dani Palou
4820ff18a3
MOBILE-4270 calendar: Fix app overridden when clicking some dates
2023-05-03 10:25:15 +02:00
Dani Palou
e49fa18261
MOBILE-4322 bbb: Display all playbacks in recordings
2023-05-03 09:36:06 +02:00
Dani Palou
d9e2788f44
Merge pull request #3653 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 quiz: Update behat snapshots
2023-05-02 12:36:59 +02:00
Noel De Martin
f05085798b
MOBILE-4270 quiz: Update behat snapshots
...
Change introduced in MDL-77766
2023-05-02 11:38:53 +02:00
Dani Palou
db5550bc25
Merge pull request #3652 from alfonso-salces/MOBILE-4247
...
MOBILE-4247 mod_data: Add otherfields support
2023-05-02 10:57:16 +02:00
Alfonso Salces
7eb86ced57
MOBILE-4247 mod_data: Add otherfields support
2023-05-02 09:42:44 +02:00
Dani Palou
cf78a5b634
Merge pull request #3648 from NoelDeMartin/MOBILE-4287
...
MOBILE-4287 quiz: Go back when attempt is closed
2023-04-27 10:53:03 +02:00
Noel De Martin
58b9067803
MOBILE-4287 quiz: Go back when attempt is closed
2023-04-27 10:37:27 +02:00
Noel De Martin
e281bc15b3
MOBILE-3748 a11y: Indicate non-downloadable items
2023-04-27 09:39:25 +02:00
Noel De Martin
e9fb8784b7
Merge pull request #3645 from NashTechOpenUniversity/MOBILE-4300
...
MOBILE-4300 course-storage: Update section size when delete all
2023-04-27 08:52:29 +02:00
toanlamt
53c66b3542
Update src/addons/storagemanager/pages/course-storage/course-storage.ts
...
Co-authored-by: Noel De Martin <noel@noeldemartin.com>
2023-04-27 11:20:27 +07:00
Dani Palou
90be0a2102
Merge pull request #3646 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270 behat: Skip excluded tests before 4.0
2023-04-26 16:13:24 +02:00
Dani Palou
70d473397b
Merge pull request #3643 from NoelDeMartin/MOBILE-4288
...
MOBILE-4288 multilang: Use parent languages
2023-04-26 16:12:37 +02:00
Noel De Martin
de2c53b712
MOBILE-4270 behat: Skip excluded tests before 4.0
2023-04-26 13:47:57 +02:00
Noel De Martin
df34b812a4
MOBILE-4288 multilang: Use parent languages
2023-04-26 11:01:11 +02:00
Noel De Martin
db3a998f71
MOBILE-4288 core: Refactor getParentLanguage
...
This method was taking a language argument, but in reality it didn't work if you didn't pass it the current language so it was misleading.
2023-04-26 10:21:03 +02:00
Dani Palou
cfaa844414
Merge pull request #3642 from NoelDeMartin/MOBILE-4287
...
MOBILE-4287 quiz: Improve grace period UX
2023-04-25 17:14:25 +02:00
Noel De Martin
f14ab0e232
MOBILE-4284 quiz: Wrap question numbers text
2023-04-25 16:37:15 +02:00
Noel De Martin
911bd6e749
MOBILE-4287 quiz: Improve grace period UX
2023-04-25 12:25:53 +02:00
Dani Palou
882cbb6473
Merge pull request #3629 from alfonso-salces/MOBILE-4248
...
Mobile 4248
2023-04-25 10:49:18 +02:00
Dani Palou
d6e84b96e6
Merge pull request #3640 from NoelDeMartin/MOBILE-4284
...
MOBILE-4284 quiz: Omit number for descriptions
2023-04-25 10:37:08 +02:00
Noel De Martin
004daa4204
MOBILE-4284 quiz: Omit number for descriptions
2023-04-24 16:34:34 +02:00
Alfonso Salces
c36ba60480
MOBILE-4248 tests: Fix data basic_usage and entries tests
2023-04-24 15:32:10 +02:00
Dani Palou
77605b87f4
Merge pull request #3626 from NoelDeMartin/MOBILE-4288
...
MOBILE-4288: Filter multilang group strings
2023-04-24 14:31:01 +02:00
Noel De Martin
9180e6e082
MOBILE-4288 multilang: Implement type safety
2023-04-24 11:25:43 +02:00
Noel De Martin
b52deca5fe
MOBILE-4288 multilang: Clean up
2023-04-24 11:19:55 +02:00
Alfonso Salces
01561748d7
MOBILE-4248 mod-data-action: Add actions menu to action
2023-04-24 11:07:08 +02:00
Noel De Martin
6cb78cf27e
Merge pull request #3634 from dpalou/MOBILE-4317
...
MOBILE-4317 calendar: Store events from getEventsList in DB
2023-04-24 10:34:36 +02:00
Dani Palou
99a2d47e30
MOBILE-4317 calendar: Store events from getEventsList in DB
...
This schedules their default reminder if it's a new event
2023-04-24 10:25:14 +02:00
Alfonso Salces
19625470ee
MOBILE-4248 actionsmenu: Create actions menu component
2023-04-21 13:37:08 +02:00
Noel De Martin
9b182bb714
Merge pull request #3630 from dpalou/MOBILE-4281
...
MOBILE-4281 assign: Limit marking workflow behats to 4.0+
2023-04-20 16:23:01 +02:00
Dani Palou
133287c83c
MOBILE-4281 assign: Limit marking workflow behats to 4.0+
...
The reason is that the steps to mark submissions in LMS don't work in older sites, they need to be different
2023-04-20 16:10:48 +02:00
Noel De Martin
5e2780f97f
MOBILE-2652 glossary: UI Tweaks
...
Move actions below attachments, and use danger color for delete button
2023-04-20 15:23:39 +02:00
Dani Palou
d1f28f43ab
MOBILE-4317 calendar: Schedule new site reminders
2023-04-20 13:53:24 +02:00
Dani Palou
3d0a9441f4
MOBILE-4317 calendar: Fix updateAllSitesEventReminders
2023-04-20 13:53:15 +02:00
Dani Palou
822b1da4f9
MOBILE-3535 lesson: Fix behat tests for Moodle 3.9
2023-04-20 12:01:59 +02:00
Dani Palou
6018868c75
MOBILE-3535 lesson: Fix undefined attempt if load fails
2023-04-20 10:45:12 +02:00
Dani Palou
5646dd14e0
Merge pull request #3611 from alfonso-salces/MOBILE-4292
...
MOBILE-4292 base-profilefield: Translate fields to display
2023-04-19 15:41:11 +02:00
Noel De Martin
eaedada250
Merge pull request #3619 from dpalou/MOBILE-4281
...
Mobile 4281
2023-04-19 15:36:39 +02:00
Alfonso Salces
e0edc76b28
MOBILE-4292 base-profilefield: Translate fields to display
2023-04-19 14:27:37 +02:00
Dani Palou
9e72d79eba
Merge pull request #3618 from NoelDeMartin/MOBILE-4284
...
MOBILE-4284: Implement custom question numbers in quiz
2023-04-19 11:44:01 +02:00
Dani Palou
d4aab021f0
MOBILE-4281 assign: Display submission grade when using marking workflow
2023-04-19 10:25:44 +02:00
Noel De Martin
e77b834ff2
MOBILE-4284 quiz: Replace number w/ questionnumber
2023-04-19 10:07:31 +02:00
Dani Palou
c631db2082
MOBILE-4281 assign: Fix grading status in list with markingworkflow
2023-04-19 09:37:19 +02:00
Dani Palou
e58df9ae61
Merge pull request #3613 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: Fix 3.9 behat tests
2023-04-19 08:46:38 +02:00
Pau Ferrer Ocaña
dd5c80e9a4
Merge pull request #3607 from alfonso-salces/MOBILE-4291
...
MOBILE-4291 AddonUserProfile: Add margin-right in checkbox
2023-04-18 12:17:50 +02:00
Alfonso Salces
543e4929ca
MOBILE-4291 userprofile: Add white-space normal to item-headings
2023-04-18 11:18:43 +02:00
Alfonso Salces
fa6dc7e5a6
MOBILE-4291 AddonUserProfile: Add margin-right in checkbox
2023-04-18 11:18:38 +02:00
Noel De Martin
4bf8eda9d1
MOBILE-4270 glossary: Skip 3.9 unsupported tests
2023-04-18 09:56:51 +02:00
Dani Palou
e4f08476c3
MOBILE-3535 lesson: Fix numerical separator tests
2023-04-18 09:47:41 +02:00
Noel De Martin
370a14c1bc
MOBILE-4270 quiz: Fix 3.9 tests
2023-04-18 09:45:25 +02:00
toanlam
ea794345f4
MOBILE-4300 course-storage: Update section size when delete all
2023-04-18 09:24:01 +07:00
Dani Palou
0309e7a8c1
MOBILE-4303 iframe: Support auto-login in core-iframe component
2023-04-14 12:26:21 +02:00
Dani Palou
28b48ac524
Merge pull request #3594 from NoelDeMartin/MOBILE-2652
...
MOBILE-2652: Glossary edit & delete entries
2023-04-14 08:16:02 +02:00
Noel De Martin
84d2e9e4da
MOBILE-2652 glossary: Fix categories & aliases
...
These have been removed from online edits because of the limitations described in MDL-77798
2023-04-13 17:53:02 +02:00
Noel De Martin
d2d8a814f6
MOBILE-2652 glossary: Edit attachments
2023-04-13 17:53:02 +02:00
Noel De Martin
9391fe4122
MOBILE-2652 glossary: Edit online entries
2023-04-13 17:45:44 +02:00
Noel De Martin
3c443a26c4
MOBILE-2652 glossary: Edit offline entries
2023-04-13 17:45:44 +02:00
Noel De Martin
957dece787
MOBILE-2652 glossary: Delete offline entries
2023-04-13 17:45:42 +02:00
Noel De Martin
ce09ee8a6c
MOBILE-2652 glossary: Refactor navigation
...
Instead of showing the form for offline entries, we're showing them as normal entries and the form is only used for creating new entries. Additionally, the form won't be shown as a split view item any longer, it will always open a new page.
2023-04-13 17:45:22 +02:00
Noel De Martin
f59cf0a1c5
MOBILE-2652 glossary: Extract form handler
2023-04-13 17:45:22 +02:00
Noel De Martin
39a6d67c25
MOBILE-2652 glossary: Clean up edit form
2023-04-13 17:45:22 +02:00
Noel De Martin
5de4cfbbd2
MOBILE-2652 glossary: Implement deleting entries
2023-04-13 17:45:19 +02:00
Noel De Martin
e48d82ddb2
MOBILE-4311 quiz: Avoid sending NaN to webservice
2023-04-13 13:11:39 +02:00
Dani Palou
520ec75b1b
Merge pull request #3595 from alfonso-salces/MOBILE-4292
...
MOBILE-4292 multilang2: Create new multilang filter
2023-04-13 09:02:41 +02:00
Alfonso Salces
98d6733541
MOBILE-4292 base-profilefield: Use displayvalue instead of value
2023-04-13 08:03:08 +02:00
Dani Palou
7494f52c79
Merge pull request #3601 from moodlehq/MOBILE-4308
...
MOBILE-4308 core: Apply no filter to complex icons
2023-04-12 15:59:49 +02:00
Pau Ferrer Ocaña
10f0993c05
Merge pull request #3599 from dpalou/MOBILE-4269
...
Mobile 4269
2023-04-12 13:27:56 +02:00
Noel De Martin
ad5fc0b1b7
MOBILE-4308 core: Apply no filter to complex icons
2023-04-12 12:57:18 +02:00
Pau Ferrer Ocaña
f6364167b4
Merge pull request #3588 from alfonso-salces/MOBILE-4291
...
MOBILE-4291 AddonUserProfile: Display full text in checkbox label
2023-04-12 12:22:55 +02:00
Alfonso Salces
772864245e
MOBILE-4292 multilang2: Create new multilang filter
2023-04-10 09:12:35 +02:00
Dani Palou
708165c0e8
MOBILE-4269 sync: Remove 'Error' from sync warning modals
2023-04-05 11:29:51 +02:00
Dani Palou
8cb4b4ec6d
MOBILE-4269 h5pactivity: Support save state in offline
2023-04-05 11:29:51 +02:00
Dani Palou
dfe185f28c
MOBILE-4269 h5pactivity: Support save state in online
2023-04-05 11:29:51 +02:00
Dani Palou
3980e6c8ac
Merge pull request #3593 from NoelDeMartin/MOBILE-4270
...
MOBILE-4270: Tweaks
2023-04-03 08:49:38 +02:00
Noel De Martin
7e8e694c63
MOBILE-2652 glossary: Clean up service class
2023-03-30 16:20:46 +02:00
Noel De Martin
479dac66a1
MOBILE-4270 data: Catch errors when deleting
2023-03-30 16:17:28 +02:00
Noel De Martin
7fb0c2be47
MOBILE-4270 chore: Standardize edit icons
2023-03-27 17:00:14 +02:00
Noel De Martin
738e96fda9
MOBILE-4270 quiz: Test additional question types
2023-03-27 15:46:55 +02:00
Dani Palou
874f47ebad
Merge pull request #3560 from alfonso-salces/MOBILE-4245
...
[4.2] Mobile 4245 - Add new config.json setting to allow to specify staging sites for testing purposes
2023-03-27 08:10:25 +02:00
Pau Ferrer Ocaña
605eededa7
Merge pull request #3591 from dpalou/MOBILE-3535
...
MOBILE-3535 lesson: Handle localised decimal separator
2023-03-24 14:24:44 +01:00
Dani Palou
fae7467c0c
MOBILE-3535 lesson: Handle localised decimal separator
2023-03-24 11:52:09 +01:00
Alfonso Salces
5967d44aef
MOBILE-4291 AddonUserProfile: Display full text in checkbox label
2023-03-23 14:56:54 +01:00
Noel De Martin
461c8b306a
MOBILE-4279 behat: Update snapshot icons
2023-03-22 09:50:32 +01:00
Dani Palou
4b9e5afeb2
Merge pull request #3581 from crazyserver/MOBILE-4279
...
Mobile 4279
2023-03-21 12:53:35 +01:00
Pau Ferrer Ocaña
902288dd0f
MOBILE-4279 fonts: Update Font-awesome names to 6.3
2023-03-21 12:07:06 +01:00
Alfonso Salces
7a78bb9375
MOBILE-4245 Site: Remove load staging sites from site page
2023-03-21 10:15:59 +01:00
Noel De Martin
46faf7c424
MOBILE-4270 messages: Prepare snapshot tests
2023-03-20 11:20:40 +01:00
Noel De Martin
c800d316bb
MOBILE-4270 mod_assign: Prepare snapshot tests
2023-03-20 11:20:40 +01:00
Noel De Martin
1210a2a63c
MOBILE-4270 mod_book: Prepare snapshot tests
2023-03-20 11:20:40 +01:00
Noel De Martin
e319913996
MOBILE-4270 mod_forum: Prepare snapshot tests
2023-03-20 11:20:40 +01:00
Noel De Martin
799276d6ca
MOBILE-4270 mod_quiz: Prepare snapshot tests
2023-03-20 11:10:27 +01:00
Pau Ferrer Ocaña
b1495c6c9d
MOBILE-4250 course: Improve translation of module names for a11y
2023-03-20 09:50:11 +01:00
Noel De Martin
98d332138a
MOBILE-4270 core: Standardize page modules
2023-03-16 11:02:11 +01:00
Dani Palou
8f6320e012
Merge pull request #3579 from NoelDeMartin/MOBILE-4193
...
MOBILE-4193 core: Consolidate module icons sources
2023-03-16 09:48:47 +01:00
Noel De Martin
f82d3504f6
MOBILE-4193 grades: Avoid filtering rich images
2023-03-15 12:04:36 +01:00
Noel De Martin
0c998b8f8b
MOBILE-4193 core: Consolidate module icons sources
2023-03-15 12:04:36 +01:00
Pau Ferrer Ocaña
b4bd42b928
MOBILE-4270 sync: Improve sync result types
2023-03-14 15:52:29 +01:00
Pau Ferrer Ocaña
5cb74fca86
MOBILE-4270 question: Improve base question component class
2023-03-14 15:52:29 +01:00
Pau Ferrer Ocaña
c22424c93e
MOBILE-4270 chore: Solve lots of linter warnings
2023-03-14 15:50:42 +01:00
Noel De Martin
4cf8577360
MOBILE-4278 quiz: Fix prompt rendering
2023-03-13 17:17:42 +01:00
Dani Palou
9744eb5137
MOBILE-4263 quiz: Remove non-null assertions
2023-03-08 09:45:43 +01:00
Dani Palou
4792e47737
MOBILE-4263 quiz: Avoid 'activerulenames' of undefined error
2023-03-08 09:45:43 +01:00
Noel De Martin
f1ee961c6b
MOBILE-4239 behat: Skip flaky tests in jenkins
2023-02-28 09:54:31 +01:00
Noel De Martin
6d65680909
MOBILE-4069 behat: Fix timeline test
...
Co-authored-by: Dani Palou <dani@moodle.com>
2023-02-28 09:07:46 +01:00
Noel De Martin
8ee614a60a
MOBILE-4239 mediaplugin: Lazy load videojs
2023-02-22 15:12:25 +01:00
Dani Palou
4cb9a6640c
Merge pull request #3556 from NoelDeMartin/MOBILE-2314
...
MOBILE-2314: Audio Recorder improvements
2023-02-22 11:52:40 +01:00
Noel De Martin
52cfb1822d
MOBILE-2134 core: Clean up copyright comments
2023-02-22 11:40:34 +01:00
Pau Ferrer Ocaña
4a7fec5e18
Merge pull request #3552 from dpalou/MOBILE-4249
...
Mobile 4249
2023-02-21 11:25:22 +01:00
Dani Palou
e849b049bb
Merge pull request #3554 from alfonso-salces/MOBILE-4251
...
MOBILE-4251 Feedback: Hide preview button and revert some changes
2023-02-21 10:51:31 +01:00
Alfonso Salces
1538649034
MOBILE-4251 Feedback: Hide preview button and revert some changes
2023-02-21 09:14:34 +01:00
Dani Palou
12546f6548
Merge pull request #3550 from crazyserver/MOBILE-4065
...
Mobile 4065
2023-02-17 13:05:53 +01:00
Dani Palou
ffdbf392df
MOBILE-4249 ui: Fix context-menu not working in some split view
2023-02-17 11:15:57 +01:00
Dani Palou
6b9b956474
MOBILE-4249 messages: Fix context menu items duplicated
2023-02-17 11:15:57 +01:00
Alfonso Salces
87a07217fc
MOBILE-4251 Feedback: Avoid displaying the preview button to students
2023-02-17 08:04:25 +01:00
Pau Ferrer Ocaña
a6de01f5ae
MOBILE-4065 a11y: Fix lots of headings
2023-02-16 16:05:56 +01:00
Noel De Martin
24cfb835b0
Merge pull request #3546 from dpalou/MOBILE-4069
...
MOBILE-4069 a11y: Remove unneeded aria-labelledby
2023-02-14 10:57:39 +01:00
Dani Palou
8996cef648
MOBILE-4069 a11y: Remove unneeded aria-labelledby
...
With the latest Ionic update, these aria-labelledby aren't needed and one of them even caused a behat test to fail
2023-02-13 11:27:39 +01:00
Alfonso Salces
5adad7fd00
MOBILE-4132 Book: Fix single activity navigation
2023-02-13 10:21:17 +01:00
Dani Palou
2258c1183b
MOBILE-4166 core: Move some CoreApp functions to CorePlatform
2023-02-09 13:34:29 +01:00
Dani Palou
884827afb6
MOBILE-4166 videojs: Support fullscreen and improve types
2023-02-09 13:24:02 +01:00
Dani Palou
9b011ba350
MOBILE-4166 core: Fix VideoJS in books and destroy players
2023-02-09 13:24:02 +01:00
Dani Palou
9419db02a1
MOBILE-4166 core: Use VideoJS in iOS for unsupported media
2023-02-09 13:24:02 +01:00
Dani Palou
47e5158afe
MOBILE-4166 core: Implement CoreDirectivesRegistry and deprecate old one
2023-02-09 13:24:02 +01:00
Dani Palou
0732722882
MOBILE-4069 behat: Test book swipe and numbering
2023-02-08 09:26:56 +01:00
Dani Palou
ebb6e393cf
MOBILE-4069 book: Fix PTR in book index page
2023-02-07 16:23:26 +01:00
Dani Palou
f11819f698
MOBILE-4069 behat: Fix timeline test
2023-02-07 16:23:20 +01:00
Pau Ferrer Ocaña
31a275a6fe
MOBILE-4065 forum: Fix forum focus problems
2023-02-07 15:03:50 +01:00
Pau Ferrer Ocaña
bff59a0e54
MOBILE-4065 calendar: Fix calendar days focus
2023-02-07 15:03:50 +01:00
Noel De Martin
637301012d
Merge pull request #3527 from dpalou/MOBILE-4234
...
MOBILE-4234 mod_data: Correctly handle 0 in number fields
2023-01-24 08:22:46 +01:00
Dani Palou
18f9e90fbc
MOBILE-4234 mod_data: Correctly handle 0 in number fields
2023-01-24 08:09:20 +01:00
Noel De Martin
250c6c1db8
MOBILE-4239 core: Remove cannotconnect version
2023-01-23 16:39:58 +01:00
Dani Palou
730571ed83
MOBILE-4069 book: Add basic usage behat tests
2023-01-16 12:32:35 +01:00
Dani Palou
665f3a4495
MOBILE-4081 quiz: Fix timer red color
2022-12-16 14:56:43 +01:00
Dani Palou
f2af5c72b3
MOBILE-4081 quiz: Fix question mark rendering
2022-12-16 13:05:23 +01:00
Dani Palou
e40b212fef
MOBILE-4081 quiz: Fix submit quiz button alignment
2022-12-16 12:32:08 +01:00
Dani Palou
82082eb14a
MOBILE-4081 forum: Fix prefetch behat test
2022-12-16 10:03:35 +01:00
Dani Palou
2afa7918b1
MOBILE-4081 database: Fix entry.id is undefined after change group
2022-12-15 17:06:32 +01:00
Dani Palou
413b69832b
MOBILE-4081 database: Fix wrong entry displayed after sort
2022-12-15 13:27:43 +01:00
Dani Palou
6b0fbbeaa5
MOBILE-4081 forum: Display selectors if loading discussions fail
2022-12-15 10:26:29 +01:00
Dani Palou
f230c16b94
MOBILE-4081 lesson: Fix wrong feedback displayed in offline
2022-12-14 15:02:09 +01:00
Dani Palou
4f630a5f72
MOBILE-4081 database: Fix app restarted when resetting search
2022-12-14 08:17:07 +01:00
Noel De Martin
578c40f3d1
Merge pull request #3506 from dpalou/MOBILE-4081
...
Mobile 4081
2022-12-13 13:06:51 +01:00
Dani Palou
5d5e436a8d
MOBILE-4081 calendar: Fix site home event not displayed
2022-12-13 12:23:55 +01:00
Dani Palou
f5fcaecf48
MOBILE-4081 assign: Fix buttons display in big screens
2022-12-13 09:48:22 +01:00
Dani Palou
cb10f9e25d
Merge pull request #3503 from NoelDeMartin/MOBILE-4176
...
MOBILE-4176 grades: Keep new lines
2022-12-12 12:23:08 +01:00
Alfonso Salces
c6f48336fc
MOBILE-4081 swipe-slides: Book chapter tags not always shown
2022-12-07 09:54:53 +01:00
Noel De Martin
324785f36a
MOBILE-4176 grades: Keep new lines
2022-12-05 16:54:42 +01:00
Pau Ferrer Ocaña
dd4c9a1ed0
MOBILE-4081 eslint: Solve jsdoc linter warnings
2022-12-01 23:05:46 +01:00
Pau Ferrer Ocaña
8818dde723
MOBILE-4081 theme: Reintroduce hide-detail class
...
This reverts commit be1bacba0c
.
2022-12-01 22:46:31 +01:00
Noel De Martin
cd4d4f164f
Merge pull request #3496 from dpalou/MOBILE-4081
...
Mobile 4081
2022-12-01 17:40:07 +01:00
Dani Palou
acadb25a90
MOBILE-4081 timeline: Fix duedate string in timeline
2022-12-01 16:54:23 +01:00
Noel De Martin
4be903defb
Merge pull request #3494 from dpalou/MOBILE-4081
...
MOBILE-4081 calendar: Fix calendar behat
2022-12-01 13:39:02 +01:00
Dani Palou
0c03b6a3c1
MOBILE-4081 calendar: Fix calendar behat
2022-12-01 13:02:14 +01:00
Alfonso Salces
35946f6f31
MOBILE-4085 course-storage: Add change detection OnPush
2022-11-30 12:07:04 +01:00
Pau Ferrer Ocaña
8dde80aa08
MOBILE-4081 chore: Remove deprecated concatenatePaths usage
2022-11-29 10:23:36 +01:00
Pau Ferrer Ocaña
6ff5868e9d
Merge pull request #3481 from dpalou/MOBILE-4081
...
Mobile 4081
2022-11-28 15:41:30 +01:00
Pau Ferrer Ocaña
ebc0344c60
MOBILE-4081 completion: Add link handler to block completion status
2022-11-28 08:48:34 +01:00
Pau Ferrer Ocaña
fed0239c72
MOBILE-4081 user: Admit profile urls without id
2022-11-28 08:48:34 +01:00
Dani Palou
034d0b4e0c
Merge pull request #3475 from alfonso-salces/MOBILE-4085
...
MOBILE-4085 course-storage: Revert OnPush changes
2022-11-25 08:05:14 +01:00
Alfonso Salces
fa0dcc0bfa
MOBILE-4085 course-storage: Revert OnPush changes
2022-11-25 07:55:07 +01:00
Dani Palou
bf98c699da
MOBILE-4081 blog: Don't show my entries toggle when viewing entry
2022-11-24 16:34:56 +01:00
Pau Ferrer Ocaña
b1bd54067c
Merge pull request #3472 from dpalou/MOBILE-4081
...
Mobile 4081
2022-11-24 14:10:48 +01:00
Dani Palou
2c20a24f84
MOBILE-4081 wiki: Remove non-null assertions in index page
2022-11-24 14:01:51 +01:00
Noel De Martin
c94785a94f
MOBILE-4081 addons: Delete manager instances
...
This prevents errors for trying to get the source of a destroyed manager (for example, for subsequent asynchronous calls fetching data).
2022-11-24 13:14:03 +01:00
Dani Palou
32d1e0761b
MOBILE-4081 wiki: Allow viewing empty subwikis
2022-11-24 13:09:06 +01:00
Dani Palou
2ad9d2645c
MOBILE-4081 wiki: Fix create page with HTML in title
2022-11-24 12:38:10 +01:00
Alfonso Salces
5ddf7db897
MOBILE-4085 course-storage: Update course status in template
2022-11-24 12:31:27 +01:00
Dani Palou
fc72d481b6
Merge pull request #3464 from crazyserver/MOBILE-4081
...
Mobile 4081
2022-11-23 15:23:56 +01:00
Pau Ferrer Ocaña
6d039ffba8
MOBILE-4081 notifications: Change notification preferences layout
2022-11-23 14:13:48 +01:00
Dani Palou
bc83f62f0b
MOBILE-4081 npm: Freeze libraries
2022-11-23 13:28:13 +01:00
Dani Palou
8c22079e66
MOBILE-4081 notifications: Display time when clicking push
2022-11-23 13:00:36 +01:00
Pau Ferrer Ocaña
9b6a1e04fe
MOBILE-4081 airnotifier: Improve devices list format
2022-11-23 12:01:54 +01:00
Pau Ferrer Ocaña
eac671c5b3
MOBILE-4081 style: Improve style on message settings
2022-11-23 12:01:54 +01:00
Pau Ferrer Ocaña
e7e0ea6b04
MOBILE-3936 reminders: Fix workshop reminders and custom position
2022-11-22 14:18:26 +01:00
Noel De Martin
7269a7c071
MOBILE-4038 timeline: Move action to separate line
2022-11-22 12:12:00 +01:00
Pau Ferrer Ocaña
a62cb0ca1e
Merge pull request #3454 from dpalou/MOBILE-4065
...
Mobile 4065
2022-11-21 13:07:16 +01:00
Dani Palou
b7f3e3d6f7
MOBILE-4065 bbb: Remove unneeded chevron right in iOS
2022-11-21 12:55:38 +01:00
Dani Palou
51ca4cc804
Merge pull request #3449 from NoelDeMartin/MOBILE-4109
...
MOBILE-4109 book: Disable unactive pages
2022-11-17 17:42:46 +01:00
Pau Ferrer Ocaña
11f1706af9
MOBILE-3936 calendar: Fix default reminders not being created
2022-11-17 12:44:59 +01:00
Noel De Martin
5370217058
MOBILE-4109 book: Disable unactive pages
2022-11-17 11:37:00 +01:00
Dani Palou
82e9331357
MOBILE-3784 calendar: Add behat for create event
2022-11-16 12:23:04 +01:00
Dani Palou
e72cf7258e
MOBILE-3874 calendar: Fix event time and improve a11y
2022-11-16 12:23:04 +01:00
Dani Palou
e2d2e04f41
MOBILE-3784 calendar: Fix a11y title of days
2022-11-16 12:23:04 +01:00
Dani Palou
ee4e8f6b05
MOBILE-3784 calendar: Support opening any month with page params
2022-11-16 12:23:04 +01:00
Dani Palou
1a1e03bdd4
MOBILE-3784 time: Fix time zone usage in ion-datetime
2022-11-16 12:23:04 +01:00
Pau Ferrer Ocaña
d40a488758
MOBILE-3936 reminders: Add click listeners
2022-11-15 16:08:59 +01:00
Dani Palou
fba9fd8b2d
Merge pull request #3439 from crazyserver/MOBILE-4065
...
Mobile 4065
2022-11-14 15:33:48 +01:00
Pau Ferrer Ocaña
1a8c4fde04
MOBILE-4065 a11y: Course downloads does not stop click propagation
2022-11-14 14:19:21 +01:00
Alfonso Salces
a1dc1ec631
Merge pull request #3299 from alfonso-salces/MOBILE-4021-tests
...
MOBILE-4021 notifications: Create notification acceptance tests
2022-11-14 10:04:27 +01:00
Pau Ferrer Ocaña
824a804887
MOBILE-4065 a11y: Improve my courses view aria labels
2022-11-11 14:46:19 +01:00
Dani Palou
bdd6aeb738
Merge pull request #3425 from crazyserver/MOBILE-3936
...
Mobile 3936 - Inline reminders
2022-11-11 08:12:50 +01:00
Alfonso Salces
e430a4266a
MOBILE-4021 notifications: Create notification acceptance tests
2022-11-11 07:44:10 +01:00
Pau Ferrer Ocaña
ee072610a1
Merge pull request #3431 from dpalou/MOBILE-4100
...
Mobile 4100
2022-11-10 16:54:03 +01:00
Pau Ferrer Ocaña
12c19080f2
MOBILE-3936 core: Add LocalNotifications mock
2022-11-10 16:37:06 +01:00
Pau Ferrer Ocaña
69d2530bb8
MOBILE-3936 reminders: Avoid creating reminders in the past
2022-11-10 16:37:05 +01:00
Pau Ferrer Ocaña
109d4bd2c5
MOBILE-3936 calendar: Move default reminder setting to reminders
2022-11-10 16:37:05 +01:00
Pau Ferrer Ocaña
9f154a7bb6
MOBILE-3936 calendar: Use new reminder selector
2022-11-10 13:40:16 +01:00
Pau Ferrer Ocaña
cefd0248fc
MOBILE-3936 reminders: Move calendar reminders to new reminders module
2022-11-10 13:40:16 +01:00
Dani Palou
60dd6090dd
MOBILE-4100 bbb: Add behat tests for recordings
2022-11-10 13:33:04 +01:00
Noel De Martin
8c1e07c019
MOBILE-4059 core: Update site owners nomenclature
2022-11-08 16:16:52 +01:00
Noel De Martin
e1035e9a4b
MOBILE-4059 core: Update cannot connect messages
2022-11-08 16:16:52 +01:00
Noel De Martin
dabd4e8046
MOBILE-4059 core: Improve errors mentioning admins
2022-11-07 16:11:25 +01:00
Noel De Martin
608ea978a0
MOBILE-4059 core: Fix timeout types
2022-11-07 16:11:24 +01:00
Pau Ferrer Ocaña
6b2be863b5
MOBILE-4081 lang: Improvements on script and import translations
2022-11-03 15:45:43 +01:00
Dani Palou
6e1677a757
MOBILE-4100 bbb: Display recordings
2022-11-03 10:26:16 +01:00
Noel De Martin
df9ff60847
MOBILE-4081 behat: Use mod_data field generators
2022-11-02 17:58:23 +01:00
Dani Palou
70191ad5bf
MOBILE-3817 core: Convert has changes func to return Promise
2022-10-31 10:00:46 +01:00
Anastasios Bithas
c1afc4b614
MOBILE-4084 folder: Restore access to inline folders
...
Add temporary fix to restore access to inline folders.
Change module description to exclude inline folder data.
2022-10-27 15:06:46 +02:00
Dani Palou
077fd682e6
MOBILE-4089 forum: Fix wrong parameter passed to prefetchModule
2022-10-27 15:06:03 +02:00
Dani Palou
d5c440b97d
MOBILE-4089 forum: Don't fetch all pages when invalidating data
2022-10-27 15:05:59 +02:00
Dani Palou
585f669641
MOBILE-4089 forum: Fix infinite loop in getDiscussionsInPages
2022-10-27 15:05:48 +02:00
Noel De Martin
f97a9beb90
Merge pull request #3409 from dpalou/MOBILE-4120
...
MOBILE-4120 messages: Fix wrong messages displayed in split view
2022-10-25 16:28:00 +02:00
Dani Palou
fa9f074209
MOBILE-4120 messages: Fix wrong messages displayed in split view
2022-10-25 15:12:47 +02:00
Dani Palou
495c9320c4
MOBILE-4153 scorm: Support links to player.php
2022-10-20 10:27:29 +02:00
Dani Palou
6d0473ef4c
MOBILE-4137 bbb: Don't display room info if showroom = false
2022-10-13 15:19:06 +02:00
Dani Palou
8d0412fa68
MOBILE-4081 core: Remove most .bind() usage
2022-10-05 16:02:09 +02:00
Noel De Martin
57f10bff4a
Merge pull request #3370 from dpalou/MOBILE-3817
...
Mobile 3817
2022-09-19 12:33:39 +02:00
Dani Palou
52a4322f0d
MOBILE-3817 core: Create WSObservable type
2022-09-16 10:22:53 +02:00
Dani Palou
01df501cad
MOBILE-3817 courses: Apply update in background to My Courses
2022-09-16 10:22:53 +02:00
Dani Palou
63f3c440e3
MOBILE-3817 utils: Move new utils functions to existing rxjs file
2022-09-16 10:22:53 +02:00
Dani Palou
c9a0b372a9
MOBILE-3817 myoverview: Save setting when using custom filter
2022-09-16 10:22:53 +02:00
Dani Palou
fbe46ee895
MOBILE-3817 courses: Implement getUserCoursesWithOptionsObservable
2022-09-16 10:22:53 +02:00
Noel De Martin
54c9b54846
Merge pull request #3385 from dpalou/MOBILE-4117
...
Mobile 4117
2022-09-15 17:54:39 +02:00
Noel De Martin
ef6a4ed7f4
MOBILE-4127 theme: Move mode classes to html tag
2022-09-15 17:14:58 +02:00
Dani Palou
c3f01e01d2
MOBILE-4117 bbb: Add behat tests for BBB
2022-09-15 10:30:48 +02:00
Dani Palou
7b59283420
MOBILE-4117 bbb: Update Moodle cache when needed
2022-09-15 10:30:48 +02:00
Noel De Martin
b634604075
MOBILE-4081 behat: Fix database tests
...
Same as aa49eb24fb
2022-09-14 10:22:13 +02:00
Pau Ferrer Ocaña
970ea87dab
MOBILE-4081 chore: Remove unnecessary semicolons
2022-09-02 17:57:22 +02:00
Pau Ferrer Ocaña
3a9b10a90c
MOBILE-4081 chore: Mixed Code smell fixes
2022-09-02 14:45:05 +02:00
Pau Ferrer Ocaña
44cbee9683
MOBILE-4081 chore: Fix duplicated semicolon
2022-09-02 14:45:04 +02:00
Pau Ferrer Ocaña
128cd849b8
MOBILE-4081 forum: Fix duplicated syncs
2022-09-02 14:45:04 +02:00
Pau Ferrer Ocaña
f0b79822da
MOBILE-4081 chore: Remove redundant awaits
2022-09-02 14:45:04 +02:00
Dani Palou
6fd5843d92
MOBILE-4035 groups: Don't call WS that will fail if no group
2022-09-02 08:15:32 +02:00
Dani Palou
33b3d7db78
MOBILE-4035 groups: Create group selector component
2022-09-02 08:15:32 +02:00
Pau Ferrer Ocaña
302a4bc821
Merge pull request #3365 from dpalou/MOBILE-3978
...
MOBILE-3978 calendar: Add fallback for access info
2022-09-01 11:42:48 +02:00
Pau Ferrer Ocaña
d2c932b365
Merge pull request #3363 from dpalou/MOBILE-4121
...
MOBILE-4121 completion: Invalidate when data sent in scorm/lesson
2022-09-01 11:38:31 +02:00
Pau Ferrer Ocaña
68a4a4e75f
MOBILE-4081 chore: Fixtures on types and async functions
2022-08-31 16:37:12 +02:00
Pau Ferrer Ocaña
852af8bc0e
MOBILE-4081 modicon: Fix modicon purpose
2022-08-31 16:19:49 +02:00
Noel De Martin
23fda871f3
MOBILE-4069 feedback: Implement navigation tests
2022-08-29 14:19:59 +02:00
Dani Palou
fc0d2b1307
MOBILE-3978 calendar: Add fallback for access info
2022-08-22 09:55:55 +02:00
Dani Palou
38cf037162
MOBILE-4121 completion: Invalidate when data sent in scorm/lesson
2022-08-18 15:30:58 +02:00
Noel De Martin
48b01f4910
MOBILE-4069 competency: Implement navigation tests
2022-08-08 14:32:41 +02:00
Noel De Martin
393b8a2d1e
MOBILE-4069 timeline: Fix behat tests in 311
2022-08-02 11:46:44 +02:00
Dani Palou
844c14b8cb
MOBILE-4116 core: Avoid using Date instances if possible
...
When the date can be affected by time zone, always use moment
2022-07-29 14:59:40 +02:00
Dani Palou
88a19ea066
MOBILE-4116 moment: Force timezone for moment in behat tests
2022-07-29 14:59:40 +02:00
Dani Palou
ab39251a0f
MOBILE-4069 survey: Fix survey behats
2022-07-14 09:17:28 +02:00
Dani Palou
5630f5b054
Merge pull request #3321 from crazyserver/MOBILE-4047
...
Mobile 4047
2022-07-13 15:27:12 +02:00
Pau Ferrer Ocaña
538bfd6ceb
MOBILE-4047 behat: General checks to blocking UI
2022-07-13 12:44:01 +02:00
Pau Ferrer Ocaña
7aa6eb48f1
MOBILE-4047 behat: Implement Pull to refresh
2022-07-13 11:07:53 +02:00
Dani Palou
b82c884745
MOBILE-4081 core: Remove some unneeded invalidates
2022-07-13 09:44:51 +02:00
Pau Ferrer Ocaña
29d97cca3a
MOBILE-4047 behat: Add switch network connection step
2022-07-12 16:01:51 +02:00
Noel De Martin
41489ecc66
MOBILE-4081 behat: Fix 3.9 tests
2022-07-12 10:25:13 +02:00
Dani Palou
ee2786830c
MOBILE-4031 forum: Improve basic usage behat tests
2022-07-11 11:08:38 +02:00
Dani Palou
195c2af178
MOBILE-4031 forum: Add behat tests to test groups
2022-07-11 11:08:38 +02:00
Dani Palou
a611ac64d0
MOBILE-4031 core: Create config values for Toast duration
2022-07-11 10:19:43 +02:00
Dani Palou
2a87212e98
MOBILE-4031 forum: Display group selector if supported
2022-07-11 10:19:43 +02:00
Noel De Martin
a0363deb6a
MOBILE-4110 behat: Allow finding disabled elements
2022-07-06 12:14:34 +02:00
Alfonso Salces
93cfcd4ae0
Merge pull request #3330 from NoelDeMartin/MOBILE-4038
...
MOBILE-4038 timeline: Refactor using OnPush
2022-07-06 11:46:02 +02:00
Noel De Martin
70e11f9ea4
MOBILE-4038 timeline: Refactor using OnPush
2022-07-06 11:08:38 +02:00
Dani Palou
290b78c8ab
MOBILE-4108 core: Don't call autologin WS for external URLs
2022-07-05 11:59:43 +02:00
Alfonso Salces
02bd2314b9
MOBILE-4027 h5pactivity: Don't show modal if user finish activity 10 secs ago
2022-07-01 10:03:45 +02:00
Noel De Martin
8dd0ef41a1
MOBILE-4038 icon: Revert getModuleIconSrc to sync
...
Reverted from 1c0a86d045
2022-06-23 12:29:54 +02:00
Noel De Martin
86355bce01
MOBILE-3942 core: Improve dynamic component calls
2022-06-22 16:06:32 +02:00
Dani Palou
34a987ae2a
Merge pull request #3328 from NoelDeMartin/MOBILE-4081
...
MOBILE-4081: Clean up emulator and native modules
2022-06-21 14:35:43 +02:00
Dani Palou
fad887aa65
MOBILE-4099 scorm: Remove some non-null assertions
2022-06-21 08:20:57 +02:00
Dani Palou
7b5a5bed8f
MOBILE-4099 scorm: Don't call WS if user cannot save tracks
2022-06-21 08:13:25 +02:00
Noel De Martin
ed50d3d76a
MOBILE-4081 core: Consolidate Platform services
2022-06-20 18:19:18 +02:00
Pau Ferrer Ocaña
9962183fea
MOBILE-4081 lang: Update script version and execute to detect new lang
2022-06-17 13:14:11 +02:00
Noel De Martin
9254871d8b
Merge pull request #3320 from crazyserver/MOBILE-4081
...
Mobile 4081
2022-06-15 17:26:50 +02:00
Pau Ferrer Ocaña
7c98579097
MOBILE-4081 storage: Improve TODO comment
2022-06-15 13:05:28 +02:00
Dani Palou
9792adcc9d
Merge pull request #3307 from NoelDeMartin/MOBILE-4081
...
MOBILE-4081: Improve notifications source and fix behat steps
2022-06-15 11:18:15 +02:00
Noel De Martin
a2f6e0139e
MOBILE-4081 notifications: Improve source
2022-06-15 10:46:22 +02:00
Pau Ferrer Ocaña
473a03d9fa
MOBILE-4061 behat: Improve included behat tests
2022-06-14 15:49:14 +02:00
Pau Ferrer Ocaña
fba9238566
MOBILE-4061 behat: Set ion-select fields
2022-06-14 15:49:14 +02:00
Pau Ferrer Ocaña
183919a622
MOBILE-4061 behat: Add bulk set fields command
2022-06-14 15:49:14 +02:00
Pau Ferrer Ocaña
350d7cd305
MOBILE-4061 data: Import and fix legacy tests from moodlemobileapp
2022-06-14 15:49:14 +02:00
Pau Ferrer Ocaña
af7e8115a5
MOBILE-4061 survey: Import and fix legacy tests from moodlemobileapp
2022-06-14 15:49:14 +02:00
Pau Ferrer Ocaña
e337bc64d5
MOBILE-4061 core: Create a new message component to fix animations
2022-06-14 15:49:14 +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
Pau Ferrer Ocaña
ed4ebdd9e2
MOBILE-4061 behat: Import and fix legacy tests from moodlemobileapp
2022-06-14 12:17:05 +02:00
Noel De Martin
b5ef87d648
Merge pull request #3306 from alfonso-salces/MOBILE-4085
...
Mobile 4085 - Improve performance in views with OnPush strategy.
2022-06-09 12:48:56 +02:00
Alfonso Salces
7f2d406c7e
MOBILE-4085 course-storage: Improve performance with OnPush
2022-06-09 11:41:48 +02:00
Noel De Martin
73ee4df1ec
MOBILE-3321 core: Decouple Network from App
2022-06-08 13:28:05 +02:00
Noel De Martin
a0a138f686
MOBILE-3321 core: Decouple isMobile from App
2022-06-08 13:17:14 +02:00
Dani Palou
11c1b2a7da
Merge pull request #3302 from NoelDeMartin/MOBILE-4042
...
MOBILE-4042 calendar: Swipe navigation in event
2022-06-02 09:23:25 +02:00
Noel De Martin
6306bb697f
MOBILE-4042 calendar: Swipe navigation in event
2022-06-01 16:28:04 +02:00
Dani Palou
62c3231b8c
Merge pull request #3303 from NoelDeMartin/MOBILE-3988
...
MOBILE-3988 core: Remove duplicated promise helper
2022-05-31 11:05:04 +02:00
Noel De Martin
6356623664
MOBILE-3988 core: Remove duplicated promise helper
2022-05-31 10:33:54 +02:00
Alfonso Salces
e7c808dd94
MOBILE-4021 notification: add swipe
2022-05-31 09:56:22 +02:00
Alfonso Salces
fa4ad175cc
MOBILE-4021 notification: add split-view
2022-05-31 09:54:09 +02:00
Dani Palou
53be23eb00
MOBILE-4069 behat: Fix forum behat test
2022-05-27 15:20:41 +02:00
Dani Palou
11ca2bd7fc
MOBILE-4069 behat: Make it easier to find text in modals, popover, ...
2022-05-27 15:20:41 +02:00
Dani Palou
d5b6f557a0
MOBILE-4069 singletons: Deprecate CoreArray.contains
2022-05-27 15:09:43 +02:00
Noel De Martin
a8220cb894
Merge pull request #3279 from crazyserver/MOBILE-4060
...
Mobile 4060
2022-05-17 10:34:03 +02:00
Pau Ferrer Ocaña
2044576281
MOBILE-4061 behat: Improve step selectors
2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
0cb07d839d
MOBILE-4061 behat: Fix behat labels
2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
cc3c8906c6
MOBILE-4061 behat: Add shortcuts to enter activities
2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
cb1a611b5e
MOBILE-4061 behat: Fix repeated tests scenario names
2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
a94da4d804
MOBILE-4061 behat: Generate custom URL to quickly bypass steps on app
2022-05-12 17:17:30 +02:00
Pau Ferrer Ocaña
f48885b822
MOBILE-4061 behat: Adapt tests to 3.9-4.0 LMS versions
2022-05-12 15:38:29 +02:00
Pau Ferrer Ocaña
dd9669a955
MOBILE-4061 behat: Remove legacy Moodle App v3.9.4 tests
2022-05-12 09:33:08 +02:00
Pau Ferrer Ocaña
eb0303d301
MOBILE-4061 behat: Merge import behat files from local-moodlemobileapp
2022-05-12 09:33:01 +02:00
Pau Ferrer Ocaña
e30e7b07cd
MOBILE-4060 theme: Fix iframe height on some pages
2022-05-10 11:58:04 +02:00
Pau Ferrer Ocaña
7eff952b6b
MOBILE-3881 timeline: Concatenate loaded more events
2022-04-22 14:05:47 +02:00
Noel De Martin
f0c544df03
Merge pull request #3268 from crazyserver/MOBILE-3881
...
Mobile 3881
2022-04-22 13:09:16 +02:00
Pau Ferrer Ocaña
0f5416e2f0
MOBILE-3881 timeline: Only show in progress courses
2022-04-22 12:51:28 +02:00
Pau Ferrer Ocaña
f9b1951347
MOBILE-3881 timeline: Fix overdue tasks showing different from LMS
2022-04-22 12:08:13 +02:00
Pau Ferrer Ocaña
6d0b53f034
MOBILE-3881 timeline: Fix minimim time to get events from
2022-04-22 11:17:38 +02:00
Dani Palou
b0f090061b
MOBILE-3833 bbb: Improve error message when user not in group
2022-04-22 09:55:53 +02:00
Pau Ferrer Ocaña
3627e3fde5
MOBILE-3833 signup: Fix min date on datetime user profile
2022-04-21 14:00:27 +02:00
Pau Ferrer Ocaña
e38992b786
Merge pull request #3258 from NoelDeMartin/MOBILE-3833
...
MOBILE-3833: Clean up swipe managers
2022-04-21 09:45:40 +02:00
Noel De Martin
f6f876cf3f
MOBILE-3833 core: Clean up swipe managers
2022-04-20 13:52:29 +02:00
Dani Palou
679f2e592f
MOBILE-3833 forum: Display post menu only if can edit or delete
2022-04-20 09:24:13 +02:00
Dani Palou
63bc43ceb4
Merge pull request #3256 from crazyserver/MOBILE-3833
...
Mobile 3833
2022-04-19 16:35:32 +02:00
Pau Ferrer Ocaña
ff369b0e09
Merge pull request #3255 from alfonso-salces/MOBILE-3833
...
MOBILE-3833 quiz: Fix scroll to question
2022-04-19 16:24:18 +02:00
Pau Ferrer Ocaña
91e8d8af55
MOBILE-3833 loading: Fix loading occupying full height
2022-04-19 15:58:45 +02:00
Alfonso Salces
b84a4a7aa8
MOBILE-3833 quiz: Fix scroll to question
2022-04-19 14:06:24 +02:00
Dani Palou
29b01837c1
Merge pull request #3253 from alfonso-salces/MOBILE-3833
...
MOBILE-3833 mod-quiz: show eye in password input
2022-04-19 11:25:38 +02:00
Alfonso Salces
2e584357e7
MOBILE-3833 qtype multichoice: change button type
2022-04-19 11:04:59 +02:00
Pau Ferrer Ocaña
413c661eda
Merge pull request #3254 from dpalou/MOBILE-3833
...
Mobile 3833
2022-04-19 10:19:02 +02:00
Dani Palou
ffd1ebe5b4
MOBILE-3833 assign: Fix empty box wrong position
2022-04-19 08:13:34 +02:00
Dani Palou
f332b65100
MOBILE-3833 resource: Don't show outdated warning for external files
2022-04-14 11:16:40 +02:00
Noel De Martin
e79172518e
MOBILE-3833 core: Add missing managers destroy
2022-04-13 13:56:11 +02:00
Dani Palou
1d05af2b7d
MOBILE-3833 assign: Display module navigation for teachers
2022-04-13 10:20:12 +02:00
Dani Palou
56d0cf251d
MOBILE-3833 glossary: Fix check empty entries list
2022-04-13 09:14:24 +02:00
Dani Palou
c6bdde182c
MOBILE-3833 forum: Fix check empty discussion list
2022-04-12 13:00:42 +02:00
Dani Palou
7383dc1974
MOBILE-3833 forum: Display Q&A message for students
2022-04-12 11:09:40 +02:00
Dani Palou
1eab0204b0
MOBILE-3833 forum: Remove duplicated due date message in 3.11+
2022-04-12 11:09:33 +02:00
Noel De Martin
0708081868
Merge pull request #3247 from dpalou/MOBILE-3833
...
Mobile 3833
2022-04-12 11:05:15 +02:00
Dani Palou
50322300ac
MOBILE-3833 forum: Display word count below post text
2022-04-12 10:44:21 +02:00
Dani Palou
41680adf33
MOBILE-3833 forum: Display locked discussion icon
2022-04-12 10:44:21 +02:00
Dani Palou
c93d6bccd3
Merge pull request #3241 from NoelDeMartin/MOBILE-3833
...
MOBILE-3833: Tweaks
2022-04-11 10:31:34 +02:00
Dani Palou
7a03ec48be
Merge pull request #3244 from crazyserver/MOBILE-3833
...
Mobile 3833
2022-04-08 16:43:29 +02:00
Pau Ferrer Ocaña
c5b8b4fb19
MOBILE-3833 assignment: Add collapsible footer action buttons
2022-04-08 16:25:46 +02:00
Pau Ferrer Ocaña
6a7d59069b
Merge pull request #3245 from dpalou/MOBILE-3833
...
MOBILE-3833 workshop: Fix required 'profile' param not found
2022-04-08 15:59:53 +02:00
Dani Palou
9975cedf9e
MOBILE-3833 workshop: Fix required 'profile' param not found
2022-04-08 15:23:51 +02:00
Noel De Martin
eac0725937
MOBILE-3833 messages: Fix offline messages label
2022-04-07 16:51:53 +02:00
Pau Ferrer Ocaña
c10db2e1f9
MOBILE-3833 glossary: Do not infinite loading if not searched yet
2022-04-07 13:13:22 +02:00
Pau Ferrer Ocaña
2ece8e7e7e
MOBILE-3833 forum: Do not display empty card on response posts if none
2022-04-06 17:46:03 +02:00
Pau Ferrer Ocaña
9624105319
MOBILE-3833 myoverview: Change empty state texts
2022-04-06 17:46:03 +02:00
Noel De Martin
d3abd7176e
Merge pull request #3238 from dpalou/MOBILE-3833
...
Mobile 3833
2022-04-06 16:43:43 +02:00
Dani Palou
195c8d94e6
MOBILE-3833 core: Add '^' dynamically in link handlers
2022-04-06 16:25:55 +02:00
Dani Palou
1fc0b9184b
MOBILE-3833 assign: Fix error displayed after sync
2022-04-06 16:25:55 +02:00
Pau Ferrer Ocaña
a251482349
MOBILE-3833 storage: Do not show info text if downloads are disabled
2022-04-06 11:21:07 +02:00
Pau Ferrer Ocaña
9de662f896
MOBILE-3833 timeline: Import styles from myoverview
2022-04-06 11:00:42 +02:00
Pau Ferrer Ocaña
be8ed25daa
MOBILE-3833 course: Deprecate skipListStatus on prefetch handlers
2022-04-06 09:53:54 +02:00
Pau Ferrer Ocaña
5c3fe58ed7
MOBILE-3833 storage: Fix hover style state
2022-04-06 09:53:53 +02:00
Dani Palou
9a724f2b1c
MOBILE-3833 book: Fix current chapter not marked in TOC
2022-04-06 08:51:03 +02:00
Dani Palou
2cba36d3de
MOBILE-3833 lesson: Fix header wrong position
2022-04-06 08:38:09 +02:00
Pau Ferrer Ocaña
cff39f065f
MOBILE-3833 badges: Fix missing expired overlay
2022-04-05 15:49:23 +02:00
Pau Ferrer Ocaña
1f08ceba4a
MOBILE-3833 h5p: Fix Cannot access user attempts error on prefetch
2022-04-05 15:15:55 +02:00
Pau Ferrer Ocaña
2ac0a02fee
MOBILE-3833 storage: Fix max height on labels
2022-04-05 15:15:55 +02:00
Pau Ferrer Ocaña
568f161550
Merge pull request #3230 from dpalou/MOBILE-3833
...
Mobile 3833
2022-04-05 12:37:10 +02:00
Dani Palou
2f39512552
MOBILE-3833 course: Make last access coherent with recent block
2022-04-05 12:19:37 +02:00
Alfonso
10d357f9f9
MOBILE-3833 course-storage: Add class to handle padding in section
2022-04-05 11:11:38 +02:00
Dani Palou
ef834b34ea
MOBILE-3833 mod_data: Fix wrong unsaved changes warning
2022-04-05 10:49:22 +02:00
Pau Ferrer Ocaña
823bf576b0
MOBILE-3833 database: Change single entry icon
2022-04-04 10:57:16 +02:00
Pau Ferrer Ocaña
28c817b7ed
MOBILE-3833 style: Style hr when comes from WS
2022-04-04 10:57:16 +02:00
Dani Palou
31d8a2c7a5
Merge pull request #3225 from crazyserver/MOBILE-3833
...
Mobile 3833
2022-04-04 10:50:34 +02:00
Pau Ferrer Ocaña
82c11b8385
MOBILE-3833 my: Add horizontal margin on filter columns
2022-04-04 10:24:56 +02:00
Dani Palou
5fe63cda95
MOBILE-3919 assign: Dismiss toast when leaving page
2022-04-04 08:02:46 +02:00
Dani Palou
6504f29124
Merge pull request #3222 from crazyserver/MOBILE-3833
...
Mobile 3833
2022-04-01 14:58:48 +02:00
Pau Ferrer Ocaña
230e42ab5d
MOBILE-3833 style: Small fix on empty box
2022-04-01 14:43:45 +02:00
Pau Ferrer Ocaña
f66400aae6
MOBILE-3833 messages: Reduce padding on title bar
2022-04-01 14:38:12 +02:00
Pau Ferrer Ocaña
16b750b566
MOBILE-3833 resource: Add padding on embedded resources
2022-04-01 14:38:12 +02:00
Pau Ferrer Ocaña
dc934ffcb2
MOBILE-3833 my: Revert to basic filters with advanced option
2022-04-01 14:38:12 +02:00
Pau Ferrer Ocaña
bf5f9c8b99
MOBILE-3833 my: Style Filter buttons
2022-04-01 14:38:12 +02:00
Pau Ferrer Ocaña
50c3985822
MOBILE-3833 collapsible: Change collapsible visible strategy
2022-04-01 14:38:12 +02:00
Dani Palou
dd60ea6978
MOBILE-3833 data: Fix wrong group list in some cases
2022-04-01 14:24:11 +02:00
Pau Ferrer Ocaña
2ce808dfab
MOBILE-3833 my: Move search to empty box on my overview
2022-04-01 13:29:20 +02:00
Pau Ferrer Ocaña
6d13fdf6a7
MOBILE-3833 style: Restyle spacers
2022-04-01 13:29:15 +02:00
Dani Palou
9917c92e7d
Merge pull request #3217 from alfonso-salces/MOBILE-3833
...
MOBILE-3833 chat-helper: add white space in message private
2022-03-31 17:38:06 +02:00
Dani Palou
c57d9f8237
Merge pull request #3219 from crazyserver/MOBILE-3833
...
Mobile 3833
2022-03-31 16:09:56 +02:00
Pau Ferrer Ocaña
bc2e38dece
MOBILE-3833 collapsible: Do not init collapsible heading if not needed
2022-03-31 13:24:51 +02:00
Dani Palou
a690353ad7
MOBILE-3833 core: Fix collisions in link handlers
...
The /admin handlers haven't been modified because that folder can be moved to somewhere else in some Moodle versions
2022-03-31 13:02:52 +02:00
Alfonso
b4085ff374
MOBILE-3833 chat-helper: add white space in message private
2022-03-31 12:12:56 +02:00
Pau Ferrer Ocaña
0336ab0808
MOBILE-3833 module: Make module navigation less prominent
2022-03-31 11:14:44 +02:00
Pau Ferrer Ocaña
c40b792f5d
MOBILE-3833 style: Normalize font-size on cards
2022-03-31 11:14:44 +02:00
Pau Ferrer Ocaña
c6191229a0
MOBILE-3833 resource: Change button order on resource
2022-03-31 11:14:44 +02:00
Pau Ferrer Ocaña
f25a51b5d1
MOBILE-3833 module: Hide module navigation on non main pages
2022-03-31 11:14:44 +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
Pau Ferrer Ocaña
add0b95386
MOBILE-3833 style: Fix icon on chip color on dark mode
2022-03-29 17:15:39 +02:00