$phonegap->setMainDir(WS_COMPILE_ASSETS . '/_html5app/_android/');
$phonegap->addLibrary(WS_COMPILE_ASSETS . '/_html5app/_android/lib');
$phonegap->addLibrary(array('from' => WS_COMPILE_ASSETS . '/_html5app/_android/fluidbook-dependencies', 'to' => '/fluidbook-dependencies'));
+ $phonegap->addLibrary(array('from' => WS_COMPILE_ASSETS . '/_html5app/_android/res', 'to' => '/res'));
$phonegap->setDistantCompiler(self::VINCENT, 'Vincent', 's77vpo*wu5', 'h:/Phonegap/Projects/' . $d, '/mnt/vincent/cygdrive/h/Phonegap/Projects/' . $d, 22322, SSH_KEY);
$phonegap->setSourceVariables(array('background' => '0xff' . $collection->settings['couleurD'],
'orientation' => $collection->settings['orientation'])
$cl = new CubeIT_CommandLine_Rsync($src, $dest, $erase);
$cl->setProg('/usr/bin/rsync');
$cl->execute();
- //$cl->debug();
if (!is_null($chown)) {
`chown -R $chown $dest`;
}
$svg = array('interface-back-arrow');
foreach ($svg as $icon) {
- wsTools::colorizeAndRasterizeIcon(1, $icon, $text, $this->vdir . '/images/', $w, $h);
+ wsTools::colorizeAndRasterizeIcon(1, $icon, $text, $this->vdir . '/images/', 4, $w, $h);
}
public function getAdditionnalContent() {
+ $res = parent::getAdditionnalContent();
$dim = getimagesize($this->wdir . '/' . $this->alternative);
$markup = '<div class="multimediaContainer "><img data-width="' . $dim[0] . '" data-height="' . $dim[1] . '" src="' . wsHTML5Link::getUniversalLocation($this->alternative) . '" width="' . $dim[0] . '" height="' . $dim[1] . '" class="multimedia" /></div>';
if ($this->read_mode) {
$read = ' data-readmode="1"';
}
- return $read . ' data-multimedia="' . rawurlencode($markup) . '" ';
+ return $res . ' ' . $read . ' data-multimedia="' . rawurlencode($markup) . '" ';
}
public function keep() {
<!-- Executed before build -->\r
<preBuildCommand />\r
<!-- Executed after build -->\r
- <postBuildCommand alwaysRun="False">"C:\ProgramData\chocolatey\lib\kitty\tools\kscp.exe" -agent -batch "$(OutputDir)\$(OutputName)" extranet@extranet.cubedesigners.com:/home/extranet/www/swf</postBuildCommand>\r
+ <postBuildCommand alwaysRun="False">"C:\ProgramData\chocolatey\lib\kitty\tools\kscp.exe" -agent -batch "$(OutputDir)\$(OutputName)" extranet@alien.cubedesigners.com:/home/extranet/www/swf</postBuildCommand>\r
<!-- Other project options -->\r
<options>\r
<option showHiddenPaths="False" />\r