- [FEATURE]: Ability to customize the relative time display text. This can be used for example to add prefixes or suffixes or return fully custom text
- [FEATURE]: Updated the sample apps with new samples that demonstrate how to customize the text to display
- [DEPRECATIONS]: Deprecated the
prefix
andsuffix
properties. These are not suitable for i18n. - [CHANGE]: Bumped the minSdk version of the sample apps to 14. Note that the minSdkversion of the library itself is still 8.
- [FIX]: Issue #47
- [TRANSLATIONS]: Correct translations for Dutch, added Danish
- [CHANGE]: Bumped versions of compileSdkVersion, targetSdkVersion, Gradle, Android Gradle plugin and buildToolsVersion
- [TRANSLATIONS]: Spanish, Ukrainian, Norwegian, Arabic, Dutch, Romanian
- BUGFIX: Fixed memory leak in
RelativeTimeTextView
- [TRANSLATIONS]: French, Portuguese
- [TRANSLATIONS]: Hebrew, Russian, Chinese, Slovak, German
- [CHANGE]: Set minSdk to 8
- [CHANGE]: Cleaned up unnecessary resources
- [MISC]: Update to latest build tools
- [NEW]: Included tasks for publishing to Maven Central
- BUGFIX: NPE seen when the RelativeTimeTextView has an initial visibility="gone"
- BUGFIX: RelativeTimeTextView does not show anything if the reference time was only set using the XML attribute reference_time
- [MISC]: Updated gradle files to 1.0.0
- [FEATURE]: Added option to add prefix and suffix to the RelativeTimeTextView (Credit @xiprox )
- [MISC]: Updated to recent versions of gradle, gradle plugin, build tools.
- [FEATURE]: Added Gradle Support. (Credit to @intrications )