3830 Commits

Author SHA1 Message Date
Jon Atkins
cba667baff clean up map base layer initialisation, and add CartoDB dark + light themes (they seem to be freely available) 2014-12-23 23:59:58 +00:00
fkloft
f8563e4fe4 [iitcm] bugfix (NPE on some devices) 2014-12-23 21:08:54 +01:00
fkloft
387a9ab3da cell score: table with checkpoint values, moved panels into accodion 2014-12-22 21:12:03 +01:00
fkloft
a8c50d07ad Clickable names in Top 3 2014-12-22 19:52:42 +01:00
fkloft
e2facb57cd Improved tooltips for region scores 2014-12-22 19:48:43 +01:00
Jon Atkins
050210612f website: typo fix 2014-12-21 18:44:22 +00:00
Jon Atkins
73777a43e6 bump version after 0.19.0 release 2014-12-21 18:20:40 +00:00
Jon Atkins
fa24ae8045 website: update for 0.19.0 release 2014-12-21 18:17:32 +00:00
Jon Atkins
afdc80b3ef bump version numbers to 0.19.0 - mobile changed to match main iitc script - this probably makes more sense now 2014-12-21 18:16:48 +00:00
Jon Atkins
9dfbdd7ffb regional scores: open the dialog with a 'please wait' message while the scores load - nicer for users 2014-12-21 03:36:23 +00:00
Jon Atkins
cddcb969ea some mobiles don't support log10, so use regular log instead 2014-12-19 16:14:46 +00:00
Jon Atkins
0691d61976 region scores: nicely format the overall team scores, including a simple bar chart 2014-12-18 20:29:49 +00:00
Jon Atkins
bda1e080fe region scores - polish the graph with grid lines + scales 2014-12-18 16:39:57 +00:00
Jon Atkins
aba335c54b changed raw table of score history into a nice svg graph
still needs a little work on tidying it up, but better than stock now :)
2014-12-18 04:35:10 +00:00
Fragger
83a2eb8aa9 Don't do ajax lookup when search is lat/lng cords 2014-12-17 10:53:16 -08:00
Jon Atkins
00a630c61a region scoreboard: very basic initial support - needs work 2014-12-17 07:06:48 +00:00
Jon Atkins
0d1f3f20d5 draw-tools plugin: support import from stock URL pls= parameter (as well as the existing json format) 2014-12-16 04:34:32 +00:00
Jon Atkins
186971d003 draw-tools plugin: add basic support for exporting as a stock intel URL, now that stock supports basic drawing
import to be done...
2014-12-15 23:24:37 +00:00
fkloft
6249c0b953 Merge pull request #913 from markfguerra/spelling
Fix spelling error in Draw Tools plugin
2014-12-10 08:28:38 +01:00
Mark F Guerra
b975b60967 Fix spelling error 2014-12-09 21:48:37 -05:00
fkloft
6f202dbd98 Merge pull request #911 from Beakerboy/patch-3
Changed the chain of if statements to else-if
2014-12-08 20:27:33 +01:00
Beakerboy
92c618fec2 Changed the chain of if statements to else-if 2014-12-06 08:03:39 -05:00
Jon Atkins
9f08b1d977 mobile: work around leaflet not seeing the WebView size in some cases, causing odd map issues at startup
not 100% certain it fixes it yet, as it doesn't happen every single time...
2014-12-06 07:23:54 +00:00
fkloft
9e404ac83b Merge pull request #910 from Beakerboy/patch-2
Fix possible minor bug.
2014-12-05 10:53:30 +01:00
Beakerboy
b720758dac Fix possible minor bug.
I don't know if the parser will know what you meant, or if issues could happen due to the  semicolon instead of the comma.
2014-12-04 01:41:48 -05:00
Jon Atkins
00c494f85e switch from openstreetmap nominatim search to the mapquest api version - openstreetmap has broken via https, and opemstreetmap has less limits on usage so better suits us anyway 2014-11-29 00:35:36 +00:00
Jon Atkins
02f41d41eb fix getURLParam to actually parse and decode parameters correctly 2014-11-24 17:13:00 +00:00
Jon Atkins
a1fc33dcc7 sync plugin: bump version number for merged change 2014-11-17 16:37:30 +00:00
Jon Atkins
c3bc255691 Merge branch 'patch-1' of https://github.com/Blaisorblade/ingress-intel-total-conversion 2014-11-17 16:25:49 +00:00
Jon Atkins
53a6dee20b plugin 'done links': changed link highlight colour to that of the link faction. more subtle, but works better on some map colours, and the faction is often very important 2014-11-09 00:29:31 +00:00
Paolo G. Giarrusso
9181ea5f8a #896: Ensure updateMap calls endCompoundOperation
Ensure endCompoundOperation is called whenever beginCompoundOperation completes, even if removeRange (or anything in the range) fails. Moreover, call removeRange only when there is text to remove, since apparently the realtime API complains otherwise.
2014-11-08 19:11:44 +01:00
Jon Atkins
199a9f15dd plugin done-links: a companion to cross-links - highlights any links that match any drawn lines/polygons 2014-11-08 14:36:00 +00:00
Jon Atkins
67b81a67e4 bump version after new release 2014-11-07 20:56:20 +00:00
Jon Atkins
943ab4cf59 website update for 0.18.3 2014-11-07 20:55:22 +00:00
Jon Atkins
e2e2f09e94 quick hack fix, done right
niantic removed the list of protected methods - all methods are protected
there's still a short list of group-a protected, with the rest being group-b
2014-11-07 20:33:47 +00:00
Jon Atkins
33c158b194 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-11-07 20:25:57 +00:00
Jon Atkins
7fa6dc36df update version number - forgot to commit this one 2014-11-07 20:25:39 +00:00
Jon Atkins
262a049311 website update for release a while ago - forgot to commit 2014-11-07 20:24:50 +00:00
fkloft
e457cbbfe3 [core] quick fix - remove check for empty group_a array.
It seems like Niantic removed that array.
2014-11-07 20:17:02 +01:00
Jon Atkins
dbcdd969fc Merge pull request #877 from Guria/patch-1
Fixed links in plugins/README.md
2014-11-02 19:15:33 +00:00
Jon Atkins
670f44e981 Merge pull request #880 from nexushoratio/whitespace
Remove some trailing whitespace.
2014-11-02 19:15:12 +00:00
Jon Atkins
9a6c31adb5 Merge pull request #895 from sollie/kartverket
Basemap Kartverket
2014-11-02 19:12:34 +00:00
Pål Sollie
f3ff52fd25 Added subdomains for the tile server for load balancing requests 2014-10-31 11:10:07 +01:00
Pål Sollie
eb0a148072 Basemap Kartverket
Plugin for color and grayscale topo tiles for Norway.

Based on OSM plugin.
Data from http://kartverket.no/en/
2014-10-31 09:57:14 +01:00
Jon Atkins
bff9dc65ee bump version numbers after new release 2014-10-24 02:15:49 +01:00
Jon Atkins
f5c5b08a4d the recent increase of TILES_PER_REQUEST means more error: TIMEOUT responses for tiles. they are, again, 'normal'
so reduce the retry delay on these close to the delay used after successful requests.
2014-10-24 01:46:18 +01:00
Jon Atkins
caff9340d3 various tweaks to how IITC requests data tiles from the servers
- change TILES_PER_REQUEST to 25, instead of 10 - to match current stock intel site
- modify the zoom level faking IITC does. it still makes good use of IITC's caching, but no longer switches to a zoom level with larger tiles. recent changes to tile parameters for L8 portals on the standard intel site suggests that it's nicer to the servers to request more, but smaller, tiles, than fewer but larger ones
- restored the 'show less portals when zoomed out' plugin. however, this works differently now. rather than faking the zoom level for larger tiles, it now effectively applies the portal level filter used by the standard site. just as many requests as stock, but much smaller responses with fewer portals, so faster rendering
2014-10-24 00:59:31 +01:00
Jon Atkins
66cc162e38 draw-tools: create clones of latlng objects - otherwise drawn items end up with copies of thise form portals, which editing can cause the portal merkers to move! 2014-10-21 19:36:51 +01:00
Jon Atkins
1ff02d02db Revert "[draw-tools] Fire native drawtools events in import/reset/snap; smaller bugfixes"
This reverts commit 1f8f5360406e1b2b0597915357096f968ed5fc0c.
2014-10-21 16:26:41 +01:00
Jon Atkins
749c7b3b5c fix gamescore loading - minor data format change 2014-10-17 18:15:47 +01:00