Giter Site home page Giter Site logo

screeninfo's Introduction

ScreenInfo Icon

ScreenInfo

A simple app to display the screen configuration parameters for an Android device.

Copyright (c) 2011 Michael J. Portuesi (http://www.jotabout.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Privacy Policy (for users of the application)

ScreenInfo does not require personal information in order to use it. ScreenInfo does not utilize Android system permissions that could allow it to obtain personal or device-specific identification information, nor does it ask you for this information while it is in use.

ScreenInfo collects information pertaining to one thing only: the display screen characteristics of your Android device. It does not share information with other apps or services unless you explicitly choose to do so via the "Share" menu.

Contributors

The following individuals have contributed to the development of ScreenInfo, through code contributions. Thank you!

screeninfo's People

Contributors

mportuesisf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

screeninfo's Issues

Display dimensions on screen

Description

As a developer, I would like to see rule lines on the screen that show the actual dimensions of the screen so that I know exactly how many pixels there are.

Acceptance Criteria
  • Develop a custom view that can display a drafting-style rule line, both horiz and vertically
  • Integrate into the interface
  • Unit tests

Screen Aspect Ratio

Description

As a developer, I would like to see the screen aspect ratio of the device so that I can better judge how my UX will look/perform.

Assumptions
  • This must be derived from the physical width/height of the display
Acceptance Criteria
  • Calculate Screen Aspect ratio as an integer:integer value
  • Calculate Screen Aspect Ratio as a value over 1 (width over height)
  • Display in Screen Info
  • Include in Share report
  • Unit tests

Visual Redesign

Description

As a user of ScreenInfo, I would like the app to look nicer so that it is pleasing to use.

Assumptions
  • We will use as many modern UI idioms as possible, but must stay compatible with older devices (back to API 8, Froyo)
  • Require a visual mock to start
Acceptance Criteria
  • New look implemented
  • Any requisite tests updated
  • Runs on Froyo device
  • Runs on latest (Lollipop) device

Unit tests

Description

As a ScreenInfo developer, I want unit tests so that I can be certain the basic features work properly.

Assumptions
  • We will use the new Android unit test support
Acceptance Criteria
  • Tests for the Screen model object
  • Tests for the main activity

Display resource lookup string

Description

As a developer, I would like to see the resource naming lookup string that matches this device so that I can get a better idea of which layouts and drawables will b

Assumptions
  • We need to stay compatible with old devices
Acceptance Criteria
  • Display a series of strings in matching order, using:
    -- minWidthDP (for modern devices)
    -- fully qualified screen size/density (pre-honeycomb)
    -- qualified just density
    -- qualified size
    -- generic
  • Include in screen display
  • Include in share report
  • Unit tests

DP/DPI Calculator

Description

As a developer, I would like to convert between pixel sizes for the various screen densities so I can know what size my assets should be.

Acceptance Criteria
  • Displays fields for DPI ldpi, mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi, (and also DP)
  • User enters data in one field
  • All other fields are calculated
  • Calculation rounds to nearest whole number
  • Display a square region on the screen of that box, in DP units
  • Unit tests

Port to Android Studio/Gradle

Description

As a potential developer of ScreenInfo, I would like it to work with Android Studio so that I can develop using modern tools.

Acceptance Criteria
  • Import to Android Studio
  • Clean up old Eclipse artifacts
  • Builds and runs in emulator and on real device

Lollipop support

Description

As an Android developer, I would like ScreenInfo to support the latest release of Android so that its results are meaningful on the latest hardware.

Acceptance Criteria
  • Bump to API 22
  • Add support for new screen sizes/densities with Android API (I think xxxhdpi is missing)
  • Runs on Lollipop
  • Runs on old device (Froyo/Gingerbread)

Redeploy to Google Play

Description

As the developer of ScreenInfo, I want the app to be published in the Play Store once again so that people can use it.

Assumptions
  • Prep a list of the artifacts (promo art, etc) that Play Store requires nowadays for a successful app submission.
Acceptance Criteria
  • App back in Google Play store

SPIKE: Android Wear support

Description

Investigate and decide if supporting Android Wear makes sense.

Assumptions
  • This can be done via emulation - I don't have a Wear device
Acceptance Criteria
  • What does it take to package an app for Android wear?
  • Does Android Wear provide useful info?
  • Can we tell if the screen is round, for instance?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.