Skip to content

Commit 37122bd

Browse files
committed
update README and CHANGELOG
1 parent 629deb4 commit 37122bd

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ Fixed some issues related to rotating a device from portrait to landscape (and t
1616
1.0.3
1717
-----
1818
Removed attributes from AndroidManifest, because they may conflict with the ones in your app AndroidManifest
19+
20+
1.0.4
21+
-----
22+
Added support for Android O

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Android-ExpandableTextView
22
==========================
3-
An expandable TextView for Android applications (4.0+).
3+
An expandable TextView for Android applications (4.1+).
44

55
[ ![Download](https://api.bintray.com/packages/blogcat/maven/android-expandabletextview/images/download.svg) ](https://bintray.com/blogcat/maven/android-expandabletextview/_latestVersion)
66

77
Demo
88
----
99
This repository also contains a demo project.
1010

11-
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.3/demo.gif)
11+
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.4/demo.gif)
1212

1313
Add dependency
1414
--------------
@@ -32,7 +32,7 @@ library dependency
3232

3333
```groovy
3434
dependencies {
35-
compile 'at.blogc:expandabletextview:1.0.3'
35+
compile 'at.blogc:expandabletextview:1.0.4'
3636
}
3737
```
3838

@@ -131,13 +131,6 @@ expandableTextView.setOnExpandListener(new ExpandableTextView.OnExpandListener()
131131
});
132132
```
133133

134-
Roadmap
135-
=======
136-
137-
* add method to know if the TextView is expandable or not
138-
* optional fading edge at the bottom of the TextView
139-
* update demo project with more examples
140-
141134
License
142135
=======
143136

0 commit comments

Comments
 (0)