Timeline View Versions Save

Android Timeline View is used to display views like Tracking of shipment/order, steppers etc.

v1.1.5

3 years ago

Fixes #71

Thanks: @henriquenfaria for #92

v1.1.4

4 years ago

Closes #90

v1.1.3

4 years ago

Closes #87

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

v1.1.2

4 years ago

Closes #84

Thanks: @dexpota for resolving the issue.

v1.1.1

4 years ago
  • Updated sample app

Closes #70, Closes #67, Closes #66

Thanks: @tcqq for #66

v1.1.0

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

closes #22

v1.0.6

6 years ago

v1.0.5

7 years ago

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

timeline_padding

v1.0.4

7 years ago

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

v1.0.3

7 years ago

Added support for Orientation in Timeline