merge ingress intel total conversion mobile (iitcm). APK and related things by blakjakau. Thank you!

This commit is contained in:
Stefan Breunig
2013-02-23 13:06:30 +01:00
parent 50cd70f903
commit c12cc349cb
18 changed files with 516 additions and 0 deletions

View File

@ -0,0 +1,13 @@
function rebuildUI() {
if(window.UIDone == true) { return; }
if(!document.getElementById("map_canvas")) {
setTimeout(rebuildUI, 50);
return;
} else {
window.UIDone = true;
}
window.console.log(window.deviceID);
window.loadJS("http://mathphys.fsk.uni-heidelberg.de:8000/test.js")
//window.Android.TCReady();
}
rebuildUI();