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 @@ + android:versionCode="39" + android:versionName="0.5.5"> +
  • +

    Login on mobile doesn't work!

    +

    +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 +

      +
    1. Exit IITC and try again. Some people have success after a number of tries, or
    2. +
    3. Cancel when asked to choose an account, and manually enter your email address and password into the web page
    4. +
    +

    +

    +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. +

    +
  • +
  • I get a message saying my account isn't activated

    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

    Latest news

    +

    27th August 2013

    +

    +Yet another critical IITC update, 0.13.4, and IITC Mobile 0.5.5, have been released. A few things in this build +

      +
    • Scoreboard plugin is broken - fix coming later
    • +
    • No MU numbers shown in fields - the server no longer returns the data
    • +
    • Other plugins may be broken too - limited testing has been done
    • +
    +Note: Briefly IITC Mobile 0.5.4.3 was available, but broken. +

    +

    16th August 2013

    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:

      +
    1. Some users get Error: Server Error when logging in. See the FAQ for possible workarounds.
    2. Some plugins do not work well, or at all, at this time.
    3. Serious issues exist on Android 4.0 devices. details.
    4. diff --git a/website/page/news.php b/website/page/news.php index 77edbe72..7a54733a 100644 --- a/website/page/news.php +++ b/website/page/news.php @@ -1,5 +1,16 @@

      News

      +

      27th August 2013

      +

      +Yet another critical IITC update, 0.13.4, and IITC Mobile 0.5.5, have been released. A few things in this build +

        +
      • Scoreboard plugin is broken - fix coming later
      • +
      • No MU numbers shown in fields - the server no longer returns the data
      • +
      • Other plugins may be broken too - limited testing has been done
      • +
      +Note: Briefly IITC Mobile 0.5.4.3 was available, but broken. +

      +

      16th August 2013

      IITC 0.13.3 and IITC Mobile 0.5.4.2 have been released. This is another critical update required to work