2402 Commits

Author SHA1 Message Date
Morgan Jones
c92aaf604d Slight fixup 2013-10-09 08:36:12 -05:00
Morgan Jones
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
Jon Atkins
bfff03becd Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-09 07:39:39 +01:00
Jon Atkins
64d056bb8b portals-list: move style for fixing width of portal names to the rest of it
cleans things up, and done to understand why mobile is an issue
2013-10-09 07:36:20 +01:00
Jon Atkins
3c8c03e9e5 portal-names plugin:
- use RequestFinished hook to update names while loading
- use map.project to get coordinates - this is floating point, so less likely to have two portals with different horizontal but identical vertical position which causes neither to show a name
2013-10-09 05:30:09 +01:00
Philipp Schaefer
0601827878 reverted back to one-after-another plugin injection 2013-10-08 23:04:23 +02:00
Morgan Jones
0fde4e6ba4 Remove api.js 2013-10-08 15:40:07 -05:00
Morgan Jones
306de7e6dc Load different versions of Roboto web font
Use Roboto for COMM font rather than Verdana
2013-10-07 18:29:43 -05:00
Jon Atkins
d2661874c6 some work-in-progress. from a read of the far-less-obfsucated code on the stock site it looks like map data can be retrieved as an update to an earlier query
i.e. pass the timestamp of the last data request, and the server should only send the changed data rather than everything
2013-10-07 20:29:05 +01:00
Jon Atkins
751c1b9e05 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-07 20:18:40 +01:00
Jon Atkins
7a6bf1eeef only look to localStorage for our player guid WHEN WE'RE LOOKING UP OUR OWN NAME
daft error!
2013-10-07 20:18:09 +01:00
Philipp Schaefer
709af1a9d9 some code formatting 2013-10-04 16:15:58 +02:00
Philipp Schaefer
26754ac8c0 moved some listeners from field attribute to class 2013-10-04 16:03:58 +02:00
Philipp Schaefer
eeb24315fb moved login caching mode setting to webviewclient 2013-10-03 16:52:33 +02:00
Philipp Schaefer
4b0ff58a7b commented out weblogin for now since it confuses the user 2013-10-03 11:27:57 +02:00
Philipp Schaefer
72620ed668 got rid of redundant code 2013-10-02 23:40:51 +02:00
Philipp Schaefer
7fd3cb7fd6 show a hint for the user that a tap leads to the info screen in mobile status bar, when no portal is selected. 2013-10-02 23:33:09 +02:00
Jon Atkins
c5c762a707 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-02 05:03:38 +01:00
Jon Atkins
975db0ec7b add special case for name->guid lookup for our own name
IITC relies on this being available early, but the new sessionStorage for player name cache means it often isn't
(still, it's not perfect - as IITC still requires a lookup from guid->name for us to store the reverse mapping - this has always been a theoretical issue though)
likely fix for #577
2013-10-02 05:00:27 +01:00
Jon Atkins
b4ae95ce73 bump version number 2013-10-02 05:00:08 +01:00
Jon Atkins
f224e8beae Merge pull request #591 from hexchain/patch-1
Prevent Google Fonts not being loaded due to security issue
2013-10-01 12:02:02 -07:00
Jon Atkins
db9956be7e update website for 0.14.2 release 2013-10-01 05:06:38 +01:00
Hexchain Tong
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
Jon Atkins
278ecf67ee tweak show-more-portals plugin - move switchoff point one level out, as this seems to result in fewer requests to the niantic servers 2013-10-01 04:43:18 +01:00
Jon Atkins
3e1257af71 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-01 02:36:21 +01:00
Jon Atkins
b1e654e354 website: fix faq entry 2013-10-01 02:24:06 +01:00
Philipp Schaefer
f1c1409859 fixed typo 2013-10-01 03:22:45 +02:00
Jon Atkins
80157b9875 another mungs set was pushed live. update the code
also reordered munge list to match the order found in the stock page (makes it easier to update) and tweaked the code that detects and auto-tries munge sets
2013-10-01 01:02:08 +01:00
Jon Atkins
35e6921e18 website - remove old URL from commented out 'IITC broken' section 2013-10-01 00:26:47 +01:00
Jon Atkins
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
Jon Atkins
690b5d7e62 factionOnly was not correct - had mis-entered this mapping (and was already there for ascendingTimestampOrder - it's real meaning) 2013-09-30 23:23:13 +01:00
Jon Atkins
8cc246c5f7 remove old factionOnly flag from chat requests. although the stock site appears to send it still at first glance of the code, this appears to be incorrect - and sending it causes old messages to come first rather than new ones!
(perhaps i've mis-identified the flag - and it's the one for getting older messages first?)
for #589
2013-09-30 23:13:53 +01:00
Jon Atkins
4c2bb5ecfa quick fix for chat, for protocol changes
for #589
2013-09-30 22:51:06 +01:00
Jon Atkins
c82cd14641 first attempt at updating munge parameters for new niantic intel site update
have commented out old munges for now - they don't include parameters needed in some new requests, so are unlikely to be used again
for #589
2013-09-30 22:43:35 +01:00
Jon Atkins
6ea87573f1 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-29 00:12:26 +01:00
Jon Atkins
fe1d7fb337 draw-tools: update edit colour to match that used while drawing - with only dashed lines being used as in stock Leaflet.Draw 2013-09-29 00:11:48 +01:00
Jon Atkins
02b1631d99 Merge pull request #580 from sorgo/patch-5
Added Mitigation column
2013-09-28 16:09:06 -07:00
Philipp Schaefer
3ac2490c0c added status bar tap to the info-screen hint 2013-09-29 00:59:02 +02:00
Philipp Schaefer
1e3efd7d3b bugfix: run setLoadingState on UI thread in CheckHttpResponse 2013-09-29 00:38:38 +02:00
Jon Atkins
924c384ab9 bump version number 2013-09-27 05:13:07 +01:00
Jon Atkins
eab33b9a49 quick-n-dirty alternate route to the info page on mobile - tap on the status bar left hand side
(where we already show a mini portal status)
2013-09-27 05:11:01 +01:00
Jon Atkins
61b209e817 fix handling of too many portals. also make it dependant on visible portals only 2013-09-26 23:01:35 +01:00
Jon Atkins
603d5d33e5 use ellipsis instead of "~" for truncating text overflow 2013-09-26 22:51:48 +01:00
Jon Atkins
92d04bdff6 update portal-names plugin to avoid drawing labels that overlap
might tweak a bit more...
2013-09-26 22:51:06 +01:00
Jon Atkins
ab1edace7b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-26 17:37:27 +01:00
Jon Atkins
85876ad039 1st addition of portal name plugin
needs work so it disabled itself when portals are too dense. could be a basic zoom level check, or could be based on local portal density?
2013-09-26 17:36:36 +01:00
fkloft
533057be56 Close right drawer when home is pressed
possible use cases:
- open left drawer
- close left drawer
- navigate up (show map)
In each case, the right drawer should be closed.
If the left drawer is to be opened, this fixes a bug where both drawers would overlap for a second. (Because the right drawer would not be closed until onDrawerOpened has fired)
2013-09-25 15:38:33 +02:00
fkloft
5f0ec3b581 Hide subtitle while iitc is loading 2013-09-25 15:37:49 +02:00
Jon Atkins
c24da31b9d fix defense plugin rendering details for portals not added to the map (and therefore not getting removed) 2013-09-25 11:27:03 +01:00
Jon Atkins
d778720234 fix badly formatted version number. required version number bump to ensure future upgrades work 2013-09-25 10:26:31 +01:00