Commit Graph

1729 Commits

Author SHA1 Message Date
a988552e6e improved idle handling
- times are now in seconds rather than minutes, like all other IITC time settings
- ignore mousemove events for no/small movements - more likely to go idle when it should
2013-06-15 19:12:53 +01:00
c2b567f053 data tile cache: send ajax requests before processing cached data 2013-06-15 19:11:47 +01:00
2a386ea043 new plugin: show more portals, as if the map was zoomed in one additional level
yes, this does increase the requests to the niantic servers, but with the new cache code it's not that bad
2013-06-15 17:58:11 +01:00
1507347acd remove partial portal zoom level boost from code - moving complete code into a plugin
log data vs map zoom to console
2013-06-15 17:54:27 +01:00
24445d922b Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-06-15 17:10:10 +01:00
c776a07fd6 decrease standard refresh time to 30 seconds, so chat is more up to date
increase map tile cache to 2 minutes, so the increased refresh for chat does not impact map data tile requests
2013-06-15 17:08:59 +01:00
993c830bf0 some refactoring of the zoom level handling. will make it easy and relatively friendly on the servers to boost the map detail level for given zoom levels 2013-06-15 17:07:56 +01:00
ba24a79c34 made press twice to exit an option (see #356) 2013-06-15 13:31:23 +02:00
899d59d38f added back "press twice to exit" (fixes #356)
- there is no reason why we shouldn't do it this way
2013-06-15 13:06:53 +02:00
f8cd22f162 reload after plugin with the reload-method to stay consistent with the action bar 2013-06-15 12:49:26 +02:00
ebfa030c3d code formatting 2013-06-15 11:12:40 +02:00
20aac81e95 switch to map on bookmark click 2013-06-15 11:08:45 +02:00
985bf78e47 cache the map data tiles for a short time. this can vastly reduce our load on the niantic servers, especially in the case of multiple repeated scroll/zoom actions in the same area 2013-06-15 05:34:23 +01:00
ea46405cd9 tweak delauny code to be more strict on it's colinear detection 2013-06-15 03:47:58 +01:00
5a62d92620 use new plugin wrapper macros for bookmarks plugin 2013-06-14 20:38:50 +01:00
0d62990abe Merge pull request #380 from ZasoGD/master
0.1.55 Bookmarks add support to Mobile
2013-06-14 12:35:29 -07:00
1aef62bea2 apply the new plugin wrapper change to the mobile-only user-location plugin 2013-06-14 20:30:05 +01:00
18823a05a9 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-06-14 20:29:02 +01:00
7d75a928cf plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required 2013-06-14 20:27:54 +01:00
3b60900d98 Merge branch 'master' into ZasoGD-master 2013-06-14 17:15:30 +02:00
b7ede72ee9 removed not needed line of code 2013-06-14 17:14:33 +02:00
e5b0f0c3b7 Merge branch 'master' into ZasoGD-master 2013-06-14 16:50:10 +02:00
d21fdc0176 overhauled button pressed backStack behaviour...use a JS callback to let it work with JS calls 2013-06-14 16:49:54 +02:00
6fbc3fad7d Switch to map tab on IITC_MOBILE
When a bookmark is clicked switch from the info screen to the map tab.
2013-06-14 13:43:10 +02:00
9df120ece1 Merge branch 'master' into ZasoGD-master 2013-06-14 12:03:05 +02:00
cc44392d03 reload page after login 2013-06-14 12:02:35 +02:00
f31fb31670 added switch to map trigger 2013-06-14 11:51:11 +02:00
855b7c22af fixed portal long tab issue 2013-06-14 11:21:44 +02:00
a7a25098c9 don't remove dialog onBackPressed from dialogStack since it is done via
JS_Interface callback
2013-06-14 01:32:38 +02:00
ec977eb288 commit change of JSInterface too 2013-06-14 01:04:29 +02:00
492f427cc1 Merge branch 'master' of git://github.com/ZasoGD/ingress-intel-total-conversion into ZasoGD-master 2013-06-14 00:44:20 +02:00
48e60f809a remove dialog from dialogStack if it is closed with 'ok' or 'close'
button
2013-06-14 00:42:27 +02:00
6df39749f5 Bookmarks 0.1.55: add support to IITC_MOBILE
- the plugin work on mobile (the open/close folders script is disabled);
- add a category plugin: "Controls";
- fixed on firefox accidental click event on the bookmark's link when
the bookmark is dragged
- edit z-index of the ribbon: now it's shown below the chat;
2013-06-13 22:05:21 +02:00
f6714a73c8 Merge pull request #376 from teo96/patch-1
0.0.14: Add support to new mods (S:Shield - T:Turret - LA:Link Amp - H:H...
2013-06-13 06:15:34 -07:00
561de8e4e0 let favorite portal plugin work on mobile 2013-06-13 12:15:57 +02:00
9a7856e28e 0.0.14: Add support to new mods (S:Shield - T:Turret - LA:Link Amp - H:Heat-sink - M:Multi-hack - FA:Force Amp) 2013-06-12 22:40:33 +02:00
b535d77539 use above declared strings for plugin js replacements 2013-06-12 21:44:07 +02:00
0f92d694e6 added iitc source preference summary to strings 2013-06-12 21:13:45 +02:00
b98a9a1d0c changed wrapper to stay consistent with other plugins (see #357) 2013-06-12 21:12:39 +02:00
40a94f5265 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-06-12 19:46:16 +02:00
1b3ef846e7 use gps location for 'get location' if 'display user location' is enabled. this provides a better location without any costs 2013-06-12 19:46:03 +02:00
5322b2148d fix download path for plugins - oops 2013-06-12 18:26:48 +01:00
ec8d305bcb bump version after 0.12.1 release, in preperation for the future 2013-06-12 18:12:39 +01:00
50edc8924c update website for 0.12.1 2013-06-12 18:06:03 +01:00
2f427ce26b make portal mod display much more generic. should handle all the new mods, and likely to handle any future mods too
for #373
2013-06-12 16:15:52 +01:00
20ce15d126 Merge pull request #368 from integ3r/dialog-code-tweaks
Add support for new mods, tweak dialogs
2013-06-11 21:30:46 -07:00
e85a01b284 minimap plugin - move to bottom-right on mobile 2013-06-12 05:27:07 +01:00
0abb1e4128 Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion 2013-06-11 01:22:27 +02:00
b3a42783fa close dialogs onBackPressed (fixes #363) 2013-06-11 01:21:36 +02:00
740f13a287 minimap plugin - display a small map in the corner of the screen 2013-06-10 22:27:17 +01:00