5996a44d9b
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
2013-11-06 09:41:22 +01:00
f0518e96de
use marker popup instead of mouseover tooltip on user location
2013-11-06 09:40:41 +01:00
ead131a475
bumped version number of mobile app
2013-11-06 09:40:16 +01:00
750b9aca99
add missing player name resolving calls to scoreboard and portals-list
2013-11-06 02:45:33 +00:00
13475d94a3
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
2013-11-06 00:39:06 +01:00
e0a4eb4313
updated to SDK v19. still work in progreses...
2013-11-06 00:34:25 +01:00
9c1449fc7d
fixed bootloop of sync plugin
2013-11-06 00:26:24 +01:00
154bf3c6ab
modified player tracker. show leaflet popup instead of tooltip on mobile
2013-11-06 00:24:31 +01:00
b30ce8115d
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-11-04 18:27:51 +00:00
d3c31ac3e3
add-kml plugin:
...
- fix version number so it's the x.y.z.yyyymmdd.hhmmss format (3 digits before date)
- change category to 'layer' - makes more sense there (or would 'controls' be better?)
2013-11-04 18:26:46 +00:00
9a998b7a94
use relativ name for searchable meta-data value
2013-11-04 18:19:31 +01:00
b678d83afd
Set exported to "false" again and include a fix for wrong PackageManager queries
2013-11-04 18:09:00 +01:00
5817052cbd
set copyToClipboard activity to exported...may be used by other applications (fix for #624 )
2013-11-03 14:48:39 +01:00
ed04a3959b
bump version number
2013-10-31 20:37:39 +00:00
b24f84f386
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-31 06:47:37 +00:00
0e4efe49ed
update check plugin: change to table layout, change category - still not finished...
2013-10-31 06:47:04 +00:00
1d838568a0
use correct function name in if statement
2013-10-31 00:11:26 +01:00
3fba33b1ff
bumped version number
2013-10-30 23:56:07 +01:00
063bb73b99
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
2013-10-30 23:46:28 +01:00
3f901a588a
made getScriptInfo static and use it in pluginpreferenceactivity
2013-10-30 23:45:59 +01:00
bb4d57acad
- added getVersionName() to JSInterface
...
- use versionName in IITC About dialog
2013-10-30 23:21:27 +01:00
c349991f53
fake GM_info object
2013-10-30 23:18:56 +01:00
f074085f22
website: version check backend: remove json formatting - was only used for debugging
2013-10-30 21:22:04 +00:00
6ddbaf4959
update check plugin - basic functionality now done
2013-10-30 21:11:25 +00:00
0401d5dcc8
work in progress - update-check plugin
...
data retrieved - work on comparing with local version info started
2013-10-30 06:43:12 +00:00
cc259b2da2
website: fix another warning that clutters the logs
2013-10-30 04:34:39 +00:00
2303ab193e
website: 1st pass at backend for version check plugin
2013-10-30 04:16:13 +00:00
932cdcd842
website: move page/code folder up a level
2013-10-30 03:44:35 +00:00
c9f8180778
website: fix warnings when no popularity for an entry, and whitespace removal
2013-10-30 03:35:14 +00:00
5101e9fd57
website: add changelog for 0.14.4 release
2013-10-30 02:04:54 +00:00
3bbe3ef7e0
Merge branch 'release'
2013-10-29 21:20:59 +00:00
33dcbe8514
website updatew fir release
2013-10-29 21:19:40 +00:00
fbabf91c0a
Merge branch 'master' into release
2013-10-29 21:05:07 +00:00
a428dcf54d
add comment about potential improvement to request handling
2013-10-29 20:41:36 +00:00
e7fe4bb1dd
first pass at a fix for protocol changes - #618
2013-10-29 20:29:08 +00:00
a8f3a281e7
work in progress on version check server side script
2013-10-29 18:35:08 +00:00
c52d657864
fix syntax error in 9dabc33770
- it broke all plugins (oops!)
2013-10-29 02:48:03 +00:00
9dabc33770
modify plugin wrapper, so build-script injected macros in the wrapper are in a more obvious place, so 3rd party plugin authors are less likely to make mistakes here when working outside the build.py environment
...
tweak the about screen to display non-standard plugins using the new interface better
2013-10-29 02:43:56 +00:00
8070f22fba
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-29 02:11:32 +00:00
318cea2e9a
add a list of the active plugins to the about dialog, listing the version, etc from the new plugin interface changes
...
also use the new versin data supplied by grease/tampermonkey for the main script version display
2013-10-29 02:09:41 +00:00
259714c0bc
Merge branch 'fullscreen'
2013-10-29 00:54:26 +01:00
8d1eb6e0b7
first version of custom fullscreen preference (fix for #594 )
2013-10-29 00:53:39 +01:00
b6eebccca9
extract script version and other data from the tampermonkey/greasemonkey GM_info and pass it through the wrapper function
...
modify the plugin template code to do the same for plugins - also include the plugin base filename
this is the required data to allow version checks to be performed. it will also allow IITC to know which plugins are installed and active
2013-10-28 21:56:36 +00:00
3e272a645c
Merge pull request #573 from Xelio/hook-playerNameResolved
...
New hook: playerNameResolved
2013-10-28 10:45:53 -07:00
7230e2f44a
run the requestFinished callback after updating visibility/render of cached data
...
technically, not a finished request, but makes sense from the point of view of plugins
2013-10-27 16:33:42 +00:00
282a33f033
Merge pull request #534 from vita10gy/search
...
Feedback when geosearch finds nothing
2013-10-27 09:14:37 -07:00
6833c02ff4
Merge pull request #579 from nylonee/master
...
Plugin to add a KML, GPX or GeoJSON overlay over the map
2013-10-27 09:12:31 -07:00
51bb866dc6
geodesic lines - improved handling of lines that cross the antimeridian
...
works fine as long as the longitude difference is under 180 degrees
2013-10-27 16:06:35 +00:00
d268b0a79f
remove the delay before requeueing 'error==TIMEOUT' tiles. it's not needed (stock site has no delay), and the other delay (before processing the queue again) has more than enough effect to batch multiple retries together when it's useful
2013-10-25 08:01:45 +01:00
8270812406
experimental change: render stale map data tiles before downloading fresh data - should give a more responsive appearance of data
...
also increase cache expiry time to 15 mins
2013-10-25 07:10:35 +01:00