fading-text-view

A TextView that changes its content automatically every few seconds

Stars
1.7K

Bot releases are hidden (Show)

fading-text-view - 3.3 Latest Release

Published by rosenpin 10 months ago

What's Changed

Full Changelog: https://github.com/rosenpin/fading-text-view/compare/3.2...3.3

fading-text-view - v3.2

Published by rosenpin over 1 year ago

fading-text-view - v3.1

Published by rosenpin over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rosenpin/fading-text-view/compare/3.0...3.1

fading-text-view - v3.0

Published by rosenpin about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/rosenpin/fading-text-view/compare/v2.6...3.0

fading-text-view - 2.6

Published by rosenpin over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/rosenpin/fading-text-view/compare/2.5...v2.6

Note

This is not a new release, it's v2.6 that was released on October 2020.

fading-text-view - Libraries Update

Published by rosenpin almost 7 years ago

  • Updated support library to 26.1.0
  • Updated build tools and gradle version
  • Minor refactoring
fading-text-view - Libraries Update

Published by rosenpin about 7 years ago

Updated support libraries to 26.0.0

fading-text-view - Updated libraries

Published by rosenpin over 7 years ago

Updated support libraries

fading-text-view - Docs and more

Published by rosenpin over 7 years ago

  • Added documentation

  • Added a new refresh method to forcefully update the view

    This method should only be used to forcefully apply timeout changes
    It will dismiss the currently queued animation change and start a new animation

  • setTimeout(int) is now deprecated, please use setTimeout(double, TimeUnit) instead

fading-text-view - New version

Published by rosenpin over 7 years ago

You can now set the timeout period in time units other than milliseconds (Minutes, Seconds).
For example:

FTV.setTimeout(0.5, FadingTextView.TimeUnit.MINUTES);

Or:

FTV.setTimeout(30, FadingTextView.TimeUnit.SECONDS);

Also, added an option to set the timeout period to the default value:

FTV.setTimeout(FadingTextView.DEFAULT_TIME_OUT);
fading-text-view - Updated libraries

Published by rosenpin over 7 years ago

Updated support libraries and build tools
Updated Gradle version

fading-text-view - Bug fix

Published by rosenpin over 7 years ago

Fixed issue #5
Updated support libraries

fading-text-view - Support for 2.3+

Published by rosenpin over 7 years ago

Removed unused resources
Added support for android 2.3+

fading-text-view - Bug fixes, new methods

Published by rosenpin over 7 years ago

Added a setTexts(String[]) method
Added a setTimeOut method
pause and resume methods should now be executed automatically when the view is attached/detached
You can now use your own TextAppearance/TextColor/maxLines
Bug fix

fading-text-view - First release

Published by rosenpin almost 8 years ago

Badges
Extracted from project README
Related Projects