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
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
Dani Palou
e01dfefbe7
MOBILE-2982 lang: Fix load lang strings for plugins
2019-04-11 16:05:08 +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
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
Dani Palou
e8ab5edc2a
MOBILE-2921 enrol: Support enrolment expiry push clicks
2019-04-01 16:03:10 +02:00
Dani Palou
a38fcf6d6f
MOBILE-2921 badges: Support badges push clicks
2019-04-01 16:03:10 +02:00
Dani Palou
17ff0ec01a
MOBILE-2921 feedback: Support feedback push clicks
2019-04-01 16:03:10 +02:00
Dani Palou
6536ffecad
MOBILE-2921 assign: Support assign push clicks
2019-04-01 16:03:10 +02:00
Dani Palou
881b7675cf
MOBILE-2921 notification: Mark as read when push clicked
2019-04-01 16:03:10 +02:00
Dani Palou
34d77d8d14
MOBILE-2921 push: Support contact request notifications
2019-04-01 16:03:10 +02:00
Dani Palou
3182f0ff06
MOBILE-2921 push: Use new code for push click handlers
2019-04-01 16:03:10 +02:00
Dani Palou
727fe58a52
MOBILE-2921 push: Move pushnotifications to core
2019-04-01 16:03:10 +02:00
Pau Ferrer Ocaña
b6a6dd13f6
MOBILE-2873 sync: Sync before prefetch single module
2019-04-01 12:24:23 +02:00
Pau Ferrer Ocaña
bf23505864
MOBILE-2873 quiz: Avoid start new attempt if first synced
2019-04-01 12:24:23 +02:00
Pau Ferrer Ocaña
d767b7514e
MOBILE-2873 sync: Sync fixes
2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
2469d903a7
MOBILE-2873 blog: Show blog icon on the tab bar if needed
2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
910ee50600
MOBILE-2873 sync: Sync activities on course prefetch
2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
a26fbeab92
MOBILE-2873 sync: Fix course log syncing
2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
af7872f862
MOBILE-2873 sync: Force manual sync
2019-04-01 10:57:53 +02:00
Travis CI User
13a9dab037
Update lang files [ci skip]
2019-03-29 12:51:25 +00:00
Juan Leyva
3c1163b2e6
MOBILE-2915 release: Set definitive version name
2019-03-29 13:42:31 +01:00
Pau Ferrer Ocaña
0a2b197cd4
MOBILE-2851 users: Show participants last course access when available
2019-03-29 13:31:17 +01:00
Pau Ferrer Ocaña
aac1f24185
MOBILE-2937 tabs: Review tab badge style
2019-03-29 13:30:56 +01:00
Pau Ferrer Ocaña
3878ea7141
MOBILE-2937 tabs: Solve hide tabs on dynamic components
2019-03-29 13:30:56 +01:00
Pau Ferrer Ocaña
6718d36d6c
MOBILE-2937 ux: Smooth top tabs show and hide
2019-03-29 13:30:56 +01:00
Pau Ferrer Ocaña
1846b5aabc
MOBILE-2885 lang: Include Hindi language
2019-03-29 13:24:45 +01:00
Juan Leyva
42d8891a08
Merge pull request #1828 from dpalou/MOBILE-2915
...
MOBILE-2915 core: Show file not found error if no files
2019-03-29 12:49:18 +01:00
Dani Palou
201a703258
MOBILE-2915 core: Show file not found error if no files
2019-03-29 12:46:04 +01:00
Albert Gasset
155e0e5aea
MOBILE-2915 data: Hide rate component in non-approved entries
2019-03-29 12:25:23 +01:00
Juan Leyva
5971969a25
Merge pull request #1826 from dpalou/MOBILE-2915
...
Mobile 2915
2019-03-29 12:17:48 +01:00
Pau Ferrer Ocaña
e272a39636
MOBILE-2915 workshop: Fix asssessment prefetch
2019-03-29 12:06:13 +01:00
Dani Palou
ceff8858f4
MOBILE-2915 blog: Always display show my entries toggle
2019-03-29 11:43:25 +01:00
Dani Palou
b16eb29ac0
MOBILE-2915 core: Fix redirect to logged out sites
2019-03-29 11:07:36 +01:00
Dani Palou
879792ac11
MOBILE-2915 messages: Fix error if push clicked in discs view
2019-03-29 11:05:46 +01:00
Juan Leyva
5602e6eeb4
Merge pull request #1824 from dpalou/MOBILE-2915
...
Mobile 2915
2019-03-28 16:48:49 +01:00
Dani Palou
489094598a
MOBILE-2915 core: Try to fix freezes when clicking push
2019-03-28 16:28:21 +01:00
Dani Palou
2f1171fec8
MOBILE-2915 lesson: Allow review when max attempts reached
2019-03-28 16:27:43 +01:00
Dani Palou
d81004f528
MOBILE-2915 messages: Fix error if push clicked in convs view
2019-03-28 15:25:58 +01:00
Juan Leyva
a37bbc8dd4
Merge pull request #1823 from crazyserver/MOBILE-2915
...
Mobile 2915
2019-03-28 15:25:46 +01:00
Juan Leyva
ac71d3f766
Merge pull request #1822 from albertgasset/MOBILE-2915
...
Mobile 2915
2019-03-28 12:12:42 +01:00
Dani Palou
644f3c8a8b
MOBILE-2915 lesson: Fix 'End of cluster' text displayed
2019-03-28 11:59:24 +01:00
Albert Gasset
d3ff082454
MOBILE-2915 assign: Fix prefetch for teachers
2019-03-28 11:31:42 +01:00
Pau Ferrer Ocaña
c0e95f644a
MOBILE-2915 data: Trim url field
2019-03-28 11:04:39 +01:00
Dani Palou
f969f99e01
MOBILE-2915 lesson: Fix review after sync if no retakes
2019-03-28 11:00:49 +01:00
Albert Gasset
757b1b1bc3
MOBILE-2915 assign: Display specific message when exceeding word limit
2019-03-28 10:52:03 +01:00
Pau Ferrer Ocaña
a36a54cd84
MOBILE-2915 lesson: Fix password form styling
2019-03-28 09:44:55 +01:00
Dani Palou
322d6ad2ca
MOBILE-2915 lesson: Improve buttons displayed if finished offline
2019-03-28 09:21:44 +01:00
Dani Palou
ce8699a03f
MOBILE-2915 mod: Fix feedback and workshop prefetch and sync
2019-03-27 19:22:24 +01:00
Dani Palou
bbc9421a5e
MOBILE-2915 recaptcha: Change recaptcha button string
2019-03-27 18:24:15 +01:00
Dani Palou
8b5b33ec82
MOBILE-2915 forum: Fix discussion sync
2019-03-27 18:03:36 +01:00
Dani Palou
5c4fcaf09e
MOBILE-2915 core: Fix multiple change password errors
2019-03-27 17:06:38 +01:00
Dani Palou
3f370f97ca
MOBILE-2915 login: Mark recaptcha as required
2019-03-27 16:35:34 +01:00
sam marshall
2b7d59b1a3
MOBILE-2940 core-icon: label does not work on Ionic icons
2019-03-27 15:07:07 +00:00
sam marshall
bc931df813
MOBILE-2906 Add course option type that appears in menu
...
This allows addons to add items to the course menu. The items work
in the same way as other course options, except that instead of
appearing as a tab, they appear as an option in the course menu.
2019-03-27 12:51:37 +00:00
Dani Palou
9978bd0cae
MOBILE-2915 file: Fix delete files with special chars
2019-03-27 13:38:58 +01:00
Dani Palou
ba27f75324
MOBILE-2915 login: Fix signup errors not displayed
2019-03-27 12:01:27 +01:00
Pau Ferrer Ocaña
c28b48cc67
MOBILE-2915 data: Do not show unsupported tags field
2019-03-27 11:32:20 +01:00
Pau Ferrer Ocaña
d8084bba5c
MOBILE-2915 scorm: Fix hide bottom tabs from MOBILE-2886
2019-03-27 11:21:30 +01:00
Dani Palou
63cfc0604a
MOBILE-2915 ios: Fix shared files treated twice in iOS 12
2019-03-26 16:13:23 +01:00
Dani Palou
b3663e591c
MOBILE-2915 desktop: Fix 'push' click in desktop apps
2019-03-26 12:05:37 +01:00
Pau Ferrer Ocaña
47bb9aa435
MOBILE-2915 ratings: Fix contextual menu sync item
2019-03-26 11:43:22 +01:00
Dani Palou
08d7d6e1f9
MOBILE-2915 split: Fix call split push too soon
2019-03-26 11:41:35 +01:00
Albert Gasset
a9299b1560
MOBILE-2915 site: Fix clearing of cached request promises
2019-03-25 17:15:55 +01:00
Juan Leyva
78ec16549a
Merge pull request #1819 from albertgasset/MOBILE-2915
...
MOBILE-2915 tabs: Fix database search tabs
2019-03-22 09:34:20 +01:00