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,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Ingress Intel Total Conversion</string>
<string name="first_page">Connecting to Ingress Intel Map ... </string>
<string name="jakboxBootLoader">
bootLoader = function() {
if(document.getElementById(\"map_canvas\")) {
window.stop();
document.body.innerHTML = "";
} else {
setTimeout(bootLoader, 50);
}
};
setTimeout(bootLoader, 5);
</string>
</resources>