Skip to content

Releases: vipulasri/Timeline-View

1.1.5

29 May 12:48
Compare
Choose a tag to compare

1.1.4

11 Mar 18:00
Compare
Choose a tag to compare

Closes #90

1.1.3

04 Jan 15:02
Compare
Choose a tag to compare

Closes #87

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

1.1.2

19 Oct 11:54
Compare
Choose a tag to compare

Closes #84

Thanks: @dexpota for resolving the issue.

1.1.1

29 Sep 14:13
Compare
Choose a tag to compare
  • Updated sample app

Closes #70, Closes #67, Closes #66

Thanks: @tcqq for #66

1.1.0

16 Dec 06:00
Compare
Choose a tag to compare
  • Re-written library drawing logic 😎
  • Library now supports dotted/dashed line in TimelineView 🎉
  • Updated sample app

closes #22

1.0.6

13 Jan 10:36
Compare
Choose a tag to compare
v1.0.6

UPDATE: Readme

1.0.5

06 Mar 04:57
Compare
Choose a tag to compare

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

timeline_padding

1.0.4

02 Mar 10:36
Compare
Choose a tag to compare

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

1.0.3

02 Mar 10:35
Compare
Choose a tag to compare

Added support for Orientation in Timeline