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 ++++++++++++++++++++++++++------------------- favicon.ico | Bin 0 -> 2284 bytes icon.png | Bin 0 -> 7160 bytes index.html | 47 ++++++++++++-- js/codeq/core.js | 4 ++ js/codeq/init.js | 8 ++- js/codeq/login.js | 24 +++---- js/codeq/misc.js | 71 ++++++++++++++++++++ js/codeq/profile.js | 16 +++-- res/icon/icon-120.png | Bin 0 -> 5112 bytes res/icon/icon-128.png | Bin 0 -> 7160 bytes res/icon/icon-144.png | Bin 0 -> 8681 bytes res/icon/icon-152.png | Bin 0 -> 7188 bytes res/icon/icon-173.png | Bin 0 -> 11289 bytes res/icon/icon-180.png | Bin 0 -> 9195 bytes res/icon/icon-192.png | Bin 0 -> 13197 bytes res/icon/icon-256.png | Bin 0 -> 18685 bytes res/icon/icon-32.png | Bin 0 -> 1297 bytes res/icon/icon-36.png | Bin 0 -> 1485 bytes res/icon/icon-40.png | Bin 0 -> 1315 bytes res/icon/icon-48.png | Bin 0 -> 2093 bytes res/icon/icon-60.png | Bin 0 -> 2107 bytes res/icon/icon-64.png | Bin 0 -> 2888 bytes res/icon/icon-72.png | Bin 0 -> 3466 bytes res/icon/icon-76.png | Bin 0 -> 2867 bytes res/icon/icon-80.png | Bin 0 -> 3145 bytes res/icon/icon-96.png | Bin 0 -> 5030 bytes res/icon/icon-small.png | Bin 0 -> 885 bytes res/icon/icon-small@2x.png | Bin 0 -> 2097 bytes splash.png | Bin 0 -> 193 bytes 30 files changed, 235 insertions(+), 93 deletions(-) create mode 100644 favicon.ico create mode 100644 icon.png create mode 100644 js/codeq/misc.js create mode 100644 res/icon/icon-120.png create mode 100644 res/icon/icon-128.png create mode 100644 res/icon/icon-144.png create mode 100644 res/icon/icon-152.png create mode 100644 res/icon/icon-173.png create mode 100644 res/icon/icon-180.png create mode 100644 res/icon/icon-192.png create mode 100644 res/icon/icon-256.png create mode 100644 res/icon/icon-32.png create mode 100644 res/icon/icon-36.png create mode 100644 res/icon/icon-40.png create mode 100644 res/icon/icon-48.png create mode 100644 res/icon/icon-60.png create mode 100644 res/icon/icon-64.png create mode 100644 res/icon/icon-72.png create mode 100644 res/icon/icon-76.png create mode 100644 res/icon/icon-80.png create mode 100644 res/icon/icon-96.png create mode 100644 res/icon/icon-small.png create mode 100644 res/icon/icon-small@2x.png create mode 100644 splash.png 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 diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f5637ac Binary files /dev/null and b/favicon.ico differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..16ed12c Binary files /dev/null and b/icon.png differ diff --git a/index.html b/index.html index 4596b3a..68b2212 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,33 @@ - + + + + + + + + + + + + + + + + + @@ -16,6 +39,16 @@ CodeQ + @@ -42,7 +75,7 @@ -