Noel De Martin
26bf15496d
MOBILE-4304 core: Remove getInOrEqual database helper
2024-02-14 09:06:19 +01:00
Noel De Martin
ef88336a2d
MOBILE-4304 h5p: Update database usage
2024-02-14 09:06:19 +01:00
Noel De Martin
bb82cd8ff1
MOBILE-4304 sharedfiles: Update database usage
2024-02-14 09:06:19 +01:00
Noel De Martin
7e2d2fb74b
MOBILE-4304 search: Update database usage
2024-02-14 09:06:19 +01:00
Noel De Martin
4d4a506fe1
MOBILE-4304 reminders: Update database usage
2024-02-14 09:06:19 +01:00
Noel De Martin
869f08eee7
MOBILE-4304 core: Return database records rowId
2024-02-14 09:06:19 +01:00
Noel De Martin
38d0ad1aad
MOBILE-4304 core: Remove redundant generics
2024-02-14 09:06:19 +01:00
Noel De Martin
88f7eba74c
MOBILE-4339 quiz: Add unanswered questions warning
2024-02-12 13:48:50 +01:00
Noel De Martin
90b4eb3ecb
MOBILE-3947 fileuploader: Fix audio recorder
2024-02-08 12:07:48 +01:00
Noel De Martin
ef455e6d37
MOBILE-4470 behat: Fix signup tests
...
This test started failing after MDL-72703 was integrated
2024-02-07 11:03:53 +01:00
Dani Palou
7b1cc71210
MOBILE-3947 compile: Fix plugins reloading the app when submitting form
2024-02-06 11:38:42 +01:00
Dani Palou
0541415a5a
Merge pull request #3881 from alfonso-salces/MOBILE-4481
...
MOBILE-4481 ws.ts: Get mimetype from file transfer headers
2024-02-02 11:04:24 +01:00
Alfonso Salces
8f2c3445e2
MOBILE-4481 ws.ts: Get mimetype from file transfer headers
2024-02-02 10:13:46 +01:00
Pau Ferrer Ocaña
6e1726e4a0
MOBILE-4502 icons: Add fontawesome styles and treat all tags as icons
2024-02-01 17:33:42 +01:00
Pau Ferrer Ocaña
03e9bcb736
MOBILE-4243 course: Add communication room button to course page
2024-02-01 09:46:34 +01:00
Noel De Martin
1c6c7c14c9
MOBILE-3947 behat: Fix tests for older versions
2024-01-31 17:23:47 +01:00
Dani Palou
bcbd31535c
MOBILE-4492 file: Avoid problems with toURL in Android
2024-01-31 15:08:17 +01:00
Dani Palou
c60f792927
Merge pull request #3914 from NoelDeMartin/MOBILE-4496
...
MOBILE-4496: Improve Behat CI
2024-01-31 15:05:53 +01:00
Noel De Martin
da5827190f
MOBILE-4496 reminders: Timeout permission request in behat
2024-01-31 13:41:35 +01:00
Noel De Martin
208ec01b6c
MOBILE-4496 reminders: Improve notification tests
...
The previous implementation was too flaky because it relied on test execution time
2024-01-31 13:41:35 +01:00
Noel De Martin
da976a08a7
MOBILE-4496 behat: Fix webserver url
2024-01-31 13:41:35 +01:00
Pau Ferrer Ocaña
d269225651
MOBILE-4266 site: Add site theme class to html tags
2024-01-31 12:44:31 +01:00
Noel De Martin
bb6ed65c88
MOBILE-4496 behat: Update tags
...
Tags have been changed to reflect the namespace in the app folder structure, rather than trying to find an equivalent in the LMS codebase
2024-01-31 11:35:09 +01:00
Noel De Martin
b5961ada67
MOBILE-3947 login: Restore logo fallback
2024-01-29 15:13:31 +01:00
Pau Ferrer Ocaña
6c9bc12d34
MOBILE-3947 lint: Fix self-closing tags
2024-01-23 16:13:09 +01:00
Noel De Martin
a952b7b7fc
MOBILE-4470 behat: Fix snapshots
2024-01-18 11:35:18 +01:00
Noel De Martin
9632d5ad50
Merge pull request #3894 from dpalou/MOBILE-3947
...
MOBILE-3947 core: Fix wrong types for chooser plugin
2024-01-17 12:32:54 +01:00
Dani Palou
aaa714cb64
MOBILE-3947 core: Fix wrong types for chooser plugin
2024-01-17 11:36:45 +01:00
Noel De Martin
3621bc46a5
MOBILE-3947 glossary: Fix tests
...
There were some bugs in Angular v10 that countered this bug in our code, that's why it wasn't manifested until now. It seems to be related with the changes in createUrlTreeFromSegmentGroup.
See https://github.com/angular/angular/commits/16.0.x/packages/router/src/create_url_tree.ts?since=2020-06-25&until=2024-01-11
2024-01-15 16:35:57 +01:00
Noel De Martin
2200669b0f
MOBILE-3947 messages: Fix tests
2024-01-15 16:35:57 +01:00
Noel De Martin
44606242fd
MOBILE-3947 reminders: Fix tests
2024-01-15 16:35:57 +01:00
Noel De Martin
21d0dc6821
MOBILE-3947 reminders: Fix reminder button a11y roles
2024-01-15 16:35:57 +01:00
Dani Palou
27b980d710
MOBILE-3947 form: Add types to FormControl
2024-01-12 15:45:02 +01:00
Pau Ferrer Ocaña
0975669042
MOBILE-3947 chore: Remove some ionicons usage
2024-01-11 15:08:58 +01:00
Pau Ferrer Ocaña
a90d4bda34
MOBILE-3947 behat: Fix tab select status check
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
b313555ebe
MOBILE-3947 signup: Fix input error default set
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
33f1cefad1
MOBILE-3947 behat: Fix datetime user profile labeling
2024-01-11 12:59:27 +01:00
Pau Ferrer Ocaña
8445854486
MOBILE-3947 behat: Fix some snapshot failures
2023-12-18 13:39:13 +01:00
Pau Ferrer Ocaña
e875cc6306
MOBILE-3947 core: Fix compile HTML
2023-12-18 13:39:07 +01:00
Noel De Martin
c5c0a57113
MOBILE-3947 behat: Use login shortcuts
2023-12-18 09:56:41 +01:00
Dani Palou
df0cf232f6
MOBILE-3947 ion-datetime: Use right language and first day of week
2023-12-15 10:50:51 +01:00
Pau Ferrer Ocaña
a424923cfc
MOBILE-3947 site: Use ionInput event on sitefinder
2023-12-14 22:08:38 +01:00
Pau Ferrer Ocaña
373cf8f549
MOBILE-3947 behat: Tag and omit failing behats due to Ionic7 migration
2023-12-14 22:08:38 +01:00
Pau Ferrer Ocaña
d912d9d9af
MOBILE-3947 behat: Fix RTE behat setField
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
bea73940ed
MOBILE-3947 core: Avoid item overflow on input errors
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
be7f86edd2
MOBILE-3947 core: Slot core-show-password on ion-inputs
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
243386232e
MOBILE-3947 chore: Remove Ionic warnings about legacy form controls
2023-12-14 10:41:34 +01:00
Pau Ferrer Ocaña
c60519f2a8
MOBILE-3947 course: Open course index in a sheet modal
2023-12-14 10:41:34 +01:00
Dani Palou
6c99166055
MOBILE-3947 icons: Add new fonts to Ionicons using addIcons
2023-12-13 16:25:38 +01:00
Dani Palou
dc5d22f503
MOBILE-3947 core: Don't include angular/compiler in main bundle
2023-12-12 08:00:48 +01:00
Noel De Martin
130810ca3e
MOBILE-3947 behat: Fix gestures
2023-12-05 16:52:03 +01:00
Noel De Martin
b1b8b9583b
MOBILE-3947 core: Fix circular routes
2023-12-05 16:52:03 +01:00
Noel De Martin
f0586fd93e
MOBILE-3947 core: Remove invalid route
2023-12-05 16:52:03 +01:00
Pau Ferrer Ocaña
76beb12d17
Merge pull request #3876 from dpalou/MOBILE-4479
...
Mobile 4479
2023-12-04 15:05:16 +01:00
Alfonso Salces
c0ae3e61c0
MOBILE-3947 qr-scanner: Create qr scanner service
2023-12-04 10:19:40 +01:00
Dani Palou
fec29ecca1
MOBILE-4479 siteplugins: Only add default module-info if needed
2023-12-04 09:14:20 +01:00
Dani Palou
60a2d16dc6
MOBILE-3947 push: Stop using @moodlehq/ionic-native-push
...
Now we use @awesome-cordova-plugins/push and implement the specific features in a wrapper in the app
2023-11-30 14:56:24 +01:00
Noel De Martin
7325a1dd6d
MOBILE-3947 native: Fix zip plugin
2023-11-29 16:50:43 +01:00
Noel De Martin
9a5329cdc3
MOBILE-3947 core: Fix translate pipe linting
2023-11-29 16:19:00 +01:00
Noel De Martin
2449aca781
MOBILE-3947 ng: Fix build errors
...
Target in app tsconfig is set to es2022 by the Angular CLI, so we must
set it as well to be consistent in the rest of the tooling. Angular
compilation later uses browserslist for further transpilations.
Target in unit tests is kept at es2016 because of a known bug in
Angular: https://github.com/angular/angular/issues/31730
2023-11-29 16:19:00 +01:00
Noel De Martin
7f630b287a
MOBILE-3947 eslint: Unban Function type
2023-11-29 16:19:00 +01:00
Dani Palou
30cac7d056
MOBILE-3947 core: Stop using deprecated guard interfaces
2023-11-29 11:43:31 +01:00
Noel De Martin
2d141bc104
Merge pull request #3865 from dpalou/MOBILE-3947
...
Mobile 3947
2023-11-29 10:34:44 +01:00
Dani Palou
fbc19eed43
Merge pull request #3863 from NoelDeMartin/MOBILE-3947
...
MOBILE-3947 native: Fix chooser plugin
2023-11-29 09:07:10 +01:00
Noel De Martin
c2b86a10b5
MOBILE-3947 native: Fix chooser plugin
2023-11-29 08:58:43 +01:00
Pau Ferrer Ocaña
4053e2d741
MOBILE-3947 core: Move from ViewEngine to Ivy and fix plugins
2023-11-29 08:21:58 +01:00
Pau Ferrer Ocaña
2db3635882
MOBILE-3947 chore: Allow inner HTML templates
2023-11-28 13:38:48 +01:00
Pau Ferrer Ocaña
47d5eb5eaa
MOBILE-3947 styles: Fix ion-icon as button sizes on course index
2023-11-28 13:38:48 +01:00
Pau Ferrer Ocaña
5fd69a5d91
MOBILE-3947 chore: Auto fixes and disabled rules exceptions
2023-11-28 13:38:48 +01:00
Noel De Martin
4286234e6b
MOBILE-3947 chore: Fix TS errors
2023-11-27 15:58:38 +01:00
Pau Ferrer Ocaña
9dab24fef5
MOBIE-3947 lint: Fix self closing tags
2023-11-27 14:45:50 +01:00
Pau Ferrer Ocaña
a0cd868179
MOBIE-3947 lint: Fix some linting
2023-11-27 14:45:49 +01:00
Pau Ferrer Ocaña
7c31e79bbd
MOBILE-3947 slides: Use Swiper instead of IonSlides
2023-11-27 14:45:49 +01:00
Pau Ferrer Ocaña
fa7607a0d3
MOBILE-3947 lint: Fix jsdocs
2023-11-27 14:45:31 +01:00
Pau Ferrer Ocaña
e8dd8be967
MOBILE-3947 chore: Change Ionic native imports to awesome cordova
2023-11-24 13:46:58 +01:00
Noel De Martin
93dad58ebe
MOBILE-3947 app: Fix linting errors
2023-11-23 15:25:36 +01:00
Noel De Martin
dbb3db08ae
MOBILE-3947 app: Upgrade to Ionic 7
2023-11-23 15:23:43 +01:00
Dani Palou
3b99950df6
MOBILE-4469 site: Rename candidate site to authenticated site
2023-11-22 10:48:18 +01:00
Dani Palou
006f9018a9
MOBILE-4469 login: Move login constants to new file
2023-11-22 09:18:17 +01:00
Dani Palou
a3898d7515
MOBILE-4469 login: Support isFeatureDisabled in all site classes
2023-11-22 09:17:29 +01:00
Dani Palou
a724a946d2
MOBILE-4469 core: Create new CoreCandidateSite class
2023-11-22 08:17:12 +01:00
Dani Palou
954ce48d7b
MOBILE-4469 core: Create new CoreUnauthenticatedSite class
2023-11-21 14:24:15 +01:00
Dani Palou
988ddb4b94
MOBILE-4469 core: Move CoreSite class to new sites folder
2023-11-21 11:58:27 +01:00
Pau Ferrer Ocaña
1fcbd4f2ce
MOBILE-3947 dev: Improve error log styling
2023-11-20 14:03:19 +01:00
Pau Ferrer Ocaña
ce36245d83
MOBILE-3947 chore: Move replaceTags to CoreDom
2023-11-20 14:03:08 +01:00
Pau Ferrer Ocaña
6569547cdd
MOBILE-3947 dev: Remove non existing sites file storage
2023-11-20 14:03:08 +01:00
Pau Ferrer Ocaña
258d12f4d0
MOBILE-3947 styles: Improve drop shadows
2023-11-20 11:33:28 +01:00
Pau Ferrer Ocaña
feb8a78ecc
MOBILE-3947 chore: Change IonRefresher type to HTMLIonRefresherElement
2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
4ebec029ba
MOBILE-3947 user: Fix user types on user-avatar
2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
e40a4f13bb
MOBILE-3947 chore: Fix some HTML strict types
2023-11-20 11:33:27 +01:00
Pau Ferrer Ocaña
9e9052db85
MOBILE-3947 chore: Fix some non valid types
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
9be60c9e83
MOBILE-3947 chore: Fix eqeqeq on HTML
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
4ca0cf785a
MOBILE-3947 chore: Deprecation fixes
2023-11-20 11:33:26 +01:00
Pau Ferrer Ocaña
a81f93822f
MOBILE-3947 chore: Change import to use on Sass
2023-11-20 11:33:26 +01:00
Dani Palou
07f661e5ab
Merge pull request #3850 from crazyserver/MOBILE-4465
...
Mobile 4465
2023-11-20 11:04:33 +01:00
Noel De Martin
3a37758e7c
MOBILE-4463 dev: Fix logged out app settings
2023-11-20 10:30:29 +01:00
Pau Ferrer Ocaña
0ddb86d6b8
MOBILE-4465 chore: Simplify code on deprecated components
2023-11-20 10:17:17 +01:00
Pau Ferrer Ocaña
3c53bf2632
MOBILE-4465 chore: Remove deprecated code on 4.0
2023-11-20 10:17:16 +01:00
Alfonso Salces
884c860444
MOBILE-4464 siteplugins: Add class to identify site plugins
2023-11-20 08:45:33 +01:00
Dani Palou
b668af193b
MOBILE-4460 core: Hide informative links if needed
2023-11-15 16:20:53 +01:00
Dani Palou
a0f81719f7
MOBILE-4459 storybook: Create storybook for new sites-list component
2023-11-15 15:17:07 +01:00
Dani Palou
2244864c07
MOBILE-4459 core: Rename login-sites component to login-sites-modal
2023-11-15 15:17:07 +01:00
Dani Palou
a9bae5937c
MOBILE-4459 core: Create and use core-sites-list component
2023-11-15 15:17:00 +01:00
Dani Palou
d27d3ddec3
MOBILE-4459 core: Support demo mode
2023-11-15 10:45:18 +01:00
Noel De Martin
0c670e14c1
MOBILE-4463 core: Deprecate CoreCache for plugins
2023-11-14 13:08:20 +01:00
Noel De Martin
4d4d7ad229
MOBILE-4463 core: Implement cache invalidation
2023-11-14 13:08:17 +01:00
Noel De Martin
19ff74241f
MOBILE-4463 core: Improve dev settings
2023-11-14 13:07:54 +01:00
Alfonso Salces
6da2742bd3
MOBILE-4451 settings: Create error log page
2023-11-14 11:46:50 +01:00
Alfonso Salces
d8baa1d7e7
MOBILE-4362 my-courses-link: Create my courses link handler
2023-11-08 10:14:13 +01:00
Dani Palou
379156bfa7
MOBILE-4368 analytics: Limit cases where setting is displayed
...
Now the setting will only be displayed if there is an active handler
2023-10-31 14:28:05 +01:00
Dani Palou
93b8ce274c
MOBILE-4362 mycourses: Fix category disappear after PTR
2023-10-31 14:28:05 +01:00
Dani Palou
b9e9dade0b
MOBILE-4362 login: Hide authinstructions when not needed
2023-10-31 14:28:05 +01:00
Dani Palou
44f8a8e91f
MOBILE-4362 signup: Fix buttons margin
2023-10-31 11:42:41 +01:00
Dani Palou
8cda49f720
MOBILE-4362 signup: Display required error in recaptcha
2023-10-31 11:42:41 +01:00
Pau Ferrer Ocaña
149720459f
MOBILE-4362 user: Fix user-initials size on toolbar
2023-10-26 10:23:39 +02:00
Pau Ferrer Ocaña
68d9d6cdd7
MOBILE-4362 icon: Improve icon filter handling
2023-10-25 15:36:17 +02:00
Pau Ferrer Ocaña
993dc19a85
MOBILE-4362 rating: Trim not trimmed versions
2023-10-25 15:02:24 +02:00
Pau Ferrer Ocaña
79300ba408
MOBILE-4362 url: Use isThemeImageUrl function when needed
2023-10-25 14:31:31 +02:00
Pau Ferrer Ocaña
bfaadfbb8c
MOBILE-4362 modicon: Properly check if icon should be filtered
2023-10-25 14:31:31 +02:00
Noel De Martin
af00e8e3c6
MOBILE-3371 search: Improve course search
2023-10-23 13:02:54 +02:00
Dani Palou
e7c07e01b8
Merge pull request #3832 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-20 15:34:45 +02:00
Pau Ferrer Ocaña
e7fd119983
Merge pull request #3833 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-20 15:34:29 +02:00
Pau Ferrer Ocaña
3b60b3b517
MOBILE-4362 styles: Fix dark mode styles on activity restrictions
2023-10-20 14:34:49 +02:00
Pau Ferrer Ocaña
58d571d64f
MOBILE-4362 lint: Solve deprecation linting
2023-10-19 22:10:31 +02:00
Pau Ferrer Ocaña
18ad252340
MOBILE-4362 lint: Fix some linting
2023-10-19 22:06:58 +02:00
Dani Palou
32055bd8d5
Merge pull request #3827 from crazyserver/MOBILE-4362-2
...
Mobile 4362 2
2023-10-19 17:48:51 +02:00
Noel De Martin
b755823b68
Merge pull request #3830 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-19 16:14:11 +02:00
Dani Palou
df81617588
MOBILE-4362 siteplugins: Add helper function to update cached data
2023-10-19 16:14:02 +02:00
Pau Ferrer Ocaña
6b0cd694c5
MOBILE-4348 label: Support has custom cm list item to match cards border
2023-10-19 14:13:05 +02:00
Pau Ferrer Ocaña
ecd7ced223
MOBILE-4362 label: Add round borders on text & media images
2023-10-19 14:10:23 +02:00
Pau Ferrer Ocaña
3f69d2785e
MOBILE-4362 folder: Workaround on folder button while MOBILE-4147
2023-10-19 14:10:23 +02:00
Pau Ferrer Ocaña
1f7d0277a9
MOBILE-4362 chore: Correctly slot toggles inside ion-item
2023-10-19 14:10:23 +02:00
Noel De Martin
4e210350e5
Merge pull request #3825 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-19 14:10:12 +02:00
Dani Palou
1250779328
MOBILE-4362 auth: Fix redirect to other site in slow devices
2023-10-19 12:53:17 +02:00
Pau Ferrer Ocaña
697ddd811c
MOBILE-4362 behat: Test scroll when seeing all sections
2023-10-19 12:07:36 +02:00
Pau Ferrer Ocaña
355fd88bb2
MOBILE-4362 icons: Change detected icon aliases
2023-10-18 16:12:38 +02:00
Pau Ferrer Ocaña
702abcdfd1
MOBILE-4362 course: Apply Infinite loading improvements from type list
2023-10-18 16:12:37 +02:00
Pau Ferrer Ocaña
0e31b8214a
MOBILE-4362 activity: Infinite loading on list mod type page
2023-10-18 16:12:37 +02:00
Dani Palou
59a8a1c3d9
Merge pull request #3824 from NoelDeMartin/MOBILE-3371
...
MOBILE-3371 search: Remove top results
2023-10-17 14:27:49 +02:00
Pau Ferrer Ocaña
f986937424
MOBILE-4362 activity: Show only description on list mod type page
2023-10-17 13:39:40 +02:00
Noel De Martin
37d528c169
MOBILE-3371 search: Remove top results
...
They've been removed because they are not respecting category filters. In the LMS it's the expected behaviour because they use category tabs instead, but that is not correct in the app.
2023-10-17 11:46:24 +02:00
Noel De Martin
3183737463
MOBILE-4428 quiz: Fix adaptive behaviour
2023-10-17 11:21:22 +02:00
Noel De Martin
081172003c
Merge pull request #3819 from alfonso-salces/MOBILE-4362
...
MOBILE-4362 course-link: Fix section link opening
2023-10-16 12:24:32 +02:00
Alfonso Salces
965779d72c
MOBILE-4362 course-link: Fix section link opening
2023-10-16 10:28:39 +02:00
Pau Ferrer Ocaña
b3f8606afd
MOBILE-4362 user: Fix top avatar margin
2023-10-16 10:07:59 +02:00
Pau Ferrer Ocaña
bbc107c1e0
MOBILE-4362 licenses: Add margin top to filter box
2023-10-11 16:51:50 +02:00
Pau Ferrer Ocaña
42f6fc6843
Merge pull request #3817 from dpalou/MOBILE-4362
...
Mobile 4362
2023-10-11 16:51:41 +02:00
Dani Palou
4e98e9f64a
MOBILE-4362 comments: Fix delete button displayed when it shouldn't
...
The show delete button icon now also changes so it's clearer that something happened, otherwise if you cannot delete any of the comments you see it could seem that the button does nothing
2023-10-11 14:38:48 +02:00
Alfonso Salces
f2521bd135
MOBILE-4242: revert
...
This reverts commit e4081e6c1a
.
2023-10-09 11:33:48 +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
1e7fe59dab
MOBILE-4362 user: Improve user pages look and feel
2023-10-06 14:14:45 +02:00
Pau Ferrer Ocaña
4cee48ff8b
MOBILE-4362 user: Fix timezone names
2023-10-06 12:33:42 +02:00
Pau Ferrer Ocaña
b39bd13227
MOBILE-4362 styles: Improve some radius
2023-10-06 11:52:49 +02:00
Pau Ferrer Ocaña
a12d5ef66f
MOBILE-4362 completion: Improve button sizes
2023-10-06 11:52:49 +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
9b04cda897
MOBILE-3371 search: Fix disabled feature
2023-10-05 16:41:37 +02:00
Noel De Martin
c070ba5e42
MOBILE-3371 search: Improve styles for long items
2023-10-05 16:41:18 +02:00
Pau Ferrer Ocaña
ed284ddae6
MOBILE-4362 settings: Fix text-wrapping on color scheme setting
2023-10-04 12:11:45 +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
b6e914a24e
Merge pull request #3805 from crazyserver/MOBILE-4362
...
Mobile 4362
2023-10-03 16:10:38 +02:00
Dani Palou
408f767dfe
MOBILE-4362 reportbuilder: Fix link to open in browser
2023-10-03 16:05:44 +02:00
Pau Ferrer Ocaña
b2a179a70a
MOBILE-4362 login: Add do not show again to qr code information
2023-10-03 14:42:21 +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
fd27ed31ab
MOBILE-4362 licenses: Remove chevron from View item
2023-10-03 12:36:17 +02:00
Noel De Martin
2ec215e212
MOBILE-4272 core: Improve asyncInstance inference
2023-10-03 11:29:53 +02:00
Dani Palou
056bb289b7
Merge pull request #3799 from crazyserver/MOBILE-4348
...
Mobile 4348
2023-10-03 08:42:28 +02:00
Pau Ferrer Ocaña
f959f94a07
MOBILE-4348 home: Fix sitehome icon sizes
2023-10-02 21:44:46 +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
Noel De Martin
73dff1ace4
MOBILE-4362 grades: Fix swipe navigation in tablet
2023-10-02 17:39:18 +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
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
2d1a018304
MOBILE-4362 course: Keep scroll position after refresh
2023-09-28 12:46:43 +02:00
Noel De Martin
3ddd53c1ed
Merge pull request #3784 from dpalou/MOBILE-4410
...
Mobile 4410
2023-09-27 15:04:05 +02:00
Dani Palou
47b17987ef
MOBILE-4410 login: Use install referrer URL in android
2023-09-27 14:53:51 +02:00
Alfonso Salces
57d21e26a1
MOBILE-4362 login-helper: Log sso login url
2023-09-27 12:56:00 +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
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
Noel De Martin
038bcfaa30
Merge pull request #3777 from alfonso-salces/MOBILE-4405
...
Mobile 4405 - Implement auto logout
2023-09-26 15:44:04 +02:00
Noel De Martin
596365da9c
MOBILE-4207 search: Allow hiding course in results
2023-09-26 12:33:34 +02:00
Pau Ferrer Ocaña
8f7e153277
MOBILE-4201 login: Reintroduce the skip confirmation when SSO login
2023-09-20 15:27:36 +02:00
Pau Ferrer Ocaña
6f6b8f2a2d
MOBILE-4201 login: Do not show other auth methods or signup if sso
2023-09-20 15:26:31 +02:00
Pau Ferrer Ocaña
a4d7ffeb5e
MOBILE-4201 login: Add TypeOfLogin enum
2023-09-20 15:26:31 +02:00
Pau Ferrer Ocaña
a0c0162b85
MOBILE-4201 login: Change forgotten password text
2023-09-20 15:26:31 +02:00
Alfonso Salces
56caf062d8
MOBILE-4405 autologout: Create autologout service
2023-09-19 15:06:14 +02:00
Pau Ferrer Ocaña
706abda7b3
Revert "MOBILE-4372 course-format: Change user tour alignment in RTL"
...
This reverts commit abc6461f36
.
2023-09-18 10:06:24 +02:00
Noel De Martin
254dcb3daa
MOBILE-3371 search: Support blocks and sections
2023-09-14 16:19:53 +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
6cf958eb8a
MOBILE-3371 search: Filter global search
2023-09-14 13:24:32 +02:00
Noel De Martin
65a4cc98f7
MOBILE-3371 search: Implement global search
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
bbe1e7d65e
MOBILE-4323 enrol: Handle methods without get_enrol_info
2023-09-13 09:44:49 +02:00
Noel De Martin
ceb4b40077
Merge pull request #3782 from alfonso-salces/MOBILE-4414
...
MOBILE-4414 credentials: Update support config
2023-09-12 14:14:17 +02:00
Noel De Martin
e647e535fa
Merge pull request #3780 from dpalou/MOBILE-3839
...
Mobile 3839
2023-09-12 14:07:26 +02:00
Alfonso Salces
9e342ca2ef
MOBILE-4414 credentials: Update support config
2023-09-12 10:40:00 +02:00
Pau Ferrer Ocaña
05a5472144
MOBILE-4201 login: Fix tests
2023-09-08 16:07:42 +02:00
Pau Ferrer Ocaña
9c2133bd73
MOBILE-4201 login: Show error message if check site fails
2023-09-08 16:07:42 +02:00
Pau Ferrer Ocaña
663f42de2a
MOBILE-4201 login: Remove deprecated login functions
2023-09-08 16:07:40 +02:00
Pau Ferrer Ocaña
ca3d88b66b
MOBILE-4201 login: Fix empty sites page when go back with openAddSite
2023-09-08 16:07:37 +02:00
Pau Ferrer Ocaña
ed900d9d1a
MOBILE-4201 login: Remove SSO open browser confirmation
2023-09-08 16:07:34 +02:00
Pau Ferrer Ocaña
eead77bff9
MOBILE-4201 login: Login restyling
2023-09-08 15:18:02 +02:00
Pau Ferrer Ocaña
47a9a2ae06
MOBILE-4201 login: Show Login in browser on credentials and reconnect
2023-09-08 15:18:02 +02:00
Pau Ferrer Ocaña
75171da002
MOBILE-4201 login: Redesign reconnect page
2023-09-08 14:30:13 +02:00
Pau Ferrer Ocaña
7dec27239d
MOBILE-4201 login: Remove cancel button from reconnect page
2023-09-08 14:30:13 +02:00
Dani Palou
7e7aae4853
MOBILE-3839 browser: Support SecureStorage in browser
2023-09-07 13:20:36 +02:00
Dani Palou
c0b9803030
MOBILE-3839 core: Store tokens in secure storage
2023-09-07 13:20:36 +02:00
Pau Ferrer Ocaña
ff00454e33
MOBILE-4201 login: Move oauth and scanQR to login methods component
2023-09-05 15:38:51 +02:00
Pau Ferrer Ocaña
db020f18fe
MOBILE-4331 app: Change navigation bar color according to the theme
2023-09-05 14:53:03 +02:00
Dani Palou
7f987f318c
Merge pull request #3775 from NoelDeMartin/MOBILE-4362
...
MOBILE-4362
2023-09-01 08:39:48 +02:00
Noel De Martin
6d8eae7dfa
MOBILE-4362 core: Fix docs
2023-08-31 15:28:35 +02:00
Noel De Martin
74439956fd
MOBILE-4362 usertours: Ensure tours order
...
This is necessary to avoid flaky behat tests
2023-08-31 12:45:20 +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
a6eeacfd88
Merge pull request #3754 from crazyserver/MOBILE-4323
...
MOBILE-4323 enrol: Create enrol delegates
2023-08-24 11:35:24 +02:00
Pau Ferrer Ocaña
c9bf366943
Merge pull request #3718 from alfonso-salces/MOBILE-4372
...
MOBILE-4372 course-format: Change course index fab position if lang is rtl
2023-08-24 08:29:53 +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
c20df40bdc
MOBILE-4323 enrol: Support enrolment action on siteplugins
...
Co-authored: dpalou
2023-08-23 16:05:28 +02:00
Pau Ferrer Ocaña
b975e6f0d8
MOBILE-4323 enrol: Create enrol delegates
...
Co-authored: dpalou
2023-08-23 16:05:09 +02:00
Pau Ferrer Ocaña
47af5a252e
Merge pull request #3773 from alfonso-salces/MOBILE-4385
...
MOBILE-4385 side-blocks: Check if the html contain some tags
2023-08-23 15:46:40 +02:00
Alfonso Salces
55d7dc6c72
MOBILE-4385 side-blocks: Check if the html contain some tags
2023-08-23 09:03:23 +02:00
Pau Ferrer Ocaña
a4d2af2b92
Merge pull request #3771 from dpalou/MOBILE-4362
...
MOBILE-4362 behat: Fix behat snapshot failures due to width
2023-08-22 15:39:52 +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
4e27bb639d
MOBILE-4367 courses: Check if core_my_view_page is available
...
Otherwise an error is displayed in console when trying to use the WS
2023-08-21 09:01:15 +02:00
Alfonso Salces
abc6461f36
MOBILE-4372 course-format: Change user tour alignment in RTL
2023-08-11 08:33:19 +02:00
Dani Palou
e35909d1b3
MOBILE-4370 course: Make section availability clickable
2023-08-07 15:53:47 +02:00
Dani Palou
5090186cca
MOBILE-4370 course: Remove unneeded 'Show more' in availability
2023-08-07 14:50:47 +02: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
Noel De Martin
c479c230e3
MOBILE-4362 behat: Fix 3.11 tests
2023-07-31 11:03:31 +09:00
Noel De Martin
68b7a3ede9
MOBILE-4367 courses: Log dashboard and my courses
2023-07-27 10:17:05 +09:00
Dani Palou
3e8b7a4e46
Merge pull request #3753 from crazyserver/MOBILE-4351
...
MOBILE-4351 course: Add completion status before task inside activities
2023-07-25 14:41:04 +02:00
Pau Ferrer Ocaña
e06221472f
MOBILE-4351 course: Add completion status before task inside activities
2023-07-25 09:02:25 +02: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
Dani Palou
24a81efe9a
Merge pull request #3751 from NoelDeMartin/MOBILE-4390
...
MOBILE-4390 lang: Format LMS lang
2023-07-25 08:46:46 +02:00
Noel De Martin
8bffcaca94
MOBILE-4390 lang: Format LMS lang
...
For child parents, such as pt-br, the app format and LMS format are different (in the LMS it would be pt_br). So application lang should be formatted before being sent to webservices and other contexts.
2023-07-25 10:42:08 +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
Noel De Martin
6e613986b3
MOBILE-4374 user: Implement social profile fields
2023-07-20 15:20:21 +09:00
Noel De Martin
6f5b68be64
Merge pull request #3742 from crazyserver/MOBILE-4009
...
Mobile 4009
2023-07-19 09:41:42 +09:00
Pau Ferrer Ocaña
67cea11ca7
MOBILE-4009 guest: Do not enrol on course link and use course summary
2023-07-18 15:17:49 +02:00
Pau Ferrer Ocaña
9a0b86e3e3
MOBILE-4009 enrol: Catch validation errors to cancel the prompt
2023-07-18 15:17:49 +02:00
Pau Ferrer Ocaña
3549dbb3c3
Merge pull request #3741 from alfonso-salces/MOBILE-4242
...
MOBILE-4242 profile: Add groups to participants profile
2023-07-17 13:10:56 +02:00
Alfonso Salces
e4081e6c1a
MOBILE-4242 profile: Add groups to participants profile
2023-07-17 13:00:30 +02:00
Alfonso Salces
d11075661c
MOBILE-4385 side-blocks: Avoid render empty html blocks
2023-07-17 09:52:09 +02: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
Dani Palou
f9eb1f8462
MOBILE-4368 core: Implement CoreAnalytics service
2023-07-13 13:52:05 +02:00
Noel De Martin
7e2f70ef6f
Merge pull request #3734 from crazyserver/MOBILE-4009
...
MOBILE-4009 course: Check guest access ignoring cache
2023-07-12 08:51:25 +02:00
Noel De Martin
86dadb5cae
Merge pull request #3736 from alfonso-salces/MOBILE-4384
...
MOBILE-4384 about: Update legal disclaimer icon name
2023-07-12 08:46:45 +02:00
Alfonso Salces
e9b16168c4
MOBILE-4384 about: Update legal disclaimer icon name
2023-07-12 08:26:07 +02:00
Pau Ferrer Ocaña
377259866c
MOBILE-4009 course: Check guest access ignoring cache
2023-07-11 17:30:16 +02:00
Pau Ferrer Ocaña
2c881793e9
Merge pull request #3728 from NoelDeMartin/MOBILE-4362
...
MOBILE-4362: Tweaks
2023-07-11 15:11:26 +02:00
Noel De Martin
834743f096
MOBILE-4009 course: Fix enrolment WS types
2023-07-11 14:53:59 +02:00
Alfonso Salces
8d290ff7d1
MOBILE-4384 about: Add legal disclaimer in settings
2023-07-11 08:50:31 +02:00
Noel De Martin
5f66401a52
MOBILE-4362 behat: Fix snapshot tests
2023-07-10 13:27:27 +02:00
Noel De Martin
214a95ba75
MOBILE-4362 login: Return after navigation
2023-07-10 13:27:27 +02:00
Noel De Martin
271e012493
Merge pull request #3727 from crazyserver/MOBILE-4009
...
Mobile 4009
2023-07-10 13:08:45 +02:00
Pau Ferrer Ocaña
4e2cb51c53
MOBILE-4009 course: Add behats to test guest access
2023-07-07 08:52:47 +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
e8e2b94b15
MOBILE-4009 courses: Pass isGuest param on navigation
2023-07-07 08:18:36 +02:00
Pau Ferrer Ocaña
f4e6613f2c
MOBILE-4009 courses: Remove unused options of prefetch courses
2023-07-07 08:18:36 +02:00
Noel De Martin
f202bcbb4a
MOBILE-4331 cordova: Implement native plugin
2023-07-05 12:14:05 +02:00
Pau Ferrer Ocaña
a7df95fd50
MOBILE-4309 format-text: Treat font awesome tags to be rendered
2023-06-26 16:44:30 +02:00
Alfonso Salces
9f5e976f83
MOBILE-4267 about: Add idnumber, department and institution
2023-06-26 10:33:03 +02:00
Alfonso Salces
8961086c8e
MOBILE-4377 sitehome: Show site home if has course blocks
2023-06-21 10:53:56 +02:00
Alfonso Salces
b0792b25d3
MOBILE-4352 ws: Add current lang to service requests
2023-06-20 12:35:02 +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
Dani Palou
dbd7835c43
Merge pull request #3708 from crazyserver/MOBILE-4261
...
MOBILE-4261 user: Use initials instead of default avatar when possible
2023-06-15 12:38:09 +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
Pau Ferrer Ocaña
87cfa35324
MOBILE-4362 course: Show other enrolments icon on fee enrolments
2023-06-15 10:06:34 +02:00
Pau Ferrer Ocaña
597b4d5045
MOBILE-3973 course: Load fallback icon when image cannot be loaded
2023-06-15 10:06:34 +02:00
Pau Ferrer Ocaña
2634d044cb
MOBILE-3973 course: Support svg geopatterns in the app
2023-06-15 10:06:34 +02:00
Alfonso Salces
c92fbe380f
MOBILE-4318 reportbuilder: Create report builder link handler
2023-06-13 12:53:49 +02:00
Noel De Martin
4cc95b0493
MOBILE-4270 calendar: Fix all courses filter item
2023-06-01 15:41:15 +02:00
Alfonso Salces
28da62f874
Merge pull request #3693 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-29 09:35:01 +02:00
Dani Palou
c9355e221f
MOBILE-4214 settings: Display whether device supports encrypted push
2023-05-29 08:42:36 +02:00
Noel De Martin
becd020329
Merge pull request #3692 from dpalou/MOBILE-4270
...
MOBILE-4214 push: Send public key to 4.1 sites that support it
2023-05-26 10:00:39 +02:00
Dani Palou
c2e65a8917
MOBILE-4214 push: Send public key to 4.1 sites that support it
2023-05-26 09:47:44 +02:00
Noel De Martin
1f27a8f211
MOBILE-4270 login: Fix signup tests for 3.9
2023-05-24 16:14:08 +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
f2fa7798af
MOBILE-4270 behat: Fix viewport in tablet tests
2023-05-16 12:42:40 +02:00
Noel De Martin
647f105873
MOBILE-4338 quiz: Fix popover feedback
2023-05-15 14:47:24 +02:00
Dani Palou
71784abfad
MOBILE-4270 filter: Fix text loading forever if get filters failed
2023-05-15 14:21:12 +02:00
Noel De Martin
626ca8d0fa
Merge pull request #3676 from dpalou/MOBILE-4270
...
Mobile 4270
2023-05-11 17:29:21 +02:00
Dani Palou
e20cedac32
MOBILE-4270 lang: Fix devdocs URL in string
2023-05-11 17:02:21 +02:00
Dani Palou
709070382e
Merge pull request #3669 from crazyserver/MOBILE-4270
...
Mobile 4270
2023-05-11 15:19:56 +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
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
Noel De Martin
72c42958b0
MOBILE-4338 quiz: Fix multianswer inline feedback
2023-05-11 11:06:49 +02:00
Pau Ferrer Ocaña
9f850816be
MOBILE-4270 editor: Update lang strings to match TinyMCE
2023-05-10 13:22:07 +02:00
Noel De Martin
2a01965941
MOBILE-4188 grades: Improve course navigation
2023-05-08 15:50:29 +02:00
Dani Palou
aaac4fbea7
Merge pull request #3662 from NoelDeMartin/MOBILE-3748
...
MOBILE-3748: RTE a11y improvements
2023-05-08 15:17:34 +02:00
Noel De Martin
007a4f7656
MOBILE-3748 rte: Fix Scan QR keyboard interaction
2023-05-08 15:06:01 +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
Noel De Martin
bf7659223d
MOBILE-3748 rte: Implement keyboard shortcuts
2023-05-08 13:17:30 +02:00
Dani Palou
90aededf12
MOBILE-4270 notifications: Always display icon in notification
2023-05-08 13:13:51 +02:00
Noel De Martin
dee6c915f8
MOBILE-3748 rte: Remove arrow keys override
2023-05-08 12:24:04 +02:00
Dani Palou
f2997313b4
MOBILE-4270 icon: Fix some broken icons names
2023-05-08 07:50:20 +02:00
Dani Palou
15faf46367
MOBILE-4270 comments: Update cached data after add/delete
2023-05-08 07:50:20 +02:00
Dani Palou
f0ba0cc479
MOBILE-4270 participants: Remove auto-focus in search box
2023-05-08 07:50:20 +02:00
Dani Palou
ff60de7de5
MOBILE-4270 tag: Fix tag route in mobile
2023-05-04 16:59:58 +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
041a8d1778
Merge pull request #3651 from dpalou/MOBILE-4275
...
MOBILE-4275 course: Fix course completion not updated in some cases
2023-05-04 09:55:35 +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
Noel De Martin
4f54afca3c
Merge pull request #3649 from dpalou/MOBILE-4214
...
Mobile 4214
2023-05-02 09:44:58 +02:00
Dani Palou
e56a47e35d
MOBILE-4214 push: Improve register public key in Moodle
...
Now the WebService won't be called again if it has already been called successfully and public key hasn't changed
2023-05-02 08:40:43 +02:00
Dani Palou
0fdfa88c0d
MOBILE-4275 course: Fix course completion not updated in some cases
...
This is a temporary solution, the code that handles automatic activity completion should be refactored
2023-05-02 08:20:11 +02:00
Alex Morris
a0d49dc5e0
MOBILE-4214 pushnotifications: Add public key registration
2023-04-28 10:00:59 +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
d2b120f10e
MOBILE-4290 login: Fix copy
2023-04-25 12:28:08 +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
d13640dc1f
Merge pull request #3639 from NoelDeMartin/MOBILE-4290
...
MOBILE-4290 login: Update help copy
2023-04-25 10:27:32 +02:00
Dani Palou
5d81dad8d6
Merge pull request #3638 from NoelDeMartin/MOBILE-4282
...
MOBILE-4282: Respect indentation format
2023-04-25 10:17:00 +02:00
Noel De Martin
d6781b6488
MOBILE-4290 login: Update help copy
2023-04-24 15:56:10 +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
7a761fd47f
MOBILE-4282 course: Respect indentation format
2023-04-24 13:23:02 +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
Noel De Martin
e74940d2e0
MOBILE-4290 login: Change QR help question order
2023-04-20 17:51:45 +02:00
Noel De Martin
e663ee1d9a
MOBILE-4290 login: Fix site help
...
QR question logic was inverted, and classes weren't applied properly
2023-04-20 17:51:26 +02:00
Dani Palou
c3bd315355
Merge pull request #3622 from NoelDeMartin/MOBILE-4290
...
MOBILE-4290: Update site help
2023-04-20 12:58:38 +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
c06671a760
MOBILE-4188 grades: Fix search results swiping
2023-04-19 15:02:39 +02:00
Noel De Martin
fa6eb60470
MOBILE-4188 user: Undo sticky participants search
2023-04-19 15:02:16 +02:00
Alfonso Salces
34a6b75a12
MOBILE-4292 user-profile-field: Assign context always
2023-04-19 14:27:44 +02:00
Alfonso Salces
e0edc76b28
MOBILE-4292 base-profilefield: Translate fields to display
2023-04-19 14:27:37 +02:00
Noel De Martin
546dd59693
Merge pull request #3616 from crazyserver/MOBILE-4187
...
Mobile 4187
2023-04-19 13:39:33 +02:00
Noel De Martin
156f01b743
MOBILE-4290 login: Update help text
2023-04-19 13:36:14 +02:00
Noel De Martin
b382486580
MOBILE-4290 login: Collapse site help questions
2023-04-19 13:36:14 +02:00
Dani Palou
825c1617f1
Merge pull request #3620 from crazyserver/MOBILE-4250
...
MOBILE-4250 module: Add module summary to preview module page
2023-04-19 12:03:57 +02:00
Pau Ferrer Ocaña
5ef41c6ace
MOBILE-4250 module: Add module summary to preview module page
2023-04-19 11:52:14 +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
Pau Ferrer Ocaña
015d0c42f3
MOBILE-4187 app: Do not add url class to body tag
2023-04-19 11:29:17 +02:00
Noel De Martin
e77b834ff2
MOBILE-4284 quiz: Replace number w/ questionnumber
2023-04-19 10:07:31 +02:00
Noel De Martin
391dfbdfcc
MOBILE-4284 question: Drop unused DB columns
...
WebSQL doesn't support dropping columns, that's why we're migrating to a new table with the _2 suffix instead.
2023-04-19 10:07:31 +02:00
Noel De Martin
9d1d433489
Merge pull request #3614 from dpalou/MOBILE-4203
...
MOBILE-4203 behat: Remove temporary capability override
2023-04-19 09:05:10 +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
Dani Palou
95324f371c
Merge pull request #3617 from moodlehq/MOBILE-4282
...
MOBILE-4282 course: Implement modules indentation
2023-04-19 08:41:22 +02:00
Dani Palou
6b121f4ec1
Merge pull request #3608 from moodlehq/MOBILE-4277
...
MOBILE-4277 course: Show modules in course index
2023-04-19 08:09:28 +02:00
Dani Palou
2dbb1f2316
Merge pull request #3615 from alfonso-salces/MOBILE-4245
...
MOBILE-4245 dev: Listen staging sites changes after view enter
2023-04-18 13:43:06 +02:00
Alfonso Salces
95013c2fda
MOBILE-4245 dev: Listen staging sites changes after view enter
2023-04-18 13:29:59 +02:00
Noel De Martin
cd87302265
MOBILE-4282 course: Implement modules indentation
2023-04-18 13:02:38 +02:00
Dani Palou
6d238ce468
MOBILE-4203 behat: Remove temporary capability override
2023-04-18 10:52:55 +02:00
Noel De Martin
25f2018cc4
MOBILE-4270 grades: Document duplicated tests
2023-04-18 09:59:18 +02:00
Dani Palou
e87408418b
Merge pull request #3583 from NoelDeMartin/MOBILE-4188
...
MOBILE-4188: Implement teacher gradebook
2023-04-17 14:08:04 +02:00
Noel De Martin
7619d38fb7
MOBILE-4277 course: Show modules in course index
...
Including the ones that were previously hidden, such as text and label.
2023-04-17 12:32:26 +02:00
Noel De Martin
72229baa80
MOBILE-4270 behat: Rename feature files version
2023-04-17 11:23:19 +02:00
Noel De Martin
0c45d9a654
MOBILE-4188 core: Show sticky participants search
2023-04-17 11:18:59 +02:00
Noel De Martin
8bb6b45159
MOBILE-4188 grades: Implement teacher gradebook
2023-04-17 11:18:59 +02:00
Dani Palou
0309e7a8c1
MOBILE-4303 iframe: Support auto-login in core-iframe component
2023-04-14 12:26:21 +02:00
Noel De Martin
e48d82ddb2
MOBILE-4311 quiz: Avoid sending NaN to webservice
2023-04-13 13:11:39 +02:00
Dani Palou
e14f5002d5
Merge pull request #3602 from moodlehq/MOBILE-4301
...
MOBILE-4301 core: Drop core.sitenotfound string
2023-04-13 09:36:42 +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
Noel De Martin
4d5c18459c
MOBILE-4301 core: Drop core.sitenotfound string
...
String dropped in favour of core.cannotconnect
2023-04-12 15:34:25 +02:00
Dani Palou
0772f4c616
MOBILE-4193 course: Fix 'Invalid regular expression' error
2023-04-12 15:07:04 +02:00
Dani Palou
9fa85bd83e
MOBILE-4270 course: Fix exception if load sections fail
2023-04-12 15:06:10 +02:00
Noel De Martin
ad5fc0b1b7
MOBILE-4308 core: Apply no filter to complex icons
2023-04-12 12:57:18 +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
22aab82f4e
MOBILE-4269 h5p: Rename whitelist word
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
Pau Ferrer Ocaña
4d394af4c6
MOBILE-4270 lang: Remove invalid word from strings
2023-04-04 12:15:42 +02:00
Noel De Martin
47d25bbb99
Merge pull request #3590 from dpalou/MOBILE-4203
...
MOBILE-4203 timezone: Convert 99 to a readable timezone
2023-03-28 08:43:43 +02:00
Dani Palou
36232f04a1
MOBILE-4203 timezone: Convert 99 to a readable timezone
2023-03-28 08:30:13 +02:00
Noel De Martin
ea67ecd6ff
Merge pull request #3592 from alfonso-salces/MOBILE-4245
...
MOBILE-4245 credentials: Fix contact support suggestion test
2023-03-28 08:11:01 +02:00
Alfonso Salces
552cda8a5b
MOBILE-4245 credentials: Fix contact support suggestion test
2023-03-27 15:49:23 +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
Alfonso Salces
1506228c74
MOBILE-4245 Credentials: Fix NullInjectorError when provide HttpClient
2023-03-24 15:30:28 +01:00
Pau Ferrer Ocaña
7f7f547d4d
MOBILE-4286 github: Branch name changes
2023-03-23 10:10:21 +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
d047269d76
MOBILE-4279 fonts: Check aliases new names when parsing
2023-03-21 12:07:06 +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
Alfonso Salces
856a8a4957
MOBILE-4245 Dev: Add confirmation modal before reload app
2023-03-21 10:10:10 +01:00
Alfonso Salces
3e0e29ba2e
MOBILE-4245 Dev: Create new setting to control staging sites
2023-03-21 10:10:10 +01:00
Alfonso Salces
101294349e
MOBILE-4245 config: Add sites config list
2023-03-21 10:10:10 +01:00
Noel De Martin
c84e2be4a1
Revert "MOBILE-4239 behat: Disable snapshot steps"
...
This reverts commit b2ad6377e8
.
2023-03-20 11:20:40 +01:00
Noel De Martin
64136de495
MOBILE-4270 core: Test user profile
2023-03-20 11:20:40 +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
Pau Ferrer Ocaña
35bf08e81d
MOBILE-4250 course: Remove module name from course module info component
2023-03-16 13:48:07 +01:00
Noel De Martin
605d1c09a4
MOBILE-4270 course: Remove summary component
...
This hasn't been used for a long time, so it can be removed.
2023-03-16 12:14:59 +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
89890a103d
MOBILE-4270 course: Correctly align cards
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
899356d956
Merge pull request #3576 from dpalou/MOBILE-4271
...
MOBILE-4271 login: Dont display OAuth icon if empty
2023-03-08 13:17:32 +01:00
Noel De Martin
dfea0b9920
Merge pull request #3575 from dpalou/MOBILE-4203
...
MOBILE-4203 user: Display timezone in user profile
2023-03-08 13:15:57 +01:00
Dani Palou
83fee349eb
MOBILE-4271 login: Dont display OAuth icon if empty
2023-03-08 12:58:17 +01:00
Noel De Martin
908167bc98
Merge pull request #3574 from dpalou/MOBILE-4263
...
Mobile 4263
2023-03-08 11:26:22 +01:00
Dani Palou
f8f5fbc564
MOBILE-4203 user: Display timezone in user profile
2023-03-08 09:46:42 +01:00
Dani Palou
9744eb5137
MOBILE-4263 quiz: Remove non-null assertions
2023-03-08 09:45:43 +01:00
Dani Palou
173acfb954
MOBILE-4265 h5p: Update h5p to 1.23
2023-03-08 09:44:25 +01:00
Dani Palou
bd6fb138e1
MOBILE-4265 h5p: Update h5p to 1.22.4
...
Most of the changes were related to H5P Content Hub, so they weren't included in the app
2023-03-08 09:44:25 +01:00
Noel De Martin
c5ec2d7573
MOBILE-4239 behat: Scope report tests to 4.1
2023-02-28 09:07:46 +01:00
Noel De Martin
b2ad6377e8
MOBILE-4239 behat: Disable snapshot steps
2023-02-27 17:46:30 +01:00
Dani Palou
e20f2c9f8f
Merge pull request #3565 from alfonso-salces/MOBILE-4077
...
Mobile 4077 - Open in browser
2023-02-24 11:43:40 +01:00
Alfonso Salces
edf0eab940
MOBILE-4077 ReportBuilder: Fix report summary redirection
2023-02-24 11:33:49 +01:00
Alfonso Salces
249e279406
MOBILE-4077 ReportBuilder: Open in browser report detail if fails
2023-02-24 10:46:08 +01:00
Dani Palou
2cf259107e
Merge pull request #3564 from NoelDeMartin/MOBILE-2314
...
MOBILE-2314: Audio recorder improvements
2023-02-23 16:16:01 +01:00
Dani Palou
5824cf0ee2
Merge pull request #3563 from alfonso-salces/MOBILE-4077
...
MOBILE-4077 ReportBuilder: Parse columns to text
2023-02-23 15:37:12 +01:00
Alfonso Salces
4a93fd32ed
MOBILE-4077 ReportBuilder: Fix number rendering error and error handling
2023-02-23 14:30:50 +01:00
Noel De Martin
c74a4952ee
MOBILE-2314 fileuploader: Improve recorder styles
2023-02-23 13:50:45 +01:00
Noel De Martin
5ddcd6cfc4
MOBILE-2314 core: Fix custom modals lifecycle
2023-02-23 13:50:15 +01:00
Noel De Martin
6d29a97e9d
MOBILE-2314 fileuploader: Catch errors in recorder
2023-02-23 12:46:06 +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
Noel De Martin
495d395beb
MOBILE-2314 core: Remove cordova-plugin-media
2023-02-22 11:40:34 +01:00
Noel De Martin
4013855ae9
MOBILE-2314 fileuploader: Lazy load modal
2023-02-22 11:40:34 +01:00
Noel De Martin
d91f2ed51a
MOBILE-2314 fileuploader: Refactor audio recording
2023-02-22 11:40:34 +01:00
Noel De Martin
bb64922a14
MOBILE-2314 fileuploader: Create audio-histogram
2023-02-22 10:59:08 +01:00
Noel De Martin
f5fa9d12dc
MOBILE-2314 core: Exclude emulator from production
2023-02-21 14:03:29 +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
Alfonso Salces
70c07d4afc
MOBILE-4077 ReportBuilder: Fix report name format
2023-02-20 14:39:57 +01:00
Dani Palou
3ca1094979
Merge pull request #3551 from alfonso-salces/MOBILE-4077
...
Mobile 4077
2023-02-17 13:43:44 +01:00
Alfonso Salces
378183599a
MOBILE-4077 ReportBuilder: Fix reports broken when receive a number
2023-02-17 12:44:05 +01:00
Alfonso Salces
dac5834654
MOBILE-4077 ReportBuilder: Show empty box when there isn't report detail to display
2023-02-17 12:43:58 +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
Pau Ferrer Ocaña
a6de01f5ae
MOBILE-4065 a11y: Fix lots of headings
2023-02-16 16:05:56 +01:00
Pau Ferrer Ocaña
50773aa46d
MOBILE-4065 a11y: Add aria-role region to headings order
2023-02-16 11:54:22 +01:00
Pau Ferrer Ocaña
0b9b617fa8
MOBILE-4065 dev: Reset site onboarding when reseting tours
2023-02-16 11:54:22 +01:00
Noel De Martin
d55157bd5b
MOBILE-4254 behat: Test course contents UI
2023-02-15 17:19:17 +01:00
Noel De Martin
230b4b6c5f
MOBILE-4254 behat: Configure snapshot tests
2023-02-15 17:18:59 +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
Noel De Martin
c08d638026
MOBILE-4065 a11y: Hide pages under user tours
...
Following the same strategy as Ionic's built-in overlays 1b30fc97d3/core/src/utils/overlays.ts (L388..L401)
2023-02-14 09:21: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
Dani Palou
2258c1183b
MOBILE-4166 core: Move some CoreApp functions to CorePlatform
2023-02-09 13:34:29 +01:00
Dani Palou
47e5158afe
MOBILE-4166 core: Implement CoreDirectivesRegistry and deprecate old one
2023-02-09 13:24:02 +01:00
Noel De Martin
de60a89865
Merge pull request #3542 from alfonso-salces/MOBILE-4077
...
Mobile 4077
2023-02-07 17:07:14 +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
7fac6895d9
MOBILE-4065 directive: Improve ariaButtonClick directive
2023-02-07 15:03:50 +01:00
Alfonso Salces
cbbc5d0aae
MOBILE-4077 ReportBuilder: Add filter advice in report-summary
2023-02-07 14:53:52 +01:00
Alfonso Salces
9a16548826
MOBILE-4077 ReportBuilder: Fix routing in mainmenu
2023-02-07 12:58:00 +01:00
Alfonso Salces
fc98bf5796
MOBILE-4077 ReportBuilder: Sort reports list and update lang strings
2023-02-07 12:57:22 +01:00
Pau Ferrer Ocaña
15cdc017e5
MOBILE-4065 course: Fix course and module cards
2023-02-07 10:05:51 +01:00