573 Commits

Author SHA1 Message Date
Juan Leyva
5c4872288c
Merge pull request #1999 from dpalou/MOBILE-3073
MOBILE-3073 login: Display debug messages when adding site
2019-07-18 20:53:54 +02:00
Juan Leyva
39a992da2c
Merge pull request #1991 from dpalou/MOBILE-3072
MOBILE-3072 siteplugins: Add version to CSS URL
2019-07-18 12:12:13 +02:00
Juan Leyva
68697dfe57
Merge pull request #1989 from dpalou/MOBILE-3043
MOBILE-3043 lesson: Improve error message when viewing old retakes
2019-07-18 11:53:54 +02:00
Dani Palou
1d8f617338 MOBILE-3090 calendar: Support deleting events 2019-07-17 13:14:47 +02:00
Dani Palou
e740fe4205 MOBILE-3087 calendar: Support editing calendar events 2019-07-17 13:14:08 +02:00
Dani Palou
98776a9c78 MOBILE-1927 calendar: Implement events synchronization 2019-07-17 13:12:07 +02:00
Dani Palou
7ccfade21e MOBILE-1927 calendar: Allow creating events in offline 2019-07-17 13:12:07 +02:00
Dani Palou
cfaaefc184 MOBILE-1927 calendar: Allow creating events in online 2019-07-17 13:12:07 +02:00
Dani Palou
11f34887d0 MOBILE-2808 datetime: Do not use am/pm in datetime 2019-07-17 12:00:32 +02:00
Dani Palou
71cd612878 MOBILE-3073 login: Display debug messages when adding site 2019-07-16 16:40:41 +02:00
Mark Johnson
3e690ad65d MOBILE-3100 accessibility: Add font size options in general settings 2019-07-16 13:22:59 +01:00
Dani Palou
8d64fea2af MOBILE-3098 iframe: Open in app links inside iframes 2019-07-16 08:22:58 +02:00
Dani Palou
8f8efe4052 MOBILE-3072 siteplugins: Add version to CSS URL 2019-07-15 12:10:06 +02:00
Juan Leyva
ea7caaed20
Merge pull request #1983 from dpalou/MOBILE-2808
MOBILE-2808 core: Display month name in ion-datetime
2019-07-10 17:08:21 +02:00
Dani Palou
db0fe2052a MOBILE-3043 lesson: Improve error message when viewing old retakes 2019-07-09 12:00:45 +02:00
Dani Palou
041206993f MOBILE-2808 core: Display month name in ion-datetime 2019-07-08 10:42:56 +02:00
Dani Palou
08322a299d MOBILE-2735 ux: Make all link handlers open a new page 2019-06-26 08:41:23 +02:00
Dani Palou
ed35e57e1c MOBILE-3039 core: Don't allow disable sound in iOS and Android 8+ 2019-06-06 10:20:07 +02:00
Dani Palou
f4cd6f37b0 MOBILE-3039 core: Fix old custom URL links in iOS 2019-05-30 13:35:28 +02:00
Dani Palou
b2c63f4503 MOBILE-3039 core: Allow forcing offline mode from javascript console 2019-05-30 12:28:13 +02:00
Dani Palou
3eb0c81c46 MOBILE-3039 core: Fix getStoredConfig error in synchronize 2019-05-30 12:21:38 +02:00
Dani Palou
136869cc04 MOBILE-3039 push: Fix sync errors caused by pushnotifications 2019-05-30 12:21:38 +02:00
Dani Palou
d0beca075a MOBILE-3039 core: Fix reconnect screen shown again when it shouldn't 2019-05-29 15:24:43 +02:00
Dani Palou
838646f085 MOBILE-3039 core: Fix load logged out site with SSO 2019-05-28 09:13:11 +02:00
Dani Palou
75ce463362 MOBILE-3036 core: Apply update frequency to all WS calls 2019-05-24 08:26:57 +02:00
Dani Palou
f72177661c MOBILE-2938 core: Fix race condition with open page in main menu 2019-05-23 16:29:39 +02:00
Dani Palou
6324e3edf0 MOBILE-3039 ios: Fix handling URL scheme in iOS 2019-05-23 12:59:52 +02:00
Dani Palou
455b78d98f MOBILE-3039 core: Wait a bit before displaying loading modal 2019-05-22 09:07:04 +02:00
Dani Palou
1c033bf023 MOBILE-3039 local-notif: Fix event listening
In the plugin documentation it says there is an event named 'add', but in Ionic Native is called 'schedule'
2019-05-21 12:34:23 +02:00
Dani Palou
0f3c6099b3 MOBILE-3039 core: Fix allPromises error detection 2019-05-21 10:59:12 +02:00
Dani Palou
699813c640 MOBILE-3039 core: Fix failed downloads loading forever 2019-05-21 10:58:59 +02:00
Dani Palou
5810946b96 MOBILE-2957 fcm: Log notification dismissed event in foreground 2019-05-20 12:22:20 +02:00
Dani Palou
822dd057ef MOBILE-2957 fcm: Log events in Firebase too 2019-05-20 12:22:20 +02:00
Pau Ferrer Ocaña
fb6e095abe MOBILE-3035 settings: Delete cache data when clearing files 2019-05-20 12:13:10 +02:00
Juan Leyva
b9d8d22b79
Merge pull request #1918 from dpalou/MOBILE-3013
Mobile 3013
2019-05-16 18:06:13 +02:00
Dani Palou
47ac489b24 MOBILE-3013 core: Support relative URLs in redirect 2019-05-16 18:03:48 +02:00
Dani Palou
15aac08bdd MOBILE-3013 core: Support URLs without protocol in new schemes 2019-05-16 18:03:48 +02:00
Dani Palou
99f79b9ff9 MOBILE-3013 core: Support new kind of URL schemes 2019-05-16 18:03:48 +02:00
Dani Palou
cab44018a6 MOBILE-3013 core: Support handling root URLs 2019-05-16 18:01:52 +02:00
Dani Palou
a8037b80b7 MOBILE-3001 core: Improve performance of uniqueArray 2019-05-16 17:56:14 +02:00
Mark Johnson
d3420d9be6 MOBILE-2939 offline: Improve download confirm and error messages. 2019-05-13 10:54:44 +01:00
Juan Leyva
6cc3d90d44
Merge pull request #1899 from dpalou/MOBILE-3010
Mobile 3010
2019-05-10 11:35:55 +02:00
Dani Palou
38a7dd355e MOBILE-3010 core: Support Bootstrap tooltips 2019-05-08 11:36:51 +02:00
Pau Ferrer Ocaña
d550f1d18d MOBILE-2959 ionic: Add a shade to Android status bar 2019-05-08 10:28:23 +02:00
Juan Leyva
9b4da3e474
Merge pull request #1895 from dpalou/MOBILE-3008
MOBILE-3008 core: Filter undefined in objectToArrayOfObjects
2019-05-07 20:46:24 +02:00
Dani Palou
6ae25efd51 MOBILE-3008 core: Filter undefined in objectToArrayOfObjects 2019-05-07 17:07:58 +02:00
Pau Ferrer Ocaña
470dbf2cba MOBILE-2964 styles: Improve alert styling 2019-05-07 11:51:40 +02:00
Dani Palou
be5cbfd728 MOBILE-2964 message: Support delete messages for all users 2019-05-06 14:44:03 +02:00
Juan Leyva
8f8457d6ee
Merge pull request #1880 from dpalou/MOBILE-2963
Mobile 2963
2019-05-06 11:00:56 +02:00
Dani Palou
4490dc94c8 MOBILE-2963 message: Highlight search results 2019-05-02 09:05:35 +02:00