3708 Commits

Author SHA1 Message Date
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
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
Noel De Martin
998eddb74c
Merge pull request #3487 from alfonso-salces/MOBILE-4202
[4.2] MOBILE-4202 split-view: Scroll to current element when swipe
2023-04-25 15:35:52 +02:00
Noel De Martin
d2b120f10e MOBILE-4290 login: Fix copy 2023-04-25 12:28:08 +02:00
Alfonso Salces
c6b2ea058e MOBILE-4202 split-view: Scroll to current element when swipe 2023-04-25 12:25:36 +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
f019afa920 MOBILE-4282 core: Improve helper types 2023-04-24 13:21:14 +02:00
Noel De Martin
62548b42d0
Merge pull request #3632 from dpalou/MOBILE-4215
Mobile 4215
2023-04-24 12:39:37 +02:00
Dani Palou
781a950853 MOBILE-4215 android: Request notification permission on start 2023-04-24 11:57:09 +02:00
Noel De Martin
3b5d9a6679 MOBILE-4288 multilang: Fix in group selector 2023-04-24 11:25:43 +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
Noel De Martin
bfe9100879 MOBILE-4290 core: Make waitForImages cancellable 2023-04-19 12:56:01 +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