From f7e4aba6091de07c0ebb63ac6b07c50b82262b14 Mon Sep 17 00:00:00 2001 From: Luke Klinker Date: Tue, 18 Jul 2017 09:22:53 -0500 Subject: [PATCH] v1.6.1 --- README.md | 4 ++-- changelog.md | 5 ++++- gradle.properties | 5 ++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fa7b9c5..34fee4e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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' } ``` diff --git a/changelog.md b/changelog.md index 0377f37..2d6123e 100644 --- a/changelog.md +++ b/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 @@ -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. diff --git a/gradle.properties b/gradle.properties index 0bac6d6..16db9e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -42,4 +42,3 @@ POM_DEVELOPER_NAME=Luke Klinker POM_NAME=Android TextView LinkBuilder POM_ARTIFACT_ID=link_builder POM_PACKAGING=aar -