Some code to deduce an OS/Platform/Browser out of a user-agent string, compatible with Java 1.6 or newer.
- You will find all you need on the homepage.
- You can browse the database - although it is a little rough right now.
- You can test any user-agent.
- You can browse the javadoc API.
- Leave a comment on the blog.
I will not merge pull requests, as most of this code and tests are generated. What you can do is open issues if you find problems or would like to suggest improvements. You can also leave a message on the blog if you just want to ask something.
Building with ant is as simple as installing ant and typing ant
.
Your jar can then be found in the build/
directory and the javadoc in build/doc/index.html
.
Building with ant is as simple as installing Maven and typing mvn release
Your jar can then be found in the target/
directory.