3566 Commits

Author SHA1 Message Date
fkloft
89c1d72d0f uniques: use public chat data to detect uniques 2014-07-23 12:56:43 +02:00
fkloft
5a187be3a8 uniques: use owner information from portal details 2014-07-23 11:20:21 +02:00
fkloft
c7da23bc88 uniques: simplify logic and css, change HTML content, link capture and visit info 2014-07-23 11:12:01 +02:00
fkloft
6f6d713418 Bump version, format metadata block 2014-07-23 09:54:45 +02:00
fkloft
4e5cdfdae5 Uniques: rename CSS file, replace s/hacked/visited/ 2014-07-23 09:51:18 +02:00
Jon Atkins
b26feb61d5 Merge pull request #809 from 3ch01c/uniques
Uniques
2014-07-23 06:58:27 +01:00
Philipp Schaefer
57e972fe87 - don't hide layer-chooser in smartphone.css
- it's hidden in boot.js if iitc is booted with the iitcm android app
2014-07-23 02:35:56 +02:00
fkloft
5654eae8bd sort members 2014-07-22 00:55:24 +02:00
fkloft
18fe655c82 small changes, refactoring, etc 2014-07-22 00:53:11 +02:00
Philipp Schaefer
b96f054424 replaced copied AOSP code with own implementation 2014-07-21 20:51:11 +02:00
Philipp Schaefer
0218bd5565 removed not used import 2014-07-16 13:05:40 +02:00
Philipp Schaefer
578c367f5b added http proxy authentication (see #819) 2014-07-16 12:57:47 +02:00
Philipp Schaefer
4781ea9627 added persistent zoom level option ( see https://plus.google.com/112875802603603993788/posts/K5zLYyAWQkE ) 2014-07-16 12:35:18 +02:00
Jon Atkins
7c85e7247b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-07-14 20:45:03 +01:00
Jon Atkins
88c404eca0 force re-render of the selected portal at the end of map rendering, to ensure any details that depend on map data are correct
for #827
2014-07-14 20:44:20 +01:00
fkloft
af90b25b48 Another accesskey: 'w' to close portal details (=deselect portal) 2014-07-11 13:31:19 +02:00
Jon Atkins
b9f9288567 keep track of which portal guids have a detail request in progress, to prevent sending additional requests while waiting for a response 2014-07-09 05:43:15 +01:00
Jon Atkins
ed62714734 hide bookmarks tab for printing, with "@media print" css 2014-07-09 05:42:26 +01:00
Jon Atkins
8f2bb08a6a better printing support: hide all IITC UI elements when printing, with a css "@media print" 2014-07-09 05:41:42 +01:00
Jon Atkins
69f3fb211b try different vector overdraw amounts for different setups
- canvas - overheads directly related to the number of drawn items, so limited overdraw
- svg desktop - can handle large amounts of overdraw ok, so allow 100%, so known items don't vanish during most map panning
- svg mobile - mobile struggles more, so limit svg overdraw
2014-07-07 17:42:29 +01:00
Jon Atkins
8434639be7 fix cross-links plugin to correctly remove links that have gone 2014-07-05 18:16:51 +01:00
Jon Atkins
cfbe42e185 bump version after new release 2014-07-05 05:31:08 +01:00
Jon Atkins
32d75cea03 update website for 0.17.3 release 2014-07-05 05:29:26 +01:00
Jon Atkins
2b0a66c295 bump draw-tools plugin version - forgotten in earlier commit 2014-07-05 05:07:53 +01:00
Jon Atkins
b77b4125ff cross links plugin: slightly darker red for link highlights - makes it easier to see when combined with red-heavy portal highlighters 2014-07-05 04:59:20 +01:00
Jon Atkins
d0b3da0183 plugin cross_links: change reliance on Leaflet.Draw internals, instead use the new draw-tools hook for monitoring add/edit/delete/import
also fixes cross_links not updating after an import/clear
2014-07-04 19:40:03 +01:00
Jon Atkins
5905ca1b38 plugin: draw tools: register plugin-specific hook, and call when drawn items are added/edited/deleted, and also when imported and cleared 2014-07-04 19:39:04 +01:00
Jon Atkins
2e4b54e868 helper function for plugins to create new hooks 2014-07-04 19:38:21 +01:00
Jon Atkins
2a35330fb7 and shortly after I removed the code that limited drawing of very short links... niantic chance the server and start returning them again!
so probably better with this re-enabled
2014-07-04 19:37:19 +01:00
Jon Atkins
754e733852 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-07-04 17:44:25 +01:00
Jon Atkins
d9d9ec4afc don't do mapDataRefreshEnd processing when layer is disabled - fix =823
clear layer when it's disabled - it would happen when re-enabled anyway, so might as well do it early to free resources
2014-07-04 17:43:31 +01:00
fkloft
ed4a04e97e Remove console logs 2014-07-03 21:46:44 +02:00
fkloft
c6a6dc3105 Privacy view: accesskey (9) + fixes
- collapse chat before entering privacy view
- don't allow chat to expand when in privacy view
- disallow pointer events for the leaflet-control placeholder so ic can be clicked through
2014-07-03 21:44:58 +02:00
fkloft
c6392acb36 draw-tools: make dialog buttons tabbable 2014-07-03 11:34:32 +02:00
fkloft
d10a1b1685 More accesskeys
q - auto draw
x - DrawTools opt
v - toggle bookmarks
2014-07-03 01:03:55 +02:00
fkloft
830f3825e1 Add accesskey: b - bookmark portal 2014-07-03 00:26:49 +02:00
fkloft
ac50636138 bump version 2014-07-03 00:12:38 +02:00
fkloft
fa8cd5cfb0 Provide shortcuts for draw tools 2014-07-02 23:59:42 +02:00
fkloft
e1a1ec18d1 Provide keyboard shortcuts (usually Shift+Alt+Character or similar)
0 toggle chat
1 full
2 compact
3 public
4 faction
c chat input field
i toggle sidebar
f search
2014-07-02 22:49:26 +02:00
Jon Atkins
5520f927a9 tweak leaflet map settings - no 'bounce' at zoom limits for touch devices. may prevent unnecessary redraws on mobile, which may help performance in some cases 2014-07-02 03:10:40 +01:00
Jon Atkins
19b504ef16 remove tooltip from name in portal list
since the vast culling of data by niantic, there's no longer space issues, and the tooltip causes a bug
fix #757
2014-07-02 03:03:44 +01:00
Jon Atkins
a06a28de7b switch to newer jquery and jquery-ui versions 2014-06-28 06:05:22 +01:00
Jon Atkins
549496fbc0 update leaflet to 0.7.3 - but also keeping our canvas-related changes 2014-06-25 22:43:30 +01:00
Jon Atkins
d84e49d0e3 removed error margin attempts - tests show it doesn't help 2014-06-25 18:08:48 +01:00
Jon Atkins
9f695e303f fix link cross checking code to handle meridians (north-south) lines correctly
possible fixes for issues seen on mobile (likely precision/rounding problems)
2014-06-25 06:44:46 +01:00
Jon Atkins
d8cad49d84 add a max-height and overflow to layer chooser - so it doesn't drop off the bottom of the screen when overloaded by many plugins 2014-06-24 15:06:14 +01:00
Jon Atkins
25f9b9b19b tweaks to render queue - on mobile, increase the delay, rather than decreasing the number of items, to help speed things up 2014-06-23 02:40:31 +01:00
Jon Atkins
5a1ffc7d99 opacity 0.5 was a bit too transparent - 0.7 is better, while not quite as harsh as 0.8 2014-06-21 04:55:18 +01:00
Jon Atkins
324ce15745 cross links plugin - complete rewrite of the geodesic intersection code. seems correct now, but still needs testing 2014-06-21 04:17:01 +01:00
Jon Atkins
2e87c4f4ac cross links plugin
- fixed indentation
- fixed off-by-one error on polygons
- made lines dashed, and less opaque - so it's easier to see the colour of the link they're drawn on
2014-06-21 03:05:08 +01:00