16cabd89bc
remove some events/timers left over from the stock intel site code
2014-03-17 23:28:51 +00:00
0a96440f77
bump version numbers
2014-03-15 00:03:12 +00:00
f9d2346d72
ap for L2 and L3 were changed a long time ago (L2, from 10000 to 2500, L3, from 30000 to 20000)
2014-03-10 22:23:29 +00:00
75310d6261
bump version number
2014-02-23 00:25:44 +00:00
ba2d90779c
bump version number for new release
2014-02-22 03:00:30 +00:00
faf50c84ae
bump version numbers for new release
2014-02-06 05:10:59 +00:00
1bd5b50fdd
bump version
2014-01-13 20:34:44 +00:00
dc25b820d7
bump version
2013-12-23 21:20:27 +00:00
41979cb107
remove automatic refresh when 'account not activated' message or similar is shown
...
in the past this was a common temporary issue with the intel site, so was worth having as a case in the code
however, this is now very rare, and the more likely reason is an account suspension/ban - and a refresh won't help here!
2013-12-02 17:54:49 +00:00
223885c604
bump version number
2013-12-02 03:18:55 +00:00
f7cd691355
bump version number
2013-11-30 05:56:03 +00:00
1bfe89c041
reduce the number of 'all' comm messages retrieved in one go to 50 at a time
...
related to #656 no 2
2013-11-24 01:34:13 +00:00
736ccfd5c8
bump version in preperation for next release
2013-11-12 23:18:01 +00:00
1f6d25ab59
bump dev builds to version 0.15.0, in preperation for a new release
2013-11-06 22:19:48 +00:00
ed04a3959b
bump version number
2013-10-31 20:37:39 +00:00
b6eebccca9
extract script version and other data from the tampermonkey/greasemonkey GM_info and pass it through the wrapper function
...
modify the plugin template code to do the same for plugins - also include the plugin base filename
this is the required data to allow version checks to be performed. it will also allow IITC to know which plugins are installed and active
2013-10-28 21:56:36 +00:00
53874ab887
Avoid errors in stock JS
2013-10-19 15:36:14 +02:00
7681bd10cd
bump version, ready for future release
2013-10-16 04:47:13 +01:00
e3002d420e
* Remove Coda font
...
* Add more variants of Roboto for future typography tweaks
* Tweak sidebar player name to look more attractive
* Simplify font selectors
2013-10-09 08:27:20 -05:00
0fde4e6ba4
Remove api.js
2013-10-08 15:40:07 -05:00
306de7e6dc
Load different versions of Roboto web font
...
Use Roboto for COMM font rather than Verdana
2013-10-07 18:29:43 -05:00
c5c762a707
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-02 05:03:38 +01:00
b4ae95ce73
bump version number
2013-10-02 05:00:08 +01:00
60d686d52b
Prevent Google Fonts not being loaded due to security issue
...
Chrome refuses to load http resources if the page was loaded using https.
2013-10-01 11:56:51 +08:00
44dabe145d
reduce faction messages to 50 at a time - as they're no longer cluttered with user-specific alerts
...
(these now appear in a separate 'alerts' tab on the stock site - yet to be implemented in IITC)
2013-09-30 23:23:58 +01:00
924c384ab9
bump version number
2013-09-27 05:13:07 +01:00
ac6a235564
first stage of having faction-specific layers - portals, links and fields are now a layer group consisting of three faction-specific leaflet LayerGroups
...
also, move load.js from directly embedded in boot.js into an external file
2013-09-12 03:07:25 +01:00
3f9af18ba5
include specific font subsets from googleapi fonts - as the defaults seem to vary by browser type (less for mobile)
...
switch defailt from coda to roboto - looks fine to me, and coda didn't seem to support enough subsets
for #541
2013-09-09 01:51:50 +01:00
543e586723
make (portals/lihnks/fields)Layers private to IITC core again - they're not for plugins
...
now only some portals are drawn to the map it's OK to bring them all to front at the end of the render
use larger squares for portal clustering on mobile - as the portal markers are larger
2013-09-08 20:43:23 +01:00
6e808e12a9
remove dead code
...
- guid to type - unused, and not a good way of doing the test
- resonator settings - it's now a separate plugin
2013-09-03 16:56:30 +01:00
1915b61d68
bump version, in preperation for next release
2013-09-03 05:52:41 +01:00
dc41671279
map data now handles refreshes itself. this is so it can ensure that it doesn't start the refresh timer until all requests are complete
...
this avoids the situation where map data requests are slow enough that requests get aborted before a complete refresh has been done
2013-08-27 05:42:59 +01:00
01a8dbf4be
more work on map data rendering rewrite
...
marker creation/style changing moved out of rendering code (to allow use from elsewhere, and possible overriding by plugins)
2013-08-26 15:19:21 +01:00
3c90960e4c
work-in-progress - checking in while looking at other code on master. may be broken
2013-08-25 17:50:28 +01:00
4f5f47831a
remove pointless change of selected portal highlight colour in all highlighter plugins - make it the default instead
...
also tweaks to the show-more-portals plugin
2013-08-23 04:27:16 +01:00
fa11087621
bump version for rewrite of map data requests
2013-08-22 21:34:40 +01:00
4c57a31375
bump version, in case another release is needed soon
2013-08-22 20:15:22 +01:00
532d8aaa26
bump version number, as another IITC release is required...
2013-08-16 18:25:53 +01:00
7d8e583273
increase refresh delays after a move, and repeated refresh limit, to reduce unnecessary requests to the servers
2013-08-16 17:34:59 +01:00
62a10ede52
change default refresh to 60 seconds. while the server is unstable this reduces load, and other issues
2013-08-13 21:21:02 +01:00
0ee98355bd
fix path to default portal image - looks like it changed on the stock site
2013-08-13 03:38:36 +01:00
e1b4569f2f
bump version, in preperation for a future release
2013-08-12 00:25:25 +01:00
54ebbc3896
bump version nimber in preperation for next release
...
remove maxZoom leaflet setting - as it overrides individual map layer settings - fix #466
ensure map zoom is valid for selected base layer - replicate functionality removed from current leaflet
2013-08-04 07:17:14 +01:00
55c055425b
Avoid using Object.keys(obj).length in hot code paths
...
Complexity of Object.keys(obj).length is O(n) where n is the number of
object keys. Unfortunately, JavaScript have no built-in means of
determining number of object keys in constant time. Therefore, we have
to count object keys using separate counter variable.
It may look ugly (and indeed it is), but it greatly improves smoothness
and overall feel of IITC.
2013-08-02 20:00:03 +04:00
942ed7cf77
bump version number due to internal data change - so it's clear if an old version is in use
2013-07-31 20:21:38 +01:00
f5d8587955
update code for the new internal name for enlightened - was ALIENS, now ENLIGHTENED
2013-07-31 20:15:14 +01:00
ab164cfde5
Merge branch 'intents' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-intents
...
Conflicts:
mobile/res/values/strings.xml
2013-07-27 11:23:51 +02:00
16b796a112
add character length limit to chat text entry - as it's restricted at the server end to 256 characters
2013-07-22 16:37:57 +01:00
2b7ac5605b
Improved permalink/portal link
...
Now shows a dialog from which you can:
* share the permalink using the standard android share feature
* copy the link to the clipboard
* open the intel map link with an installed browser
* show the map with an installed map application (that supports geo: URIs)
2013-07-21 00:51:21 +02:00
483d484dab
bump version number, so it's clear which builds have the new leaflet library in them
2013-07-19 23:39:41 +01:00