Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AppDevNext/AndroidChart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.4
Choose a base ref
...
head repository: AppDevNext/AndroidChart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3
Choose a head ref
  • 12 commits
  • 11 files changed
  • 3 contributors

Commits on Jul 28, 2026

  1. Bump lintVersion from 32.2.1 to 32.3.1

    Bumps `lintVersion` from 32.2.1 to 32.3.1.
    
    Updates `com.android.tools.lint:lint-api` from 32.2.1 to 32.3.1
    
    Updates `com.android.tools.lint:lint-checks` from 32.2.1 to 32.3.1
    
    Updates `com.android.tools.lint:lint` from 32.2.1 to 32.3.1
    
    Updates `com.android.tools.lint:lint-tests` from 32.2.1 to 32.3.1
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.lint:lint-api
      dependency-version: 32.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.android.tools.lint:lint-checks
      dependency-version: 32.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.android.tools.lint:lint
      dependency-version: 32.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.android.tools.lint:lint-tests
      dependency-version: 32.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 28, 2026
    Configuration menu
    Copy the full SHA
    c2d3ba8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #813 from AppDevNext/dependabot/gradle/master/lint…

    …Version-32.3.1
    
    Bump lintVersion from 32.2.1 to 32.3.1
    hannesa2 authored Jul 28, 2026
    Configuration menu
    Copy the full SHA
    9c580b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2026

  1. Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.4.0 to 2.4.10

    Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.4.0 to 2.4.10.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.4.0...v2.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
      dependency-version: 2.4.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 29, 2026
    Configuration menu
    Copy the full SHA
    0b28170 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. Bump gradle/actions from 6 to 6.2.0

    Bumps [gradle/actions](https://github.com/gradle/actions) from 6 to 6.2.0.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@v6...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    9c6ab50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #814 from AppDevNext/dependabot/gradle/master/org.…

    …jetbrains.kotlin-kotlin-gradle-plugin-2.4.10
    
    Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.4.0 to 2.4.10
    hannesa2 authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    19c1d08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #815 from AppDevNext/dependabot/github_actions/mas…

    …ter/gradle/actions-6.2.0
    
    Bump gradle/actions from 6 to 6.2.0
    hannesa2 authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    81200bb View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. Bump org.jetbrains.kotlin.plugin.compose from 2.4.0 to 2.4.10

    Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.4.0 to 2.4.10.
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v2.4.0...v2.4.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin.plugin.compose
      dependency-version: 2.4.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    3e7e955 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #816 from AppDevNext/dependabot/gradle/master/org.…

    …jetbrains.kotlin.plugin.compose-2.4.10
    
    Bump org.jetbrains.kotlin.plugin.compose from 2.4.0 to 2.4.10
    hannesa2 authored Aug 4, 2026
    Configuration menu
    Copy the full SHA
    efbb722 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2026

  1. Add option to change hole color when using compose version of PieChar…

    …t [PieChartComposable].
    
    Also add example to the activity showcase
    collfi committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    d84f7bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    930612f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #817 from collfi/feaure/compose-pie-chart-hole-color

    Add option to change hole color when using compose version of PieChart
    hannesa2 authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    921d716 View commit details
    Browse the repository at this point in the history
  4. Add new screenshot

    hannesa2 committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    d6a5922 View commit details
    Browse the repository at this point in the history
Loading