c01a65b05e
change 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
bcd7e7390d
set default build target back to desktop build
Philipp Schaefer
2013-12-12 19:52:18 +01:00
5a33ba1a24
more 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
bf89a0548e
new actionbar title for permalink
Philipp Schaefer
2013-12-10 22:14:24 +01:00
d89f60be11
Revert "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
7ab3a33adc
Minor typo.
nexushoratio
2013-12-09 00:11:46 -08:00
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
Jon Atkins
2013-12-20 07:16:23 +00:00
d353bdf3d6
hint 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
7afbd6d957
moved user location to sub preference screen
Philipp Schaefer
2013-12-19 16:47:01 +01:00
2af53b4699
made sensor orientation optional due to high cpu load
Philipp Schaefer
2013-12-19 16:35:07 +01:00
2361de0411
portals-list: set 'nowrap' on portal table - improves things on mobile
Jon Atkins
2013-12-19 04:10:09 +00:00
4828fd3fba
limit 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
e536fb6d12
geodesic 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
c96e6ab799
portals-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
ba33e28675
change digits function to use unicode 'thin space' as thousands seperator
Jon Atkins
2013-12-18 22:41:55 +00:00
2419868f54
portal details ap: missed change from earlier commit - now funally includes field counts in calculations
Jon Atkins
2013-12-18 21:27:48 +00:00
720135f89c
check if actionbar is present before using it
Philipp Schaefer
2013-12-18 10:33:07 +01:00
269abc4e7b
Merge 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
2b358c710a
Merge 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
ab7f41aa1d
Merge pull request #707 from fkloft/portal-details
Jon Atkins
2013-12-17 18:36:28 -08:00
a2501f518f
Show a little red dot on the northern resonator (details pane + mobile status bar)
fkloft
2013-12-18 00:30:02 +01:00
a68c72583f
mobile statusbar: update statusbar immediately on selection using reduced data, redraw when portal details available
fkloft
2013-12-17 23:05:50 +01:00
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
Jon Atkins
2013-12-17 08:18:06 +00:00
e655bb6585
Merge remote-tracking branch 'upstream/master'
Jack Miner
2013-12-17 07:50:23 +00:00
97d351a51b
Merge pull request #699 from nexushoratio/portal-link
Jon Atkins
2013-12-16 23:32:08 -08:00
2f4aa2ae11
portals-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
18d5708043
tweaks to the request/retry settings
Jon Atkins
2013-12-17 03:52:12 +00:00
1413dd13eb
portals list plugin: various cleanups/tweaks to earlier changes
Jon Atkins
2013-12-17 03:47:06 +00:00
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
Jon Atkins
2013-12-17 03:38:56 +00:00
1043ff49b0
use the correct hook for portal details loaded
Jon Atkins
2013-12-17 03:25:50 +00:00
9fde200f70
add a js debugger breakpoint into 'unknown hook' error case
Jon Atkins
2013-12-17 03:25:03 +00:00
03e180f597
Merge pull request #703 from nexushoratio/proofreading
Jon Atkins
2013-12-16 15:41:47 -08:00
64ad7274b4
Merge pull request #704 from khabraken/master
Jon Atkins
2013-12-16 15:41:25 -08:00
3c19f242db
Fix 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
f1658678d9
Fix minor typo.
nexushoratio
2013-12-15 23:01:30 -08:00
e1b33fa3d4
retrieve correct resource id when package name is overriden
Philipp Schaefer
2013-12-15 19:33:39 +01:00
e71c83aeaa
Merge pull request #702 from fkloft/portal-counts
Jon Atkins
2013-12-15 10:00:12 -08:00
1dee77bef9
Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Philipp Schaefer
2013-12-15 18:52:24 +01:00
78e2f8a62f
don't use hard coded strings for app name
Philipp Schaefer
2013-12-15 18:52:03 +01:00
508a892341
portal-counts: Some fixes for mobile
fkloft
2013-12-15 16:36:38 +01:00
d16101e848
portal-counts: display graphs for level distribution
fkloft
2013-12-15 16:19:18 +01:00
69aad81933
mobile: show portal counts in nav drawer
fkloft
2013-12-13 00:12:18 +01:00
78e9983d90
work-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
11cfa11406
psd source for "I'd rather be using IITC" logo
Jon Atkins
2013-12-15 05:01:13 +00:00
a409fe9ce5
Return to old user experience of clicking on portal link replaces current page.
nexushoratio
2013-12-14 20:17:31 -08:00
0f54f5f9dc
updated assets for iitc digital bumper sticker
Jon Atkins
2013-12-15 02:48:39 +00:00
83c5972502
digital 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
390f3e946b
logos for iitc-digital-bumper-sticker plugin
Jon Atkins
2013-12-14 20:10:57 +00:00
a765e4bd1c
stock 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
92e8c5c6a1
portals 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
48713823d7
resonators plugin - redraw selected portal resonators after zooming out and then back in again
Jon Atkins
2013-12-14 00:25:53 +00:00
599ad25113
artifact 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
fba399fa76
Merge pull request #698 from fkloft/compact
Jon Atkins
2013-12-13 09:36:10 -08:00
ac85bee687
Merge remote-tracking branch 'upstream/master'
Jack Miner
2013-12-13 06:48:32 +00:00
1279179407
plugin 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
3806b5143d
change 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
9fc5960e5d
set default build target back to desktop build
Philipp Schaefer
2013-12-12 19:52:18 +01:00
28b077b58d
more 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
508b183c4f
swapped inner and outer colors for user location
fkloft
2013-12-12 19:03:06 +01:00
5c30743531
Use gradient for user-location hack circle
fkloft
2013-12-11 19:26:07 +01:00
fe0c408fd5
Merge 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
61047dbbff
Fix: location marker would be reset to circle when layer was toggled
fkloft
2013-12-11 00:34:41 +01:00
de96f3cd2a
user-location: hide hack circle on z < 16
fkloft
2013-12-11 00:17:32 +01:00
63f4abb3ef
Make user location appear in layer chooser
fkloft
2013-12-11 00:00:04 +01:00
f0a5339479
Add hack circle to user-location
fkloft
2013-12-10 23:56:33 +01:00
1e74037163
user-location: use circle by default, or arrow if device sends orientation events
fkloft
2013-12-10 23:42:30 +01:00
7fb9a1aef9
leaflet 0.7.1 update
Jon Atkins
2013-12-10 19:17:36 +00:00
9661867104
Merge pull request #697 from fkloft/bookmarks-pane
Philipp Schaefer
2013-12-10 06:08:48 -08:00
010682ffa6
Revert "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
9293f7fe93
Merge pull request #696 from nexushoratio/proofreading
Jon Atkins
2013-12-09 07:23:49 -08:00
af8e54b758
Minor typo.
nexushoratio
2013-12-09 00:11:46 -08:00
81e20b87a4
Merge remote-tracking branch 'upstream/master'
Mike Castle
2013-12-08 23:43:43 -08:00
a5bb46c5a2
Merge pull request #694 from enigmaquip/master
Jon Atkins
2013-12-08 23:28:04 -08:00