c01a65b05echange makefile to run a plain build.py by default - localbuildsettings.py then can control the default
Jon Atkins
2013-12-13 05:40:49 +00:00
bcd7e7390dset default build target back to desktop build
Philipp Schaefer
2013-12-12 19:52:18 +01:00
5a33ba1a24more portal summary data utility functions - link/field count functions - useful when we only need numbers - approximate AP gains, based only on summary data
Jon Atkins
2013-12-12 18:32:28 +00:00
bf89a0548enew actionbar title for permalink
Philipp Schaefer
2013-12-10 22:14:24 +01:00
d89f60be11Revert "Revert "Naive attempt to make bookmarks compatible with nav drawer. @ZasoGD - please have a look, if necessary undo this commit and do it right""
fkloft
2013-12-10 14:55:46 +01:00
79b0a3b88aremove 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
Jon Atkins
2013-12-20 07:16:23 +00:00
d353bdf3d6hint android system a slower sensor delay
Philipp Schaefer
2013-12-19 23:59:10 +01:00
4a70638750- reduce cpu load onSensorChange...10 updates per second should be enough. - needs some more tweaking
Philipp Schaefer
2013-12-19 17:24:30 +01:00
7afbd6d957moved user location to sub preference screen
Philipp Schaefer
2013-12-19 16:47:01 +01:00
2af53b4699made sensor orientation optional due to high cpu load
Philipp Schaefer
2013-12-19 16:35:07 +01:00
2361de0411portals-list: set 'nowrap' on portal table - improves things on mobile
Jon Atkins
2013-12-19 04:10:09 +00:00
4828fd3fbalimit zoom level on 'locate' function on mobile - otherwise you can end up *way* too close with maps supporting high zoom levels (e.g. bing, nokia ovi)
Jon Atkins
2013-12-19 03:49:31 +00:00
e536fb6d12geodesic line drawing: alternative intermediate point calculation code - based on simpler lon->lat formula rather than N intermediate points more than good enough for line drawing, and hopefully will avoid odd rounding issues seen on mobile
Jon Atkins
2013-12-19 03:30:57 +00:00
c96e6ab799portals-list: more changes - add AP column - destroy+capture AP, with tooltip showing details - clean up handling of truncated portal names - removes unnecessary wrapper <div> - shortened resonator column title - add/remove tooltip and help cursor where it makes sense - add % to health column
Jon Atkins
2013-12-18 22:42:49 +00:00
ba33e28675change digits function to use unicode 'thin space' as thousands seperator
Jon Atkins
2013-12-18 22:41:55 +00:00
2419868f54portal details ap: missed change from earlier commit - now funally includes field counts in calculations
Jon Atkins
2013-12-18 21:27:48 +00:00
720135f89ccheck if actionbar is present before using it
Philipp Schaefer
2013-12-18 10:33:07 +01:00
269abc4e7bMerge branch 'orientation-sensor' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/orientation-sensor
Philipp Schaefer
2013-12-18 10:23:08 +01:00
2b358c710aMerge branch 'desktop-mode' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/desktop-mode
Philipp Schaefer
2013-12-18 10:20:27 +01:00
ab7f41aa1dMerge pull request #707 from fkloft/portal-details
Jon Atkins
2013-12-17 18:36:28 -08:00
a2501f518fShow a little red dot on the northern resonator (details pane + mobile status bar)
fkloft
2013-12-18 00:30:02 +01:00
a68c72583fmobile statusbar: update statusbar immediately on selection using reduced data, redraw when portal details available
fkloft
2013-12-17 23:05:50 +01:00
02a0f3af36si8debar 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
Jon Atkins
2013-12-17 08:18:06 +00:00
e655bb6585Merge remote-tracking branch 'upstream/master'
Jack Miner
2013-12-17 07:50:23 +00:00
97d351a51bMerge pull request #699 from nexushoratio/portal-link
Jon Atkins
2013-12-16 23:32:08 -08:00
2f4aa2ae11portals-list: more cleanups - columns have a default sort order which is always used when first selecting one - a second select toggles the order - display '-' instead of '0' for no links/fields (any suggestions for resonator count, to make botu '8' and '0' visibly distinct?) - pre-convert portal names to lower case, to avoid ecxessive conversion in soting
Jon Atkins
2013-12-17 06:05:36 +00:00
18d5708043tweaks to the request/retry settings
Jon Atkins
2013-12-17 03:52:12 +00:00
1413dd13ebportals list plugin: various cleanups/tweaks to earlier changes
Jon Atkins
2013-12-17 03:47:06 +00:00
9852b680f5further to #704, use the existing function to both filter and sort link amps, so (in theory) combinations of rare+very rare are handled correctly
Jon Atkins
2013-12-17 03:38:56 +00:00
1043ff49b0use the correct hook for portal details loaded
Jon Atkins
2013-12-17 03:25:50 +00:00
9fde200f70add a js debugger breakpoint into 'unknown hook' error case
Jon Atkins
2013-12-17 03:25:03 +00:00
03e180f597Merge pull request #703 from nexushoratio/proofreading
Jon Atkins
2013-12-16 15:41:47 -08:00
64ad7274b4Merge pull request #704 from khabraken/master
Jon Atkins
2013-12-16 15:41:25 -08:00
3c19f242dbFix the calculation for Link Amp range boost to be generic, so VRLA boosts are correctly calculated.
khabraken
2013-12-17 03:58:09 +13:00
f1658678d9Fix minor typo.
nexushoratio
2013-12-15 23:01:30 -08:00
e1b33fa3d4retrieve correct resource id when package name is overriden
Philipp Schaefer
2013-12-15 19:33:39 +01:00
e71c83aeaaMerge pull request #702 from fkloft/portal-counts
Jon Atkins
2013-12-15 10:00:12 -08:00
1dee77bef9Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Philipp Schaefer
2013-12-15 18:52:24 +01:00
78e2f8a62fdon't use hard coded strings for app name
Philipp Schaefer
2013-12-15 18:52:03 +01:00
508a892341portal-counts: Some fixes for mobile
fkloft
2013-12-15 16:36:38 +01:00
d16101e848portal-counts: display graphs for level distribution
fkloft
2013-12-15 16:19:18 +01:00
69aad81933mobile: show portal counts in nav drawer
fkloft
2013-12-13 00:12:18 +01:00
78e9983d90work-around for mobile-specific geodesic line drawing issue - appears to be an odd rounding problem not ideal, but better than the current situation
Jon Atkins
2013-12-15 06:08:54 +00:00
11cfa11406psd source for "I'd rather be using IITC" logo
Jon Atkins
2013-12-15 05:01:13 +00:00
a409fe9ce5Return to old user experience of clicking on portal link replaces current page.
nexushoratio
2013-12-14 20:17:31 -08:00
0f54f5f9dcupdated assets for iitc digital bumper sticker
Jon Atkins
2013-12-15 02:48:39 +00:00
83c5972502digital bumper sticker - use smaller logo, fine tune position - change z-index so it doesn't cover up the detailed AP tooltip
Jon Atkins
2013-12-15 02:38:57 +00:00
390f3e946blogos for iitc-digital-bumper-sticker plugin
Jon Atkins
2013-12-14 20:10:57 +00:00
a765e4bd1cstock intel plugin to add the "I'd rather be using IITC" logo onto the map
Jon Atkins
2013-12-14 20:08:29 +00:00
92e8c5c6a1portals list plugin - level colour background on level numbers - abbreviated faction to 3 characters, to save space - increased portal name column width
Jon Atkins
2013-12-14 05:22:29 +00:00
48713823d7resonators plugin - redraw selected portal resonators after zooming out and then back in again
Jon Atkins
2013-12-14 00:25:53 +00:00
599ad25113artifact list: - line break when both target and fragments are on one portal - colour fragments when on a target portal
Jon Atkins
2013-12-13 20:10:46 +00:00
fba399fa76Merge pull request #698 from fkloft/compact
Jon Atkins
2013-12-13 09:36:10 -08:00
ac85bee687Merge remote-tracking branch 'upstream/master'
Jack Miner
2013-12-13 06:48:32 +00:00
1279179407plugin draw-resonators: clear resonators when portal is deselected. changed hooks used to handle things in a more logical way
Jon Atkins
2013-12-13 05:49:17 +00:00
3806b5143dchange makefile to run a plain build.py by default - localbuildsettings.py then can control the default
Jon Atkins
2013-12-13 05:40:49 +00:00
9fc5960e5dset default build target back to desktop build
Philipp Schaefer
2013-12-12 19:52:18 +01:00
28b077b58dmore portal summary data utility functions - link/field count functions - useful when we only need numbers - approximate AP gains, based only on summary data
Jon Atkins
2013-12-12 18:32:28 +00:00
508b183c4fswapped inner and outer colors for user location
fkloft
2013-12-12 19:03:06 +01:00
5c30743531Use gradient for user-location hack circle
fkloft
2013-12-11 19:26:07 +01:00
fe0c408fd5Merge branch 'user-location' of git://github.com/fkloft/ingress-intel-total-conversion into fkloft/user-location
Philipp Schaefer
2013-12-11 00:45:30 +01:00
61047dbbffFix: location marker would be reset to circle when layer was toggled
fkloft
2013-12-11 00:34:41 +01:00
de96f3cd2auser-location: hide hack circle on z < 16
fkloft
2013-12-11 00:17:32 +01:00
63f4abb3efMake user location appear in layer chooser
fkloft
2013-12-11 00:00:04 +01:00
f0a5339479Add hack circle to user-location
fkloft
2013-12-10 23:56:33 +01:00
1e74037163user-location: use circle by default, or arrow if device sends orientation events
fkloft
2013-12-10 23:42:30 +01:00
7fb9a1aef9leaflet 0.7.1 update
Jon Atkins
2013-12-10 19:17:36 +00:00
9661867104Merge pull request #697 from fkloft/bookmarks-pane
Philipp Schaefer
2013-12-10 06:08:48 -08:00
010682ffa6Revert "Revert "Naive attempt to make bookmarks compatible with nav drawer. @ZasoGD - please have a look, if necessary undo this commit and do it right""
fkloft
2013-12-10 14:55:46 +01:00
9293f7fe93Merge pull request #696 from nexushoratio/proofreading
Jon Atkins
2013-12-09 07:23:49 -08:00