You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
# FlexibleAdapter
8
8
9
9
### ANNOUNCEMENT: Important changes in latest release
10
-
-**NEW!**Second release candidate: [v5.0.0-rc2](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc2) built on 2017.06.10
10
+
-**NEW!**Third release candidate: [v5.0.0-rc3](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc3) built on 2017.10.20
11
11
- If you come from previous versions, update your code following the Wiki page [Migrations](https://github.com/davideas/FlexibleAdapter/wiki/Migrations).
12
12
- Please read [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).
13
13
@@ -22,28 +22,30 @@ The FlexibleAdapter helps developers to simplify this process without worrying t
22
22
This library is configurable and it guides the developers to create a better user experience and now, even more with the new features.
23
23
24
24
### Main features
25
-
* Simple, Single & Multi selection mode with [ActionModeHelper](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-ActionModeHelper) and with ripple effect.
25
+
* Simple, Single & Multi selection mode with [ActionModeHelper](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-ActionModeHelper).
26
26
* Auto mapping multi view types with [Item interfaces](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Item-Interfaces).
27
27
* Predefined [ViewHolders](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-ViewHolders) with click listeners and others callbacks.
28
-
***NEW!**Customizable [FastScroller](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-FastScroller) with new features.
28
+
* Customizable [FastScroller](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-FastScroller) with new features.
29
29
* Customizable [Scrolling Animations](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Adapter-Animations) based on adapter position and beyond.
30
30
* Customizable [Animations](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Adapter-Animations#item-animations-when-items-are-notified) when adding and removing items.
31
-
***NEW!**[Advanced item decoration](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Flexible-Item-Decoration) (customizable dividers, sections gap and item offsets).
31
+
*[Advanced item decoration](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Flexible-Item-Decoration) (customizable dividers, sections gap and item offsets).
32
32
* Restore deleted items with [UndoHelper](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-UndoHelper); Works with Expandable items too!
33
33
* Async [Filter](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Search-Filter) with Spannable text; Result list is animated; **NEW!** With optional original list; Works with sub items too!
34
34
*[High performance](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Search-Filter#performance-result-when-animations-are-active) updates and filter on big list (far better than _DiffUtil_).
35
35
*[Headers and Sections](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Headers-and-Sections) with sticky behaviour fully clickable and collapsible, elevation, transparency and automatic linkage!
36
-
***NEW!**[Scrollable Headers and Footers](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Scrollable-Headers-and-Footers) items that lay respectively at the top and at the bottom of the main items.
36
+
*[Scrollable Headers and Footers](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Scrollable-Headers-and-Footers) items that lay respectively at the top and at the bottom of the main items.
37
37
* Easy runtime position calculation for adding/moving items in sections.
38
38
*[Expandable items](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Expandable-items) with _Selection Coherence_ and multi-level expansion.
39
39
*[Drag&Drop and Swipe-To-Dismiss](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Drag&Drop-and-Swipe#swiping-the-front-view) with Leave-Behind pattern and with _Selection Coherence_.
40
-
***NEW!** Innovative bottom and top [EndlessScroll](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-On-Load-More) (_No OnScrollListener_).
|<ahref='https://bintray.com/davideas/maven/flexible-adapter?source=watch'alt='Get automatic notifications about new "flexible-adapter" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-databinding?source=watch'alt='Get automatic notifications about new "flexible-adapter-databinding" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<imgsrc='https://www.bintray.com/docs/images/bintray_badge_greyscale.png'>|
|<ahref='https://bintray.com/davideas/maven/flexible-adapter?source=watch'alt='Get automatic notifications about new "flexible-adapter" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-livedata?source=watch'alt='Get automatic notifications about new "flexible-adapter-livedata" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<ahref='https://bintray.com/davideas/maven/flexible-adapter-databinding?source=watch'alt='Get automatic notifications about new "flexible-adapter-databinding" versions'><imgsrc='https://www.bintray.com/docs/images/bintray_badge_bw.png'></a>|<imgsrc='https://www.bintray.com/docs/images/bintray_badge_greyscale.png'>|
75
74
76
75
# Wiki!
77
76
I strongly recommend to read the **new [Wiki](https://github.com/davideas/FlexibleAdapter/wiki) pages**, where you can find a comprehensive Tutorial.<br/>
@@ -80,7 +79,7 @@ Wiki pages have been completely reviewed to support all the coming features of v
80
79
### Pull requests / Issues / Improvement requests
81
80
Feel free to contribute and ask!<br/>
82
81
Active discussions:
83
-
-[The next steps of development: RC3 > Final Release > Extensions](https://github.com/davideas/FlexibleAdapter/issues/361).
82
+
-[The next steps of development: Final Release > Extensions](https://github.com/davideas/FlexibleAdapter/issues/361).
84
83
-[Snapshots and Pre-Releases for FlexibleAdapter v5.0.0](https://github.com/davideas/FlexibleAdapter/issues/39).
85
84
86
85
### Under the hood
@@ -121,9 +120,10 @@ This [Wiki page](https://github.com/davideas/FlexibleAdapter/wiki/5.x-%7C-Demo-A
0 commit comments