Dave Ingram
32e455f4e8
Update all URLs to match *.ingress.com (fixes failure to load)
2016-10-02 11:17:03 -07:00
Dave Ingram
41f8081831
Update URLs for new locations
2016-06-15 13:23:50 -07:00
reckter
7f90d7e2c7
Merge pull request #4 from jonatkins/master
...
updating fork
2015-11-17 10:28:44 +01:00
Jon Atkins
0d88cfd8ba
bookmarks: additional protection against multiple bookmark stars being added to the portal details
2015-07-26 08:11:48 +01:00
Hannes
3527cf1acb
tweaked bookmark generateID function, so it's collision free
2015-05-01 20:35:39 +02:00
fkloft
eba7d388a0
Enable IITC on mission permalink
...
Hint: to change a lot of scripts, execute this:
sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js
`/tmp/includefile` should contain these lines: (no trailing newline!)
// @include https://www.ingress.com/mission/ *
// @include http://www.ingress.com/mission/ *
// @match https://www.ingress.com/mission/ *
// @match http://www.ingress.com/mission/ *
2015-04-13 17:28:30 +02:00
fkloft
da0c866ac3
Remove call to plugin.drawTools.setOptions from bookmarks
...
- setOptions is usually only called once: when booting drawTools
- no need to call it repeatedly
- known to break a third party plugin (which we don't support, but no reason to make it hard)
2015-04-10 21:02:36 +02:00
fkloft
9e72abb7cb
[bookmarks-by-zaso] escape HTML in search results
2015-02-14 14:51:47 +01:00
fkloft
b15f521bd0
[bookmarks-by-zaso] make bookmarks searchable
2015-02-12 17:55:29 +01:00
fkloft
1c9d0bf44e
[bookmarks-by-zaso] allow bookmarking without waiting for portal details
2015-01-14 20:16:59 +01:00
fkloft
2fc7433bf3
[bookmarks-by-zaso] improved distance calculation
2015-01-14 20:16:59 +01:00
fkloft
eaf65e005b
[bookmarks-by-zaso] variable not properly renamed
...
Fixes #928
2015-01-14 20:16:50 +01:00
Jon Atkins
670f44e981
Merge pull request #880 from nexushoratio/whitespace
...
Remove some trailing whitespace.
2014-11-02 19:15:12 +00:00
fkloft
47c1bc97d6
[sync] bugfix (file wasn't created if not found)
...
also, set sync delay to 5 seconds
2014-10-09 20:21:35 +02:00
Mike Castle
80e06ce9b7
Remove some trailing whitespace.
2014-09-19 22:07:40 -07:00
fkloft
b7d17991b7
[bookmarks-by-zaso] support for stars in portals-list
2014-08-29 23:11:45 +02:00
fkloft
31c01d0b4c
Add tooltips for accesskeys
2014-08-12 22:33:04 +02:00
Jon Atkins
ed62714734
hide bookmarks tab for printing, with "@media print" css
2014-07-09 05:42:26 +01: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
3eaad92955
Auto-draw: fire the "draw:created" event instead of using draw tool's internal methods
2014-06-19 16:31:53 +02:00
fkloft
daf6d7b5a4
Forgot to update versions
2014-06-13 13:51:09 +02:00
fkloft
042129095b
Fix some bugs regarding OMS by introducing a new helper function
2014-06-10 20:52:20 +02:00
fkloft
d3fca8612c
Move OverlappingMarkerSpiderfier from player-tracker to core. Implement for bookmarks and draw tools
...
(Markers added to OMS shouldn't use the "click" event but "spiderfiedclick")
2014-06-09 21:08:06 +02:00
Giacinto Garcea
7bfd6bfbb9
Bookmarks 2.9
...
- rename a folder (bookmarks opt);
- for IITCm: move a bookmark into a folder;
2014-05-05 22:33:08 +02:00
fkloft
6408a1151c
[plugins/bookmarks-by-zaso] audo draw: show distance between selected portals
...
/cc @ZasoGD
2014-03-23 21:24:18 +01:00
Jon Atkins
c0d0d87946
bookmarks plugin: clicking a bookmark icon selects the portal
2014-03-22 02:53:28 +00:00
fkloft
b8eb21bc0a
[bookmarks-by-zaso] remove old comments (saveFile was backported)
2014-02-14 00:24:02 +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
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
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
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
fkloft
769c03e58e
[bookmarks-by-zaso] Option to keep selected portals when using auto-draw
...
/cc @ZasoGD
2014-01-22 20:17:07 +01:00
fkloft
3162d6f529
Disabled inputs are unselectable in Firefox. Change to readonly
2014-01-06 18:17:33 +01:00
Jon Atkins
01a5c0da6d
fix small bug from #713 - and also use method rather than private data for lat/lng
2014-01-05 22:42:57 +00:00
bradgarner
c6b6ff2b86
Propose adding title tooltip to the markers
...
Added using the 'title:' option of the L.marker
not 100% sure line 858 is correct
(my first fork proposal so be gentle #n00b)
2013-12-26 03:20:07 -05:00
Jon Atkins
7e479d4a5b
Merge pull request #710 from nexushoratio/proofreading
...
Number of changes to plugin descriptions, mostly for consistency.
2013-12-23 18:58:53 -08:00
nexushoratio
bfac36701d
Sync has been around for a while, so reflect that.
2013-12-20 22:35:20 -08:00
fkloft
f2b3f3466e
mobile: Fix desktop mode
...
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
fkloft
010682ffa6
Revert "Revert "Naive attempt to make bookmarks compatible with nav drawer. @ZasoGD - please have a look, if necessary undo this commit and do it right""
...
This reverts commit 67f273fd6d4b1db7d3ac2363305a1d30e3729ac4.
2013-12-10 14:55:46 +01:00
Mike Castle
511a02f9a1
Introduce some consistency in grammar and punctuation into @description.
2013-12-03 23:51:54 -08:00
Jon Atkins
52d1869983
plugin: bookmarks fix
2013-12-01 03:36:15 +00:00
Mike Castle
4a9b13eade
Spell checking, s-z, plus a couple of missed ones.
2013-11-24 00:19:25 -08:00
Mike Castle
bba6519860
Spell checking, h-r.
2013-11-23 19:16:20 -08:00
Mike Castle
27bb6f058e
Spell checking, d-g.
2013-11-22 23:31:05 -08:00
Jon Atkins
9a654ae8fa
bookmarks plugin
...
- fix auto draw to pass the right options (line/polygon) - otherwise geodesic lines can show a fill due to the curve
- add note about API needed in draw tools plugin for this to use
2013-11-18 07:33:35 +00:00
Jon Atkins
792acc33ed
bookmarks plugin: fix error caused by missing hook parameters.
...
i've guessed as to what was expected here, but they don't seem to be used much anyway
2013-11-18 07:01:33 +00: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