2418 Commits

Author SHA1 Message Date
Jon Atkins
d268b0a79f remove 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 2013-10-25 08:01:45 +01:00
Jon Atkins
8270812406 experimental 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
2013-10-25 07:10:35 +01:00
Philipp Schaefer
c4990d31bd some project cleanups
- removed gradle and proguard files, because they are not used, tested
  or updated at the moment
2013-10-23 10:50:45 +02:00
Philipp Schaefer
499ff6f09d xml formatting and comments for IITC_Application 2013-10-23 09:05:35 +02:00
Jon Atkins
1b1c850532 update build.py to support an option to specify the build.xml filename - needed for new test builds 2013-10-22 19:59:18 +01:00
Philipp Schaefer
ffe4379684 removed ant clean in build script 2013-10-22 20:45:48 +02:00
Philipp Schaefer
796f693370 Merge branch 'development'
Conflicts:
	mobile/res/xml/preferences.xml
	mobile/src/com/cradle/iitc_mobile/fragments/MainSettings.java
2013-10-22 20:45:06 +02:00
Philipp Schaefer
22ba06512e enable home button for about preference 2013-10-22 20:39:43 +02:00
Philipp Schaefer
17509ccacc Merge branch 'about_iitcm' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-about_iitcm 2013-10-22 20:33:59 +02:00
fkloft
5198858b6c New about dialog for IITCm 2013-10-22 20:33:09 +02:00
Philipp Schaefer
3d7192ecd6 reformat code 2013-10-22 20:05:58 +02:00
Philipp Schaefer
7fae77099f Merge branch 'master' into development 2013-10-22 19:17:50 +02:00
Philipp Schaefer
e1092c742c added fkloft and hastarin to contribs.md. both helped me out on mobile side. 2013-10-22 19:16:41 +02:00
Philipp Schaefer
6f159f6c71 reverted wrong commited files 2013-10-22 13:18:41 +02:00
Philipp Schaefer
72e09e709a - removed test stuff from build.xml
- added new build-test.xml for test builds
2013-10-22 13:09:55 +02:00
Philipp Schaefer
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
Philipp Schaefer
437a33f1d5 added option: move cache to external storage 2013-10-22 12:12:17 +02:00
fkloft
9248fe6221 Fix show-portal-address - display glitch since 767275f 2013-10-21 23:28:24 +02:00
fkloft
0a3984843b Fix show-linked-portals - portal level wasn't centered since 767275f 2013-10-21 23:24:29 +02:00
Philipp Schaefer
7ccc10c7be bumped version number 2013-10-21 16:50:32 +02:00
Philipp Schaefer
8242901ed7 do not overwrite login boolean in updateCaching 2013-10-21 16:48:52 +02:00
Philipp Schaefer
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
Jon Atkins
4447f1bef2 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-20 23:01:52 +01:00
Jon Atkins
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
Jon Atkins
5b81fa4086 fix geodesic circle - formula had errors!
https://plus.google.com/108582664457219405296/posts/CoNTvk5i4xF
2013-10-20 22:55:55 +01:00
Jon Atkins
94fd2a092b Merge pull request #608 from fkloft/portal_details
Tweaks regarding portal details
2013-10-20 13:50:52 -07:00
Jon Atkins
589bf93768 Merge pull request #609 from fkloft/player_tracker
Improved player tracker
2013-10-20 13:45:18 -07:00
Philipp Schaefer
1b791b36fe bumped version number 2013-10-20 12:52:52 +02:00
fkloft
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 1cecbe7f440249ca68f4f6fef3948032e61843ac
2013-10-19 19:04:42 +02:00
fkloft
fd90f44def Change Android title *after* switching panges. Android ist faster. 2013-10-19 15:42:01 +02:00
fkloft
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
fkloft
53874ab887 Avoid errors in stock JS 2013-10-19 15:36:14 +02:00
fkloft
de621000ce Debug pane: Show error message in log 2013-10-19 15:36:13 +02:00
Jon Atkins
60e6552ca2 Merge pull request #612 from ZasoGD/bookmarks-2.5
Bookmarks 2.5
2013-10-17 22:04:54 -07:00
Giacinto Garcea
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
fkloft
69234ef063 Small bugfix (it was impossible to select a neutral portal) 2013-10-17 21:56:46 +02:00
Jon Atkins
ee484c54cb draw-tools: fix typo that broke editing 2013-10-17 17:20:45 +01:00
Jon Atkins
a89c90cfdc fix syntax error - that's what i get for comitting untested code when tired... 2013-10-17 07:56:31 +01:00
Jon Atkins
0c6629c6ed Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-10-17 01:33:16 +01:00
Jon Atkins
3aeaefa428 tweaks to the refresh timers used after a move/on startup 2013-10-17 01:32:56 +01:00
Jon Atkins
fefff1c0fc tweaks to the map data cache, in preperation for detail level specific expiry times 2013-10-17 01:32:28 +01:00
Philipp Schaefer
3b6533c7dc - disable all map properties when switching to another pane
- bumped mobile version number
2013-10-17 00:59:22 +02:00
fkloft
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
fkloft
2dd77a2057 player tracker: use opacity to indicate last activity 2013-10-16 23:12:05 +02:00
fkloft
27b7573a23 Tweak to zaprange: put the player's own faction layer first 2013-10-16 21:37:05 +02:00
fkloft
4055bb8638 Implement per faction player tracker
Fixes #604
2013-10-16 21:34:41 +02:00
fkloft
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
fkloft
767275fdf5 Show detailed portal level in tooltip 2013-10-16 19:29:05 +02:00
fkloft
fa969561e2 Hide tab(s) if only one tab visible 2013-10-16 15:42:16 +02:00
Jon Atkins
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