Skip to content

Commit

Permalink
I promise AAlogPoll will work now
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevelopment authored Sep 23, 2017
1 parent a945542 commit 9d305e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function AndroidAutoTmplt(uiaId, parentDiv, templateID, controlProperties)
this.divElt.id = templateID;
this.divElt.className = 'TemplateWithStatusLeft AndroidAutoTmplt';
parentDiv.appendChild(this.divElt);
this.divElt.innerHTML = '<p id=\'aaText1\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 25px;line-height: 29px; position:absolute; top:5px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nHeadunit for Android Auto&trade; \r\n<\/p>\r\n<p id=\'aaText2\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:40px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\n&copy; 2011-2016 Original Author: Michael A. Reid. ([email protected])\r\n<\/p>\r\n<p id=\'aaText3\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:70px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPortions &copy; 2015-2017 Konsulko Group, S Padival, A Gartner, and others\r\n<\/p>\r\n<p id=\'aaText4\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:100px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPorted to Mazda Connect by S Padival ([email protected]) All Rights Reserved\r\n<\/p>\r\n<p id=\'aaText5\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:130px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nhttps:\/\/github.com\/gartnera\/headunit\/\r\n<\/p>\r\n<div id=\'aaDiv1\' style=\'position:absolute; top:180px; left:10px; height: 200px; width: 700px; left: 45%; transform: translate(-50%,0);\'>\r\n <textarea readonly id=\'aaStatusText\' style=\'color:white; background: black; width: 100%; height: 100%; margin: 0; border: 0;\' onclick=\'AAlogPoll\'><\/textarea>\r\n<\/div>';
this.divElt.innerHTML = '<p id=\'aaText1\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 25px;line-height: 29px; position:absolute; top:5px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nHeadunit for Android Auto&trade; \r\n<\/p>\r\n<p id=\'aaText2\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:40px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\n&copy; 2011-2016 Original Author: Michael A. Reid. ([email protected])\r\n<\/p>\r\n<p id=\'aaText3\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:70px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPortions &copy; 2015-2017 Konsulko Group, S Padival, A Gartner, and others\r\n<\/p>\r\n<p id=\'aaText4\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:100px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nPorted to Mazda Connect by S Padival ([email protected]) All Rights Reserved\r\n<\/p>\r\n<p id=\'aaText5\' style=\'color:white;font-family:sans-serif; font-weight:normal;font-style: normal;font-size: 20px;line-height: 29px; position:absolute; top:130px; left: 45%; transform: translate(-50%,0); white-space: nowrap;\'>\r\nhttps:\/\/github.com\/gartnera\/headunit\/\r\n<\/p>\r\n<div id=\'aaDiv1\' style=\'position:absolute; top:180px; left:10px; height: 200px; width: 700px; left: 45%; transform: translate(-50%,0);\'>\r\n <textarea readonly id=\'aaStatusText\' style=\'color:white; background: black; width: 100%; height: 100%; margin: 0; border: 0;\' onclick=\'AAlogPoll()\'><\/textarea>\r\n<\/div>';
}

AndroidAutoTmplt.prototype.handleControllerEvent = function(eventID)
Expand Down

1 comment on commit 9d305e2

@Trevelopment
Copy link
Collaborator Author

@Trevelopment Trevelopment commented on 9d305e2 Sep 23, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @lmagder I want this to work for you my friend #82 #79

Please sign in to comment.