362406f529
add plugin category display support to the website
Jon Atkins
2013-06-08 19:18:33 +01:00
4073e56856
convert underscores to spaces in stat names returned from the server
Jon Atkins
2013-06-08 19:17:21 +01:00
51be5bee04
added plugin categories (see #358)
Philipp Schaefer
2013-06-08 18:50:26 +02:00
ffbf82a44e
updated 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
508c2543f4
only 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
468665f8d6
Merge pull request #354 from Xosofox/patch-1
Jon Atkins
2013-06-06 17:41:19 -07:00
05903c90db
Required update to work with latest version of IPAS
Peter Dietrich
2013-06-07 03:33:37 +03:00
28c124b020
a 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
cb64b4dbfc
replace 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
3b46f5d54e
log when response map tiles have individual tile errors for debugging #320
Jon Atkins
2013-06-05 03:37:41 +01:00
935d78fc5f
update leaflet to the latest master - wondering if it improves the troublesome mobile experience
Jon Atkins
2013-06-05 01:00:15 +01:00
44ca14eba8
do 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
4d18ada692
rewrite 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
be1e4b9afe
corrected typo
Philipp Schaefer
2013-06-02 17:46:41 +02:00
c9b1795051
Merge pull request #305 from soulBit/master
Jon Atkins
2013-06-01 11:36:55 -07:00
16365da2f4
add plugin for yandex.com maps fix#339
Jon Atkins
2013-06-01 19:27:07 +01:00
f9a8cd7ba6
bump version number in preperation for next build
Jon Atkins
2013-05-28 03:28:52 +01:00
ebe8f9e080
change 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
a6ff434f33
remove 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
7eb6d7ef4f
guess 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
b0675e5852
simplify 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
2d247322f9
convert plugin line-end format to unix-style LF only, from CR-LF or CR
Jon Atkins
2013-05-28 00:07:29 +01:00
d381a0304e
check if zoom enabled before loading plugins
Philipp Schaefer
2013-05-27 15:34:04 +02:00
85b7715c5d
better check for plugins wrapper removal
Philipp Schaefer
2013-05-27 15:29:13 +02:00
8d1dcf74fe
removed 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
ff900520ad
load plugins and iitc main script simultanously (fixes#303)
Philipp Schaefer
2013-05-27 14:12:12 +02:00
706b5132ea
guess 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
78329770fe
remove 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
50b3e0be38
remove some debugging console.log calls left in by mistake
Jon Atkins
2013-05-27 03:21:35 +01:00
372a2b34c8
don'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
9b8cac9e6f
run the name resolving process after showing the dialog - it's not automatic
Jon Atkins
2013-05-27 03:13:34 +01:00
9dc0ac4234
add 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
895671d860
the 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
bfd9f39067
add 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
06a1b09af6
Merge 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
0380893637
Style tweak
Morgan Jones
2013-05-25 00:27:55 -06:00
34c58bae71
Merge 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
7ada77ac21
Just some code clean up.
hastarin
2013-05-25 12:33:27 +10:00
3691402e4a
Improved back handling in mobile app. Now more consistant with standard.
hastarin
2013-05-25 11:58:35 +10:00
27cb2efde5
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Philipp Schaefer
2013-05-24 17:24:23 +02:00
045279a265
extended JSInterface to finish app via js (see #312)
Philipp Schaefer
2013-05-24 17:24:02 +02:00
9dffadada6
plugins - ensure they pass a default for shown/hidden when being added to the map
Jon Atkins
2013-05-24 15:54:05 +01:00
e7a296b2b3
removed wrong semicolon
Philipp Schaefer
2013-05-24 16:03:24 +02:00
7e35c95e2c
reordered layer and location buttons correctly ;)
Philipp Schaefer
2013-05-24 15:58:19 +02:00
58faf2e2ba
removed 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
3245ca01d4
removed not used imports
Philipp Schaefer
2013-05-24 15:52:36 +02:00
a56272f260
some 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
34712cddb1
Removed menu selection handling for search due to double search.
hastarin
2013-05-24 17:04:06 +10:00
dd8ceaf934
Reordered menu items. IMO Layers is used more than My Location.
hastarin
2013-05-24 16:15:56 +10:00
9ce25e7e57
Initial commit of a working Search View.
hastarin
2013-05-24 15:52:25 +10:00
3ddd961330
Accidently deleted the includes
soulBit
2013-05-24 03:07:29 +01:00
98e927fb0f
Have 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
f4027881b4
add some disclaimers to the CloudMade map plugin comments
Jon Atkins
2013-05-23 18:12:39 +01:00
9e540bb457
add 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
f58e8cfa83
fixed typo in API
Philipp Schaefer
2013-05-23 13:44:00 +02:00
d61c5cc752
bumped version number
Philipp Schaefer
2013-05-23 13:18:01 +02:00
04d2e60d75
This 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
dfc18e84f5
Forgot to move some settings in gitignores.
hastarin
2013-05-23 18:14:01 +10:00
ed0e1be9e1
Added 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