Skip to content

Commit

Permalink
Update Readme for RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Jan 15, 2017
1 parent a941b4c commit 9e2d0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
####ANNOUNCEMENT: Important and Revolutionary changes are foreseen in v5.0.0. Please see [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).

###### Fast and versatile Adapter for your RecyclerView
- **NEW!** First release candidate: [v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) built on 2016.12.29
- **NEW!** First release candidate: [v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) built on 2017.01.14
- If you come from previous versions, update your code following the Wiki page [Migrations](https://github.com/davideas/FlexibleAdapter/wiki/Migrations).

> When initially Android team introduced the RecyclerView widget, we had to implement a custom Adapter in several applications, again and again to provide the items for our views.<br/>
Expand All @@ -19,7 +19,7 @@ Since I created this library, it has become easy to configure how views will be
The idea behind is to regroup multiple features in a unique library, without the need to customize and import several third libraries not compatible among them.

The FlexibleAdapter helps developers to simplify this process without worrying too much about the Adapter anymore. It's easy to extend, it has predefined logic for different situations and prevents common mistakes.<br/>
This library is configurable and it guides the developers to create a better user experience and now, even more with the new ViewHolders and new features.
This library is configurable and it guides the developers to create a better user experience and now, even more with the new features.

#### Main features
* Simple item selection with ripple effect, Single & Multi selection mode.
Expand Down Expand Up @@ -102,7 +102,7 @@ You can download the latest demo App from the latest release page OR run it with

# Change Log
###### Latest release
[v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) - 2016.12.29
[v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) - 2017.01.14

###### Old releases
[v5.0.0-b8](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-b8) - 2016.09.17 |
Expand Down

0 comments on commit 9e2d0f8

Please sign in to comment.