Skip to content

Commit

Permalink
1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Hazik committed Jan 31, 2024
1 parent a7e0a52 commit c0d1cc8
Show file tree
Hide file tree
Showing 17 changed files with 79 additions and 22 deletions.
22 changes: 22 additions & 0 deletions dist/1.3.1/start-sygic-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Start Sygic Professional Navigation",
"supportEmail": "[email protected]",
"solutionId": "sygicSygic",
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-start-sygic-addin/dist/start-sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Start Sygic Truck",
"de": "Sygic Truck Starten",
"es": "Iniciar Sygic Truck",
"fr": "Démarrer Sygic Truck",
"it": "Avviare Sygic Truck",
"pl": "Uruchom Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-start-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
}
35 changes: 35 additions & 0 deletions dist/1.3.1/truck-settings-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "Sygic Professional Navigation",
"supportEmail": "[email protected]",
"solutionId": "sygicSygic",
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/mygeotab-sygic-page/dist/mygeotabSygicPage.html",
"path": "",
"menuName": {
"en": "Sygic Truck Settings",
"de": "Sygic Truck Einstellungen",
"es": "Configuración Sygic Truck",
"fr": "Paramètres Sygic Truck",
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/mygeotab-sygic-page/dist/images/icon.svg"
},
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Sygic Truck Settings",
"de": "Sygic Truck Einstellungen",
"es": "Configuración Sygic Truck",
"fr": "Paramètres Sygic Truck",
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
}
4 changes: 2 additions & 2 deletions geotabdrive-start-sygic-addin/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].0/geotabdrive-start-sygic-addin/dist/start-sygic.html",
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].1/geotabdrive-start-sygic-addin/dist/start-sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Start Sygic Truck",
Expand All @@ -15,7 +15,7 @@
"it": "Avviare Sygic Truck",
"pl": "Uruchom Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].0/geotabdrive-start-sygic-addin/dist/images/icon.svg"
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].1/geotabdrive-start-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
Expand Down
2 changes: 1 addition & 1 deletion geotabdrive-start-sygic-addin/dist/start-sygic.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected].0/geotabdrive-start-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=start-sygic-app class=hidden> <a id=start-sygic-app-uri href=com.sygic.aura:// target=_system>Start Sygic Truck</a> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected].0/geotabdrive-start-sygic-addin/dist/start-sygic.js"></script></body> </html>
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected].1/geotabdrive-start-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=start-sygic-app class=hidden> <a id=start-sygic-app-uri href=com.sygic.aura:// target=_system>Start Sygic Truck</a> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected].1/geotabdrive-start-sygic-addin/dist/start-sygic.js"></script></body> </html>
2 changes: 1 addition & 1 deletion geotabdrive-start-sygic-addin/dist/start-sygic.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions geotabdrive-start-sygic-addin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions geotabdrive-start-sygic-addin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "start-sygic",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"svg-inline-loader": "^0.8.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.1",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-merge": "^4.2.2"
Expand Down
4 changes: 2 additions & 2 deletions geotabdrive-sygic-addin/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].0/geotabdrive-sygic-addin/dist/sygic.html",
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].1/geotabdrive-sygic-addin/dist/sygic.html",
"path": "DriveAppLink/",
"menuName": {
"en": "Sygic Truck Settings",
Expand All @@ -15,7 +15,7 @@
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].0/geotabdrive-sygic-addin/dist/images/icon.svg"
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].1/geotabdrive-sygic-addin/dist/images/icon.svg"
}
],
"isSigned": "false"
Expand Down
2 changes: 1 addition & 1 deletion geotabdrive-sygic-addin/dist/sygic.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=sygic-app class=hidden> <div class=panel> <h2 class=panel__title>Sygic Truck Settings</h2> <table class=data-table> <tbody> <tr> <th>Vehicle</th> <td><span id=sygic-vehicle class=noTranslate>-</span></td> </tr> </tbody> </table> </div> <div class=panel> <h3 class="panel__title panel__title__flex">My Plans</h3> <ul id=sygic-my-trips class=menu-list></ul> <div id=sygic-cannot-view-plans-warning class="hidden sygic-warning-div"> missing_tripsactivityreport_warning </div> </div> <div class=panel> <div class=panel-button-heading> <h3 class="panel__title panel__title__flex"> <svg class="svgIcon bigger panel__title-icon"> <use xlink:href=#drive-truck><svg viewBox="0 0 24 24" id=drive-truck> <g clip-path=url(#clip0)> <path fill-rule=evenodd d="M0 2.5a1 1 0 011-1h11.607c.408 0 .985.123 1.483.51.545.422.91 1.094.91 1.99v15.5a1 1 0 11-2 0V4a.711.711 0 00-.054-.309.27.27 0 00-.081-.1.437.437 0 00-.139-.07.452.452 0 00-.119-.021H.5c-.552 0-.5-.448-.5-1z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.98 8H14V6h5.5a1 1 0 01.82.427l3.5 5A1 1 0 0124 12v7.5a1 1 0 01-1 1h-1.5v-2h.5v-6.185L18.98 8z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5zM5.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M0 17.5a1 1 0 011-1A3.25 3.25 0 011 23a1 1 0 110-2 1.25 1.25 0 100-2.5 1 1 0 01-1-1zM0 14a1 1 0 011-1h12v2H1a1 1 0 01-1-1zM7.5 20a1 1 0 011-1h8v2h-8a1 1 0 01-1-1z" clip-rule=evenodd></path> <path d="M0 3h14v10H0V3zM8 17h6v3H8v-3z"></path> <path fill-rule=evenodd d="M21 8H0v9.5l13 .5 2.5 1.5 2-2 3.5.5 1.5 1v-6.5L21 8zm-.357 5l-1.786-2.5C18.5 10 18.12 10 18 10h-.5c-.167 0-.5.1-.5.5V13c0 .4.333.5.5.5h3c.4 0 .262-.333.143-.5z" clip-rule=evenodd></path> </g> </svg></use> </svg> <span class=panel__title_text>Vehicle</span> </h3> <button class="button button_small panel__title-button hidden" id=sygic-edit-dimensions> <svg class="svgIcon big bottom-margin"> <use xlink:href=#drive-pencil><svg viewBox="0 0 32 32" id=drive-pencil> <path d="M7.688 29.277l1.893-1.93-4.96-4.955-1.932 1.93v2.269h2.726v2.686zm11.02-19.594q0-.454-.454-.454-.19 0-.341.152L6.438 20.804q-.151.151-.151.378 0 .454.492.454.19 0 .34-.151l11.475-11.423q.114-.152.114-.379zm-1.136-4.047l8.786 8.775L8.786 32H0v-8.813zM32 7.679q0 1.097-.757 1.89l-3.522 3.518-8.786-8.813 3.522-3.48Q23.215 0 24.35 0q1.098 0 1.932.794l4.96 4.956Q32 6.58 32 7.678z"> </path> </svg></use> </svg> </button> </div> <div class=hidden id=sygic-dimensions-summary> <table class=data-table> <tbody id=sygic-dimensions-summary-content> </tbody> </table> </div> <div id=sygic-no-vehicle-warning class="hidden sygic-warning-div"> missing_vehicle_warning </div> <div id=sygic-cannot-view-vehicles-warning style=color:red;padding:16px class=hidden> missing_devicelist_viewaddindata_warning</div> <div class=hidden id=sygic-dimensions-form> <fieldset style=border:none> <div id=sygic-dimensions-form-content></div> <button id=sygic-save-dimensions>Apply Changes</button> </fieldset> </div> </div> <div class=panel> <div class=panel-button-heading id=sygic-tutorial> <h3 class="panel__title panel__title__flex"> <a href=https://sygic.com/geotab/guide target=_blank><span>Sygic Truck Settings tutorial</span></a> </h3> </div> </div> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/sygic.js"></script></body> </html>
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic truck</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=sygic-app class=hidden> <div class=panel> <h2 class=panel__title>Sygic Truck Settings</h2> <table class=data-table> <tbody> <tr> <th>Vehicle</th> <td><span id=sygic-vehicle class=noTranslate>-</span></td> </tr> </tbody> </table> </div> <div class=panel> <h3 class="panel__title panel__title__flex">My Plans</h3> <ul id=sygic-my-trips class=menu-list></ul> <div id=sygic-cannot-view-plans-warning class="hidden sygic-warning-div"> missing_tripsactivityreport_warning </div> </div> <div class=panel> <div class=panel-button-heading> <h3 class="panel__title panel__title__flex"> <svg class="svgIcon bigger panel__title-icon"> <use xlink:href=#drive-truck><svg viewBox="0 0 24 24" id=drive-truck> <g clip-path=url(#clip0)> <path fill-rule=evenodd d="M0 2.5a1 1 0 011-1h11.607c.408 0 .985.123 1.483.51.545.422.91 1.094.91 1.99v15.5a1 1 0 11-2 0V4a.711.711 0 00-.054-.309.27.27 0 00-.081-.1.437.437 0 00-.139-.07.452.452 0 00-.119-.021H.5c-.552 0-.5-.448-.5-1z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.98 8H14V6h5.5a1 1 0 01.82.427l3.5 5A1 1 0 0124 12v7.5a1 1 0 01-1 1h-1.5v-2h.5v-6.185L18.98 8z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M18.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5zM5.75 21a1.25 1.25 0 100-2.5 1.25 1.25 0 000 2.5zm0 2a3.25 3.25 0 100-6.5 3.25 3.25 0 000 6.5z" clip-rule=evenodd></path> <path fill-rule=evenodd d="M0 17.5a1 1 0 011-1A3.25 3.25 0 011 23a1 1 0 110-2 1.25 1.25 0 100-2.5 1 1 0 01-1-1zM0 14a1 1 0 011-1h12v2H1a1 1 0 01-1-1zM7.5 20a1 1 0 011-1h8v2h-8a1 1 0 01-1-1z" clip-rule=evenodd></path> <path d="M0 3h14v10H0V3zM8 17h6v3H8v-3z"></path> <path fill-rule=evenodd d="M21 8H0v9.5l13 .5 2.5 1.5 2-2 3.5.5 1.5 1v-6.5L21 8zm-.357 5l-1.786-2.5C18.5 10 18.12 10 18 10h-.5c-.167 0-.5.1-.5.5V13c0 .4.333.5.5.5h3c.4 0 .262-.333.143-.5z" clip-rule=evenodd></path> </g> </svg></use> </svg> <span class=panel__title_text>Vehicle</span> </h3> <button class="button button_small panel__title-button hidden" id=sygic-edit-dimensions> <svg class="svgIcon big bottom-margin"> <use xlink:href=#drive-pencil><svg viewBox="0 0 32 32" id=drive-pencil> <path d="M7.688 29.277l1.893-1.93-4.96-4.955-1.932 1.93v2.269h2.726v2.686zm11.02-19.594q0-.454-.454-.454-.19 0-.341.152L6.438 20.804q-.151.151-.151.378 0 .454.492.454.19 0 .34-.151l11.475-11.423q.114-.152.114-.379zm-1.136-4.047l8.786 8.775L8.786 32H0v-8.813zM32 7.679q0 1.097-.757 1.89l-3.522 3.518-8.786-8.813 3.522-3.48Q23.215 0 24.35 0q1.098 0 1.932.794l4.96 4.956Q32 6.58 32 7.678z"> </path> </svg></use> </svg> </button> </div> <div class=hidden id=sygic-dimensions-summary> <table class=data-table> <tbody id=sygic-dimensions-summary-content> </tbody> </table> </div> <div id=sygic-no-vehicle-warning class="hidden sygic-warning-div"> missing_vehicle_warning </div> <div id=sygic-cannot-view-vehicles-warning style=color:red;padding:16px class=hidden> missing_devicelist_viewaddindata_warning</div> <div class=hidden id=sygic-dimensions-form> <fieldset style=border:none> <div id=sygic-dimensions-form-content></div> <button id=sygic-save-dimensions>Apply Changes</button> </fieldset> </div> </div> <div class=panel> <div class=panel-button-heading id=sygic-tutorial> <h3 class="panel__title panel__title__flex"> <a href=https://sygic.com/geotab/guide target=_blank><span>Sygic Truck Settings tutorial</span></a> </h3> </div> </div> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected]/geotabdrive-sygic-addin/dist/sygic.js"></script></body> </html>
2 changes: 1 addition & 1 deletion geotabdrive-sygic-addin/dist/sygic.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion geotabdrive-sygic-addin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sygic",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions mygeotab-sygic-page/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"items": [
{
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].0/mygeotab-sygic-page/dist/mygeotabSygicPage.html",
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].1/mygeotab-sygic-page/dist/mygeotabSygicPage.html",
"path": "",
"menuName": {
"en": "Sygic Truck Settings",
Expand All @@ -15,7 +15,7 @@
"it": "Sygic Truck Impostazioni",
"pl": "Ustawienia Sygic Truck"
},
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].0/mygeotab-sygic-page/dist/images/icon.svg"
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].1/mygeotab-sygic-page/dist/images/icon.svg"
}
],
"isSigned": "false"
Expand Down
2 changes: 1 addition & 1 deletion mygeotab-sygic-page/dist/mygeotabSygicPage.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic Truck Settings</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected].0/mygeotab-sygic-page/dist/main.css" rel="stylesheet"></head> <body> <div id=app> <div id=mygeotabSygicPage> <header class=geotabPageHeader> <h1 class=geotabPageName>Sygic Truck Settings</h1> </header> <div class=checkmateListBuilder> <ul class=checkMateListTable id=sygic-vehicle-list> </ul> </div> <p><a href=https://sygic.com/geotab/guide target=_blank><span>Sygic Truck Settings</span> tutorial</a></p> </div> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected].0/mygeotab-sygic-page/dist/mygeotabSygicPage.js"></script></body> </html>
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=x-ua-compatible content="ie=edge"> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <title>Sygic Truck Settings</title> <link href="https://cdn.jsdelivr.net/gh/sygic/[email protected].1/mygeotab-sygic-page/dist/main.css" rel="stylesheet"></head> <body> <div id=app> <div id=mygeotabSygicPage> <header class=geotabPageHeader> <h1 class=geotabPageName>Sygic Truck Settings</h1> </header> <div class=checkmateListBuilder> <ul class=checkMateListTable id=sygic-vehicle-list> </ul> </div> <p><a href=https://sygic.com/geotab/guide target=_blank><span>Sygic Truck Settings</span> tutorial</a></p> </div> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected].1/mygeotab-sygic-page/dist/mygeotabSygicPage.js"></script></body> </html>
2 changes: 1 addition & 1 deletion mygeotab-sygic-page/dist/mygeotabSygicPage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mygeotab-sygic-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mygeotabSygicPage",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geotab",
"description": "Clone repository. Navigate in respective addon directory ([geotabdrive-sygic-addin](geotabdrive-sygic-addin) or [mygeotab-sygic-page](mygeotab-sygic-page) or [geotabdrive-start-sygic-addin](geotabdrive-start-sygic-addin))",
"version": "1.3.0",
"version": "1.3.1",
"main": "index.js",
"scripts": {
"prebuild": "node update-versions.js",
Expand Down

0 comments on commit c0d1cc8

Please sign in to comment.