Skip to content

Commit

Permalink
Deprecate Library
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Turner committed Jun 15, 2017
1 parent 44320f1 commit 9309125
Showing 1 changed file with 4 additions and 57 deletions.
61 changes: 4 additions & 57 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,6 @@
# Expandable RecyclerView
# Deprecated
This library has been deprecated. Feature development and bug fixing is no longer planned. Feel free to fork for your development.

A custom RecyclerView which allows for an expandable view to be attached to each ViewHolder
### Replacements

[![Build Status](https://travis-ci.org/bignerdranch/expandable-recycler-view.svg?branch=master)](https://travis-ci.org/bignerdranch/expandable-recycler-view)

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Expandable%20RecyclerView-green.svg?style=flat)](https://android-arsenal.com/details/1/2119)

For more information please see [the website](http://bignerdranch.github.io/expandable-recycler-view/).

## Release Candidate

This is a release candidate for 3.0.0, for the latest stable version please see [v2.1.1](https://github.com/bignerdranch/expandable-recycler-view/tree/v2.1.1)

## Download

[v3.0.0-RC1 AAR](http://repo1.maven.org/maven2/com/bignerdranch/android/expandablerecyclerview/3.0.0-RC1/expandablerecyclerview-3.0.0-RC1.aar)

**Gradle**
```
compile 'com.bignerdranch.android:expandablerecyclerview:3.0.0-RC1'
```
## Contributing

#### Issues or Comments

If you have an idea for a feature enhancement or a bug fix, we'd love to know! We handle issue tracking using GitHub's issue system, so please add your issue/comment there.

#### Updates and Fixes

We also welcome all pull requests, ideally your work is based off of a request in our GitHub issues. We really love [good commit messages](http://chris.beams.io/posts/git-commit/) and atomic commits.

The `dev-4.0.0` branch is used for any incompatible API changes, since they will cause a 4.0.0 release. If your work breaks or changes any existing API's we ask that you target and branch off of the `dev-4.0.0` branch.

If you have a bug fix or adding functionality without affecting current API, you should target and branch off of `master`. This way, we're flexible to pull in bug fixes and additional features as soon as possible.

## License

The MIT License
Copyright (c) 2015 Big Nerd Ranch
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.
Take a look at [Groupie](https://github.com/lisawray/groupie) for a more featured implementation. Thoughbot's [expandable-recycler-view](https://github.com/thoughtbot/expandable-recycler-view) offers similar api and functionality.

0 comments on commit 9309125

Please sign in to comment.