Subversion Repository Public Repository

litesoft

Diff Revisions 934 vs 935 for /trunk/DeviceDesktopTest/src/org/litesoft/useragent/FormFactor.java

Diff revisions: vs.
  @@ -3,8 +3,8 @@
3 3 public enum FormFactor
4 4 {
5 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)
6 + // views simultaneously)
7 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!
8 + // determined to be a form of Mobile but w/ insufficient data to determine if Limited, will land here!
9 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 10 }