Skip to content

Releases: bmarrdev/android-DecoView-charting

DecoView 1.2

03 Jul 04:12
Compare
Choose a tag to compare

Fixes issue #22 and restructures sample application.

There are no changes to the API that will break existing users of the library. Simply update your gradle dependency to upgrade to this release.

DecoView 1.1

08 May 22:07
Compare
Choose a tag to compare

Adds new shadow feature. There are no changes to the API that will break existing users of the library. Simply update your gradle dependency to upgrade to this release.

DecoView 1.0.1

18 Apr 22:15
Compare
Choose a tag to compare

Resolves an issue only seen on the Nexus 6P. Calls to Canvas.createArc with a sweep angle of 0 draw a complete 360 degree circle, on all other devices this not rendered at all, ie. 0 degree sweep.

v1.0.1 Beta Release

18 Apr 22:09
Compare
Choose a tag to compare
v1.0.1 Beta Release Pre-release
Pre-release

Resolves an issue only seen on the Nexus 6P. Calls to Canvas.createArc with a sweep angle of 0 draw a complete 360 degree circle, on all other devices this not rendered at all, ie. 0 degree sweep.

DecoView 1.0.0

09 Apr 02:46
Compare
Choose a tag to compare
DecoView 1.0.0 Pre-release
Pre-release
  • Update travis continuous integration
  • Support for Android Studio 2.0
  • Static file analysis changes pulled
  • Update targetSdkVersion to 23
  • Update build tools to 23
  • Update AppCompat library 'com.android.support:appcompat-v7:23.3.0'
  • Verify support for Android N
  • Verify split screen behavior on Android N

DecoView 0.9.6

31 Jan 05:01
Compare
Choose a tag to compare

This release fixes an issue where the line width of arc was incorrect if onPause() was triggered while animating the series show effect.

DecoView 0.9.5

08 Sep 22:33
Compare
Choose a tag to compare

This release removes the android:allowBackup attribute from the DecoView library. In previous releases declaring this attribute prevents the application consuming the library from overriding the attribute due to a known issue in the manifest merge.

DecoView 0.9.4

30 Aug 11:10
Compare
Choose a tag to compare
  • Added pause() and resume() support for data series move animation
  • Added pause/resume sample fragment to sample app
  • Added support for 0 duration move events (no animation)
  • Changed default move effect animation duration from 2000ms to duration calculated by total series spin duration
  • Deprecated function DecoView.getSeriesItem(int index). Use DecoView.getChartSeries(int index).getSeriesItem()

XML attributes name prefixing

27 Aug 12:38
Compare
Choose a tag to compare

All xml attributes are now prefixed with 'dv_' to avoid naming conflicts

DecoView 0.9.2

12 Aug 12:10
Compare
Choose a tag to compare

DecoView: Beautiful animated circular charts.

  • Implemented continuous integration build and testing using Travis
  • Added compatibility back to Android API 8 (Android 2.2)
  • New samples added to the demo app
  • Primary and secondary gradient colors switched

decoview_header