Commit Graph

2370 Commits (d9c85a8b9e275d55ca8fd9ded54511bb621685a2)
 

Author SHA1 Message Date
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
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 f2b63eac76 MOBILE-2873 lang: Fix langindex.json 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 7ef37cbebf
Merge pull request #1830 from moodlehq/integration
Integration
2019-03-29 13:44:44 +01:00
Juan Leyva 3c1163b2e6
MOBILE-2915 release: Set definitive version name 2019-03-29 13:42:31 +01:00
Juan Leyva cbd8e63d2d
Merge pull request #1829 from crazyserver/MOBILE-2885
MOBILE-2885 lang: Include Hindi language
2019-03-29 13:39:57 +01:00