Commit Graph

2190 Commits (155413377b518d814a2d8356979c1a2fa4d7933b)
 

Author SHA1 Message Date
Dani Palou 486ad67a31 MOBILE-2928 couse: Use openCourse when opening in current site 2019-04-26 10:07:41 +02:00
Dani Palou 1b8b142646 MOBILE-2996 login: Prevent overriding user if sso+logout 2019-04-26 09:31:12 +02:00
Juan Leyva b73b3d2727
Merge pull request #1840 from dpalou/MOBILE-2953
Mobile 2953
2019-04-25 18:07:54 +02:00
Juan Leyva 1be7a614da
Merge pull request #1839 from dpalou/MOBILE-2927
Mobile 2927
2019-04-25 17:50:33 +02:00
Juan Leyva 3f3e9d3d25
Merge pull request #1838 from dpalou/MOBILE-2921
Mobile 2921
2019-04-25 17:36:10 +02:00
Juan Leyva 3e71f6f2a7
Merge pull request #1837 from albertgasset/MOBILE-2838
Mobile 2838
2019-04-25 16:53:21 +02:00
Dani Palou f746b28dfe MOBILE-2998 quiz: Fix drag and drop in Moodle 3.7 2019-04-25 16:36:17 +02:00
Albert Gasset a34f3ae7a9 MOBILE-2993 grades: Fix icon class parsing 2019-04-25 16:33:56 +02:00
Albert Gasset 1710791114 MOBILE-2994 lesson: Teachers can prefetch all lessons 2019-04-25 14:51:05 +02:00
Albert Gasset ec6332583c MOBILE-2994 lesson: Prefetch embedded files in essays 2019-04-25 14:49:56 +02:00
Dani Palou 7b479c8b15 MOBILE-2944 course: Hide completion for teachers 2019-04-24 13:43:10 +02:00
Dani Palou 40e2263841 MOBILE-2954 config: Disable Firebase analytics 2019-04-23 09:37:53 +02:00
Dani Palou 4edf05d975 MOBILE-2817 lesson: Support new 'Other answers' option 2019-04-18 13:04:36 +02:00
Dani Palou 3ec25faf65 MOBILE-2817 lesson: Remove continue button if not needed 2019-04-18 12:47:01 +02:00
Dani Palou c712703ece MOBILE-2955 quiz: Update page when download finishes 2019-04-18 10:12:37 +02:00
Dani Palou dd4688f3d4 MOBILE-2984 config: Allow overriding site name 2019-04-18 08:51:28 +02:00
Albert Gasset 6eab6068f4 MOBILE-2978 forum: Private reply 2019-04-15 12:44:20 +02:00
Juan Leyva 265f4a40f4
Merge pull request #1834 from dpalou/MOBILE-2982
MOBILE-2982 lang: Fix load lang strings for plugins
2019-04-12 10:33:07 +02:00
Dani Palou e01dfefbe7 MOBILE-2982 lang: Fix load lang strings for plugins 2019-04-11 16:05:08 +02:00
Juan Leyva 89fca6b42a
Merge pull request #1833 from dpalou/MOBILE-2977
Mobile 2977
2019-04-11 15:29:57 +02:00
Dani Palou 94c1f4fd0d MOBILE-2962 user: Display online status for current user 2019-04-11 12:51:20 +02:00
Dani Palou bbfe831846 MOBILE-2962 messages: Keep scroll position when loading previous 2019-04-11 12:51:20 +02:00
Dani Palou 546667d11a MOBILE-2962 messages: Support self conversations 2019-04-11 12:51:20 +02:00
Albert Gasset 65f0407659 MOBILE-2949 data: Display loading spinner until all entry info is loaded 2019-04-10 15:30:55 +02:00
Albert Gasset d8c76b0c35 MOBILE-2949 rating: Event that notifies rate component loading status 2019-04-10 13:29:11 +02:00
Albert Gasset 8e9af2fdda MOBILE-2949 comments: Event that notifies loading status 2019-04-10 13:27:44 +02:00
Albert Gasset 8f1c66445f MOBILE-2949 compile: Event that notifies compilation status 2019-04-10 13:12:13 +02:00
Albert Gasset 19143109c3 MOBILE-2949 compile: Do not update data before compiling template
This prevents errors when the templata and data are changed and they
have different properties than the old template and data.
2019-04-10 13:02:14 +02:00
Dani Palou 80de9fec7f MOBILE-2977 config: Unlock plugins and libraries 2019-04-09 08:57:29 +02:00
Dani Palou 7276ae1816 MOBILE-2977 config: Bump version numbers 2019-04-09 08:56:45 +02:00
Dani Palou 38b1308f0b MOBILE-2901 file: Support offline files for Nextcloud 2019-04-08 10:45:14 +02:00
Albert Gasset 88137554d8 MOBILE-2948 assign: Fix prefetch for teachers 2019-04-04 15:22:44 +02:00
Albert Gasset c682ff8673 MOBILE-2838 site: Skip request queue for "core_webservice_get_site_info" calls 2019-04-04 15:13:02 +02:00
Albert Gasset c3e0164038 MOBILE-2838 site: Use "tool_mobile_call_external_functions" for all calls 2019-04-04 15:06:29 +02:00
Albert Gasset 21971a9ab4 MBOILE-2838 site: Batch WS calls to reduce the number of HTTP requests 2019-04-04 14:47:21 +02:00
Albert Gasset 76bbc30ed9 MOBULE-2838 ws: convertValuesToString improvements
- Skip null and undefined values. They were ignored when sent as POST parameters but are not accepted when sent as JSON.
- Return null instead if some string become empty after stripping Unicode. Previously we were throwing an exception.
- Convert boolean to "0" and "1". Previously we wre using "true" and "false", which are only accepted as POST parameters.
2019-04-04 14:47:21 +02:00
Albert Gasset 732e3fccb6 MOBILE-2838 site: Index functions by name to speed up wsAvailable 2019-04-04 12:04:30 +02:00
Albert Gasset 9134933217 MOBILE-2838 ws: Don't store POST request promises
Since MOBILE-2900 POST request promises are not reused in CoreWSProvider.
2019-04-04 12:04:30 +02:00
Dani Palou 65702106f7 MOBILE-2953 notifications: Pass customdata to link actions 2019-04-03 15:38:34 +02:00
Dani Palou 0ceaf89557 MOBILE-2953 blog: Fix blog link handler feature name 2019-04-03 14:48:46 +02:00
Dani Palou 4033b6c4a6 MOBILE-2953 notifications: Add default action to open in browser 2019-04-03 09:29:02 +02:00
Dani Palou 9886362499 MOBILE-2953 push: Use customdata in push click handlers 2019-04-02 10:51:09 +02:00
Dani Palou b9aa0e0a90 MOBILE-2927 notifications: Make push simulation use new delegate 2019-04-01 16:04:14 +02:00
Dani Palou 1146eea0fa MOBILE-2927 messages: Detect push in group conversations 2019-04-01 16:04:14 +02:00
Dani Palou c982017029 MOBILE-2927 emulator: Adapt push simulation to new behaviour 2019-04-01 16:04:14 +02:00
Dani Palou 44a39fd763 MOBILE-2927 notification: Use new notifications WS 2019-04-01 16:04:14 +02:00
Dani Palou 9e831bdf7a MOBILE-2921 lesson: Support lesson grade push clicks 2019-04-01 16:03:10 +02:00
Dani Palou bb7e1217a9 MOBILE-2921 competency: Support push clicks and link clicks 2019-04-01 16:03:10 +02:00
Dani Palou a83ebdfec8 MOBILE-2921 course: Support course request push clicks 2019-04-01 16:03:10 +02:00
Dani Palou ac96739e39 MOBILE-2921 quiz: Support quiz push clicks 2019-04-01 16:03:10 +02:00