Commit Graph

113 Commits

Author SHA1 Message Date
ae8200d7be Add ATTRIBUTION.md to About IITC pop up 2013-04-16 20:18:21 -07:00
99d52dad8a various cleanups to the portal detail display links
- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
2013-04-13 21:18:26 +01:00
5f4e0192a0 added MapQuest OSM tiles - these native tiles work much more smoothly than the Google tile layers, so are best for a default 2013-04-13 02:31:47 +01:00
cd7257cc5f Update utils_misc.js 2013-04-11 13:43:03 -07:00
565861f0d8 Update utils_misc.js 2013-04-11 13:39:42 -07:00
6f01852568 Update utils_misc.js 2013-04-11 13:30:34 -07:00
502a7e1637 Update utils_misc.js 2013-04-11 13:18:34 -07:00
3d61ee3884 Update utils_misc.js 2013-04-11 13:15:43 -07:00
15ea225d10 Fix url links for zoom, add ll param support from stock intel link button 2013-04-10 03:49:23 -07:00
baaaf3e3f1 remove unnecessary absolute URLs. site-relative are used where possible (e.g. permalinks, rpc calls) - and a couple of protocol-relative one for automatic http/https matching 2013-04-08 05:09:01 +01:00
cf343663e4 show lat,lng in poslink window - #100 2013-03-30 18:34:40 +00:00
0314fe90d5 Show portal title in gmaps
Closes issue #40
2013-03-25 23:43:08 -05:00
bc5939818c fix protocol-related error for http + https support 2013-03-16 20:21:05 +00:00
bc63c47d47 initiate copy on android instead of following links 2013-03-12 00:30:27 +01:00
8f76951ca3 fix breakage from last commit 2013-03-11 20:34:14 +01:00
d3270f698c on android app: send intent for PosLink (fixes #437) 2013-03-11 20:24:51 +01:00
Jon
4e9a1682cb Issue #390:https protocol for perma link and zoom 2013-03-06 17:56:43 -08:00
5513ea13eb Resolve conflict and sync 2013-03-02 21:31:12 -08:00
0ba8631b82 MU counts for fields with limiting for small fields
Only at higher zoom levels will counts for small fields show.
2013-03-02 21:25:03 -08:00
c75caa91dd Fix flicker portal in portal render limit handler
Change:
Extract portal handle process from "handleDataResponse" to "handlePortalData"
Add "action" property to object returned by $.ajax() to identity type of request
Delay low level portal render until no active request of map data.
2013-02-28 15:10:13 +08:00
bbe67a6573 Merge pull request #317 from Xelio/patch-portal-limit-reach-hide-low-level-2
New Feature: (method 2)Remove lower level portal when portal render limit reached
2013-02-27 02:44:47 -08:00
f4f3e7791f Code restructure of portal render limit handler 2013-02-27 01:14:18 +08:00
82792cf4be Bug Fix: minLevel of Portal Render Limit handler now persistent in same batch of request. 2013-02-26 21:56:30 +08:00
17a81c09d9 New Feature: Remove lower level portal when portal render limit reached 2013-02-26 18:44:16 +08:00
286527091e Merge pull request #313 from j16sdiz/report-issue-link
Report portal links to "Contact Us" directly
2013-02-25 22:41:45 -08:00
a86c6714ac Report portal links to "Contact Us" directly 2013-02-26 10:21:19 +08:00
849099c299 add more HTTPS links. IITC is likely still broken for HTTPS Intel Map. 2013-02-25 22:39:06 +01:00
5e37f7f227 Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages 2013-02-25 22:01:34 +01:00
b58050320b support https as well (fixes #309). Also bump version number in main which is was an oversight when releasing 0.7/0.71 2013-02-25 22:00:28 +01:00
0767230489 Make changes asked by breunigs 2013-02-25 17:55:37 +01:00
107f4689e9 Replace gmaps-link by popup with qrcode and links
If you want to use your smartphone for navigation, you can now just scan
the qr-code and (if your scanner-app supports it) directly input the
locations to your navigation-app.
Additionally a link to the location in gapps and OSM will be displayed.
2013-02-25 16:21:03 +01:00
459c4b422b new hook to let plugins indicate a renderlimit 2013-02-25 08:44:43 +01:00
67d4fbbe03 don’t render resources outside the view port when the render limit is about to be hit 2013-02-25 08:17:10 +01:00
d644ef64bd implement jqueryui dialog replacements.
For now only alert windows are converted automatically. You can alert custom
HTML code like so: alert('<strong>herp a derp</strong>', true);

Main can use this feature immediately, all plugins that are advertized to be
stable may only use this once 0.7 is released.
2013-02-22 11:23:44 +01:00
7df3d308c4 fix #56 2013-02-16 18:21:10 +01:00
346d3ae0a1 implement basic support for smartphones 2013-02-16 13:52:17 +01:00
9cb2722eb2 replace half space with normal space because some browsers do not support it 2013-02-16 13:43:05 +01:00
2023e33567 more work for #179.
Due to changed display of the portal image it now doesn’t flicker anymore,
which simplifies code a lot.
2013-02-16 10:02:18 +01:00
64a78076d8 fix permalink zoom level 2013-02-14 18:59:58 +00:00
750d01afcf fix permalink zoom level 2013-02-14 18:58:48 +00:00
4ecb7c66d7 make uniqueArray its own function 2013-02-11 16:51:14 +01:00
63083407ed add info about other types 2013-02-11 13:14:03 +01:00
e92a9e13b1 add permalink feature 2013-02-10 23:49:01 +01:00
1816e153f6 fix #85 2013-02-10 20:05:46 +01:00
fb656a4982 Merge pull request #78 from Xelio/patch-map-resonator
draw resonators for each portal on map for high zoom levels (17+). Patch by Xelio.
2013-02-10 10:26:52 -08:00
370f34a793 Change guid format of resonator
Change:
Guid format of resonator change to following,
[portal guid]-resonator-[slot]

Some code cleanup
2013-02-10 22:52:11 +08:00
63bdff0eb9 fix 'report issue' for places with single or double quotes in their names. Fixes #68 2013-02-10 14:08:35 +01:00
c34d7ee3a2 Resonator on map
Change:
Add "RESONATOR_DISPLAY_ZOOM_LEVEL" to control minimum zoom level resonator will display
Add layerGroup "resonatorsLayers" to draw resonators on it.
Add "window.resonators" to store references to resonators on map

Resonator will have guid of portal with ".11" or ".12" replaced with ".r0"~".r7"
Add function "window.renderResontor" to draw resonators (use sorgo's code [sorgo](https://github.com/sorgo))
"window.renderPortal" will call "window.renderResontor" before add portal to portalsLayers
Change "window.removeByGuid" to handle resonators
Change "window.cleanUp" to handle resonators cleanup
2013-02-10 14:12:26 +08:00
53ff334fe1 move getTypeByGuid to utils_misc.js and clean it up a little 2013-02-10 00:26:27 +01:00
904be9b5b1 Display current energy for whole portal 2013-02-09 17:42:01 +01:00