1099 Commits

Author SHA1 Message Date
Jon Atkins
4d17e720ea add note to artifact table when there are zero rows 2014-02-13 20:23:12 +00:00
Jon Atkins
9563ebcd1c make artifact display on portal details more generic - might handle the new 'amar artifacts' now 2014-02-12 22:31:37 +00:00
Jon Atkins
b127059895 remove references to jarvis shards. css class name changed 2014-02-12 22:30:36 +00:00
Jon Atkins
019e044b92 add artifact support for likely new 'amar artifacts'. seems to be the same system as the jarvis shards, but different display names, and URLs for resources 2014-02-06 22:24:25 +00:00
Jon Atkins
77cf149fef data format change: portal details 'portalV2.descriptiveText' is now 'descriptiveText.map'. fields within this seem the same
needed to fix things after the stock intel site update of 2014-02-05
2014-02-06 05:08:18 +00:00
Jon Atkins
6797cf7e8b full date+time (with optional milliseconds) always formatted in 24h format 2014-02-05 05:39:20 +00:00
Jon Atkins
6056cd488f Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-02-03 17:27:47 +00:00
Jon Atkins
162ac6923e add code to detect known 'bad' plugins, and disable plugins in this case for user safety 2014-02-03 17:27:06 +00:00
Fragger
d8431b757f Opps set level to 0 if team is none 2014-02-03 08:39:41 -08:00
Fragger
ab371899a6 Fix details display showing outdated level/faction 2014-02-03 08:25:02 -08:00
Jon Atkins
a168991f74 render fields, links and portals in separate passes
this keeps the display order close to correct while data loads
2014-01-28 02:07:30 +00:00
Jon Atkins
9754af9e67 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2014-01-26 17:54:03 +00:00
Jon Atkins
980e136508 portal marker scaling: when zoomed out, reduce the scale of portal markers
the stock intel map has done this for a while, so lets try it in IITC
2014-01-26 17:53:10 +00:00
fkloft
23a092f187 Add Android Beam (NFC) support 2014-01-26 14:35:12 +01:00
Philipp Schaefer
adc5d16297 workaround: always enable JS if webview has focus. fixes select box spinner close behavior on Android 4.4 2014-01-24 00:16:43 +01:00
Jon Atkins
483227b8fc comments concerning things that need fixing at some point... 2014-01-22 03:27:21 +00:00
fkloft
787a68ac8d Provide API to select a file on mobile 2014-01-20 22:33:00 +01:00
Jon Atkins
ad5df28f37 undefimned fefault to true, rather than false, when adding a layer - more likely whats wanted 2014-01-20 08:22:59 +00:00
Jon Atkins
0861d5c35e remove unused function - ingress API no longer uses full bounds-params - it requests by just quadkey now 2014-01-15 19:33:33 +00:00
Jon Atkins
05cd342051 sort the queued tiles by the distance from the centre of the screen
this mirrors the changes to the stock intel site as of 2014-01-13 (and is something i'd been considering before they did this)
2014-01-13 22:25:18 +00:00
Jon Atkins
08dc8ca464 add 'TODO' comment 2014-01-13 20:37:52 +00:00
Jon Atkins
e5157e80c7 munge fix: one function changed layout, breaking IITC's munge finding regular expressions
due to niantic site update 2014-01-13
2014-01-13 19:43:33 +00:00
nexushoratio
4775bca0d0 s/nxt/next/ 2014-01-08 00:02:50 -08:00
Jon Atkins
7997c9c8e3 change the commented out list of zoom to portal level mappings to match those in the intel site update of 2014-01-06
IITC still drops a zoom level slightly sooner at this time, but not so much now
(were niantic inspired by IITC here?)
2014-01-07 08:12:20 +00:00
nexushoratio
78d42fa957 Minor typo in new code. 2014-01-05 17:05:15 -08:00
Jon Atkins
1a3d4faebe Merge pull request #718 from nexushoratio/proofreading
Fix a number of typos in comments and site content
2014-01-05 14:04:44 -08:00
fkloft
a1d03ec69b mobile: show loading progress in title bar 2014-01-05 16:42:59 +01:00
fkloft
14d3fe82c2 Fixed zoom controls not being hidden on mobile 2014-01-03 20:06:38 +01:00
fkloft
58dc56283a improved debugging interface 2014-01-03 20:06:37 +01:00
fkloft
9208552e29 use custom protocol for resources 2014-01-03 20:06:37 +01:00
nexushoratio
537eeef539 Fix a number of typos in comments and site content 2013-12-29 04:09:37 -08:00
Jon Atkins
3c6468cccb revert bringPortalsToFront change - and add some comments concerning possible better fixes 2013-12-28 08:20:11 +00:00
Jon Atkins
c74971e84e experiment: bring portals to front after every request is rendered, rather than just once at the end
may hurt performance - if so, make it delay before running, or skip if high number of portals
2013-12-28 08:02:09 +00:00
Jon Atkins
0e5ab9869c Merge pull request #716 from tzafrir/shielding
Replace mitigation with shielding
2013-12-26 15:05:44 -08:00
Jon Atkins
84fb672656 display a dialog when IITC fails to detect the munge set, making users aware of the problem. includes links to the IITC home page, g+ page and community 2013-12-26 22:07:44 +00:00
Tzafrir Rehan
2e1c15c82f Replace mitigation with shielding 2013-12-26 12:37:27 +02:00
Jon Atkins
f43930768b experimental code: try/catch block around code in boot - to help debug iitc startup issues 2013-12-23 21:16:59 +00:00
Jon Atkins
79b0a3b88a remove pre-defined munges
the new code has been so successful at detecting them successfully, it seems pointless keeping them up to date manually all the time
if a site update breaks the regular expressions, it would surely change the munges too, breaking any defined in the code
2013-12-20 07:16:23 +00:00
Jon Atkins
0dff718f1f Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-18 22:44:48 +00:00
Jon Atkins
ba33e28675 change digits function to use unicode 'thin space' as thousands seperator 2013-12-18 22:41:55 +00:00
Jon Atkins
2419868f54 portal details ap: missed change from earlier commit - now funally includes field counts in calculations 2013-12-18 21:27:48 +00:00
Philipp Schaefer
2b358c710a Merge branch 'desktop-mode' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/desktop-mode 2013-12-18 10:20:27 +01:00
fkloft
a2501f518f Show a little red dot on the northern resonator (details pane + mobile status bar) 2013-12-18 00:30:02 +01:00
fkloft
a68c72583f mobile statusbar: update statusbar immediately on selection using reduced data, redraw when portal details available 2013-12-17 23:05:50 +01:00
fkloft
f2b3f3466e mobile: Fix desktop mode
(plugins would not be reachable)
2013-12-17 21:35:00 +01:00
Jon Atkins
09af51a6e4 doh! daft bug
fixes #705
2013-12-17 17:05:21 +00:00
Jon Atkins
02a0f3af36 si8debar fixes:
- ensure consistant display based on portal details, by creating portal summary data from details
- pass field count into AP calculation, for accurate destroy amounts
- use portal.options.level, so unclaimed appear as zero
2013-12-17 08:18:06 +00:00
Jon Atkins
97d351a51b Merge pull request #699 from nexushoratio/portal-link
Return to old user experience of clicking on portal link replaces
2013-12-16 23:32:08 -08:00
Jon Atkins
18d5708043 tweaks to the request/retry settings 2013-12-17 03:52:12 +00:00
Jon Atkins
9852b680f5 further to #704, use the existing function to both filter and sort link amps, so (in theory) combinations of rare+very rare are handled correctly 2013-12-17 03:38:56 +00:00