diff --git a/code/boot.js b/code/boot.js
index c1086737..d038bc81 100644
--- a/code/boot.js
+++ b/code/boot.js
@@ -444,6 +444,7 @@ function boot() {
shadowSize: new L.Point(41, 41)
}});
+ window.setupIdle();
window.setupTaphold();
window.setupStyles();
window.setupDialogs();
diff --git a/code/idle.js b/code/idle.js
index bc21a378..41610775 100644
--- a/code/idle.js
+++ b/code/idle.js
@@ -44,8 +44,11 @@ var idleMouseMove = function(e) {
}
}
-$('body').keypress(idleReset);
-$('body').mousemove(idleMouseMove);
+window.setupIdle = function() {
+ $('body').keypress(idleReset);
+ $('body').mousemove(idleMouseMove);
+}
+
window.isIdle = function() {
return window.idleTime >= window._idleTimeLimit;
diff --git a/mobile/AndroidManifest.xml b/mobile/AndroidManifest.xml
index 3b4838a1..4b6d73ce 100644
--- a/mobile/AndroidManifest.xml
+++ b/mobile/AndroidManifest.xml
@@ -1,8 +1,8 @@
+Many users are seeing the error message Error: Server Error when attempting to log in on mobile.
+To get past this and log in successfully, you can try to
+Login on mobile doesn't work!
+
+
+
+As far as we can tell this isn't an IITC Mobile issue - using the Chrome browser on android, which also supports +Google login, can give similar issues. Further discussion on this is happening in +github issue #497. +
+ +diff --git a/website/page/home.php b/website/page/home.php index de020dce..159feb4d 100644 --- a/website/page/home.php +++ b/website/page/home.php @@ -13,6 +13,17 @@ offers many more features. It is available for
+Yet another critical IITC update, 0.13.4, and IITC Mobile 0.5.5, have been released. A few things in this build +
IITC 0.13.3 and IITC Mobile 0.5.4.2 have been released. This is another critical update required to work diff --git a/website/page/mobile.php b/website/page/mobile.php index a5af10dc..35198d6b 100644 --- a/website/page/mobile.php +++ b/website/page/mobile.php @@ -26,6 +26,7 @@ install from the link below.
IITC Mobile is still in the early stages of development. Many things do not yet work right. Major known issues are:
+Yet another critical IITC update, 0.13.4, and IITC Mobile 0.5.5, have been released. A few things in this build +
IITC 0.13.3 and IITC Mobile 0.5.4.2 have been released. This is another critical update required to work