cc259b2da2website: fix another warning that clutters the logs
Jon Atkins
2013-10-30 04:34:39 +00:00
2303ab193ewebsite: 1st pass at backend for version check plugin
Jon Atkins
2013-10-30 04:16:13 +00:00
932cdcd842website: move page/code folder up a level
Jon Atkins
2013-10-30 03:44:35 +00:00
c9f8180778website: fix warnings when no popularity for an entry, and whitespace removal
Jon Atkins
2013-10-30 03:35:14 +00:00
5101e9fd57website: add changelog for 0.14.4 release
Jon Atkins
2013-10-30 02:04:54 +00:00
3bbe3ef7e0Merge branch 'release'
Jon Atkins
2013-10-29 21:20:59 +00:00
33dcbe8514website updatew fir release
Jon Atkins
2013-10-29 21:19:40 +00:00
fbabf91c0aMerge branch 'master' into release
Jon Atkins
2013-10-29 21:05:07 +00:00
a428dcf54dadd comment about potential improvement to request handling
Jon Atkins
2013-10-29 20:41:36 +00:00
e7fe4bb1ddfirst pass at a fix for protocol changes - #618
Jon Atkins
2013-10-29 20:29:08 +00:00
a8f3a281e7work in progress on version check server side script
Jon Atkins
2013-10-29 18:35:08 +00:00
c52d657864fix syntax error in 9dabc33770 - it broke all plugins (oops!)
Jon Atkins
2013-10-29 02:48:03 +00:00
9dabc33770modify 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
Jon Atkins
2013-10-29 02:43:56 +00:00
318cea2e9aadd 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
Jon Atkins
2013-10-29 02:09:41 +00:00
259714c0bcMerge branch 'fullscreen'
Philipp Schaefer
2013-10-29 00:54:26 +01:00
8d1eb6e0b7first version of custom fullscreen preference (fix for #594)
Philipp Schaefer
2013-10-28 20:14:25 +01:00
b6eebccca9extract 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
Jon Atkins
2013-10-28 21:56:36 +00:00
3e272a645cMerge pull request #573 from Xelio/hook-playerNameResolved
Jon Atkins
2013-10-28 10:45:53 -07:00
7230e2f44arun 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
Jon Atkins
2013-10-27 16:33:42 +00:00
282a33f033Merge pull request #534 from vita10gy/search
Jon Atkins
2013-10-27 09:14:37 -07:00
6833c02ff4Merge pull request #579 from nylonee/master
Jon Atkins
2013-10-27 09:12:31 -07:00
51bb866dc6geodesic lines - improved handling of lines that cross the antimeridian works fine as long as the longitude difference is under 180 degrees
Jon Atkins
2013-10-27 16:06:35 +00:00
d268b0a79fremove 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
Jon Atkins
2013-10-25 08:01:45 +01:00
8270812406experimental 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
Jon Atkins
2013-10-25 07:10:35 +01:00
c4990d31bdsome project cleanups - removed gradle and proguard files, because they are not used, tested or updated at the moment
Philipp Schaefer
2013-10-23 10:31:43 +02:00
499ff6f09dxml formatting and comments for IITC_Application
Philipp Schaefer
2013-10-23 09:05:35 +02:00
1b1c850532update build.py to support an option to specify the build.xml filename - needed for new test builds
Jon Atkins
2013-10-22 19:59:18 +01:00
ffe4379684removed ant clean in build script
Philipp Schaefer
2013-10-22 20:45:48 +02:00
796f693370Merge branch 'development'
Philipp Schaefer
2013-10-22 20:45:06 +02:00
22ba06512eenable home button for about preference
Philipp Schaefer
2013-10-22 20:39:43 +02:00
17509ccaccMerge branch 'about_iitcm' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-about_iitcm
Philipp Schaefer
2013-10-22 20:33:59 +02:00
5198858b6cNew about dialog for IITCm
fkloft
2013-10-22 20:12:59 +02:00
3d7192ecd6reformat code
Philipp Schaefer
2013-10-22 20:05:58 +02:00
7fae77099fMerge branch 'master' into development
Philipp Schaefer
2013-10-22 19:17:50 +02:00
e1092c742cadded fkloft and hastarin to contribs.md. both helped me out on mobile side.
Philipp Schaefer
2013-10-22 19:16:41 +02:00
6f159f6c71reverted wrong commited files
Philipp Schaefer
2013-10-22 13:18:41 +02:00
72e09e709a- removed test stuff from build.xml - added new build-test.xml for test builds
Philipp Schaefer
2013-10-22 13:09:55 +02:00
48e4af33ea- changed build script. get rid of mobile-test shell scripts - use git hash as version number for test builds
Philipp Schaefer
2013-10-22 12:52:11 +02:00
437a33f1d5added option: move cache to external storage
Philipp Schaefer
2013-10-22 12:12:17 +02:00
7ccc10c7bebumped version number
Philipp Schaefer
2013-10-21 16:50:32 +02:00
8242901ed7do not overwrite login boolean in updateCaching
Philipp Schaefer
2013-10-21 16:48:52 +02:00
c25b6dc1c8allow installation to sd-card. not very useful for a small app like iitcm (since all private data + databases are still stored on internal storage) but for the sake of completeness...
Philipp Schaefer
2013-10-21 13:57:52 +02:00
9ee42fcf49minor tweak to portals-list - remove unneeded console.log - css change so copy+paste works better - one line per table row
Jon Atkins
2013-10-20 23:00:54 +01:00
3aeaefa428tweaks to the refresh timers used after a move/on startup
Jon Atkins
2013-10-17 01:32:56 +01:00
fefff1c0fctweaks to the map data cache, in preperation for detail level specific expiry times
Jon Atkins
2013-10-17 01:32:28 +01:00
3b6533c7dc- disable all map properties when switching to another pane - bumped mobile version number
Philipp Schaefer
2013-10-17 00:59:22 +02:00
d0408d1f49Remove any tooltip on pane change
fkloft
2013-10-17 00:20:54 +02:00
2dd77a2057player tracker: use opacity to indicate last activity
fkloft
2013-10-16 23:12:05 +02:00
27b7573a23Tweak to zaprange: put the player's own faction layer first
fkloft
2013-10-16 21:37:05 +02:00
4055bb8638Implement per faction player tracker
fkloft
2013-10-16 21:34:41 +02:00
a33bdcbf38Show link range details for partially deployed portals.
fkloft
2013-10-16 19:03:39 +02:00
767275fdf5Show detailed portal level in tooltip
fkloft
2013-10-16 17:24:20 +02:00
fa969561e2Hide tab(s) if only one tab visible
fkloft
2013-10-16 15:42:16 +02:00
4883eb5a4eplugins: show-more/less portals updated to take account of the new map data tile sizes - show-more-portals no longer causes unfriendly request tile sizes. unclaimed are now visible one level further out, but l1+ is no longer available one level further in (i.e. it jumps directly from l2+ to all portals) - slow-less-portals-when-zoomed-out - major reductions in portal visibility levels - works around the daft tile size/zoom level combinations used in the current stock intel site
Jon Atkins
2013-10-16 07:11:50 +01:00
34410bd047map data request handling - tweaks to the timers, and immediate 'finished' processing when all data came from the cache
Jon Atkins
2013-10-16 07:11:01 +01:00
7681bd10cdbump version, ready for future release
Jon Atkins
2013-10-16 04:47:13 +01:00
a2064cc2fdwebsite update for 0.14.3
Jon Atkins
2013-10-16 04:46:51 +01:00
1eea47ca99update code to match stock site changes 2013-10-16 - new munge set - modified map data tile ID/QK - now based on portal level rather than map zoom
Jon Atkins
2013-10-16 03:11:19 +01:00
c3b6461d47draw-tools: convert circles to geodesic mode, to match everything else perhaps could be a bit cleaner, but it'll do for now...
Jon Atkins
2013-10-16 02:17:13 +01:00
51b24386e6disable 'timestampMs' map data requests. either i've misunderstood what their code is doing, or it's an incomplete feature in the stock site. extensive testing has never found an instance where it reduced response size from the server
Jon Atkins
2013-10-14 17:59:53 +01:00
33bdc2c590make portal-names work however many portals are on screen, by using buckets to group portals for more efficient overlap testing
Jon Atkins
2013-10-12 20:41:01 +01:00
7d60f93472moved user location plugin back to assets root so that it's not displayed in the iitc plugins section
Philipp Schaefer
2013-10-11 11:29:55 +02:00
4eb8757c45Merge pull request #602 from numinit/css
Jon Atkins
2013-10-10 05:16:21 -07:00
301a8564afIncrease spacing slightly more in chat
Morgan Jones
2013-10-09 15:54:49 -05:00
c92aaf604dSlight fixup
Morgan Jones
2013-10-09 08:36:12 -05:00
e3002d420e* Remove Coda font * Add more variants of Roboto for future typography tweaks * Tweak sidebar player name to look more attractive * Simplify font selectors
Morgan Jones
2013-10-09 08:27:20 -05:00
64d056bb8bportals-list: move style for fixing width of portal names to the rest of it cleans things up, and done to understand why mobile is an issue
Jon Atkins
2013-10-09 07:36:20 +01:00
3c8c03e9e5portal-names plugin: - use RequestFinished hook to update names while loading - use map.project to get coordinates - this is floating point, so less likely to have two portals with different horizontal but identical vertical position which causes neither to show a name
Jon Atkins
2013-10-09 05:30:09 +01:00
0601827878reverted back to one-after-another plugin injection
Philipp Schaefer
2013-10-08 23:04:23 +02:00
0fde4e6ba4Remove api.js
Morgan Jones
2013-10-08 15:40:07 -05:00
306de7e6dcLoad different versions of Roboto web font Use Roboto for COMM font rather than Verdana
Morgan Jones
2013-10-07 18:29:43 -05:00
d2661874c6some work-in-progress. from a read of the far-less-obfsucated code on the stock site it looks like map data can be retrieved as an update to an earlier query i.e. pass the timestamp of the last data request, and the server should only send the changed data rather than everything
Jon Atkins
2013-10-07 20:29:05 +01:00