Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/DeviceDesktopTest/src/org/litesoft/useragent/FormFactor.java

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - package org.litesoft.useragent;
2 -
3 - public enum FormFactor
4 - {
5 - LimitedSV, // e.g. Phones, iPods, Google Glass, Smart TVs (anything that has a limited input capability and can or should not display multiple browser
6 - // views simultaneously)
7 - OtherSV, // e.g. Tablets (presumably larger that a phone, better input capabilities but still single view - though probably with tabs) if a device is
8 - // determined to be a form of Mobile but w/ insufficient data to determine if Limited, will land here!
9 - OtherMV // This FormFactor is the default if the FormFactor could not be determined. These are assumed to be able to show multiple views simultaneously!
10 - }
1 + package org.litesoft.useragent;
2 +
3 + public enum FormFactor
4 + {
5 + LimitedSV, // e.g. Phones, iPods, Google Glass, Smart TVs (anything that has a limited input capability and can or should not display multiple browser
6 + // views simultaneously)
7 + OtherSV, // e.g. Tablets (presumably larger that a phone, better input capabilities but still single view - though probably with tabs) if a device is
8 + // determined to be a form of Mobile but w/ insufficient data to determine if Limited, will land here!
9 + OtherMV // This FormFactor is the default if the FormFactor could not be determined. These are assumed to be able to show multiple views simultaneously!
10 + }