Skip to content

Commit

Permalink
Prepare for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jinatonic committed Apr 28, 2017
1 parent 976e776 commit f2da542
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.2.0 *(2017-04-28)*
----------------------------
* Add support for textStyle and text shadow attributes.
* Fix levenshtein bug that caused characters to disappear in animations.
* Update gradle dependencies

Version 1.1.1 *(2016-11-08)*
----------------------------
* Add minimum support for arbitrary characters.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Getting started
Add the ticker dependency to your `build.gradle`.

```groovy
compile 'com.robinhood.ticker:ticker:1.1.1'
compile 'com.robinhood.ticker:ticker:1.2.0'
```


Expand Down Expand Up @@ -75,8 +75,8 @@ tickerView.setAnimationInterpolator(new OvershootInterpolator());
tickerView.setGravity(Gravity.START);
```

Note that you can also specify `android:textColor` and `android:textSize` attributes using
`android:textAppearance` and provide it with an appropriate style.
For the full list of XML attributes that we support, please refer to the
[attrs](https://github.com/robinhood/ticker/blob/master/ticker/src/main/res/values/attrs.xml) file.


Performance
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.1.1
VERSION_NAME=1.2.0
GROUP=com.robinhood.ticker

POM_DESCRIPTION=A textview for Android that supports scrolling text animation.
Expand Down

0 comments on commit f2da542

Please sign in to comment.