2101 Commits

Author SHA1 Message Date
Jon Atkins
98265766ec limit portals drawn to the map in dense areas, to avoid slowing down leaflet too much
unfortunately, this wasn't as much of a speed boost as i'd hoped. just downloading/processing the data for 20,000+ portals from the server, even if only 2000 are displayed, still takes a LONG time
for #526
2013-09-03 16:24:21 +01:00
Jon Atkins
c0015b16cc add a missing munge for ascendingTimestampOrder
(we don't currently use it so it was missed)
2013-09-03 16:23:22 +01:00
Jon Atkins
1915b61d68 bump version, in preperation for next release 2013-09-03 05:52:41 +01:00
Jon Atkins
d976a8c033 on the portalAdded event, include a previousDetails parameter when we're changing an existing portals data
for #504
2013-09-03 04:52:10 +01:00
Jon Atkins
fdf690fd5c ap-list plugin: fix missing isSameResonator function - was removed from IITC core
fix #529
2013-09-03 04:10:22 +01:00
Jon Atkins
c68021609b a few tweaks to wording in toe bookmarks plugin 2013-09-03 01:58:00 +01:00
Jon Atkins
687162337c rename the 'default ingress map' to include 'Google' prefix, to make it clear it's a google map. should help troubleshooting relating to map layers, making it clear which are/aren't google ones 2013-09-03 01:56:03 +01:00
Jon Atkins
a69906c333 plugin for MapQuest Open Aerial Tiles (satellite view). not a default layer, as rather limited detail outside the mainland US 2013-09-03 01:55:01 +01:00
Jon Atkins
ad646cf6ca Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-02 21:28:56 +01:00
Jon Atkins
cf1430cefb Merge pull request #511 from ZasoGD/Bookmarks-2.1
Update Bookmarks: 2.1 version
2013-09-02 13:28:49 -07:00
Jon Atkins
105a19adc3 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-02 21:21:24 +01:00
Jon Atkins
30ecb93b19 tile data cache - reduce size on mobile (due to limited RAM), and increase on desktop 2013-09-02 21:20:44 +01:00
Philipp Schaefer
c5dfef0830 don't try to draw location while iitc boots 2013-09-02 21:50:43 +02:00
Philipp Schaefer
c262a2e1d6 multiple authors in licence message 2013-09-02 21:41:43 +02:00
Philipp Schaefer
896803bf68 removed test code 2013-09-02 21:29:51 +02:00
Philipp Schaefer
fe632b5ccc added method to get versionCode of mobile app to JSInterface 2013-09-02 21:27:16 +02:00
Philipp Schaefer
d98f4529b4 add licence and g+ links to about dialog 2013-09-02 21:13:10 +02:00
Philipp Schaefer
0e3d82b4bf bumped version number on mobile 2013-09-02 09:51:40 +02:00
Philipp Schaefer
00a703025e start gmaps directly in nav-mode. this way we get a labeled marker with locales using decimal comma separator too (thanks joerg wagner) 2013-09-02 09:49:31 +02:00
Jon Atkins
98f88b07e9 website: remove tampermonkey note about 'two dialogs' - the latest version now has just one 2013-09-02 07:11:55 +01:00
Jon Atkins
e42cdf6850 website: add notes on using the {tamper,grease}monkey update process - easier than a reinstall
also remove the (long out-dated) notes on manual removal of the 'original - before iitc.jonatkins.com' release - I don't think anyone will have this installed any more
2013-09-02 07:08:58 +01:00
Jon Atkins
695ec5b29e update website for 0.14.0 / mobile 0.5.6 release 2013-09-02 05:42:56 +01:00
Jon Atkins
883f0842fc new plugin - to show less portals when zoomed out
modified show-more-portals so it works with other zoom-modification plugins
2013-09-02 04:31:17 +01:00
Jon Atkins
a8516d92ff increase timers for loading map data - should be less aggresasive now.
still not 100% happy, but it's better...
2013-09-02 03:50:22 +01:00
Jon Atkins
2565478c1f add linkedFields data to portal.options.details.portalV2 - it's expected in a few places
(it shouldn't really be stored there - as other than this the data here mirrors precisely that returned from the server)
fix #519
2013-09-02 02:08:39 +01:00
Jon Atkins
7792c80274 increae the initial map data request delay - gives more chance for munge issues to be fixed in the game score update code 2013-08-31 17:44:51 +01:00
Jon Atkins
8448b71fae hacky workaround for request munging issues - check for issues in the updateGameStatus function 2013-08-31 17:44:16 +01:00
Jon Atkins
61177c4cda remove (for now) the mobile app code that prevented loading the stock gen_dashboard.js
due to recent changes (attempts to block IITC?) the IITC scripts now need to see the functions defined in the stock site
2013-08-31 16:43:45 +01:00
Jon Atkins
043690f99b attempt to detect the request munge set that's active by searching through the stock site functions 2013-08-31 16:40:28 +01:00
Jon Atkins
5b6ed4ce50 niantic have 'encrypted/obsfucated/munged' the parameters passed TO requests to the server - and changed the request URL from /rpc/dashboard.method to /r/dashboard.method
for #518
2013-08-31 04:34:37 +01:00
Jon Atkins
e1891f84df reduce the retry count on a non-"error:TIMEOUT" failed request 2013-08-31 01:43:14 +01:00
Jon Atkins
4a9fa8baea attempt to re-create missing links from the portal data
may not work, as this code was work-in-progress when niantic broke the json protocol
2013-08-31 01:42:31 +01:00
Jon Atkins
b8514ef3d0 tweak debug layer colours 2013-08-31 01:41:54 +01:00
Jon Atkins
ef2bb0d758 website: add note about IITC being broken (yet again - grrr) 2013-08-31 01:41:17 +01:00
Jon Atkins
ccf83e3360 remove 'report portal' link in portal details. niantic now - pretty much - only take reports via the in-app process 2013-08-30 20:30:13 +01:00
Jon Atkins
3839358a7c debug plugin: moved the data formatting into the function called after click, to avoid the need to search all links/fields unless the dialog is opened
also reformatted the data
2013-08-30 20:28:55 +01:00
Jon Atkins
bb35383ac9 add developer debugging aid - show raw entity data for portals
from #516
2013-08-30 19:17:22 +01:00
Jon Atkins
ff5134e45e remove comments describing a removed hook 2013-08-30 17:40:56 +01:00
Jon Atkins
f7e84aaa6e add standard comments, to match styles of other plugins 2013-08-30 17:22:09 +01:00
Jon Atkins
2ea55630b3 Merge branch 'master' of https://github.com/parabola949/ingress-intel-total-conversion into parabola949-master 2013-08-30 17:10:30 +01:00
Giacinto Garcea
0d9b9a89a4 Plugin ID correct
- Replaced ```$(this).dialog('destroy');``` with
```$(this).dialog('close');```.
- Not closes the dialog when in the _auto-drawer_ DRAW is clicked;
2013-08-30 11:08:09 +02:00
Jon Atkins
b958d1b519 restore support for a selected portal in the URL 2013-08-30 06:55:08 +01:00
Jon Atkins
13d247019c re-write map initial position setting. before, if the initial zoom was invalid for the selected layer, things would get stuck in an odd way 2013-08-30 06:54:22 +01:00
Jon Atkins
7b838af6e3 make selecting a portal robust against it not being displayed on the map
(now entirely possible now portal data is independant of display status)
2013-08-30 06:53:41 +01:00
Jon Atkins
5784be6b6f remove special queue clearing on map movestart - things work pretty well without it, and it was causing bugs
may come back and have another look at this later...
2013-08-30 04:11:27 +01:00
Jon Atkins
004a34bd29 fix errors in test build introduced by renaming the package in AndroidManifest.xml
instead, we can customise the build task to add a manifestpackage parameter to aapt
this will ONLY rename the package according to android package uniqueness - not any other instances (such as the name of the R resource class, relative class names in the manifest file, etc)
see http://stackoverflow.com/a/11084817 and http://www.piwai.info/renaming-android-manifest-package/ for details

(we still have a hacky mobile-test-setup/revert - but only to rename the title string now)
2013-08-30 03:50:02 +01:00
Jon Atkins
de3d05fe95 remove entities outside the map request bounds before processing any requests
prevent the selected portal from being removed
re-select the selected portal - should refresh the side bar when data changes
2013-08-30 00:34:07 +01:00
Jon Atkins
4c343386e4 add 'post office' and 'us post office' to the list of poor generic portal names 2013-08-29 21:49:53 +01:00
Jon Atkins
7786095852 Merge branch 'master' into new-map-data 2013-08-29 20:50:19 +01:00
Jon Atkins
9e1cc62947 add the mobile-test-{setup,revert} scripts to master - was done in the new-map-data branch before 2013-08-29 20:49:47 +01:00