Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
package org.litesoft.useragent;

/**
 * This enum is to encode the basic two ways of interacting with the user.
 * <p/>
 * Specifically, weather the user can (or should) be able to see multiple views (or pages) simultaneously, as most
 * desktops can, but most mobile devices either can't or due to their small size shouldn't!
 */
public enum UserAgentFormFactor {
    MultiViewable, // This is the default if SingleViewOnly could not be determined (It is assumed to be a desktop,
    // and hence can show multiple views simultaneously)!
    SingleViewOnly // e.g. Phones, iPods, Google Glass, Smart TVs & Tablets.
}

Commits for litesoft/trunk/DeviceDesktopTest/src/org/litesoft/useragent/UserAgentFormFactor.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

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