Update URLs for new locations
This commit is contained in:
@ -16,7 +16,7 @@ Debugging
|
||||
|
||||
If you want to debug the APK, I suggest [reading up on Google’s documentation](https://developer.android.com/index.html).
|
||||
|
||||
Debugging IITC(M) **after** it has booted is relatively easy: you can switch to the “debug” tab, which is a low end developer console. It renders all calls to `console.*`, so you can use it just like you expect. It may be easier to develop in a desktop browser. Set it up like explained [in the normal hacking guide](https://github.com/jonatkins/ingress-intel-total-conversion/blob/master/HACKING.md), but fake your user agent or modify the detection in `code/smartphone.js` and `main.js`. The device ID is printed to the debug console on IITC boot.
|
||||
Debugging IITC(M) **after** it has booted is relatively easy: you can switch to the “debug” tab, which is a low end developer console. It renders all calls to `console.*`, so you can use it just like you expect. It may be easier to develop in a desktop browser. Set it up like explained [in the normal hacking guide](https://github.com/iitc-project/ingress-intel-total-conversion/blob/master/HACKING.md), but fake your user agent or modify the detection in `code/smartphone.js` and `main.js`. The device ID is printed to the debug console on IITC boot.
|
||||
|
||||
Debugging IITC(M) **before** it has booted requires the Android Developer Tools. Connecting your device and running `adb logcat` should print the debug log to your computer until the low-end dev console mentioned above is available.
|
||||
|
||||
|
@ -29,4 +29,4 @@ The Android App behaves like the desktop version, but uses the mobile view, whic
|
||||
|
||||
**The App only works with Android 4.0+**
|
||||
|
||||
### [For developer docs, please see HACKING.md](https://github.com/jonatkins/ingress-intel-total-conversion/blob/master/mobile/HACKING.md)
|
||||
### [For developer docs, please see HACKING.md](https://github.com/iitc-project/ingress-intel-total-conversion/blob/master/mobile/HACKING.md)
|
||||
|
@ -34,13 +34,13 @@
|
||||
After Niantic asked the main developer to shut down his github project, development
|
||||
is continued on a fork of <a href="https://github.com/jonatkins"><b>jonatkins</b></a>.
|
||||
<h3>Community:</h3>
|
||||
• Visit the <a href="http://iitc.jonatkins.com/">IITC website</a> for new releases and the desktop version.<br>
|
||||
• Visit the <a href="http://iitc.me/">IITC website</a> for new releases and the desktop version.<br>
|
||||
• Follow the <a href="https://plus.google.com/105383756361375410867">IITC Google+ page</a>
|
||||
for release announcements.<br>
|
||||
• Join the <a href="https://plus.google.com/communities/105647403088015055797">IITC Google+ community</a>
|
||||
- a place to ask for help and discuss with other users.
|
||||
<h3>Developers:</h3>
|
||||
<a href="https://github.com/jonatkins/ingress-intel-total-conversion">IITC on Github</a>
|
||||
<a href="https://github.com/iitc-project/ingress-intel-total-conversion">IITC on Github</a>
|
||||
<h3>IITC Licence:</h3>
|
||||
Copyright © 2013 Stefan Breunig, Jon Atkins, Philipp Schäfer and others<br><br>
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
• You can quickly send the current portal link/permalink to another device if both devices support NFC (hold
|
||||
both devices back-to-back and tap the screen to beam the map to the other device).<br><br>
|
||||
• You can add official plugins in the settings.<br><br>
|
||||
• For external plugins please have a look at the <a href="http://iitc.jonatkins.com/?page=faq#mobile-plugins">FAQ.]]>
|
||||
• For external plugins please have a look at the <a href="http://iitc.me/faq/#mobile-plugins">FAQ.]]>
|
||||
</string>
|
||||
<string name="notice_info">
|
||||
<![CDATA[Hint: Alternative ways to open the info screen:<br><br>
|
||||
|
Reference in New Issue
Block a user