Skip to content

Releases: oxeanbits/forecast-chart

Fixing empty EndDate Bar entry

13 Jul 14:36
4ce9000
Compare
Choose a tag to compare
  • When EndDate is empty or null, it shows no red bar, instead drawing a bar at timestamp 0.

Create new entry data model

13 Jul 09:52
f5eb92d
Compare
Choose a tag to compare
  • Create a new entry data model in the core module to abstract the MPAndroidChart library models.
  • update Gradle (5.1.1 -> 6.7.1).
  • update Android Gradle Plugin (3.1.4 -> 4.0.1).
  • update targetSdkVersion (28 -> 29).
  • Ktlint fixes.

Make ForecastComponent Reactive

23 Apr 21:50
725bda2
Compare
Choose a tag to compare

Add auxiliar anvil components to do renderization

Remove redundant core folder inside of core module

  • Add group and application name for publishing

  • Add configuration for publishing sources, javadoc and aar file

  • Update lib of anvil to anvil-sdk21

  • Add missing properties to extra in gradle

  • Change permission use of gradlew to 755

Implemented Function to change Date Format and Decimal Format

31 Jan 18:43
7cfd3e6
Compare
Choose a tag to compare
  • Date format editable
  • Decimal format editable
  • Updated Threeten library

Implemented fixed Marker View and hide Details Labels

20 Dec 16:43
Compare
Choose a tag to compare
  • Fixed tooltip marker view
  • Hide Label Details by default (is a configurable attribute on component)

Chart Component Improvement

06 Dec 17:41
1be74a0
Compare
Choose a tag to compare
  • Created separated attributes for each element, improving creation of the chart component.

Added zoom option and marker view improvement

04 Dec 18:49
Compare
Choose a tag to compare
  • Add zoom enable option to the chart creation;
  • Hide marker view when chart is not pressed.

Added new line to chart and new creation method

04 Dec 16:52
Compare
Choose a tag to compare
  • Added forecasted data dashed line to chart;
  • Allows the chart creation with or without the production target data.

Date-time conversion bug fix

25 Nov 17:05
e5e5149
Compare
Choose a tag to compare

Base code added

22 Nov 16:56
4785e68
Compare
Choose a tag to compare

This version has the base code for building the forecast chart.