Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Updated README.md and moved LICENSE and COC files to the root dir. (#20)
Browse files Browse the repository at this point in the history
* Updated README.md, CHANGELOG.md, and moved LICENSE and COC files to the root dir.
  • Loading branch information
lnewcomer1 authored Jan 14, 2019
1 parent 0d887b6 commit 0b33ce2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ All notable changes to this project will be documented in this file.
- Sample app to show off the fixes
- TravisCI support
- Code Climate support
- Jitpack.io hosting support
- Jitpack.io hosting support

## [1.0.1] - 2019-01-14
### Changed
- Location of LICENSE and Code of Conduct files to be in the root directory
- README.MD to include the Jitpack.io badge and a link to my blog post for this solution
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

![Code Climate Maintainability](https://api.codeclimate.com/v1/badges/6e38eba221c06f300681/maintainability)

[![Jitpack.io Badge](https://jitpack.io/v/Ibotta/Supported-Picker-Dialogs.svg)](https://jitpack.io/#Ibotta/Supported-Picker-Dialogs)

## Installation
Step 1: Add jitpack.io repository to your root build.gradle
```java
Expand Down Expand Up @@ -31,6 +33,9 @@ It's a pretty strange issue with how the Android platform library handles these
Fear not though! This library adds a SupportedDatePickerDialog and SupportedTimePickerDialog to your project to fix the issue. These classes can be used in place
of any DatePickerDialog or TimePickerDialog and will continue to have the same functionality that these Android platform library's picker dialogs have.

## Background
If you would like to know how I got to my solution, check out my blog post on Medium! https://medium.com/building-ibotta/spinner-picker-dialogs-on-android-7-0-we-fixed-them-4dcda0f6102b

## Development
SupportedDatePickerDialog style example:
```java
Expand Down

0 comments on commit 0b33ce2

Please sign in to comment.