Skip to content

Commit d2d9393

Browse files
committed
Update to v1.8.4
1 parent 4be61b8 commit d2d9393

File tree

22 files changed

+440
-362
lines changed

22 files changed

+440
-362
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.ecarriou.systemdesignerios" version="1.8.3" android-versionCode="10808" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.ecarriou.systemdesignerios" version="1.8.4" android-versionCode="18400" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>System Designer</name>
44
<description>
55
System Designer, an IDE for designing applications driven by the model.

merges/android/app.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

plugins/browser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-inappbrowser": {
13+
"cordova-plugin-statusbar": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-statusbar": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
1919
"cordova-plugin-wkwebview-engine": {

plugins/ios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"cordova-plugin-whitelist": {
1111
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1212
},
13-
"cordova-plugin-inappbrowser": {
13+
"cordova-plugin-statusbar": {
1414
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1515
},
16-
"cordova-plugin-statusbar": {
16+
"cordova-plugin-inappbrowser": {
1717
"PACKAGE_NAME": "com.ecarriou.systemdesignerios"
1818
},
1919
"cordova-plugin-wkwebview-engine": {

www/app.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,10 @@
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<link rel="icon" href="img/favicon.ico">
9-
<!-- cordova -->
10-
<style>
11-
body {
12-
top: 20px;
13-
background-color: transparent;
14-
}
15-
</style>
169
</head>
1710

1811
<body>
19-
<div style="top:25px;left:10px;position:absolute;"><a href="javascript:systemDesignerBack()" style="text-decoration:none; color:#337AB7;"><span style="font-family: 'Helvetica Neue';"> &lt; System Designer</span></a></div>
12+
<div id="system-designer-back" style="top:5px;left:10px;position:absolute;"><a href="javascript:systemDesignerBack()" style="text-decoration:none; color:#337AB7;"><span style="font-family: 'Helvetica Neue';"> &lt; System Designer</span></a></div>
2013
<!-- cordova -->
2114
<script type="text/javascript" src="cordova.js"></script>
2215
<script type="text/javascript" src="scripts/cordova-tablet.min.js"></script>

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<p id="designer-spaces-components-header" class="designer-spaces-header"></p>
7676
<ul id="designer-spaces-components-items" class="nav"></ul>
7777
</div>
78-
<div class="sidebar-module sidebar-module-inset help hidden-xs">
78+
<div class="sidebar-module sidebar-module-inset help">
7979
<p class="designer-spaces-header">Help</p>
8080
<p id="designer-spaces-help" class="designer-spaces-help-text"></p>
8181
</div>

www/lib/system-runtime/system-runtime.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/behavior.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/scripts/component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)