Merge branch 'master' of github.com:jonatkins/ingress-intel-total-conversion
Conflicts: code/panes.js mobile/src/com/cradle/iitc_mobile/IITC_NavigationHelper.java
This commit is contained in:
commit
615372e137
@ -530,7 +530,6 @@ window.chat.request = function() {
|
|||||||
chat.requestFaction(false);
|
chat.requestFaction(false);
|
||||||
}
|
}
|
||||||
if (channel == 'all' || (window.chat.backgroundChannels && window.chat.backgroundChannels['all'])) {
|
if (channel == 'all' || (window.chat.backgroundChannels && window.chat.backgroundChannels['all'])) {
|
||||||
// the 'public', 'full' and 'compact' tabs are all based off the 'public' COMM data
|
|
||||||
chat.requestPublic(false);
|
chat.requestPublic(false);
|
||||||
}
|
}
|
||||||
if (channel == 'alerts' || (window.chat.backgroundChannels && window.chat.backgroundChannels['alerts'])) {
|
if (channel == 'alerts' || (window.chat.backgroundChannels && window.chat.backgroundChannels['alerts'])) {
|
||||||
|
@ -7,10 +7,9 @@ window.show = function(id) {
|
|||||||
|
|
||||||
switch(id) {
|
switch(id) {
|
||||||
case 'all':
|
case 'all':
|
||||||
window.chat.show('all');
|
|
||||||
break;
|
|
||||||
case 'faction':
|
case 'faction':
|
||||||
window.chat.show('faction');
|
case 'alerts':
|
||||||
|
window.chat.show(id);
|
||||||
break;
|
break;
|
||||||
case 'alerts':
|
case 'alerts':
|
||||||
window.chat.show('alerts');
|
window.chat.show('alerts');
|
||||||
|
@ -16,10 +16,9 @@ public abstract class Compass
|
|||||||
return new GyroCompass(context);
|
return new GyroCompass(context);
|
||||||
else
|
else
|
||||||
return new AccMagCompass(context);
|
return new AccMagCompass(context);
|
||||||
|
|
||||||
}
|
}
|
||||||
private final ArrayList<CompassListener> mListeners = new ArrayList<CompassListener>();
|
|
||||||
|
|
||||||
|
private final ArrayList<CompassListener> mListeners = new ArrayList<CompassListener>();
|
||||||
private boolean mStarted = false;
|
private boolean mStarted = false;
|
||||||
|
|
||||||
protected abstract void onStart();
|
protected abstract void onStart();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user