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
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
Jon Atkins
375a32e8bd
fix infrastructure highlighter to work with changes to portal data
...
for #514
2013-08-29 20:47:56 +01:00
Jon Atkins
e528b42b75
remove plugin - it relied on data that niantic no longer send
2013-08-29 20:30:52 +01:00
Jon Atkins
8910a463a0
Merge branch 'master' into new-map-data
2013-08-29 19:51:17 +01:00
Jon Atkins
a082fd3b9d
quick-n-dirty scripts to change the android package name/app title for test builds - used by the build scripts
2013-08-29 19:43:39 +01:00
Philipp Schaefer
eca557c262
fixed comment
2013-08-29 19:15:45 +02:00
Philipp Schaefer
3a26780cfd
bumped version number
2013-08-29 18:57:37 +02:00
Philipp Schaefer
38dce23c17
show an alert dialog which describes the workaround for the Google login
...
(see #497 )
2013-08-29 18:51:43 +02:00
Jon Atkins
f11d272835
Merge branch 'master' into new-map-data
2013-08-29 16:29:07 +01:00
Philipp Schaefer
0cf9cef36e
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
2013-08-29 17:28:53 +02:00
Jon Atkins
cffebb18ab
website: fix typo in # link for faq entry
2013-08-29 16:27:13 +01:00
Philipp Schaefer
207559f620
fixed typo in faq id
2013-08-29 17:21:23 +02:00
Philipp Schaefer
d30692399c
no delay necessary on iitc-script injection
2013-08-29 17:21:03 +02:00
Jon Atkins
ffd0258a7c
call the requestFinished hook in the new request handling code - for plugins that need it
...
also make a request to hook something that doesn't exist a non-fatal error - to reduce plugin breakage for removed hooks
2013-08-29 06:36:48 +01:00
Jon Atkins
c1b338d86b
fix compute-ap-stats to use the hooks API, rather than a bad (and now broken) method of hooking into IITC
2013-08-29 06:35:50 +01:00
Jon Atkins
97ddeafba8
website: comment out note about mobile test builds until it's actually working...
2013-08-29 06:18:52 +01:00
Jon Atkins
565d877c41
website updates - including a bit mistakenly added to the new dev branch when it should have been here
2013-08-29 04:59:15 +01:00
parabola949
9a413342dd
removed plugin start and end code
2013-08-28 22:58:11 -05:00
Jon Atkins
0e0fdfa202
build.py updates taken from new dev branch
2013-08-29 04:57:51 +01:00
Jon Atkins
65d02edd16
build: allow inclusion of additional parameters to 'ant' for mobile builds
2013-08-29 04:46:13 +01:00
Jon Atkins
9fd6d3cb65
update website test page to have correct paths to android app for non-standard builds
2013-08-29 03:34:52 +01:00
Jon Atkins
90047abee0
remove all signs of portal photo submitter info when there's no photo submitter information supplied
...
for #514
2013-08-29 01:10:44 +01:00
Jon Atkins
d1ce8870ba
add legacy data fields to fields and links
2013-08-29 00:58:43 +01:00
parabola949
30c6255efd
Updated to use plugin macros @@
2013-08-28 18:48:36 -05:00
Jon Atkins
7244c074d2
update plugin categories for obsolete/deleted plugins
2013-08-29 00:05:10 +01:00
Jon Atkins
58810f3419
Merge branch 'master' into new-map-data
2013-08-28 23:57:10 +01:00
Jon Atkins
8d08e5bc29
update desktop download page
...
- scripts are opened in a new window - works better with the latest tampermonkey update on chrome
- new categories for obsolete and deleted plugins added, in preperatin for the next release
2013-08-28 23:56:07 +01:00
Jon Atkins
de608c3174
Merge branch 'master' into new-map-data
...
Conflicts:
plugins/portal-highlighter-mods.user.js
2013-08-28 23:48:04 +01:00
Jon Atkins
6525189932
Merge pull request #477 from ZasoGD/plugin-zaprange
...
Zaprange: separate layers, one for each team.
2013-08-28 15:31:11 -07:00
Jon Atkins
b361ddc560
Merge pull request #488 from cathesaurus/master
...
New Highlighter: Imminent Decay
2013-08-28 15:23:16 -07:00