Skip to content

Commit cb7b7ee

Browse files
committed
Merge branch 'release/1.0.2' into develop
2 parents aef0791 + fb04b56 commit cb7b7ee

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ Initial version of the ExpandableTextView
88
1.0.1
99
-----
1010
Added support for Interpolators + update demo Activity
11+
12+
1.0.2
13+
-----
14+
Fixed some issues related to rotating a device from portrait to landscape (and the other way around)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Demo
88
----
99
This repository also contains a demo project.
1010

11-
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.1/demo.gif)
11+
![Demo](https://raw.githubusercontent.com/Blogcat/Android-ExpandableTextView/release/1.0.2/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.1@aar')
35+
compile ('at.blogc:expandabletextview:1.0.2@aar')
3636
}
3737
```
3838

@@ -134,6 +134,7 @@ expandableTextView.setOnExpandListener(new ExpandableTextView.OnExpandListener()
134134
Roadmap
135135
=======
136136

137+
* add method to know if the TextView is expandable or not
137138
* optional fading edge at the bottom of the TextView
138139
* update demo project with more examples
139140

expandabletextview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
def fullVersion = '1.0.1'
5+
def fullVersion = '1.0.2'
66

77
group = 'at.blogc'
88
version = fullVersion

0 commit comments

Comments
 (0)