Debug remote build

This commit is contained in:
Ghislain Loaec 2015-03-17 14:26:10 +01:00
parent 6bcee603f9
commit 562ed0464c
15 changed files with 8 additions and 11 deletions

View File

@ -8,14 +8,13 @@
Cadoles Team
</author>
<content src="index.html" />
<preference name="EnableViewportScale" value="true" />
<preference name="permissions" value="none" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="webviewbounce" value="true" />
<preference name="prerendered-icon" value="true" />
<preference name="stay-in-webview" value="true" />
<preference name="stay-in-webview" value="false" />
<preference name="ios-statusbarstyle" value="black-opaque" />
<preference name="detect-data-types" value="true" />
<preference name="exit-on-suspend" value="false" />

View File

@ -1,5 +1,5 @@
#Last build type
#Tue, 17 Mar 2015 12:05:02 +0100
#Tue, 17 Mar 2015 14:25:23 +0100
build.last.target=debug

View File

@ -15,7 +15,6 @@
/home/ghis/Workspace/momo2/platforms/android/res/drawable-land-xhdpi/screen.png \
/home/ghis/Workspace/momo2/platforms/android/res/drawable-xxhdpi/ic_action_remove.png \
/home/ghis/Workspace/momo2/platforms/android/res/drawable-xxhdpi/ic_action_next_item.png \
/home/ghis/Workspace/momo2/platforms/android/res/drawable-xxhdpi/icon.png \
/home/ghis/Workspace/momo2/platforms/android/res/drawable-xxhdpi/ic_action_previous_item.png \
/home/ghis/Workspace/momo2/platforms/android/res/drawable-port-hdpi/screen.png \
/home/ghis/Workspace/momo2/platforms/android/res/values/strings.xml \
@ -39,7 +38,6 @@
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-land-xhdpi/screen.png \
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-xxhdpi/ic_action_remove.png \
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-xxhdpi/ic_action_next_item.png \
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-xxhdpi/icon.png \
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-xxhdpi/ic_action_previous_item.png \
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-port-hdpi/screen.png \
/home/ghis/Workspace/momo2/platforms/android/ant-build/res/drawable-mdpi/ic_action_remove.png \

View File

@ -1,5 +1,5 @@
#Last build type
#Tue, 17 Mar 2015 12:05:12 +0100
#Tue, 17 Mar 2015 14:25:28 +0100
build.last.target=debug

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@ -26,7 +26,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=yes, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title class="momo-title">Loading</title>
</head>

View File

@ -18,7 +18,7 @@
*/
// Constants
var DEBUG = false;
var DEBUG = true;
var DEBUG_WWW_URL = 'http://localhost/~ghis/momo/www/';
var ANIMATION_ENABLED = true;
var ANIMATION_OUT_CLASS = 'pt-page-moveToLeftEasing pt-page-ontop';

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

View File

@ -26,7 +26,7 @@
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta name="viewport" content="user-scalable=yes, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title class="momo-title">Loading</title>
</head>

View File

@ -18,7 +18,7 @@
*/
// Constants
var DEBUG = false;
var DEBUG = true;
var DEBUG_WWW_URL = 'http://localhost/~ghis/momo/www/';
var ANIMATION_ENABLED = true;
var ANIMATION_OUT_CLASS = 'pt-page-moveToLeftEasing pt-page-ontop';