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

Remove java interface convention #2795

Closed
wants to merge 3 commits into from
Closed

Remove java interface convention #2795

wants to merge 3 commits into from

Commits on Sep 17, 2017

  1. Merge pull request #1 from danielgindi/master

    Updating fork from main
    jjatie authored Sep 17, 2017
    Configuration menu
    Copy the full SHA
    f32c71b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Removed/Renamed Interface types

    All protocols prefaced with "I" have been renamed with the "I", following Swift API guidelines.
    The concept of Interfaces were carried over from the Java implementation and don't belong here.
    All DataSet "Interfaces" have been removed as they don't provide anything to the framework that subclassing doesn't already provide. This also makes DataSets like other related types including `ChartData`, DataEntries, `ChartView`s, etc.
    jacobchristie committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    95c0fba View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Merged latest 1.0

    jjatie committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    aa9eec2 View commit details
    Browse the repository at this point in the history