Skip to content

Commit

Permalink
🤖 New build PR №632 from IITC-CE/ingress-intel-total-conversion@13a642e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2023
1 parent dbfac8c commit 8b73671
Show file tree
Hide file tree
Showing 136 changed files with 1,243 additions and 628 deletions.
Binary file modified static/build/artifact/PR632/IITC_Mobile-test.apk
Binary file not shown.
650 changes: 325 additions & 325 deletions static/build/artifact/PR632/meta.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/ap-stats.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author Hollow011
// @name IITC plugin: Available AP statistics
// @category Info
// @version 0.4.2.20231013.170207
// @version 0.4.3.20231019.140210
// @description Displays the per-team AP gains available in the current view.
// @id ap-stats
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/ap-stats.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author Hollow011
// @name IITC plugin: Available AP statistics
// @category Info
// @version 0.4.2.20231013.170207
// @version 0.4.3.20231019.140210
// @description Displays the per-team AP gains available in the current view.
// @id ap-stats
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,10 +22,18 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'ap-stats';
//END PLUGIN AUTHORS NOTE

/* exported setup, changelog --eslint */

var changelog = [
{
version: '0.4.3',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
window.plugin.compAPStats = function() {};
Expand Down Expand Up @@ -73,7 +81,7 @@ window.plugin.compAPStats.update = function (hasFinished) {
window.plugin.compAPStats.updateNoPortals(hasFinished);
return;
}

var result = window.plugin.compAPStats.compAPStats();
var loading = hasFinished ? '' : 'Loading...';

Expand Down
2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/basemap-bing.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Bing maps
// @category Map Tiles
// @version 0.3.1.20231013.170207
// @version 0.3.2.20231019.140210
// @description Add the bing.com map layers.
// @id basemap-bing
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-bing.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Bing maps
// @category Map Tiles
// @version 0.3.1.20231013.170207
// @version 0.3.2.20231019.140210
// @description Add the bing.com map layers.
// @id basemap-bing
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-bing';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var mapBing = {};

Expand Down
2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/basemap-blank.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jonatkins
// @name IITC plugin: Blank map
// @category Map Tiles
// @version 0.1.3.20231013.170207
// @version 0.1.4.20231019.140210
// @description Add a blank map layer - no roads or other features.
// @id basemap-blank
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-blank.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jonatkins
// @name IITC plugin: Blank map
// @category Map Tiles
// @version 0.1.3.20231013.170207
// @version 0.1.4.20231019.140210
// @description Add a blank map layer - no roads or other features.
// @id basemap-blank
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-blank';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.1.4',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var mapTileBlank = {};

Expand Down
2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/basemap-gaode.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Gaode (高德地图) / AutoNavi map
// @category Map Tiles
// @version 0.1.1.20231013.170207
// @version 0.1.2.20231019.140210
// @description Map layers from AutoNavi / Gaode (高德地图)
// @id basemap-gaode
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-gaode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Gaode (高德地图) / AutoNavi map
// @category Map Tiles
// @version 0.1.1.20231013.170207
// @version 0.1.2.20231019.140210
// @description Map layers from AutoNavi / Gaode (高德地图)
// @id basemap-gaode
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-gaode';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.1.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var mapGaode = {};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jacob1123
// @name IITC plugin: Gray Google map
// @category Map Tiles
// @version 0.1.4.20231013.170207
// @version 0.1.5.20231019.140210
// @description Add a simplified gray Version of Google map tiles as an optional layer.
// @id basemap-google-gray
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-google-gray.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jacob1123
// @name IITC plugin: Gray Google map
// @category Map Tiles
// @version 0.1.4.20231013.170207
// @version 0.1.5.20231019.140210
// @description Add a simplified gray Version of Google map tiles as an optional layer.
// @id basemap-google-gray
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-google-gray';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.1.5',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var grayGMaps = {};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Kartverket.no maps (Norway)
// @category Map Tiles
// @version 0.2.2.20231013.170207
// @version 0.2.3.20231019.140210
// @description Add Kartverket.no map layers.
// @id basemap-kartverket
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-kartverket.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Kartverket.no maps (Norway)
// @category Map Tiles
// @version 0.2.2.20231013.170207
// @version 0.2.3.20231019.140210
// @description Add Kartverket.no map layers.
// @id basemap-kartverket
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-kartverket';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.2.3',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var mapKartverket = {};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jonatkins
// @name IITC plugin: OpenStreetMap.org map
// @category Map Tiles
// @version 0.1.2.20231013.170207
// @version 0.1.4.20231019.140210
// @description Add the native OpenStreetMap.org map tiles as an optional layer.
// @id basemap-openstreetmap
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jonatkins
// @name IITC plugin: OpenStreetMap.org map
// @category Map Tiles
// @version 0.1.2.20231013.170207
// @version 0.1.4.20231019.140210
// @description Add the native OpenStreetMap.org map tiles as an optional layer.
// @id basemap-openstreetmap
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,7 +22,7 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-openstreetmap';
//END PLUGIN AUTHORS NOTE

Expand All @@ -34,6 +34,10 @@ var mapOpenStreetMap = {};
window.plugin.mapOpenStreetMap = mapOpenStreetMap;

var changelog = [
{
version: '0.1.4',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
{
version: '0.1.3',
changes: ['Update OSM tile provider', 'Add CyclOSM tiles', 'Expose config'],
Expand Down
2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/basemap-stamen.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jonatkins
// @name IITC plugin: Stamen.com map layers
// @category Map Tiles
// @version 0.2.2.20231013.170207
// @version 0.2.3.20231019.140210
// @description Add the 'Toner' and 'Watercolor' map layers from maps.stamen.com.
// @id basemap-stamen
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-stamen.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author jonatkins
// @name IITC plugin: Stamen.com map layers
// @category Map Tiles
// @version 0.2.2.20231013.170207
// @version 0.2.3.20231019.140210
// @description Add the 'Toner' and 'Watercolor' map layers from maps.stamen.com.
// @id basemap-stamen
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-stamen';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.2.3',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var mapStamen = {};

Expand Down
2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/basemap-yandex.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Yandex maps
// @category Map Tiles
// @version 0.3.1.20231013.170207
// @version 0.3.2.20231019.140210
// @description Add Yandex.com (Russian/Русский) map layers
// @id basemap-yandex
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
14 changes: 11 additions & 3 deletions static/build/artifact/PR632/plugins/basemap-yandex.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author johnd0e
// @name IITC plugin: Yandex maps
// @category Map Tiles
// @version 0.3.1.20231013.170207
// @version 0.3.2.20231019.140210
// @description Add Yandex.com (Russian/Русский) map layers
// @id basemap-yandex
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,12 +22,20 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'basemap-yandex';
//END PLUGIN AUTHORS NOTE

/* exported setup --eslint */
/* exported setup, changelog --eslint */
/* global L, layerChooser */

var changelog = [
{
version: '0.3.2',
changes: ['Version upgrade due to a change in the wrapper: added plugin icon'],
},
];

// use own namespace for plugin
var mapYandex = {};

Expand Down
2 changes: 1 addition & 1 deletion static/build/artifact/PR632/plugins/bookmarks.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author ZasoGD
// @name IITC plugin: Bookmarks for maps and portals
// @category Controls
// @version 0.4.3.20231013.170207
// @version 0.4.3.20231019.140210
// @description Save your favorite Maps and Portals and move the intel map with a click. Works with sync. Supports Multi-Project-Extension
// @id bookmarks
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand Down
4 changes: 2 additions & 2 deletions static/build/artifact/PR632/plugins/bookmarks.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @author ZasoGD
// @name IITC plugin: Bookmarks for maps and portals
// @category Controls
// @version 0.4.3.20231013.170207
// @version 0.4.3.20231019.140210
// @description Save your favorite Maps and Portals and move the intel map with a click. Works with sync. Supports Multi-Project-Extension
// @id bookmarks
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
Expand All @@ -22,7 +22,7 @@ if(typeof window.plugin !== 'function') window.plugin = function() {};
//PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!!
//(leaving them in place might break the 'About IITC' page or break update checks)
plugin_info.buildName = 'test';
plugin_info.dateTimeVersion = '2023-10-13-170207';
plugin_info.dateTimeVersion = '2023-10-19-140210';
plugin_info.pluginId = 'bookmarks';
//END PLUGIN AUTHORS NOTE

Expand Down
Loading

0 comments on commit 8b73671

Please sign in to comment.