2781 Commits

Author SHA1 Message Date
nexushoratio
2ee8fe6173 Fix minor typo. 2013-12-20 23:30:29 +01:00
khabraken
afbd3d0d32 Fix the calculation for Link Amp range boost to be generic, so VRLA boosts are correctly calculated.
For RLA, the first multiplier is 2x. Subsequent RLAs add 0.5, 0.25, 0.25 to the multiplier. But expressed as a fraction of the initial multiplier, this is 0.25, 0.125, 0.125. Scale array has been updated to reflect this. This means the "-1" in the calculation is no longer required, and that boost is correctly calculated when baseMultiplier is anything other than 2 (eg VRLA, when it is 7).
If there aren't any Link Amps, the multiplier is 1x.
2013-12-20 23:30:29 +01:00
Philipp Schaefer
4f24eaab1d retrieve correct resource id when package name is overriden 2013-12-20 23:30:29 +01:00
fkloft
99f7e714cd portal-counts: Some fixes for mobile 2013-12-20 23:30:29 +01:00
fkloft
51628766f8 portal-counts: display graphs for level distribution 2013-12-20 23:30:29 +01:00
fkloft
9db491c281 mobile: show portal counts in nav drawer 2013-12-20 23:30:29 +01:00
Jon Atkins
00d7a54e9e work-around for mobile-specific geodesic line drawing issue - appears to be an odd rounding problem
not ideal, but better than the current situation
2013-12-20 23:30:29 +01:00
Jon Atkins
f69fd980b7 psd source for "I'd rather be using IITC" logo 2013-12-20 23:30:29 +01:00
Jon Atkins
763adda4af updated assets for iitc digital bumper sticker 2013-12-20 23:30:28 +01:00
Jon Atkins
9cd1940ef3 digital bumper sticker
- use smaller logo, fine tune position
- change z-index so it doesn't cover up the detailed AP tooltip
2013-12-20 23:30:28 +01:00
Jon Atkins
bc8c5ee29b logos for iitc-digital-bumper-sticker plugin 2013-12-20 23:30:28 +01:00
Jon Atkins
045ec1b755 stock intel plugin to add the "I'd rather be using IITC" logo onto the map 2013-12-20 23:30:28 +01:00
Jon Atkins
332d16e89a portals list plugin
- level colour background on level numbers
- abbreviated faction to 3 characters, to save space
- increased portal name column width
2013-12-20 23:30:28 +01:00
Philipp Schaefer
df81eeb2c8 don't use hard coded strings for app name 2013-12-20 23:30:28 +01:00
Jon Atkins
d7619314da resonators plugin - redraw selected portal resonators after zooming out and then back in again 2013-12-20 23:30:28 +01:00
fkloft
3b8716d4d8 Repair compact tab 2013-12-20 23:30:28 +01:00
Jon Atkins
cd8adeac22 artifact list:
- line break when both target and fragments are on one portal
- colour fragments when on a target portal
2013-12-20 23:30:28 +01:00
Jon Atkins
444d5b236e plugin draw-resonators: clear resonators when portal is deselected. changed hooks used to handle things in a more logical way 2013-12-20 23:30:28 +01:00
Jon Atkins
c01a65b05e change makefile to run a plain build.py by default - localbuildsettings.py then can control the default 2013-12-20 23:30:28 +01:00
Philipp Schaefer
bcd7e7390d set default build target back to desktop build 2013-12-20 23:30:12 +01:00
fkloft
20e672a1e2 Improve build tools
- Makefile provides "locale" and "mobile" as targets. Mobile also installs and starts app
- build.py returns error code if ant fails
2013-12-20 23:29:33 +01:00
Jon Atkins
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
2013-12-20 23:29:33 +01:00
Philipp Schaefer
bf89a0548e new actionbar title for permalink 2013-12-20 23:29:33 +01:00
fkloft
c7b4632ee6 Improved intent sorting
(default app listed first again, sorting broke this)
2013-12-20 23:29:33 +01:00
fkloft
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""
This reverts commit 67f273fd6d4b1db7d3ac2363305a1d30e3729ac4.
2013-12-20 23:29:33 +01:00
nexushoratio
7ab3a33adc Minor typo. 2013-12-20 23:29:33 +01:00
enigmaquip
7a36053d46 plugin draw resonator update
Update to code for disabled on out of zoom bounds and tool tip when in
bounds
2013-12-20 23:29:33 +01:00
fkloft
572ddb949f Remove pan control from minimap
(basically same issue as c537811e9b996bdcda80510d4e04e17fd3654796)
2013-12-20 23:29:33 +01:00
Jon Atkins
7fb9a1aef9 leaflet 0.7.1 update 2013-12-10 19:17:36 +00:00
Jon Atkins
c8423191d5 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-08 19:42:09 +00:00
Jon Atkins
d548449933 Merge pull request #692 from fkloft/draw-resonators
Remove broken plugin, change category from "Deleted" to "Layer"
2013-12-08 11:42:05 -08:00
fkloft
9254198715 Remove broken plugin, change category from "Deleted" to "Layer" 2013-12-08 19:29:49 +01:00
Jon Atkins
2831fdf226 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-08 17:47:30 +00:00
Jon Atkins
aee14957c4 Merge pull request #691 from enigmaquip/master
Update Draw Resonator plugin for new intel style
2013-12-08 09:47:18 -08:00
enigmaquip
b0e53ee618 Update Draw Resonator plugin for new intel style 2013-12-08 02:38:02 -07:00
Jon Atkins
3904ba69bb Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-12-08 03:52:06 +00:00
Philipp Schaefer
04d521f71c use kitkats new SYSTEM_UI_FLAG_IMMERSIVE on navbar hide (thx Simeon Mac) 2013-12-07 21:29:08 +01:00
Philipp Schaefer
3e00645f4a boost performance on kitkat:
ignore result of javascript. it's slow and we only can use it on kitkat.
2013-12-07 21:27:11 +01:00
Philipp Schaefer
8e7e4ec14a receiver should be unregistered only onDestroy 2013-12-07 15:37:51 +01:00
Philipp Schaefer
1a25fd1c66 unregister package installer broadcast receiver when iitc is stopped 2013-12-07 15:08:36 +01:00
Philipp Schaefer
bfc0824014 scale listView icons of shareActivity to the same size 2013-12-07 15:07:48 +01:00
Philipp Schaefer
aab1616df0 show portal title in share activity 2013-12-07 13:36:39 +01:00
Philipp Schaefer
90cb29a58b show reload button if room 2013-12-07 12:14:25 +01:00
Philipp Schaefer
614435fb0e removed settings icon...it's not needed 2013-12-07 12:04:58 +01:00
Jon Atkins
e215910de5 website: news post on stock intel update 2013-12-07 02:41:19 +00:00
Jon Atkins
32af38906a update munge set for 2013-12-06 - for #689 2013-12-06 22:28:45 +00:00
Jon Atkins
aae16d2c1b basemap-bing plugin: dynamic creation of bing map layer - in theory should reduce usage 2013-12-06 08:36:50 +00:00
Jon Atkins
231178123f Merge pull request #687 from fkloft/guess-player-levels
Fix guess-player-levels
2013-12-05 14:35:29 -08:00
fkloft
7451867324 Count mods by capturing player; more than two --> portal was flipped 2013-12-05 23:06:26 +01:00
fkloft
82705a14fc bump version 2013-12-05 19:13:38 +01:00