Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 698 commits into from
Feb 16, 2021
Merged

update #1

merged 698 commits into from
Feb 16, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 18, 2016

  1. Configuration menu
    Copy the full SHA
    865c3da View commit details
    Browse the repository at this point in the history
  2. Remove unused local variable

    vpop committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    89f10e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Removed redundancies

    danielgindi committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    b53c8cd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    7ffa9ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e778c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63684f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1fe859 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0b9c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Configuration menu
    Copy the full SHA
    d4e2e69 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Update gradle

    PhilJay committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    01d8b24 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Configuration menu
    Copy the full SHA
    028328b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa14ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06bed33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8553da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf0f1fc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Merge pull request #2314 from mikedream89/master

    [FIX] not find centeringEnabled
    danielgindi authored Sep 30, 2016
    Configuration menu
    Copy the full SHA
    6f1d365 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Extend test cases

    PhilJay committed Oct 2, 2016
    Configuration menu
    Copy the full SHA
    323329d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3398cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Fix typo

    nielsz authored Oct 8, 2016
    Configuration menu
    Copy the full SHA
    463ef82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815dee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77063d View commit details
    Browse the repository at this point in the history
  4. Default spaceMin/spaceMax for bar charts

    This avoids having to set custom axisMinimum/axisMaximum, or offsetting x
    danielgindi committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    8d65596 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Configuration menu
    Copy the full SHA
    e106289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555176b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

  1. Merge pull request #2342 from nielsz/patch-1

    Fix typo
    PhilJay authored Oct 16, 2016
    Configuration menu
    Copy the full SHA
    221cd13 View commit details
    Browse the repository at this point in the history
  2. Update gradle & android sdk

    PhilJay committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    8ed6dd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    c83d2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730e5d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d65ffb8 View commit details
    Browse the repository at this point in the history
  4. Clear up grouped bar example

    PhilJay committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    0fec2ef View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    810c99c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    b618524 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Oct 19, 2016
    Configuration menu
    Copy the full SHA
    3ce2016 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Update README.md

    PhilJay authored Oct 22, 2016
    Configuration menu
    Copy the full SHA
    49b61e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7cffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a19bf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

  1. Update AxisBase.java

    Mistake fixed
    Ewg777 authored Oct 27, 2016
    Configuration menu
    Copy the full SHA
    bc13bc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Configuration menu
    Copy the full SHA
    fb8094e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b4d1a View commit details
    Browse the repository at this point in the history
  3. Fixed glitch in clipping rects.

    It's the Android's renderer's bug.
    When specifying exact clipping rects,
      they are clipping more than they should!
    So drawing a thin 1px line on the edge of a clipping rect fail.
    Instead of insetting by half the line width, inset by full line width.
    danielgindi committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    70691be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5580b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8045d64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a879e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00f3605 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    3928e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2016

  1. Fix: typo for October

    maheshgaya authored Nov 12, 2016
    Configuration menu
    Copy the full SHA
    262d877 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Gradle updates

    danielgindi committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    ee020bb View commit details
    Browse the repository at this point in the history
  2. Fixed EPSILON. (Closes #2432)

    Closes #2424
    Closes #2394
    Closes #2393
    Closes #2385
    danielgindi committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    0818d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb83a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e80fad View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Upgrade version

    PhilJay committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    a7fd778 View commit details
    Browse the repository at this point in the history
  2. Upgrade manifest

    PhilJay committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    08f295e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2016

  1. Update README.md

    PhilJay authored Nov 19, 2016
    Configuration menu
    Copy the full SHA
    345b4bc View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Update README.md

    PhilJay authored Dec 10, 2016
    Configuration menu
    Copy the full SHA
    9aaa332 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Dec 10, 2016
    Configuration menu
    Copy the full SHA
    8abe7e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    34e7f44 View commit details
    Browse the repository at this point in the history
  2. Gradle updates

    danielgindi committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    a934501 View commit details
    Browse the repository at this point in the history
  3. resetZoom()

    danielgindi committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    d5e5ec3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccf6b7e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Fix for default text size being set in PX instead of DP

    The default text size in ComponentBase was defined as 10 pixels
    instead of 10dp, which causes tiny text and does not reflect
    the javadoc and the general behavior of setTextSize(...)
    Patrick Ivarsson committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    6966b81 View commit details
    Browse the repository at this point in the history
  2. Fix circles inherit alpha (Fixes #2620)

    ISSUE:
    When using multiple LineDataSets like the follows:
    
        int solidColor = 0xFFFF00FF;
        dataSet.setColor(solidColor);
        dataSet.setCircleColor(solidColor);
    
        int semiTransparentColor = 0x8A000000;
        fadedSet.setColor(semiTransparentColor);
    
        LineData data = new LineData(dataSet, fadedSet);
    
    the circles in 'dataSet' will rendered with the alpha from
    fadedSet (0x8A).
    
    The reason for this is that mRenderPaint is not reset properly
    before drawing the circles. The first time drawCircles is called
    the imageCache.fill(...) method is used where the color is set by
    mRenderPaint.setColor(set.getCircleColor(i)), restoring the alpha
    to 0xFF. The second time homever, imageCache.fill(...) is not called
    which means that mRenderPaint will use it's old color/alpha,
    which in this case is from fadedSet.
    
    TEST INFO:
    To trigger the issue, add the following to LineChartActivity1:
    
        final ArrayList<Entry> fadedEntries = new ArrayList<>();
        for (int i = 0; i < count; i++) {
    
            float val = (float) (Math.random() * range) + 3;
            fadedEntries.add(new Entry(i, val));
        }
        final LineDataSet fadedDateSet = new LineDataSet(fadedEntries, "Faded");
        fadedDateSet.setColor(0x42000000);
    
        dataSets.add(fadedDateSet); // add the datasets
    
    and launch the first item in the example app.
    
    SOLUTION:
    This commit replaces mRenderPaint with null when drawing the circle
    bitmap. If circleColor has been defined with a semi-transparent
    color, it will be drawn that way in the cached bitmap, hence the the
    bitmap itself does not need to be drawn with an alpha.
    Patrick Ivarsson committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    30a3317 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. fix tests for java executable location. bug #2805

    travisfw committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    ed61808 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. fix #2813

    travisfw committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    7498277 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Implemented icon support

    danielgindi committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    a02e108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    144af7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2825 from danielgindi/icons

    Entry cons in all chart types
    danielgindi authored Feb 20, 2017
    Configuration menu
    Copy the full SHA
    23e0178 View commit details
    Browse the repository at this point in the history
  4. Improved feb29 formula

    danielgindi committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    94957fa View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    a5e0a9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2814 from travisfw/utf8-javadoc

    Set javadoc character encoding to utf8
    danielgindi authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    28166a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2811 from travisfw/master

    fix tests for java executable location in gradlew to be compatible with bash 4.3.42
    danielgindi authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    528e2e8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2621 from patrick-iv/fix_default_text_size

    Fix for default text size being set in PX instead of DP
    danielgindi authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    886cc9f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2622 from patrick-iv/fix_circle_inherit_alpha

    Fix circles inherit alpha #2620
    danielgindi authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    31b6022 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2414 from Ewg777/patch-1

    Fixed docs typo in AxisBase.java
    danielgindi authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    3ec493f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2463 from maheshgaya/master

    Fix: typo for October
    danielgindi authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    493e3d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    0c919ab View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Fix for missing setters in getInstance method

    The zoomAndCenterAnimated method in BarLineChartBase crashes with a NullPointer exception because the yAxis variable is null when onAnimationUpdate is called. The yAxis is null because of missing setters in the getInstance method of AnimatedZoomJob.
    stephenmcbride authored Feb 28, 2017
    Configuration menu
    Copy the full SHA
    6c54f0b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Update README.md

    PhilJay authored Mar 14, 2017
    Configuration menu
    Copy the full SHA
    993d273 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Mar 14, 2017
    Configuration menu
    Copy the full SHA
    2eb1290 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Update README.md

    PhilJay authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    6df13dd View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Updating versions

    PhilJay committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    b564704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557e556 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Mar 23, 2017
    Configuration menu
    Copy the full SHA
    208bf18 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. Update README.md

    PhilJay authored Mar 24, 2017
    Configuration menu
    Copy the full SHA
    f6a398b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Update README.md

    PhilJay authored Apr 4, 2017
    Configuration menu
    Copy the full SHA
    0af8681 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    acf985f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Create LICENSE

    PhilJay authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    fcb506c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3204 from PhilJay/add-license-1

    Create LICENSE
    PhilJay authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    695f481 View commit details
    Browse the repository at this point in the history
  3. Fix some potential NPEs with WeakReference usage

    Even if the WeakReference field is not null, the contained value may be null.  Additionally, you always need a strong reference to the value to ensure it isn't garbage collected while you're using it.
    scottkennedy committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    43ae497 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Update README.md

    PhilJay authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    ad3c82f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Update README.md

    PhilJay authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    4f77a15 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Configuration menu
    Copy the full SHA
    98f97f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed77076 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    ea93823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72031d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Configuration menu
    Copy the full SHA
    c97b8d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    d3c339d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Update README.md

    PhilJay authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    a5a482f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    f2dedb3 View commit details
    Browse the repository at this point in the history
  2. Out comment gradle wrapper

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    796dfb2 View commit details
    Browse the repository at this point in the history
  3. Update maven android plugin

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    ed9340e View commit details
    Browse the repository at this point in the history
  4. Add maven plugin to example

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    dfaffa3 View commit details
    Browse the repository at this point in the history
  5. Add new google repo

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    23aef1a View commit details
    Browse the repository at this point in the history
  6. Add new google repo

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    0868d9b View commit details
    Browse the repository at this point in the history
  7. Update README.md

    PhilJay authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    47485f8 View commit details
    Browse the repository at this point in the history
  8. Update version

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    5e97f56 View commit details
    Browse the repository at this point in the history
  9. Merge

    PhilJay committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    41aff3f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Update README.md

    PhilJay authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    1ac72ea View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    d900098 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Configuration menu
    Copy the full SHA
    e416736 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Update gitignore, add assets

    PhilJay committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    16a9be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6291017 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Update README.md

    PhilJay authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    b06439f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    21ad196 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    4b7eb1f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Update README.md

    PhilJay authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    44125a8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Dec 20, 2017
    Configuration menu
    Copy the full SHA
    8954409 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Update README.md

    PhilJay authored Dec 25, 2017
    Configuration menu
    Copy the full SHA
    779e0f5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Dec 25, 2017
    Configuration menu
    Copy the full SHA
    2c08b56 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Dec 25, 2017
    Configuration menu
    Copy the full SHA
    c867d7c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    PhilJay authored Dec 25, 2017
    Configuration menu
    Copy the full SHA
    c50f03c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Update README.md

    PhilJay authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    6ccaf94 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Dec 27, 2017
    Configuration menu
    Copy the full SHA
    8fd1a86 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Update README.md

    PhilJay authored Jan 12, 2018
    Configuration menu
    Copy the full SHA
    b3e2358 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Jan 12, 2018
    Configuration menu
    Copy the full SHA
    297ce9f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Jan 12, 2018
    Configuration menu
    Copy the full SHA
    a525088 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Add files via upload

    PhilJay authored Feb 24, 2018
    Configuration menu
    Copy the full SHA
    82668eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e1eb14 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Avoid that the last label entry in the x-labels clip off the edge of …

    …the screen #3819
    zhanglong authored and zhanglong committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    aee6058 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    1e6e58d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    508cc56 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    wilder committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    993a855 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Remove Custom Check

    calculate() no longer checks if min and max is custom, it just adds the padding.
    almic committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    e1411f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Merge pull request #3949 from WilderPereira/master

    Rename RadarChartActivitry to RadarChartActivity
    almic authored Apr 28, 2018
    Configuration menu
    Copy the full SHA
    215e0df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3898 from sembozdemir/pie_chart_value_line_colors

    PieChart: Add option for using slice color as value line color
    almic authored Apr 28, 2018
    Configuration menu
    Copy the full SHA
    40adb57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8ea67a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Merge pull request #3975 from hannesa2/AndroidStudio3.1.2

    update to Android Studio 3.1.2
    almic authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    9997a33 View commit details
    Browse the repository at this point in the history
  2. Create ISSUE_TEMPLATE.md

    almic authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    7286f87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fbd492 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Merge pull request #3207 from scottkennedy/weakref-fixes

    Fix some potential NPEs with WeakReference usage
    almic authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    89d18a7 View commit details
    Browse the repository at this point in the history
  2. refactor(EasingFunction): Simplified EasingFunction

    EasingFunction has been simplified greatly, and I've added a MUCH needed
    annotation to relevant methods.
    
    Easing.EasingOptions has been deprecated, as well as any methods using
    them. Converting is as simple as deleting the "EasingOptions" part.
    
    A new signature is available for animateXY()!
    
    You are now able to pass one EasingFunction to animateXY() if you want
    both axes to be animated the same way.
    
    Quietly included are some gradle build updates, incrementing the
    appcompat version to 27.1.1, and using the new `javacompiler` to avoid
    deprecation of `javacompile`
    almic committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    35c9fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5519c51 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Merge pull request #3820 from longup/master

    Fix last entry clipping bug #3819
    almic authored May 2, 2018
    Configuration menu
    Copy the full SHA
    640208c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3982 from almic/yaxis-calc

    Remove YAxis Custom Min/Max Check for Padding
    almic authored May 2, 2018
    Configuration menu
    Copy the full SHA
    89e50c8 View commit details
    Browse the repository at this point in the history
  3. Update issue templates

    almic committed May 2, 2018
    Configuration menu
    Copy the full SHA
    11bf7aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7eb395 View commit details
    Browse the repository at this point in the history
  5. Update Bug_report.md

    quick fix
    almic authored May 2, 2018
    Configuration menu
    Copy the full SHA
    00e284c View commit details
    Browse the repository at this point in the history
  6. Update CONTRIBUTING.md

    Condensed CONTRIBUTING and added helpful reference links.
    
    And cake!
    almic authored May 2, 2018
    Configuration menu
    Copy the full SHA
    1ff676e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2856 from stephenmcbride/master

    Fix for missing setters in getInstance method
    almic authored May 2, 2018
    Configuration menu
    Copy the full SHA
    0378e76 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Update README.md

    PhilJay authored May 3, 2018
    Configuration menu
    Copy the full SHA
    9b9d2a6 View commit details
    Browse the repository at this point in the history
  2. Delete lingering MyEasingFunction.java

    I made the decision to remove this file instead of updating it, as I'm
    sure most will instead prefer to look at the actual Easing class. If you
    miss this example class... ¯\_(ツ)_/¯
    almic committed May 3, 2018
    Configuration menu
    Copy the full SHA
    689d484 View commit details
    Browse the repository at this point in the history
  3. - multiple gradient color

    oatrice committed May 3, 2018
    Configuration menu
    Copy the full SHA
    e4ba3cd View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Merge pull request #4001 from oatrice/feature/muti_gradient

    [Feature] Multiple gradient color for barchart
    almic authored May 5, 2018
    Configuration menu
    Copy the full SHA
    c08ec81 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. docs(templates): Update Issue & PR templates

    I've updated the issue and pull request templates, again. This time I
    looked to the node.js request library for inspiration.
    
    It's no secret that this project has been attracting a LOT of very
    low-quality issues. Almost all are asking questions that can be easily
    answered if the person looked at the example project or the wiki.
    
    Specifically, the new Support_help.md file.
    
    This file will hopefully bait these low-quality support questions and
    reduce the number of opened issues regarding debugging or support
    significantly.
    
    I've updated the default ISSUE_TEMPLATE.md to be a copy of Bug_report.md
    to force people to read that notice text if they decide to not choose
    any of the templates.
    almic committed May 6, 2018
    Configuration menu
    Copy the full SHA
    03c538f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9583a18 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Update and reorganise copy data sets methods (Fix for #1604).

    Copying class properties is always done in protected copy method.
    RobertZagorski authored and Robert Zagorski committed May 8, 2018
    Configuration menu
    Copy the full SHA
    7abc9cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4008 from RobertZagorski/bugfix/#1604-update-and-…

    …reorganise--copy-data-sets-methods
    
    Update and reorganise copy data sets methods (Fix for #1604).
    almic authored May 8, 2018
    Configuration menu
    Copy the full SHA
    0b6632f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Fixed code review comments.

    pagrzybe committed May 9, 2018
    Configuration menu
    Copy the full SHA
    92c14db View commit details
    Browse the repository at this point in the history
  2. Remove mLabelRotatedHeight counted twice, when calculating legend off…

    …sets. (Fix for #2369).
    
    Removed statements where completely not needed as calculating offsets is alredy done in BarLineCharBase#calculateOffsets(...)
    RobertZagorski authored and Robert Zagorski committed May 9, 2018
    Configuration menu
    Copy the full SHA
    8943622 View commit details
    Browse the repository at this point in the history
  3. Fixed Javadoc

    MaximPestryakov authored May 9, 2018
    Configuration menu
    Copy the full SHA
    5869c9d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3642 from pagrzybe/autoscale_restrictions

    Option to set restrictions for Y axis autoscaling.
    almic authored May 9, 2018
    Configuration menu
    Copy the full SHA
    73054be View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4013 from RobertZagorski/bugfix/#2369-legend-offs…

    …et-is-not-calculated-twice-for-line-chart
    
    Remove mLabelRotatedHeight counted twice, when calculating legend offset
    almic authored May 9, 2018
    Configuration menu
    Copy the full SHA
    9ee3a74 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3478 from MaximPestryakov/patch-1

    Refactored LargeValueFormatter
    almic authored May 9, 2018
    Configuration menu
    Copy the full SHA
    53de181 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3451 from davidgoli/add-grid-lines-on-top-of-data

    Add option to draw limit lines on top of data
    almic authored May 9, 2018
    Configuration menu
    Copy the full SHA
    1485cdc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Remove redundant findViewById casts, that became obsolete after migra…

    …tion to API 26.
    RobertZagorski authored and Robert Zagorski committed May 10, 2018
    Configuration menu
    Copy the full SHA
    75dd04c View commit details
    Browse the repository at this point in the history
  2. docs(README): Update & simplify README

    - Re-ordered some of the sections
    - Simplified some sections
    - Reformatted here and there
    - Added a few emojis, how cute!
    
    The goal of this change was to hopefully further reduce the amount of
    issue support/ question spam. By moving the sections around to show the
    more important parts higher up, like usage and documentation links, I
    hope this will make it easier for people to find the documentation.
    almic committed May 10, 2018
    Configuration menu
    Copy the full SHA
    536a35a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Merge pull request #4018 from RobertZagorski/feature/remove-redundant…

    …-findViewById-casts
    
    [Enhancement] Remove redundant findViewById casts in example application
    almic authored May 13, 2018
    Configuration menu
    Copy the full SHA
    fe7a0f8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Update README.md

    PhilJay authored May 15, 2018
    Configuration menu
    Copy the full SHA
    b65ba08 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Update README.md

    PhilJay authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c1f6fce View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Update README.md

    PhilJay authored Aug 26, 2018
    Configuration menu
    Copy the full SHA
    073ad3c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Aug 26, 2018
    Configuration menu
    Copy the full SHA
    6f0b743 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Aug 26, 2018
    Configuration menu
    Copy the full SHA
    2316f85 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    PhilJay authored Aug 26, 2018
    Configuration menu
    Copy the full SHA
    e2a9110 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    PhilJay authored Aug 26, 2018
    Configuration menu
    Copy the full SHA
    20bca4a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Huge Project Refresh

    Before anyone freaks out, all these changes are under-the-hood, meaning that you probably won't even notice them at all.
    
    The biggest difference is raising the minSdkVersion from 9 to 14. Recently android bumped this number interally as there are basically no devices running lower than 14 anymore. Sorry but you are just wasting your time if you are trying to support anything lower than 14 now.
    
    The next biggest change is updating the project to the new AndroidX libraries, which changes some imports and nothing else really.
    
    The third biggest change is fixing a few bugs in the code that cause values to be drawn even if there are none, which results in your app crashing. Surprisingly, these checks already existed in a few of the newer chart types, but most lacked this simple check.
    
    Other than those three changes, nothing else is functionally different. Well, saving to gallery works on all charts in the example app now, and you can quickly see the code for each example in the menus.
    
    The only real potential "breaking" change is that charts are now saved as PNGs by default instead of JPGs if you go the route of not specifying as a JPG. You may want to double check your file sizes as PNGs can be larger than low quality JPGs.
    
    I still have more plans for simplifying the API and fixing other issues with the project, for the small few that closely pay attention to individual commits: there's going to be more soon.
    almic committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    d67ea48 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. More Linting

    Lots of things in the example app are now marked with the 'final' modifier, and saveToGallery() is protected in classes that implement it. As well, new suppressions are in a few places.
    
    NEW text is now removed completely. Looks like this has been unused for a long time and it's just stuck around anyway.
    almic committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    db7dda2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. More Cleanup

    I've removed the realm examples, mainly because the library was buggy.
    In the previous commit, I already removed the examples from the list
    since they didn't add anything to the overall demonstration. I thought
    that if anyone wants to use realm.io with the charts, they can see the
    actual library.
    
    The file structure has been updated to match how Android Studio does
    things. Some files added way back when have been deleted as they don't
    do anything but cause the linter to freak out about 'unused properties'
    
    All 'build.gradle' files have been refreshed as well.
    
    Small addition to the README file to add a quick way to reach sections
    of the page.
    almic committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    5030b36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2187 from vpop/update/redundant-nullcheck

    Remove nullcheck for known non-null variable
    almic authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    129ad15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2273 from vpop/update/unused-local

    Remove unused local variable
    almic authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    6ce9932 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Bump version to 3.1.0-alpha

    almic committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    9148f37 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Fix link error

    almic authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    608d9e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. New ValueFormatter

    I created a simplified value formatter class, which is an abstract class rather
    than an interface.
    
    The switch was chosen because the new format has all the methods predefined
    (something an interface wouldn't allow) meaning you can extend it and only
    change what you want. This also means that you only need one value formatting
    class for labels rather than two different classes, it just makes more sense.
    
    Please check the method signatures to learn how to use them, I'm sure you'll
    find this new format is much more customizable and faster to use.
    
    I've made the class abstract even though there are no abstract methods or
    fields, this is because it would certainly be a mistake to create a
    ValueFormatter and not override any methods.
    
    To convert existing code, just use 'extends' instead of 'implements' and change
    the names to 'ValueFormatter'. You'll need to change the methods you overwrite
    as well, just check the class and use the one you need.
    almic committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e5b6619 View commit details
    Browse the repository at this point in the history
  2. Remove Deprecated Things

    Long deprecated Legend constructor and positioning has been removed, it was
    replaced with a new way to position the Legend.
    
    The old Easing options have been removed now, accessing them is as easy as
    removing the `EasingOption` part, such that the names look like
    `Easing.Linear` or `Easing.EaseInOutQuad` now.
    almic committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    fc0e234 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Remove unnecessary API checks

    Also added run configuration for the MPChartExample.
    Removed deprecated Legend stuff.
    almic committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    29f4cc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Add Curved Slices to Pie Chart

    Finally added support for rounded slices, and somewhat improved the code
    for the PieChartRenderer class.
    almic committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    42cdba5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Add option to set minimum angles

    Allows to force minimum slice angles when drawing charts, which means that any
    slices with angles lower than the minimum will be drawn with the minimum angle.
    
    When changing this setting on the fly, you have to call
    `notifyDataSetChanged()` and `invalidate()` for the minimum angle to take
    effect.
    
    This only functions if all slices can be drawn with the minimum angle. For
    example if a chart has 5 slices, the largest functioning minimum angle is
    `72f` degrees on a 360 degree chart, or 20% of the chart's `maxAngle`.
    almic committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    aea2ff3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Update README.md

    PhilJay authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    c886bb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Update Bug_report.md

    PhilJay authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    59028d3 View commit details
    Browse the repository at this point in the history
  2. Update Feature_request.md

    PhilJay authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7df8a4c View commit details
    Browse the repository at this point in the history
  3. Update Support_help.md

    PhilJay authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    971640b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    2058f7b View commit details
    Browse the repository at this point in the history
  2. New example app release

    PhilJay committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    0c2ac2d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Update README.md

    PhilJay authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e95c1eb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Update README.md

    PhilJay authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    adb56e7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    12b4351 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    PhilJay authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    ed8876c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    0563fb4 View commit details
    Browse the repository at this point in the history
  2. fix little typo

    duchampdev committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    c5667d4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4512 from duchampdev/percent_formatter_sign_spacing

    PercentFormatter: make space between number and percent sign optional
    PhilJay authored Apr 27, 2019
    Configuration menu
    Copy the full SHA
    2340e12 View commit details
    Browse the repository at this point in the history
  4. Update gradle

    PhilJay committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    fffe9a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    726616d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Create FUNDING.yml

    PhilJay authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    dc59171 View commit details
    Browse the repository at this point in the history
  2. Update FUNDING.yml

    PhilJay authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    cb26ed4 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Update README.md

    PhilJay authored Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d86f39c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Safe guards

    These will be even more important when moving to Kotlin ranges
    danielgindi committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    95027fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ebf3fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1987d7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634a690 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4ca1f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e725e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f54750 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    912427e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4549ae1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bafb0fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea816e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34c3cea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8df9eda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ce14e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    58545bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7752efe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ae59e7a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c97c8d2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    13aee59 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fcc5af7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e02e9be View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    14456f4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45240c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    34fefd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0668d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de836a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e4a32e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4787 from danielgindi/feature/catching_up_to_ios

    Feature/catching up to ios
    danielgindi authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    f8d068d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f053377 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Fixed merge residue

    danielgindi committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    351e341 View commit details
    Browse the repository at this point in the history
  2. Implement a more generic Fill class instead of GradientColor

    Support HorizontalBarChart too.
    danielgindi committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    c0e7f56 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fill'

    * fill:
      Implement a more generic Fill class instead of GradientColor
    danielgindi committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    eae9773 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Update LICENSE

    The LICENSE file was not properly filled out. It was missing some templates that were supposed to be filled in at the end of the license.  Additionally, the entire Apache 2.0 license is not required on a project that makes use of it. Only this disclaimer is required.
    
    See http://www.apache.org/licenses/LICENSE-2.0#apply under the "How to apply the Apache License to your work" for more information.
    nathan-fiscaletti authored Feb 1, 2020
    Configuration menu
    Copy the full SHA
    55df9ad View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. fix NPE when use solid color with barchart

    Anirut Teerabut committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    cef967f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b67673 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33240f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90e5230 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Merge pull request #4802 from oatrice/fix_crash_solid_color_barchart

    fix NPE when use solid color with barchart
    danielgindi authored Feb 9, 2020
    Configuration menu
    Copy the full SHA
    9347dd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Update README.md

    PhilJay authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    05f658d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Merge pull request #4799 from nathan-fiscaletti/patch-1

    Fixes Apache 2.0 license application details
    
    According to http://www.apache.org/licenses/LICENSE-2.0#apply
    danielgindi authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    13b2f68 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Update README.md

    PhilJay authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    f7509d5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Update README.md

    PhilJay authored May 12, 2020
    Configuration menu
    Copy the full SHA
    423fc67 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Update LICENSE

    PhilJay authored May 26, 2020
    Configuration menu
    Copy the full SHA
    8e4dccf View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Revert: e5b6619 - bring back polymorphism to value formatters

    If anyone does not know how to add a space or change the format in anyway,
    please learn how to subclass.
    danielgindi committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    bc0be2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5011 from danielgindi/fix/value_formatter

    Revert: e5b6619 - bring back polymorphism to value formatters
    danielgindi authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    8c92fcd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update README.md

    PhilJay authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    696ebd0 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilJay authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5a732b0 View commit details
    Browse the repository at this point in the history