Commit Graph

3811 Commits

Author SHA1 Message Date
6a15017887 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-03 01:14:14 +00:00
b5e2ad70b4 debug tiles: fade rather than instant clear 2014-03-03 01:13:52 +00:00
9f93c450e2 some renamed some string keys 2014-03-02 18:26:56 +01:00
b3ec1974b6 added configurable menu 2014-03-02 18:26:02 +01:00
b173f778a5 debug tiles: clear on a timer rather than at the end of the requests 2014-03-02 01:33:22 +00:00
0a506d3027 debug tile display: remove the 'ok' tiles from screen when the refresh completes - makes it practical to leave the layer on at all times 2014-03-02 01:02:40 +00:00
611c35fb42 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-03-02 00:47:21 +00:00
8b7a50729d more agressive portal clustering - seeing if it improves performance 2014-03-02 00:47:02 +00:00
31473deb49 Add forgotten files 2014-03-01 22:47:47 +01:00
f43cfeb5aa Add "save to file" option for screenshots (+ lots of XML formatting) 2014-03-01 22:43:26 +01:00
83ead3a358 Delete drawing cache after usage 2014-03-01 15:13:58 +01:00
bd6a98725f Delete screenshot after intent has finished 2014-03-01 13:40:01 +01:00
b30c1e4aa3 [IITCm] new feature: share a screenshot of the current view 2014-03-01 13:07:40 +01:00
13893546a4 set more precise type for file chooser intent 2014-03-01 01:01:48 +01:00
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
f7aba2682c Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2014-02-26 18:27:42 +01:00
e1c047c4b4 better JS metablock parsing...returned map now contains all key/values of metablock 2014-02-26 18:27:35 +01:00
16e56917c2 debug layer: default to off 2014-02-26 05:12:37 +00:00
a86872d051 website: switch to own hosted version of bootstrap library - had a report of issues likely related to bad routing to the bootstrap CDN 2014-02-25 04:54:11 +00:00
79dd948ef2 This activity belongs to us - no need to ask package manager for its label 2014-02-23 18:28:33 +01:00
48b412c97a add EXTRA_FLAG_TITLE to own copy2clipboard intent too (should fix #777) 2014-02-23 16:19:10 +01:00
9aadef1e2a Improved debugging 2014-02-23 14:28:42 +01:00
4ef7c41a0a Ignore not exported activities 2014-02-23 13:27:11 +01:00
174759c443 Revert "ignore iitcm and iitcm test in intent lists"
This reverts commit b642ec2299.
2014-02-23 13:27:11 +01:00
688d9f97f8 bugfix: ignore smartphone pane switch in desktop mode 2014-02-23 13:19:18 +01:00
58c68edb81 catch exception of IntentGenerator.getTitle(...) 2014-02-23 12:47:16 +01:00
b642ec2299 ignore iitcm and iitcm test in intent lists 2014-02-23 12:36:09 +01:00
75310d6261 bump version number 2014-02-23 00:25:44 +00:00
c634720cf1 artifacts: centralise the descriptions of the artifact types/fragment names, and fix an incorrect warning concerning the new amar artifacts 2014-02-23 00:24:47 +00:00
50b2633257 website: updated for 0.16.5 release 2014-02-22 22:05:06 +00:00
18b684c95a Merge branch 'master' into release 2014-02-22 21:54:56 +00:00
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
8ce28334cc internal cleanups on the API used to convert map zoom levels to the parameters needed to generate quadkeys for data tiles.
this should also prevent mixed release plugins/test IITC builds causing issues with it's 'show more portals' plugin
further changes are planned - by lying to the backend about the map zoom to optimise the portal detail level (density) returned and make better use of the data cache. needs some practical experimentation to get good adjustments, and a cleaner API for these plugins
2014-02-22 05:48:52 +00:00
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
ba2d90779c bump version number for new release 2014-02-22 03:00:30 +00:00
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
9c3e47ec40 protocol changes 2014-02-22 - quadkeys have gone back to using map zoom, rather than portal level, in their names 2014-02-22 02:58:52 +00:00
7efa603be1 update munge regular expressions for changes 2014-02-22
note: request format for map data has also changed and code needs updating
2014-02-22 02:57:25 +00:00
457f4f8049 test: remove code that rendered stale map data tiles from cache before retrieving from the network - will try it for a while and see if it makes things noticably more responsive 2014-02-21 16:37:47 +00:00
fd17b4a278 portal-names - use different delays for data loading updates and user events - improves performance 2014-02-21 16:35:48 +00:00
6e1008e107 revert ea45d0f447 - portal clustering still has some advantages
note: window.Render.prototype.getLinkPixelLength not restored - should have been deleted as part of an earlier change
2014-02-21 16:34:40 +00:00
f57d429b42 cache expiry time was 2 mins, but default intel site uses 3 minutes - mis-read their timer value 2014-02-21 07:30:40 +00:00
cdf9c83801 simplify map data request batching - doesn't need to be so complex now we never request more than 4 tiles per request 2014-02-21 07:29:42 +00:00
ea45d0f447 remove portal clustering code, that preventing all portals we get data for being drawn to the map
this was an optimisation, as leaflet can be slow when drawing a lot. however, as the backend now limits the data returned to the browser this is less important and probably wastes more time than it saves
for #774
2014-02-21 05:26:52 +00:00
8de70d8ec5 now we no longer can reconstruct missing short links from the portal data, and the backend servers already cull short links from the data, there's no point in skipping display of short links 2014-02-21 04:46:42 +00:00
ca53c381aa intent.getAction uri path may be null...generate empty string in that case 2014-02-19 01:21:13 +01:00
bda40fa331 bugfix: use correct string format for geo intent including zoom 2014-02-19 01:19:40 +01:00
5a53e88a41 intent MIME types may be null...generate empty string in that case 2014-02-19 00:49:16 +01:00
89d99fa70a Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2014-02-19 00:15:52 +01:00
e9dccc0e8f moved comments to correct place 2014-02-19 00:15:46 +01:00