2380 Commits

Author SHA1 Message Date
fkloft
de621000ce Debug pane: Show error message in log 2013-10-19 15:36:13 +02:00
Jon Atkins
60e6552ca2 Merge pull request #612 from ZasoGD/bookmarks-2.5
Bookmarks 2.5
2013-10-17 22:04:54 -07:00
Giacinto Garcea
fc5c2ab4a7 Bookmarks 2.5
- Repositioned bookmarks ribbon;
- Added a layer for bookmarked portals;
- Added a highlighter for bookmarked portals;
- Minor fix;
2013-10-17 22:44:53 +02:00
Jon Atkins
ee484c54cb draw-tools: fix typo that broke editing 2013-10-17 17:20:45 +01:00
Jon Atkins
a89c90cfdc fix syntax error - that's what i get for comitting untested code when tired... 2013-10-17 07:56:31 +01:00
Jon Atkins
0c6629c6ed Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-17 01:33:16 +01:00
Jon Atkins
3aeaefa428 tweaks to the refresh timers used after a move/on startup 2013-10-17 01:32:56 +01:00
Jon Atkins
fefff1c0fc tweaks to the map data cache, in preperation for detail level specific expiry times 2013-10-17 01:32:28 +01:00
Philipp Schaefer
3b6533c7dc - disable all map properties when switching to another pane
- bumped mobile version number
2013-10-17 00:59:22 +02:00
fkloft
d0408d1f49 Remove any tooltip on pane change
(there is no JS event triggered that would remove the tooltip when the action comes from Android)
2013-10-17 00:20:54 +02:00
fkloft
fa969561e2 Hide tab(s) if only one tab visible 2013-10-16 15:42:16 +02:00
Jon Atkins
4883eb5a4e plugins: show-more/less portals
updated to take account of the new map data tile sizes
- show-more-portals no longer causes unfriendly request tile sizes. unclaimed are now visible one level further out, but l1+ is no longer available one level further in (i.e. it jumps directly from l2+ to all portals)
- slow-less-portals-when-zoomed-out - major reductions in portal visibility levels - works around the daft tile size/zoom level combinations used in the current stock intel site
2013-10-16 07:11:50 +01:00
Jon Atkins
34410bd047 map data request handling - tweaks to the timers, and immediate 'finished' processing when all data came from the cache 2013-10-16 07:11:01 +01:00
Jon Atkins
7681bd10cd bump version, ready for future release 2013-10-16 04:47:13 +01:00
Jon Atkins
a2064cc2fd website update for 0.14.3 2013-10-16 04:46:51 +01:00
Jon Atkins
1eea47ca99 update code to match stock site changes 2013-10-16
- new munge set
- modified map data tile ID/QK - now based on portal level rather than map zoom
2013-10-16 03:11:19 +01:00
Jon Atkins
c3b6461d47 draw-tools: convert circles to geodesic mode, to match everything else
perhaps could be a bit cleaner, but it'll do for now...
2013-10-16 02:17:13 +01:00
Jon Atkins
51b24386e6 disable 'timestampMs' map data requests. either i've misunderstood what their code is doing, or it's an incomplete feature in the stock site.
extensive testing has never found an instance where it reduced response size from the server
2013-10-14 17:59:53 +01:00
Jon Atkins
fcfb60c7e3 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-13 19:41:24 +01:00
Jon Atkins
e7309000e0 only remove links if they are in the layer 2013-10-13 19:40:54 +01:00
Philipp Schaefer
c405b626d3 categories for advanced settings 2013-10-13 14:11:53 +02:00
Philipp Schaefer
6589cd454f added caching mode preference (fixes #495) 2013-10-13 13:44:44 +02:00
Philipp Schaefer
1535cd5c57 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-10-13 11:12:09 +02:00
Philipp Schaefer
56863aebac * moved advanced settings to own preference screen
* added setting to fake user agent (see https://plus.google.com/u/0/104992284359985480029/posts/9mPFLPKjgvL)
* bumped version number
2013-10-13 11:10:17 +02:00
Jon Atkins
33bdc2c590 make portal-names work however many portals are on screen, by using buckets to group portals for more efficient overlap testing 2013-10-12 20:41:01 +01:00
Philipp Schaefer
7d60f93472 moved user location plugin back to assets root so that it's not displayed in the iitc plugins section 2013-10-11 11:29:55 +02:00
Jon Atkins
4eb8757c45 Merge pull request #602 from numinit/css
CSS and Web Font fixes
2013-10-10 05:16:21 -07:00
Morgan Jones
301a8564af Increase spacing slightly more in chat 2013-10-09 15:54:49 -05:00
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