From 08e955335ecb65c308dbc68bf0610dce39ce3623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Tue, 20 Oct 2015 17:39:04 +0200 Subject: - icons - any state marker from the URL before everything else loads removed - settings dropdown separator visibility in case of saml login fixed - profile screen: - go back button refactored - name, email field - phone, browser and platform type detection (misc.js) added - mobile apps: - meta viewport and add HandheldFriendly changed - style @-ms-viewport defined - ajaxPrefix and eioHost temporary changed to dev server - android: phonegap whitelistening in config.xml fixed - ios: add hide status bar to config.xml TODO: - WP8 mobile app: test - iOS mobile app: saml login solution (iframe cross domain url not allowed) - "No Content-Security-Policy meta tag found. Please add one when using the cordova-plugin-whitelist plugin." --- config.xml | 158 +++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 90 insertions(+), 68 deletions(-) (limited to 'config.xml') diff --git a/config.xml b/config.xml index 2664448..e40a3a8 100644 --- a/config.xml +++ b/config.xml @@ -4,7 +4,7 @@ + version = "0.2.0"> - - + - - - - - + + + + + + + + + + + + + + + + @@ -89,92 +95,102 @@ --> + + + + + + + + + + - + - + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - + + - - - - - - + + + + + - - + + - - + - + - - - + - - + - - + - - - - - - - + + + + + - + 100 @@ -194,9 +210,14 @@ --> + - + + + + + @@ -212,5 +233,6 @@ + \ No newline at end of file -- cgit v1.2.1