From 6ffbc2e2dee2967ec3097b15648e59d09f30f9c4 Mon Sep 17 00:00:00 2001
From: fkloft
Date: Mon, 2 Dec 2013 20:44:31 +0100
Subject: [PATCH 1/2] Website: Add icons for mobile/desktop
---
website/assets/css/style.css | 14 ++++++++++++++
website/assets/img/glyphicons-devices-white.png | Bin 0 -> 848 bytes
website/assets/img/glyphicons-devices.png | Bin 0 -> 238 bytes
website/index.php | 4 ++--
4 files changed, 16 insertions(+), 2 deletions(-)
create mode 100644 website/assets/img/glyphicons-devices-white.png
create mode 100644 website/assets/img/glyphicons-devices.png
diff --git a/website/assets/css/style.css b/website/assets/css/style.css
index 8c4cc1e0..d5a882e3 100644
--- a/website/assets/css/style.css
+++ b/website/assets/css/style.css
@@ -11,3 +11,17 @@ table tr.category_header {
table .description {
font-style: italic;
}
+
+.icon-chevron-desktop,
+.icon-chevron-mobile {
+ background-image: url("../img/glyphicons-devices.png");
+ background-position: 0 0;
+}
+.nav-list > .active > a > .icon-chevron-desktop,
+.nav-list > .active > a > .icon-chevron-mobile
+{
+ background-image: url("../img/glyphicons-devices-white.png");
+}
+.icon-chevron-mobile {
+ background-position: 0 -14px;
+}
diff --git a/website/assets/img/glyphicons-devices-white.png b/website/assets/img/glyphicons-devices-white.png
new file mode 100644
index 0000000000000000000000000000000000000000..0493b32959f65459e641189cf3c4edcdade68fbe
GIT binary patch
literal 848
zcmXAmU1-u_6vqE+5HVP{MFib;6Le7*b!9_oqmZ%YRS;w0yz(j`AqXjhqA>DmLt?m6
zL?Q&oZZ;4lL{U-aM{P_|r_RseoFDUJuHW`Q;OjZ(|D5MM&-;Fwl|P=GxG^CJ!sN`f
zbdLY4{BB+u=Un>u_LU%9O3pr=mr)YEUhnMejD+*_^i-`@i#a86j=1>LXf#HnQK!?P
z91e#U?eh_0cXyZ4ygC9GB}-YH>-#bT%>
z=d|1Hz?fQFTjMF&hzoK)iAEF(MJN#K12{@8=pZ+`q_MwpSwrN5^Z-u(wNK6K*%
literal 0
HcmV?d00001
diff --git a/website/assets/img/glyphicons-devices.png b/website/assets/img/glyphicons-devices.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f0df69bf6f8b21ff7bebbcaa7b99db59e93e1eb
GIT binary patch
literal 238
zcmVL9&@3ycs1yJn5e0U;Bu=3mXc_l6f0XxiuK
zFe{;+od%$GYMH=RJwRI|xU^E-QDJ2X%DDKdvUfpYZ6jzp7%@8%lE+58fgb8XsTq30
zN* ' Home',
'news' => ' News',
'faq' => ' FAQ',
- 'desktop' => ' Desktop',
- 'mobile' => ' Mobile',
+ 'desktop' => ' Desktop',
+ 'mobile' => ' Mobile',
'test' => ' Test Builds',
'developer' => ' Developers',
'about' => ' About',
From 39d1ea6b5b5bbf16da8163aaa902465253d6174e Mon Sep 17 00:00:00 2001
From: fkloft
Date: Mon, 2 Dec 2013 20:58:56 +0100
Subject: [PATCH 2/2] Website: update mobile download and faq page
- Android login is disabled now
- issue #90 is closed
- mention issue #257
---
website/page/faq.php | 17 -----------------
website/page/mobile.php | 9 ++++-----
2 files changed, 4 insertions(+), 22 deletions(-)
diff --git a/website/page/faq.php b/website/page/faq.php
index 4374caa1..4d06b44a 100644
--- a/website/page/faq.php
+++ b/website/page/faq.php
@@ -2,23 +2,6 @@
-
-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/mobile.php b/website/page/mobile.php
index 35198d6b..7093a8bd 100644
--- a/website/page/mobile.php
+++ b/website/page/mobile.php
@@ -24,12 +24,11 @@ install from the link below.
Known issues
-IITC Mobile is still in the early stages of development. Many things do not yet work right. Major known issues are:
+IITC Mobile has some known problems, major issues are:
-- Some users get Error: Server Error when logging in. See the FAQ for possible workarounds.
-- Some plugins do not work well, or at all, at this time.
-- Serious issues exist on Android 4.0 devices.
-details.
+- Some plugins do not work well, or at all.
+- Pinch zoom hangs on some devices.
+details.