-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
73 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"version": "1.0", | ||
"items": [ | ||
{ | ||
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].5/geotabdrive-start-sygic-addin/dist/start-sygic.html", | ||
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].6/geotabdrive-start-sygic-addin/dist/start-sygic.html", | ||
"path": "DriveAppLink/", | ||
"menuName": { | ||
"en": "Start Sygic Truck", | ||
|
@@ -15,7 +15,7 @@ | |
"it": "Avviare Sygic Truck", | ||
"pl": "Uruchom Sygic Truck" | ||
}, | ||
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].5/geotabdrive-start-sygic-addin/dist/images/icon.svg" | ||
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].6/geotabdrive-start-sygic-addin/dist/images/icon.svg" | ||
} | ||
], | ||
"isSigned": "false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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].5/geotabdrive-start-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=start-sygic-app class=hidden> <a href=com.sygic.aura:// target=_system>Start Sygic Truck</a> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected].5/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].6/geotabdrive-start-sygic-addin/dist/main.css" rel="stylesheet"></head> <body> <div id=start-sygic-app class=hidden> <a href=com.sygic.aura:// target=_system>Start Sygic Truck</a> </div> <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/sygic/[email protected].6/geotabdrive-start-sygic-addin/dist/start-sygic.js"></script></body> </html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"version": "1.0", | ||
"items": [ | ||
{ | ||
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].5/geotabdrive-sygic-addin/dist/sygic.html", | ||
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].6/geotabdrive-sygic-addin/dist/sygic.html", | ||
"path": "DriveAppLink/", | ||
"menuName": { | ||
"en": "Sygic Truck Settings", | ||
|
@@ -15,7 +15,7 @@ | |
"it": "Sygic Truck Impostazioni", | ||
"pl": "Ustawienia Sygic Truck" | ||
}, | ||
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].5/geotabdrive-sygic-addin/dist/images/icon.svg" | ||
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].6/geotabdrive-sygic-addin/dist/images/icon.svg" | ||
} | ||
], | ||
"isSigned": "false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "sygic", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"version": "1.0", | ||
"items": [ | ||
{ | ||
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].5/mygeotab-sygic-page/dist/mygeotabSygicPage.html", | ||
"url": "https://cdn.jsdelivr.net/gh/sygic/[email protected].6/mygeotab-sygic-page/dist/mygeotabSygicPage.html", | ||
"path": "", | ||
"menuName": { | ||
"en": "Sygic Truck Settings", | ||
|
@@ -15,7 +15,7 @@ | |
"it": "Sygic Truck Impostazioni", | ||
"pl": "Ustawienia Sygic Truck" | ||
}, | ||
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].5/mygeotab-sygic-page/dist/images/icon.svg" | ||
"icon": "https://cdn.jsdelivr.net/gh/sygic/[email protected].6/mygeotab-sygic-page/dist/images/icon.svg" | ||
} | ||
], | ||
"isSigned": "false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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].5/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].5/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].6/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].6/mygeotab-sygic-page/dist/mygeotabSygicPage.js"></script></body> </html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters