-
Notifications
You must be signed in to change notification settings - Fork 109
Environment Variables
This environment variable is automatically added when you start the build via Travis.
If (any) value is specified for variable, it gives access to specifying KEYSTORE_PASS
, ALIAS_NAME
and ALIAS_PASS
values, which allow to specify data for IITC Mobile application signature in environment variables, and storeFile
application signature key file is set to "../keystore/android.jks"
If no value is specified for a variable, the data for IITC Mobile application signature is read from the keystore.properties
file.
To sign a IITC Mobile application you need to specify the storePassword
parameter.
If TRAVIS
environment variable is specified, then KEYSTORE_PASS
from the environment variables is used, otherwise storePassword
from keystore.properties
.
To sign a IITC Mobile application you need to specify the keyAlias
parameter.
If TRAVIS
environment variable is specified, then ALIAS_NAME
from the environment variables is used, otherwise keyAlias
from keystore.properties
.
To sign a IITC Mobile application you need to specify the keyPassword
parameter.
If TRAVIS
environment variable is specified, then ALIAS_PASS
from the environment variables is used, otherwise keyPassword
from keystore.properties
.
By default: "\"https://github.com/leCradle/\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to profile of one of authors of IITC.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_CRADLE_URL="https://github.com/leCradle/"
By default: "\"https://github.com/fkloft/\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to profile of one of authors of IITC.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_FKLOFT_URL="https://github.com/fkloft/"
By default: "\"http://be.net/giuseppelucido\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to the author's profile of the original IITC icon.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_GIUSEPPE_LUCIDO_URL="http://be.net/giuseppelucido"
By default: "\"https://t.me/iitc_news\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to Telegram channel with IITC-CE news.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_TG_NEWS_URL="https://t.me/iitc_news"
By default: "\"https://t.me/iitc_group\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to Telegram group with discussion of IITC-CE.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_TG_GROUP_URL="https://t.me/iitc_group"
By default: "\"https://www.reddit.com/r/IITC/\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to IITC-CE community on Reddit.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_REDDIT_URL="https://www.reddit.com/r/IITC/"
By default: "\"https://github.com/IITC-CE/ingress-intel-total-conversion/issues/new\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to issue creation in IITC-CE.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_BUGTRACKER_URL="https://github.com/IITC-CE/ingress-intel-total-conversion/issues/new"
By default: "\"https://iitc.app/\""
, introduced in #329
Used in the About IITC window of the mobile application. Link to IITC-CE website.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_WEBSITE_URL="https://iitc.app/"
By default: "\"https://github.com/IITC-CE/ingress-intel-total-conversion\""
, introduced in #329
Used in the About IITC window of the mobile application. IITC-CE repository link.
There is also an option to override via local.properties
file (has less than environment variables if both are set): IITC_GITHUB_URL="https://github.com/IITC-CE/ingress-intel-total-conversion"
For IITC users
-
Guide on how to migrate data from an legacy version of IITC Mobile
-
(click to expand )
Cache (Data caching to prevent reloading)
Controls (Map controls/widgets)
Draw (Allow drawing things onto the current map so you may plan your next move)
Highlighter (Portal highlighters)
- Hide portal ownership
- Highlight portals by level color
- Highlight inactive portals
- Highlight portal weakness
- Highlight high level portals
- Highlight portals by my level
- Highlight portals with ornaments
- Highlight portals that need recharging
- Highlight portals with ornaments
- Highlight portals that need recharging
- Highlight portals missing resonators
- Highlight portals with infrastructure problems
Info (Display additional information)
- Available AP statistics
- Portal count
- Portals list
- Player level guess
- Localized scoreboard
- Missions
- Scoring cycle / checkpoint times
- Layer count
Layer (Additional map layers)
- Find farms on map
- Portal Level Numbers
- Overlay KML / GPX / GeoJSON
- Ingress scoring regions
- Zaprange
- Player activity tracker
- Portal Names
- Keys on map
Map Tiles (Alternative map layers)
- Stamen.com map layers
- Blank map
- Gray Google map
- Bing maps
- OpenStreetMap.org map
- Gaode (高德地图) / AutoNavi map
- Kartverket.no maps (Norway)
- Yandex maps
Portal Info (Enhanced information on the selected portal)
Tweaks (Adjust IITC settings)
Misc (Unclassified plugins)
For plugin developers
For IITC developers