Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade to SDK 19 and add a degree suffix to weather temperature (also fix up docs). #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2015

  1. SDK 19 Compatibility port

    Move back to SDK 19 to support CM11 (KitKat 4.4)
    pselvana committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    adac0a9 View commit details
    Browse the repository at this point in the history
  2. Add Celsius or Farenheit Degree Suffix

    Add “C” or “F” to temperature line.
    pselvana committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    fb4ae8c View commit details
    Browse the repository at this point in the history
  3. Using the constants for UNITS_SI comparison

    Cleaner than the previous comparison.
    pselvana committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    10fa7f6 View commit details
    Browse the repository at this point in the history
  4. Fixing up keys.xml creation

    The root node is missing in the documentation. Also fixing a small typo.
    pselvana committed Oct 18, 2015
    Configuration menu
    Copy the full SHA
    6fa5e5b View commit details
    Browse the repository at this point in the history