2435 Commits

Author SHA1 Message Date
Jon Atkins
3e272a645c Merge pull request #573 from Xelio/hook-playerNameResolved
New hook: playerNameResolved
2013-10-28 10:45:53 -07:00
Jon Atkins
7230e2f44a run 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
2013-10-27 16:33:42 +00:00
Jon Atkins
282a33f033 Merge pull request #534 from vita10gy/search
Feedback when geosearch finds nothing
2013-10-27 09:14:37 -07:00
Jon Atkins
6833c02ff4 Merge pull request #579 from nylonee/master
Plugin to add a KML, GPX or GeoJSON overlay over the map
2013-10-27 09:12:31 -07:00
Jon Atkins
51bb866dc6 geodesic lines - improved handling of lines that cross the antimeridian
works fine as long as the longitude difference is under 180 degrees
2013-10-27 16:06:35 +00:00
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