2243 Commits

Author SHA1 Message Date
Jon Atkins
0fb6650ad0 make the portal details close button switch back to the map on mobile 2013-09-19 01:05:07 +01:00
Jon Atkins
4f020a48ba Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-19 00:53:27 +01:00
Jon Atkins
54997ac9bc add portal hack counts/cooldown time, and mitigation values, to the portal details panel 2013-09-19 00:51:28 +01:00
Philipp Schaefer
592699f2df removed portal_highlight_select from smartphone.css...not needed anymore 2013-09-18 22:13:31 +02:00
Philipp Schaefer
ced78885dd don't reset idle timer on boot 2013-09-18 21:43:27 +02:00
Philipp Schaefer
04b878dd1f bump iitcm version 2013-09-18 21:25:07 +02:00
Philipp Schaefer
8cbccb226c Merge branch 'fkloft-actionbarhighlighter' (fixes #565) 2013-09-18 21:23:59 +02:00
Philipp Schaefer
46a2a83ff9 don't show deleted plugins in plugins list 2013-09-18 21:16:19 +02:00
Philipp Schaefer
2b28dc7dc5 Merge branch 'actionbarhighlighter' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-actionbarhighlighter 2013-09-18 18:41:54 +02:00
fkloft
e8b730d078 And another bugfix (Exception thrown when listview hidden) - thanks @leCradle 2013-09-18 18:32:08 +02:00
Philipp Schaefer
50262e0c71 Merge branch 'actionbarhighlighter' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft-actionbarhighlighter 2013-09-18 18:09:32 +02:00
fkloft
def3dd698c Fix: Highlighter was not remembered after IITC restart 2013-09-18 18:08:29 +02:00
fkloft
bf229f7f05 Code formatting 2013-09-18 17:40:05 +02:00
Philipp Schaefer
2e78b58678 event for select boxes to disable androids JS calls 2013-09-18 17:06:22 +02:00
fkloft
1a1008c70e Code formatting, removed dead code, fixed warning 2013-09-18 16:48:30 +02:00
fkloft
daaef1575e Show portal highlighters in action bar 2013-09-18 16:43:12 +02:00
fkloft
6290ef56aa Use reloadIITC() if mReloadNeeded == true 2013-09-18 16:29:10 +02:00
fkloft
eee9ce78e0 But ActionBar related stuff into new class ActionBarHelper 2013-09-18 15:31:50 +02:00
Philipp Schaefer
704a6f7bc3 updated mobile readme 2013-09-18 14:32:44 +02:00
Philipp Schaefer
ee4980e5ae added iitc mobile user plugins to FAQ 2013-09-18 14:30:44 +02:00
fkloft
cdc98de350 Move activity labels to strings.xml (and some code formatting) 2013-09-18 13:00:17 +02:00
Philipp Schaefer
77a773b9cd use new idleSet/idleReset functions onStop/onResume 2013-09-18 11:23:16 +02:00
Jon Atkins
a9c9d5ff41 utility functions to
- get mods from portal details, filtered by type and sorted by strength
- get mitigation values
TODO: convert existing plugins to use these new functions
2013-09-18 07:45:30 +01:00
Jon Atkins
1f635f0e50 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-09-18 06:06:57 +01:00
Jon Atkins
70890688d5 pause link animations while the map is being dragged - improves user experience when the map is densely populated 2013-09-18 06:06:13 +01:00
Jon Atkins
11ac2b218c Merge pull request #564 from Xelio/patch-plugin-draw-reso-4
Plugin Draw Resonator: New Styler 'Highlight < X% resonators' and 'Highlight resonators by player'
2013-09-17 21:47:11 -07:00
Philipp Schaefer
32bfb2d751 removed redundant line of code 2013-09-17 23:39:25 +02:00
Jon Atkins
5d31e6077f more mobile css tweaks to make sidebar items easier to click on 2013-09-17 18:01:20 +01:00
Jon Atkins
3452059f01 mobile: add extra padding and a button-like border around sidebar links. makes them much easier to click 2013-09-17 17:24:55 +01:00
Jon Atkins
623b8e7587 add link direction info to tooltop on portal
some tweaks/fixes to the formatting
2013-09-17 16:52:42 +01:00
Xelio
d227ba2a61 Plugin Draw Resonators: New Styler: Highlight resonators deployed by specific player 2013-09-17 22:57:07 +08:00
Xelio
7e2440deaf Plugin Draw Resonators: Styler: Change 'Hightlight <10% resonators' styler to allow user input percentage 2013-09-17 22:20:22 +08:00
Xelio
1adc84eccb Plugin Draw Resonators: Allow add/remove option to setting dialog dynamically. 2013-09-17 22:20:22 +08:00
Jon Atkins
fb96a45e1c experimental plugin to show link direction. slowly animating dashes are shown at the source portal for links
performance is an issue when many links are displayed...
2013-09-17 07:33:50 +01:00
Jon Atkins
aad3c77ff9 add linkAdded and fieldAdded hooks, to mirror the portalAdded hook 2013-09-17 07:33:14 +01:00
Jon Atkins
d07164685a Merge pull request #550 from Xelio/patch-plugin-draw-reso-3
Plugin Draw Resonator: Add styler to highlight player's resonators or L8 resonators
2013-09-16 22:11:06 -07:00
Jon Atkins
d0a35ac4f1 new plugin, for use on unattended display screens. causes idle mode to be left once per hour, refreshing chat and map data 2013-09-17 02:27:06 +01:00
Jon Atkins
40b653ae08 more tweaks, and some logging, to the enter/exit of idle mode 2013-09-17 02:25:17 +01:00
Jon Atkins
37131aaf8e move player name cache from localStorage to sessionStorage
this gives a simple method of expiring entries. also, prevents localStorage from filling up with thousands of player names over time
(ideally something controllable with configurable age should be used, but this was a quick and simple change to try first)
2013-09-16 22:22:19 +01:00
Jon Atkins
634759ea22 hide system accounts (__ADA__, __JARVIS__, etc) from the player list in guess player levels
for #559 (and possibly another older bug?)
2013-09-16 21:34:04 +01:00
Jon Atkins
7165acd30e add a function to query if a player guid is for a system special account (e.g. __ADA__ or __JARVIS__, possibly others in future too - NIAOPS?) 2013-09-16 21:33:17 +01:00
Jon Atkins
9b3caa8eb9 add function to start 'idle' mode - for use in the mobile app (rather than it forcing the idle timer)
the existing idle resume function can be used on returning to iitc

also, fix the long-standing bug on mobile where the map disappears after repeated touch panning/zooming. seems leaflet gets confused about zoom levels and ends up with a non-ingeger. when this is found, force it back to an ingeger zoom level when this happens
2013-09-16 00:01:25 +01:00
Xelio
f7905fe6ab Plugin Draw Resonators: Change description to reflect the styler function. 2013-09-15 00:12:50 +08:00
Philipp Schaefer
59e5be98ed back to lat,lng query since gmaps v7.2 fixes the decimal separator bug 2013-09-14 11:09:21 +02:00
Jon Atkins
79cd0132e7 add comment as a reminder of possible future work to clear 'faked' links earlier - if possible 2013-09-14 08:29:16 +01:00
Jon Atkins
68cf5d0aa4 fix idle resume sometimes triggering during an existing request 2013-09-14 08:28:24 +01:00
Jon Atkins
01fe9bf51c only add link entities to the layer if they're long enough to be visible
an improvement on 4838de6788ad27bbf6357e1ac9099744483a9e01 to prevent excessive links being drawn when lots of portals are loaded
2013-09-14 07:31:13 +01:00
Jon Atkins
4838de6788 create missing link data from portal link info - so short links not sent are shown in the map
note: need to add code to hide short links from the map - and update the shown/hidden links after a zoom
(similar to the portal cluster showing/hiding portals after a zoom)
2013-09-13 23:14:19 +01:00
Jon Atkins
f646f481fc use 'overlayadd/remove' instead of 'layeradd/remove' events. in theory should be more efficient as layeradd/remove gets called for every single portal/link/field/etc on the map 2013-09-13 23:12:49 +01:00
Jon Atkins
b5a52d810e bump version number. it seemed to have been increased and reverted at some point (possibly just dev/test/local builds?) breaking auto updates 2013-09-13 22:47:40 +01:00