Jon Atkins
932cdcd842
website: move page/code folder up a level
2013-10-30 03:44:35 +00:00
Jon Atkins
c9f8180778
website: fix warnings when no popularity for an entry, and whitespace removal
2013-10-30 03:35:14 +00:00
Jon Atkins
5101e9fd57
website: add changelog for 0.14.4 release
2013-10-30 02:04:54 +00:00
Jon Atkins
3bbe3ef7e0
Merge branch 'release'
2013-10-29 21:20:59 +00:00
Jon Atkins
33dcbe8514
website updatew fir release
2013-10-29 21:19:40 +00:00
Jon Atkins
fbabf91c0a
Merge branch 'master' into release
2013-10-29 21:05:07 +00:00
Jon Atkins
a428dcf54d
add comment about potential improvement to request handling
2013-10-29 20:41:36 +00:00
Jon Atkins
e7fe4bb1dd
first pass at a fix for protocol changes - #618
2013-10-29 20:29:08 +00:00
Jon Atkins
a8f3a281e7
work in progress on version check server side script
2013-10-29 18:35:08 +00:00
Jon Atkins
c52d657864
fix syntax error in 9dabc33770d6d85629c85fbf271186be1e341efd - it broke all plugins (oops!)
2013-10-29 02:48:03 +00:00
Jon Atkins
9dabc33770
modify 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
2013-10-29 02:43:56 +00:00
Jon Atkins
8070f22fba
Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion
2013-10-29 02:11:32 +00:00
Jon Atkins
318cea2e9a
add 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
2013-10-29 02:09:41 +00:00
Philipp Schaefer
259714c0bc
Merge branch 'fullscreen'
2013-10-29 00:54:26 +01:00
Philipp Schaefer
8d1eb6e0b7
first version of custom fullscreen preference (fix for #594 )
2013-10-29 00:53:39 +01:00
Jon Atkins
b6eebccca9
extract 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
this is the required data to allow version checks to be performed. it will also allow IITC to know which plugins are installed and active
2013-10-28 21:56:36 +00:00
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