3d7192ecd6
reformat code
2013-10-22 20:05:58 +02:00
7fae77099f
Merge branch 'master' into development
2013-10-22 19:17:50 +02:00
e1092c742c
added fkloft and hastarin to contribs.md. both helped me out on mobile side.
2013-10-22 19:16:41 +02:00
6f159f6c71
reverted wrong commited files
2013-10-22 13:18:41 +02:00
72e09e709a
- removed test stuff from build.xml
...
- added new build-test.xml for test builds
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
2013-10-22 13:04:33 +02:00
437a33f1d5
added option: move cache to external storage
2013-10-22 12:12:17 +02:00
9248fe6221
Fix show-portal-address - display glitch since 767275f
2013-10-21 23:28:24 +02:00
0a3984843b
Fix show-linked-portals - portal level wasn't centered since 767275f
2013-10-21 23:24:29 +02:00
7ccc10c7be
bumped version number
2013-10-21 16:50:32 +02:00
8242901ed7
do not overwrite login boolean in updateCaching
2013-10-21 16:48:52 +02:00
c25b6dc1c8
allow 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...
2013-10-21 13:57:52 +02:00
4447f1bef2
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-20 23:01:52 +01:00
9ee42fcf49
minor tweak to portals-list
...
- remove unneeded console.log
- css change so copy+paste works better - one line per table row
2013-10-20 23:00:54 +01:00
5b81fa4086
fix geodesic circle - formula had errors!
...
https://plus.google.com/108582664457219405296/posts/CoNTvk5i4xF
2013-10-20 22:55:55 +01:00
94fd2a092b
Merge pull request #608 from fkloft/portal_details
...
Tweaks regarding portal details
2013-10-20 13:50:52 -07:00
589bf93768
Merge pull request #609 from fkloft/player_tracker
...
Improved player tracker
2013-10-20 13:45:18 -07:00
1b791b36fe
bumped version number
2013-10-20 12:52:52 +02:00
8be3c99abf
Add workaround for touch events (and remove other workaround that didn't work)
...
Leaflet doesn't handle touchcancel events in L.Draggable._onDown. Workaround is similar to 1cecbe7f44
2013-10-19 19:04:42 +02:00
fd90f44def
Change Android title *after* switching panges. Android ist faster.
2013-10-19 15:42:01 +02:00
a13c91dc82
Pass console messages from debug pane to native console
...
(Removed android.util.Log call since the default implementation does this already)
2013-10-19 15:36:14 +02:00
53874ab887
Avoid errors in stock JS
2013-10-19 15:36:14 +02:00
de621000ce
Debug pane: Show error message in log
2013-10-19 15:36:13 +02:00
60e6552ca2
Merge pull request #612 from ZasoGD/bookmarks-2.5
...
Bookmarks 2.5
2013-10-17 22:04:54 -07:00
fc5c2ab4a7
Bookmarks 2.5
...
- Repositioned bookmarks ribbon;
- Added a layer for bookmarked portals;
- Added a highlighter for bookmarked portals;
- Minor fix;
2013-10-17 22:44:53 +02:00
69234ef063
Small bugfix (it was impossible to select a neutral portal)
2013-10-17 21:56:46 +02:00
ee484c54cb
draw-tools: fix typo that broke editing
2013-10-17 17:20:45 +01:00
a89c90cfdc
fix syntax error - that's what i get for comitting untested code when tired...
2013-10-17 07:56:31 +01:00
0c6629c6ed
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-17 01:33:16 +01:00
3aeaefa428
tweaks to the refresh timers used after a move/on startup
2013-10-17 01:32:56 +01:00
fefff1c0fc
tweaks to the map data cache, in preperation for detail level specific expiry times
2013-10-17 01:32:28 +01:00
3b6533c7dc
- disable all map properties when switching to another pane
...
- bumped mobile version number
2013-10-17 00:59:22 +02:00
d0408d1f49
Remove any tooltip on pane change
...
(there is no JS event triggered that would remove the tooltip when the action comes from Android)
2013-10-17 00:20:54 +02:00
2dd77a2057
player tracker: use opacity to indicate last activity
2013-10-16 23:12:05 +02:00
27b7573a23
Tweak to zaprange: put the player's own faction layer first
2013-10-16 21:37:05 +02:00
4055bb8638
Implement per faction player tracker
...
Fixes #604
2013-10-16 21:34:41 +02:00
a33bdcbf38
Show link range details for partially deployed portals.
...
Calculates the link range for portals with <8 resonators as well, but uses a dashed circle and a striked-through range value for those.
The tooltip over the range value in the details pane shows base range, link amp boost and total range.
The range for portals with missing resonators can be important because links with shorter lengths might originate here. Those will collapse when the total link range drops below their length, but not as soon as a resonator is destroyed.
2013-10-16 19:29:05 +02:00
767275fdf5
Show detailed portal level in tooltip
2013-10-16 19:29:05 +02:00
fa969561e2
Hide tab(s) if only one tab visible
2013-10-16 15:42:16 +02:00
4883eb5a4e
plugins: 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
2013-10-16 07:11:50 +01:00
34410bd047
map data request handling - tweaks to the timers, and immediate 'finished' processing when all data came from the cache
2013-10-16 07:11:01 +01:00
7681bd10cd
bump version, ready for future release
2013-10-16 04:47:13 +01:00
a2064cc2fd
website update for 0.14.3
2013-10-16 04:46:51 +01:00
1eea47ca99
update 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
2013-10-16 03:11:19 +01:00
c3b6461d47
draw-tools: convert circles to geodesic mode, to match everything else
...
perhaps could be a bit cleaner, but it'll do for now...
2013-10-16 02:17:13 +01:00
51b24386e6
disable '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
2013-10-14 17:59:53 +01:00
fcfb60c7e3
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-13 19:41:24 +01:00
e7309000e0
only remove links if they are in the layer
2013-10-13 19:40:54 +01:00
c405b626d3
categories for advanced settings
2013-10-13 14:11:53 +02:00
6589cd454f
added caching mode preference ( fixes #495 )
2013-10-13 13:44:44 +02:00