Ingress Dual Map is an app that runs alongside the official Ingress app, and shows notifications when portals are nearby. These allow the tracking of distance, hack counts, cooldown times and burnout times, all from within the notification.
Portals can be imported from CSV files placed in an IngressDualMap folder on the SD card - one portal per line, in the format portal name,latitude,longitude
. Start the service, then select import portal lists to load any CSV files in the folder. Log files will be generated for any erroneous lists.
This project requires the following libraries (adjust project.properties to set their locations):
- appcompat and gridlayout (from the Android v7 support library)
- DavidWebb (a lightweight HTTP request alternative)
- OpenCSV (easier reading of CSV files)