362406f529add plugin category display support to the website
Jon Atkins
2013-06-08 19:18:33 +01:00
4073e56856convert underscores to spaces in stat names returned from the server
Jon Atkins
2013-06-08 19:17:21 +01:00
51be5bee04added plugin categories (see #358)
Philipp Schaefer
2013-06-08 18:50:26 +02:00
ffbf82a44eupdated bookmarks plugin, as submitted by the author with stylesheet fixes (some non-standard indentation at the moment though)
Jon Atkins
2013-06-07 17:49:10 +01:00
508c2543f4only clear and refresh past chat messages if the bounding box has changed by over 10% - reduces network requests for chat data after small map movements
Jon Atkins
2013-06-07 05:35:18 +01:00
468665f8d6Merge pull request #354 from Xosofox/patch-1
Jon Atkins
2013-06-06 17:41:19 -07:00
05903c90dbRequired update to work with latest version of IPAS
Peter Dietrich
2013-06-07 03:33:37 +03:00
28c124b020a bookmark plugin - submitted by someone via G+ it has non-standard dialog opening, non-standard activation methods, and the dialog background isn't working (this could be due to me breaking things when splitting it up into separate image/css/js files - it was submitted as a single file)
Jon Atkins
2013-06-07 01:20:36 +01:00
cb64b4dbfcreplace generated link data with no creator with the more complete data when available. often occurs when zooming in on a region. also, some comments to clarify things
Jon Atkins
2013-06-06 23:19:14 +01:00
3b46f5d54elog when response map tiles have individual tile errors for debugging #320
Jon Atkins
2013-06-05 03:37:41 +01:00
935d78fc5fupdate leaflet to the latest master - wondering if it improves the troublesome mobile experience
Jon Atkins
2013-06-05 01:00:15 +01:00
44ca14eba8do not reload iitc immediately after pref change because * some options do not need a reload * of more performance, since all enabled js scripts are parsed on reload - pref selection should be much faster now
Philipp Schaefer
2013-06-04 23:00:49 +02:00
4d18ada692rewrite shield mitigation calculations so it multiplies together the amount of damage through each shield in turn - rather than a simple summing of mitigation values
Jon Atkins
2013-06-02 22:03:33 +01:00
be1e4b9afecorrected typo
Philipp Schaefer
2013-06-02 17:46:41 +02:00
c9b1795051Merge pull request #305 from soulBit/master
Jon Atkins
2013-06-01 11:36:55 -07:00
16365da2f4add plugin for yandex.com maps fix#339
Jon Atkins
2013-06-01 19:27:07 +01:00
1e2a1cf4ceUpdate and rename portal-highlighter-with-L8-resonators.js to portal-highlighter-with-lvl8-resonators.user.js
superdhuang
2013-05-28 23:11:50 +08:00
2bc9edf549updated mobile readme
Philipp Schaefer
2013-05-28 10:09:59 +02:00
e3e7268841show additional plugins in plugins dialog (closes#327)
Philipp Schaefer
2013-05-28 09:34:35 +02:00
f9a8cd7ba6bump version number in preperation for next build
Jon Atkins
2013-05-28 03:28:52 +01:00
ebe8f9e080change neutral portal colour. grey was hard to see, orange stands out well on most map layers fix#306
Jon Atkins
2013-05-28 03:24:29 +01:00
a6ff434f33remove the template plugin basemap-cloudmade from mobile - it can't be edited so no use embedded
Jon Atkins
2013-05-28 03:01:45 +01:00
7eb6d7ef4fguess player levels: ignore resonator levels for impossible counts, as the result of an ada refactor/jarvis virus fix#326
Jon Atkins
2013-05-28 02:41:38 +01:00
b0675e5852simplify and cleanup large portal image dialog - nicely centered. few tricky css hacks - minumum width - ready for additional content below the image - fix & in portal titles from showing as & sequence, etc
Jon Atkins
2013-05-28 02:01:41 +01:00
2d247322f9convert plugin line-end format to unix-style LF only, from CR-LF or CR
Jon Atkins
2013-05-28 00:07:29 +01:00
d381a0304echeck if zoom enabled before loading plugins
Philipp Schaefer
2013-05-27 15:34:04 +02:00
85b7715c5dbetter check for plugins wrapper removal
Philipp Schaefer
2013-05-27 15:29:13 +02:00
8d1dcf74feremoved not used newline at the end of plugin...stay consistent with other plugins, otherwise it breaks stuff on mobile plugin injection
Philipp Schaefer
2013-05-27 14:50:33 +02:00
ff900520adload plugins and iitc main script simultanously (fixes#303)
Philipp Schaefer
2013-05-27 14:12:12 +02:00
706b5132eaguess player levels - set an id to prevent mulitple instances being opened - pass in a width, overriding the default 300px
Jon Atkins
2013-05-27 04:58:45 +01:00
78329770feremove the max-width from dialogs (but keep for tooltips) - as the jQuery dialog code already handles width anyway, and forcing it in css prevents this from working
Jon Atkins
2013-05-27 04:57:32 +01:00
50b3e0be38remove some debugging console.log calls left in by mistake
Jon Atkins
2013-05-27 03:21:35 +01:00
372a2b34c8don't resolve more than 15 names in one request - this is approximately the limit imposed by the server if more are to be resolved, multiple requests are made. this does increase the odds of hitting the request rate limit, but in that case we'll get http failed requests and the names will be pushed back onto the pending resolve list for next time
Jon Atkins
2013-05-27 03:19:51 +01:00
9b8cac9e6frun the name resolving process after showing the dialog - it's not automatic
Jon Atkins
2013-05-27 03:13:34 +01:00
9dc0ac4234add a limit on the number of map tile data requests merged into a single bucket - the server seems to have some limits on this yes - it will cause more requests in this case, but that's nicer than just completely failing
Jon Atkins
2013-05-27 02:16:52 +01:00
895671d860the ada refactor/java virus can mean a player owns resonators of a higher level than himself. make sure we don't end up with negative values in this case fix#322
Jon Atkins
2013-05-27 01:56:26 +01:00
bfd9f39067add util function to escape strings for manual building of HTML, and use this for the portal title fix#319
Jon Atkins
2013-05-27 00:35:56 +01:00
06a1b09af6Merge pull request #317 from integ3r/alignment-virus
Jon Atkins
2013-05-26 15:39:13 -07:00
0a97d6a5e4* removed not used import * handle home button correctly * update currentPane after backStack.pop()
Philipp Schaefer
2013-05-25 12:23:27 +02:00
0380893637Style tweak
Morgan Jones
2013-05-25 00:27:55 -06:00
34c58bae71Merge git://github.com/jonatkins/ingress-intel-total-conversion into alignment-virus
Morgan Jones
2013-05-25 00:15:41 -06:00
1b2baf5a88= Redemption tweaks, round 3
Morgan Jones
2013-05-25 00:02:15 -06:00
7ada77ac21Just some code clean up.
hastarin
2013-05-25 12:33:27 +10:00
3691402e4aImproved back handling in mobile app. Now more consistant with standard.
hastarin
2013-05-25 11:58:35 +10:00
27cb2efde5Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Philipp Schaefer
2013-05-24 17:24:23 +02:00
045279a265extended JSInterface to finish app via js (see #312)
Philipp Schaefer
2013-05-24 17:24:02 +02:00
9dffadada6plugins - ensure they pass a default for shown/hidden when being added to the map
Jon Atkins
2013-05-24 15:54:05 +01:00
e7a296b2b3removed wrong semicolon
Philipp Schaefer
2013-05-24 16:03:24 +02:00
7e35c95e2creordered layer and location buttons correctly ;)
Philipp Schaefer
2013-05-24 15:58:19 +02:00
58faf2e2baremoved speech-search plugin from mobile. it is not working and iitcm brings its own voice search
Philipp Schaefer
2013-05-24 15:54:56 +02:00
3245ca01d4removed not used imports
Philipp Schaefer
2013-05-24 15:52:36 +02:00
a56272f260some tweaks for the new search * distinguish between onCreate intent and resume intent (do not always reload) * handle voice search correct
Philipp Schaefer
2013-05-24 15:48:37 +02:00
34712cddb1Removed menu selection handling for search due to double search.
hastarin
2013-05-24 17:04:06 +10:00
dd8ceaf934Reordered menu items. IMO Layers is used more than My Location.
hastarin
2013-05-24 16:15:56 +10:00
9ce25e7e57Initial commit of a working Search View.
hastarin
2013-05-24 15:52:25 +10:00
3ddd961330Accidently deleted the includes
soulBit
2013-05-24 03:07:29 +01:00
98e927fb0fHave everything working now if you don't enable ProGuard. It will take time to determine how it needs to be configured but that's low priority really.
hastarin
2013-05-24 12:04:23 +10:00
f4027881b4add some disclaimers to the CloudMade map plugin comments
Jon Atkins
2013-05-23 18:12:39 +01:00
9e540bb457add a template plugin for the old cloudmade.com maps. users need to register to get their own API key for this
Jon Atkins
2013-05-23 18:07:59 +01:00
f58e8cfa83fixed typo in API
Philipp Schaefer
2013-05-23 13:44:00 +02:00
d61c5cc752bumped version number
Philipp Schaefer
2013-05-23 13:18:01 +02:00
04d2e60d75This is a version of the multi window patch minus Android Studio changes. Proguard changes are excluded since there is no config in the master branch
hastarin
2013-05-23 20:32:52 +10:00
dfc18e84f5Forgot to move some settings in gitignores.
hastarin
2013-05-23 18:14:01 +10:00
ed0e1be9e1Added proguard-project file back as building with it requires it. Moved .gitignore changes to mobile/.gitignore
hastarin
2013-05-23 17:54:08 +10:00