Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Jul 18, 2017
1 parent c4fa9c7 commit f7e4aba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

![Screenshot](preview.png)

Insanely easy way to create clickable links within a `TextView`.
Insanely easy way to create clickable links within a `TextView`.

While creating [Talon for Twitter](https://github.com/klinker24/Talon-for-Twitter), one of the most difficult things I encountered was creating these clickable links based on specific text. Luckily, I have made it easy for anyone to apply this type of style to their `TextView`'s.

Expand Down Expand Up @@ -32,7 +32,7 @@ This is the preferred way. Simply add:

```groovy
dependencies {
compile 'com.klinkerapps:link_builder:1.6.0'
compile 'com.klinkerapps:link_builder:1.6.1'
}
```

Expand Down
5 changes: 4 additions & 1 deletion changelog.md
@@ -1,5 +1,8 @@
## Changelog

### Version 1.6.0:
- Remove `Spannable` that would be consumed by other links so they are fully clickable

### Version 1.6.0:
- Improvements around support for regular expression matching

Expand Down Expand Up @@ -48,7 +51,7 @@
- Fix: if no matches are found when linking regular expressions, the text would not be shown at all
- Convert line endings from CRLF to LF for git repository
- Add changelog
- Add release tags
- Add release tags

### Version 1.0.3:
- Use the `TextView` to preform haptic feedback instead of `Vibrator` class.
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Expand Up @@ -14,8 +14,8 @@
# limitations under the License.
#

VERSION_NAME=1.6.0
VERSION_CODE=17
VERSION_NAME=1.6.1
VERSION_CODE=18

MIN_SDK=9
TARGET_SDK=25
Expand All @@ -42,4 +42,3 @@ POM_DEVELOPER_NAME=Luke Klinker
POM_NAME=Android TextView LinkBuilder
POM_ARTIFACT_ID=link_builder
POM_PACKAGING=aar

0 comments on commit f7e4aba

Please sign in to comment.