Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
package org.litesoft.useragent;

public enum FormFactor {
    LimitedSV, // e.g. Phones, iPods, Google Glass, Smart TVs (anything that has a limited input capability and can or should not display multiple browser
    //                 views simultaneously)
    OtherSV, // e.g. Tablets (presumably larger that a phone, better input capabilities but still single view - though probably with tabs) if a device is
    //                 determined to be a form of Mobile but w/ insufficient data to determine if Limited, will land here!
    OtherMV // This FormFactor is the default if the FormFactor could not be determined.  These are assumed to be able to show multiple views simultaneously!
}

Commits for litesoft/trunk/DeviceDesktopTest/src/org/litesoft/useragent/FormFactor.java

Diff revisions: vs.
Revision Author Commited Message
961 Diff Diff GeorgeS picture GeorgeS Fri 01 Aug, 2014 03:13:31 +0000

Externalization Work.

950 Diff Diff GeorgeS picture GeorgeS Thu 19 Jun, 2014 17:57:04 +0000

New Lines

935 Diff Diff GeorgeS picture GeorgeS Fri 30 May, 2014 20:28:08 +0000

Reformatted.

924 Diff Diff GeorgeS picture GeorgeS Fri 14 Mar, 2014 22:02:56 +0000

Drop IWS

920 GeorgeS picture GeorgeS Sun 16 Feb, 2014 19:06:51 +0000

DDT w/ Jetty