-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: AndroidChart/android-DecoView-charting
base: master
head repository: bmarrdev/android-DecoView-charting
compare: master
- 18 commits
- 74 files changed
- 3 contributors
Commits on Apr 18, 2016
-
DrawArc with sweep of 0 differs by device
Prevent drawArc being called with a sweep of 0 as on the Nexus 6P this draws a complete circle, every other device with Android 6.0 draws nothing.
Configuration menu - View commit details
-
Copy full SHA for 7e6d8dc - Browse repository at this point
Copy the full SHA 7e6d8dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 486ca3a - Browse repository at this point
Copy the full SHA 486ca3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 272a2d8 - Browse repository at this point
Copy the full SHA 272a2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce9c4b - Browse repository at this point
Copy the full SHA 6ce9c4bView commit details
Commits on May 2, 2016
-
Implement shadows for SeriesItem
Implement shadows the appear around SeriesItem. This is done using the Paint.setShadowLayer() feature, which will not work for canvas draw operations such as drawArc() when Hardware acceleration is enabled, which is the case on API 14+ by default.
Configuration menu - View commit details
-
Copy full SHA for 1b09997 - Browse repository at this point
Copy the full SHA 1b09997View commit details
Commits on May 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 82c93de - Browse repository at this point
Copy the full SHA 82c93deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 471fcf7 - Browse repository at this point
Copy the full SHA 471fcf7View commit details -
Update SamplePauseFragment to add shadow
Added a demonstration of applying a shadow to a DecoView SeriesItem. This includes disabling the hardware acceleration which is unsupported for shadows, and insetting the SeriesItem to prevent the shadow from attempting to render outside the bounds of the view
Configuration menu - View commit details
-
Copy full SHA for 16eac7b - Browse repository at this point
Copy the full SHA 16eac7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 917f7e4 - Browse repository at this point
Copy the full SHA 917f7e4View commit details -
Merge pull request bmarrdev#20 from bmarrdev/Shadow
Implement DecoView shadow feature
Configuration menu - View commit details
-
Copy full SHA for 1b4457d - Browse repository at this point
Copy the full SHA 1b4457dView commit details
Commits on Jul 3, 2016
-
On EFFECT_SHOW reveal Paint width may not yet be set, use the seriesI…
…tem object to get the width instead of Paint object. Github issue bmarrdev#22
Configuration menu - View commit details
-
Copy full SHA for ee1ce65 - Browse repository at this point
Copy the full SHA ee1ce65View commit details -
Rename sample project from 'app' to 'sampleapp' to make it clear this…
… is a sample showing how to use DecoView and does not contain the DecoView library itself
Configuration menu - View commit details
-
Copy full SHA for 69eec22 - Browse repository at this point
Copy the full SHA 69eec22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f75b7 - Browse repository at this point
Copy the full SHA 94f75b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c5597 - Browse repository at this point
Copy the full SHA 87c5597View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9df63d - Browse repository at this point
Copy the full SHA d9df63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8760ad1 - Browse repository at this point
Copy the full SHA 8760ad1View commit details -
Update gradle dependencies to v1.2
compile 'com.github.bmarrdev:android-DecoView-charting:v1.2'
Configuration menu - View commit details
-
Copy full SHA for 06042a6 - Browse repository at this point
Copy the full SHA 06042a6View commit details
Commits on Jul 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3f1bfab - Browse repository at this point
Copy the full SHA 3f1bfabView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master