5053 Commits

Author SHA1 Message Date
Dani Palou
d944cb1978 MOBILE-3819 core: Increase minimum Moodle version to 3.5 2021-09-06 08:35:04 +02:00
Noel De Martin
985066ffd0
Merge pull request #2933 from dpalou/MOBILE-3846
Mobile 3846
2021-09-02 11:58:02 +02:00
Dani Palou
e9506a106f MOBILE-3846 core: Don't allow using sites not present in config 2021-09-02 11:50:56 +02:00
Noel De Martin
5dd2f2c93d
Merge pull request #2932 from dpalou/MOBILE-3793
Mobile 3793
2021-09-02 11:30:02 +02:00
Dani Palou
44bc62e0a2 MOBILE-3793 forum: Make edit post more consistent
Now edit online and offline have the same behaviour, and the original post disappears when editing it
2021-09-02 11:22:37 +02:00
Noel De Martin
311a8b73a6
Merge pull request #2931 from dpalou/MOBILE-3847
Mobile 3847
2021-09-01 15:03:34 +02:00
Dani Palou
83d5282852 MOBILE-3846 core: Fix redirect to a NO_SITE page 2021-09-01 11:51:33 +02:00
Dani Palou
5fa280fe32 MOBILE-3793 forum: Hide post being edited 2021-09-01 11:33:51 +02:00
Dani Palou
a068384867 MOBILE-3793 forum: Scroll to form when edit offline reply 2021-09-01 11:33:51 +02:00
Dani Palou
54abd2e0bc MOBILE-3793 forum: Fix sync not unblocked in offline
It happened when the user clicked to Reply another post while editing an offline reply
2021-09-01 11:33:51 +02:00
Dani Palou
28056bf176 MOBILE-3847 mod: Improve error message when module not found 2021-09-01 11:08:56 +02:00
Dani Palou
2175a11dbb MOBILE-3847 resource: Display error if resource WS call fails 2021-09-01 11:08:40 +02:00
Dani Palou
4cb5c9b37e MOBILE-3289 h5p: Fix fullscreen for H5P in the app 2021-09-01 10:30:34 +02:00
Dani Palou
6677e424e1 MOBILE-3289 h5p: Fix unneeded scroll in H5P in Android 2021-09-01 08:58:48 +02:00
Noel De Martin
8a2309522c MOBILE-3833 core: Fix initialization 2021-08-31 17:40:12 +02:00
Pau Ferrer Ocaña
5542b15ed9 Merge branch 'master' into integration 2021-08-31 12:26:35 +02:00
Noel De Martin
3e44a3c174 MOBILE-3833 chore: Clean up initializers 2021-08-31 08:59:11 +02:00
Noel De Martin
8a5ccf1d71 MOBILE-3833 core: Extract constructor initializers 2021-08-31 08:59:11 +02:00
Pau Ferrer Ocaña
f62d5b3a27 MOBILE-3843 search-box: Make text box bigger 2021-08-26 16:11:12 +02:00
Pau Ferrer Ocaña
927a8dff0c MOBILE-3843 format-text: Fix title overflow 2021-08-26 10:30:01 +02:00
Noel De Martin
ae351a49b2 MOBILE-3833 test: Set up default singletons 2021-08-12 13:08:19 +02:00
Noel De Martin
9a5772c72b MOBILE-3833 test: Implement pending tests 2021-08-12 12:16:49 +02:00
Noel De Martin
b039ad6275 MOBILE-3833 test: Improve testing utils 2021-08-12 12:15:40 +02:00
Noel De Martin
f86c2af9bf MOBILE-3833 utils: Remove injected service 2021-08-12 11:11:54 +02:00
Noel De Martin
7b41b7716c MOBILE-3833 app: Avoid services in constructor 2021-08-11 14:33:03 +02:00
Noel De Martin
f485099a67 MOBILE-3833 test: Improve error handling 2021-08-11 14:33:03 +02:00
Noel De Martin
1d5019ab19 MOBILE-3833 test: Improve inputs rendering 2021-08-11 14:33:03 +02:00
Pau Ferrer Ocaña
e96d1b5c09 Revert "MOBILE-3833 config: Update jest"
This reverts commit 9dbcd09e4ae3def02d96da06f69fdae15d141a30.
2021-08-09 12:11:33 +02:00
Pau Ferrer Ocaña
edaeb05b4d Merge branch 'master' into integration 2021-08-09 11:25:33 +02:00
Noel De Martin
7ddb44e465
Merge pull request #2920 from dpalou/MOBILE-3799
MOBILE-3799 h5p: Display '-' or '0' in empty columns
2021-08-09 10:03:01 +02:00
Dani Palou
560c4b2c74 MOBILE-3799 h5p: Display '-' or '0' in empty columns 2021-08-06 15:12:53 +02:00
Dani Palou
a250c0cfdc
Merge pull request #2918 from crazyserver/MOBILE-3783
Mobile 3783
2021-08-06 12:00:56 +02:00
Pau Ferrer Ocaña
7904139fff MOBILE-3783 sitehome: Fix combolist not shown 2021-08-06 11:47:46 +02:00
Pau Ferrer Ocaña
90370aa51c MOBILE-3783 styles: Quick fix on some styles 2021-08-06 11:47:46 +02:00
Dani Palou
5a150867c2 MOBILE-3783 core: Fix iframe in item not clickable 2021-08-06 11:31:03 +02:00
Dani Palou
5a573f3dfa MOBILE-3832 core: Fix infinite calls if error on infinite loading 2021-08-06 11:31:03 +02:00
Pau Ferrer Ocaña
19d366595e MOBILE-3783 login: Remove unused multisite selectors 2021-08-06 11:30:52 +02:00
Dani Palou
95394de364
Merge pull request #2910 from crazyserver/MOBILE-3792-2
Mobile 3792 2
2021-08-06 09:44:01 +02:00
Pau Ferrer Ocaña
d22b1a08e3 MOBILE-3833 lint: Fix strictInputAccessModifiers angular compiler option 2021-08-05 14:28:58 +02:00
Pau Ferrer Ocaña
9dbcd09e4a MOBILE-3833 config: Update jest 2021-08-05 14:28:58 +02:00
Pau Ferrer Ocaña
3f1f52f5c3 MOBILE-3833 lint: Fix type errors 2021-08-05 14:28:58 +02:00
Noel De Martin
04ff191fb0 MOBILE-3833 chore: Remove stale TODOs 2021-08-05 13:01:33 +02:00
Noel De Martin
81844e67d3
Merge pull request #2909 from dpalou/MOBILE-3832
MOBILE-3832 core: Fix infinite calls if error on infinite loading
2021-08-04 10:40:22 +02:00
Noel De Martin
0872130a8d
Merge pull request #2907 from dpalou/MOBILE-3799
MOBILE-3799 h5p: Let teachers view users attempts in activity
2021-08-03 16:20:14 +02:00
Pau Ferrer Ocaña
23a5b5b8a4 MOBILE-3711 quiz: Add classes to some quiz messages on index 2021-08-03 13:12:32 +02:00
Dani Palou
eefcd49140 MOBILE-3832 core: Fix infinite calls if error on infinite loading 2021-08-03 12:39:50 +02:00
Dani Palou
85ac2b0bb5 MOBILE-3799 h5p: Let teachers view users attempts in activity 2021-08-03 12:18:20 +02:00
Pau Ferrer Ocaña
98a8feb2ea MOBILE-3711 styles: Some style fixes
Reverted 6822e0246f96c58af5d0984bd8243bb22891fdcc since it broke some
styles the problem on the original commit was an ion-item without
ion-label
2021-08-03 10:25:00 +02:00
Pau Ferrer Ocaña
36f4d33f6b
Merge pull request #2903 from dpalou/MOBILE-3775
MOBILE-3775 course: Fix PTR not updating contents in some resources
2021-07-29 11:53:30 +02:00
Pau Ferrer Ocaña
3c176311b3
Merge pull request #2904 from dpalou/MOBILE-3715
MOBILE-3715 iab: Fix load previous page after open external app
2021-07-29 11:17:53 +02:00