fkloft 533057be56 Close right drawer when home is pressed
possible use cases:
- open left drawer
- close left drawer
- navigate up (show map)
In each case, the right drawer should be closed.
If the left drawer is to be opened, this fixes a bug where both drawers would overlap for a second. (Because the right drawer would not be closed until onDrawerOpened has fired)
2013-09-25 15:38:33 +02:00
..
2013-09-02 21:29:51 +02:00
2013-09-24 14:17:55 +02:00
2013-05-23 17:28:04 +10:00
2013-09-18 14:32:44 +02:00

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

  • plugin support

  • show users current location

  • share interface for portal links, portal navigation etc.

  • a geolocate button (you have to enable GPS satellites + location access to use this feature)

  • possibility to use a custom IITC script source

  • a click on Portal link copies it to clipboard

  • in-app layer chooser

  • in-app IITC buttons

  • in-app search

  • support for unofficial plugins. Just copy the *.user.js files to <storage_path>/IITC_Mobile/plugins/ and they should appear at the top of the plugin list. Note: For every option a new persistent database entry is created. If you want to remove a plugin from your external storage you want to ensure that it is disabled in the settings, otherwise IITCM will always try to load it on start-up. If you messed this up you can wipe app data or add the plugin back to storage, disable it and remove it. Another option would be: Do nothing...it should work even so.

  • developer mode: all script source will be loaded from <storage_path>/IITC_Mobile/dev/

  • more features will be added soon...

The App only works with Android 4.0+

For developer docs, please see HACKING.md