Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 3a28811

Browse files
committed
* [r] Updates CHANGELOG.md
* [r] Updates README.md with latest version and other changes with fix for maven shield
1 parent 3a55e98 commit 3a28811

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# From v0.2.0:
2+
3+
## New Features
4+
* Adds supports for RTL layouts
5+
6+
## Bug Fixes
7+
* Fixes popup view for RTL - Suraj Shah
8+
9+
#### Updated Dependencies
10+
* Upgrades dependencies
11+
112
# From v0.1.3:
213

314
# Minor Changes

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# <img src ="https://upload.wikimedia.org/wikipedia/commons/b/b5/Kotlin-logo.png" width=24> RecyclerViewFastScroller
22

33
![Github release](https://img.shields.io/github/release/quiph/recyclerview-fastscroller.svg)
4-
![Maven version](https://img.shields.io/maven-metadata/v/http/central.maven.org/maven2/com/quiph/ui/recyclerviewfastscroller/maven-metadata.xml.svg) ![Code size](https://img.shields.io/github/languages/code-size/quiph/recyclerview-fastscroller.svg?colorB=4bc51d) [![Android Weekly #317](https://img.shields.io/badge/Android%20Weekly-%23317-1eafe6.svg)](https://androidweekly.net/issues/issue-317) [![Kotlin Weekly #101](https://img.shields.io/badge/Kotlin%20Weekly-%23101-9e5ef2.svg)](https://mailchi.mp/kotlinweekly/kotlin-weekly-100-sytgpg6yuv?e=55ca282aa1)
4+
![Maven Central](https://img.shields.io/maven-central/v/com.quiph.ui/recyclerviewfastscroller)
5+
![Code size](https://img.shields.io/github/languages/code-size/quiph/recyclerview-fastscroller.svg?colorB=4bc51d)
6+
[![Android Weekly #317](https://img.shields.io/badge/Android%20Weekly-%23317-1eafe6.svg)](https://androidweekly.net/issues/issue-317)
7+
[![Kotlin Weekly #101](https://img.shields.io/badge/Kotlin%20Weekly-%23101-9e5ef2.svg)](https://mailchi.mp/kotlinweekly/kotlin-weekly-100-sytgpg6yuv?e=55ca282aa1)
58

69
A simple, easy to use and configurable fast scroller for `RecyclerView`
710

8-
<img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_contacts.gif" width=280> <img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_countries.gif" width=280> <img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_numbers.gif" width=280>
11+
<img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_contacts.gif" width=240> <img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_countries.gif" width=240> <img src = "https://github.com/quiph/RecyclerView-FastScroller/raw/master/graphics/recording_numbers.gif" width=240>
912

1013
## Adding the dependency
1114
```groovy
12-
implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.0'
15+
implementation 'com.quiph.ui:recyclerviewfastscroller:0.2.1'
1316
```
1417
## Java-only project?
1518
As Kotlin compiles to Java, there's no need to externally add the Kotlin runtime or any other Kotlin dependencies when using this. Also the library is **100% compatible with Java** and requires **no migration** of the base project to Kotlin.

0 commit comments

Comments
 (0)