Philipp Schaefer
1d71bc6eeb
moved scale bar to the bottom right on mobile. ATM the bottom right corner is used for nothing so it shouldn't clash with any other plugin
2014-02-28 11:34:19 +01:00
Jon Atkins
333c1a6daf
add tweaks of data retrieval zoom level, to make better use of the cache and be friendlier to the API in some cases
...
also, default-intel-detail and show-more-portals plugins fixed - the logic has been moved into IITC core, with the plugins just setting flags to change behaviour
2014-02-22 19:30:12 +00:00
Jon Atkins
336393a76d
update plugin descriptions from "PLUGIN CURRENTLY UNAVAILABLE" to something more descriptive. Hopefully will reduce questions in the community concerning these ones
2014-02-22 04:10:15 +00:00
Jon Atkins
bfb0775360
temp disable show more portals and default intel detail plugins - the code changes needed for protocol changes have broken them, and i need a bit of time to study the details before fixing them
2014-02-22 02:59:32 +00:00
Jon Atkins
fd17b4a278
portal-names - use different delays for data loading updates and user events - improves performance
2014-02-21 16:35:48 +00:00
fkloft
b8eb21bc0a
[bookmarks-by-zaso] remove old comments (saveFile was backported)
2014-02-14 00:24:02 +01:00
Philipp Schaefer
903fa4f904
added support for draw tools file export on Android < 4.4
2014-02-13 23:59:44 +01:00
fkloft
c0b1ad987e
[draw-tools] implement save to/load from storage on Android
2014-02-13 22:48:42 +01:00
fkloft
e1443e3648
[draw-tools] fix error on mobile (Leaflet is not available until setup() is called)
2014-02-13 22:47:52 +01:00
fkloft
fc571ecf7e
[bookmarks-by-zaso] show only available actions; allow to save/load bookmarks to/from storage on Android
2014-02-13 22:33:41 +01:00
Jon Atkins
fcb1217517
Merge branch 'pull_request/draw-marker-colors' of https://github.com/strguntbr/ingress-intel-total-conversion into strguntbr-pull_request/draw-marker-colors
2014-02-12 23:38:58 +00:00
Breezewish
06b2e422a2
added fix-googlemap-china-offset plugin
2014-02-07 13:37:52 +08:00
Jon Atkins
4b2ff75604
Merge pull request #754 from ZasoGD/Bookmarks-2.8
...
Bookmarks 2.8
2014-02-06 22:41:05 +00:00
Giacinto Garcea
daf75dbf72
Fixed css for mobile version
...
The Bookmarks Panel not closed. Now work.
2014-02-06 20:21:16 +01:00
Giacinto Garcea
24dbeaca9a
Fixed problem with jQuery UI sortable
...
- jQuery UI sortable drag initiation is slow when container has hidden
items;
- removed old code to open/close BookmarksBox in IITCm;
2014-02-06 19:56:56 +01:00
Giacinto Garcea
53d04c70a5
Fixed number version
2014-02-06 10:08:16 +01:00
Jon Atkins
77cf149fef
data format change: portal details 'portalV2.descriptiveText' is now 'descriptiveText.map'. fields within this seem the same
...
needed to fix things after the stock intel site update of 2014-02-05
2014-02-06 05:08:18 +00:00
Marcus Winkler
2c743d0c17
replaced L.icon containing data-URI-images with L.divIcon
2014-02-06 00:40:54 +01:00
Jon Atkins
e92dd96334
score-cycle-times plugin: format time without milliseconds
2014-02-05 05:38:33 +00:00
Jensen Hornick
9ef7e95721
Update guess-player-levels.user.js
...
Plugin would hang if non-portal data was loaded (ex: deleted portal)
2014-02-04 11:35:55 -06:00
Giacinto Garcea
3f17320de9
'auto draw' support drawtools current color
2014-02-03 12:00:47 +01:00
Giacinto Garcea
fb09a53b07
Bookmarks 2.8
...
- vertical scrollbar;
- button to hide/show "x" buttons;
- bookmarks full-width in mobile (no margin-right);
- minor UI and UX fix;
2014-02-02 22:28:07 +01:00
Marcus Winkler
adb0baa46f
added color support to serializing/deserializing drawn markers
2014-02-01 15:45:48 +01:00
Marcus Winkler
706d48db00
implemented color choosing support for markers
2014-02-01 14:54:31 +01:00
Philipp Schaefer
bb5c6ea6f6
removed bookmarks share button on iitcm
...
* call share interface from copy option
* a copy button and a share button are redundant since you can copy2clipboard from share interface too
* this way we stay consistent with the new draw tools options
2014-01-29 09:53:19 +01:00
Philipp Schaefer
f87e1621fd
iitcm: use share interface on draw tools copy
2014-01-29 09:44:00 +01:00
Jon Atkins
5fc9bf7f8e
draw tools:
...
- broken localStorage data won't prevent plugin from loading
- import: validate data better on import - json parse before erasing current items, try/catch around whole import process, and existing save method writes back to storage
2014-01-29 05:57:32 +00:00
Jon Atkins
f40cda384e
draw-tools: use colour picker rather than input box
2014-01-29 05:31:23 +00:00
Jon Atkins
dbfaf19b91
fix colour setting, broken by my changes to #746
2014-01-29 02:56:40 +00:00
Jon Atkins
af491221dc
some cleanups to #746
2014-01-29 02:17:51 +00:00
Jon Atkins
c174cbe20b
Merge branch 'master' of https://github.com/enigmaquip/ingress-intel-total-conversion into enigmaquip-master
2014-01-29 00:20:04 +00:00
Jon Atkins
fb88413703
plugin: region borders
...
- zoomed out region groups colour changes
- move region labels inside the visible region when zoomed in enough
2014-01-28 20:22:04 +00:00
Jon Atkins
980e136508
portal marker scaling: when zoomed out, reduce the scale of portal markers
...
the stock intel map has done this for a while, so lets try it in IITC
2014-01-26 17:53:10 +00:00
Jon Atkins
9efe828ccb
performance: portal names updates less often, as computing visibility gets expensive with lots of portals visible
2014-01-26 17:51:37 +00:00
Jon Atkins
170a370099
performance improvement: compute ap stats runs less often during rendering, as it's relatively expensive and slows things down
2014-01-26 17:50:24 +00:00
enigmaquip
09fa2be1fe
Draw Tools Update
...
Updates to draw tools to add options menu (similar to bookmarks). Added
import/export/reset. Also added ability to set color of drawn items and
save color state
2014-01-25 09:51:23 -07:00
Jon Atkins
4abe18d323
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2014-01-22 19:20:35 +00:00
Jon Atkins
885489029e
change naming of checkpoint times - 'start'+'end' don't make sense
2014-01-22 19:20:04 +00:00
fkloft
769c03e58e
[bookmarks-by-zaso] Option to keep selected portals when using auto-draw
...
/cc @ZasoGD
2014-01-22 20:17:07 +01:00
Jon Atkins
a161c4e181
new plugin: show the current scoring cycle/checkpoint times on the sidebar
2014-01-22 04:15:28 +00:00
Jon Atkins
3d17f67e95
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2014-01-21 17:44:21 +00:00
Jon Atkins
68d3edf786
alternate opacity to #744
2014-01-21 17:43:13 +00:00
fkloft
0d9f2293fe
Merge branch 'file_chooser'
2014-01-20 23:09:09 +01:00
fkloft
728144d46f
use new file request api for add-kml
2014-01-20 22:53:30 +01:00
Jon Atkins
d645064a6d
'in' doesn't do what i thought it did for arrays - doh!
2014-01-20 19:50:12 +00:00
Jon Atkins
022a918084
flip i/j coords in calculating cell names - confirmed it's required (for two of the zones at least - no examples for southern yet)
...
also,
- add top-level cube face borders in a different colour
- only draw cells at sensible sizes
2014-01-20 19:33:40 +00:00
Jon Atkins
e63678c2e4
further updates to scoreboard region cell display
...
- iterate through all cells on screen
- use larger regional cell groups when zoomed out
i think names are still wrong in some regions
2014-01-20 17:09:18 +00:00
Jon Atkins
b7a4be7282
WORK IN PROGRESS plugin to draw the scoring regions on the map
...
for #741
2014-01-20 08:28:33 +00:00
fkloft
840c955e46
Leaflet might not be available while booting
2014-01-17 09:22:08 +01:00
Jon Atkins
b14c22cc9b
fix description of portal reakness highlighter
2014-01-14 15:22:05 +00:00