vipulasri/Timeline-View
 Watch   
 Star   
 Fork   
2020-05-29 20:43:04
Timeline-View

1.1.5

Fixes #71

Thanks: @henriquenfaria for #92

2020-03-12 01:58:46
Timeline-View

1.1.4

Closes #90

2020-01-04 22:58:49
Timeline-View

1.1.3

Closes #87

Thanks: @pcansUbi for pointing out the performance issue and resolving it.

2019-10-19 19:51:37
Timeline-View

1.1.2

Closes #84

Thanks: @dexpota for resolving the issue.

2019-09-29 22:07:51
Timeline-View

1.1.1

  • Updated sample app

Closes #70, Closes #67, Closes #66

Thanks: @tcqq for #66

2018-12-16 13:58:14
Timeline-View

1.1.0

  • Re-written library drawing logic 😎
  • Library now supports dotted/dashed line in TimelineView 🎉
  • Updated sample app

closes #22

2018-01-13 18:33:42
Timeline-View
2017-03-05 22:37:30
Timeline-View

1.0.5

Added support for padding between line and marker: app:linePadding use this attribute in xml to apply padding.

timeline_padding

2017-02-28 19:13:50
Timeline-View

1.0.4

Added following new methods:

  1. setMarker(Drawable marker, int color) to set a new marker drawable and color tint the drawable
  2. setMarkerColor(int color) to change color of current marker
  3. setStartLine(int color, int viewType) to set/change the color of start line
  4. setEndLine(int color, int viewType) to set/change the color of end line
2017-02-11 15:09:00
Timeline-View

1.0.3

Added support for Orientation in Timeline