From b7329a611c67308fb86d5f64d031ef387136afdd Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Wed, 17 Apr 2013 00:00:56 +0200 Subject: [PATCH] updated mobile README.md --- mobile/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mobile/README.md b/mobile/README.md index c57da39f..24bed1fc 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -1,4 +1,22 @@ ingress intel total conversion mobile (IITCM) ===================================== +The Android App behaves like the desktop version, but uses the mobile view, which is optimized for mobile devices, as default. Furthermore, there are some nice additions: + +- it should be much faster than the standard mobile ingress intel map + +- a gmaps intent is sent, when a portals Map link is clicked (lets you navigate to portals) + +- a geolocate button (you have to enable GPS satellites + location access to use this feature) + +- toggle between desktop and mobile view (nice for tablets) + +- possibility to use a custom IITC script source + +- a click on Portal link copies it to clipboard + +- more features will be added soon... + +**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)