https://github.com/lecho/hellocharts-android

sort by:
Revision Author Date Message Commit Date
c41419c Merge pull request #439 from TylerCarberry/patch-1 Update README.md 18 March 2018, 20:35:52 UTC
efd9850 Update README.md 24 August 2017, 22:20:58 UTC
1f40120 Merge pull request #383 from annie-l/master Add support for a gradient in the area under a line chart 25 January 2017, 19:46:45 UTC
f9c0edc add support for a gradient in the area under a line chart. goes from the full color to transparent at the y axis. 17 January 2017, 19:12:51 UTC
5c1dbd4 Upgrade gradle plugin to 2.1..0 and support-v4 to 23.3.0 22 May 2016, 18:58:30 UTC
e267c11 Changed build tools version to 23.0.3, don't use rc version 13 April 2016, 19:17:34 UTC
4fb2c07 Update build tools and suport library versions 11 April 2016, 20:23:16 UTC
d69432b Merge pull request #267 from zsoltk/fix-endless-loop Use absolute value of contentRectDimension. Fixes #266. 10 April 2016, 15:22:30 UTC
135ba44 Use absolute value of contentRectDimension. Fixes #266. 09 April 2016, 14:37:18 UTC
0d86b4a Fixed horizontal scroll for preview charts 21 March 2016, 20:45:46 UTC
a1b1c69 added doc on the canScrollHorizontally method 21 March 2016, 20:32:31 UTC
6d8f6b6 prevent parent from scrolling if the chart can be scrolled (that is, zoomed and not against its edge vs. direction of scroll) 21 March 2016, 20:32:21 UTC
fb9731d Update build properties 21 March 2016, 20:11:59 UTC
46d8888 Fixed missing EventListener import 21 March 2016, 20:11:32 UTC
e4acf4c Merge pull request #256 from ofirgeller/patch-1 Needes for xamarin binding to work 21 March 2016, 19:43:52 UTC
b99b07c Needes for xamarin binding to work Xamarin has problems when events have the same names making the binding fail. this fixes it. 19 March 2016, 19:04:51 UTC
0d46f0b Merge pull request #253 from MascioSpam/master Corrected Typos in comments 14 March 2016, 18:08:26 UTC
09a388e Corrected Typos in comments 14 March 2016, 16:27:11 UTC
977f0e6 Merge pull request #197 from EyalBira/master Fixed example code error in README.md 05 October 2015, 21:35:22 UTC
54c56c6 Fixed example code error in README.md 05 October 2015, 15:04:47 UTC
70f28df Update readme 27 September 2015, 15:29:56 UTC
f5c52c3 Update version to 1.5.8 27 September 2015, 15:29:14 UTC
21f28cd Fixed drawing label in selection mode for pie chart Fixed #188 27 September 2015, 15:27:09 UTC
5ea6436 Update tools to 23 18 September 2015, 21:02:10 UTC
fc819aa Update readme 02 September 2015, 17:28:14 UTC
4b9df16 Update version to 1.5.7 02 September 2015, 17:25:48 UTC
6a24cd4 Useful comments for pushing to maven central 02 September 2015, 17:21:31 UTC
557de8a Fix width bug in moveTo method 02 September 2015, 17:21:09 UTC
10b529e Update version to 1.5.6 02 July 2015, 18:21:07 UTC
7d38a9f Fixed darken color for case when point color is different than line color 02 July 2015, 18:15:01 UTC
11230a0 Merge pull request #148 from akperkins/allowToChangePointColor added the ability to supply points with their own custom colors 02 July 2015, 17:56:18 UTC
ad1273b added the ability to supply points with their own custom colors 02 July 2015, 03:17:53 UTC
57be790 Merge pull request #140 from akperkins/easierToAddRenderer Added individual column and line chart renderers for the Combo chart 08 June 2015, 19:46:40 UTC
199c919 Added individual chart column and line chart renderers for the Combo chart 07 June 2015, 12:21:59 UTC
f87677c Fixed Line copy constructor to copy isSquare value 20 May 2015, 16:01:20 UTC
32d89b6 Update readmi for version 1.5.5 17 May 2015, 18:13:25 UTC
5fa99a6 Update version to 1.5.5 17 May 2015, 18:03:51 UTC
de93e90 Merge pull request #133 from jorisvergeer/feature/square-lines Added square lines 17 May 2015, 17:41:43 UTC
dbb282b Added square lines 15 May 2015, 11:56:27 UTC
f19102d PieChart - better fix for issue with 1px slices spacing even when user set 0dp spacing 10 May 2015, 18:13:09 UTC
1ea2470 PieChart - fixed issue with 1px slices spacing even when user set 0dp spacing 10 May 2015, 18:06:58 UTC
9463d06 Update target sdk to 22 10 May 2015, 18:06:13 UTC
545db25 Update readme with JitPack.io dependency 10 May 2015, 17:50:00 UTC
54d0220 Reformatted source code 10 May 2015, 16:44:33 UTC
29259ab Updated formatter to use spaces instead of tabs 10 May 2015, 16:43:19 UTC
db65e1f Update readme, changed badges' positions 03 May 2015, 19:41:08 UTC
722589b Update readme with JitPack.io badge 03 May 2015, 19:38:20 UTC
aa01d2e Fixed problem with axes inside on LineChart when points are enabled Margin added to compensate points radius caused axes labels to be improperly aligned. 29 April 2015, 19:43:17 UTC
3f986e3 Documentation folder, empty 09 April 2015, 20:15:21 UTC
c0fb141 Update app version to 1.5.4, update gradle plugin to 1.1.3 30 March 2015, 19:59:42 UTC
c6e6c73 Simplify diamond shape draw code 25 March 2015, 21:11:15 UTC
87fa221 Added diamond shape to LineChart samples 25 March 2015, 21:10:51 UTC
c073645 Merge pull request #93 from FedericoPonzi/diamond-shape Diamond shape 25 March 2015, 20:53:59 UTC
a7591d9 Updated max label length to 64 chars Avoid ArrayIndexOutOfBoundsException when label is longer than max label length(64chars) Fixed #105 23 March 2015, 20:45:17 UTC
2c3b920 Fixed possibility of dividing by zero in AxesRenderer.prepareCustomAxis() Fixed #95 15 March 2015, 20:18:21 UTC
5412690 Replace old code for the path. 10 March 2015, 21:17:23 UTC
0004a99 Adds diamond shape support 10 March 2015, 20:59:04 UTC
5a1aab1 Update version to 1.5.3 09 March 2015, 19:29:00 UTC
28a6c94 Fixed pie slices separation when there is only one slice Fixed #91 09 March 2015, 19:22:22 UTC
56fc837 Removed <p/> from javadocs:// 07 March 2015, 16:56:40 UTC
39ccbba Update version:/ 07 March 2015, 16:47:35 UTC
fb81ccd Reformatted code according to my code style 07 March 2015, 16:37:05 UTC
aed475f Fixed pie slices separation That may slow down PieChartRenderer as it doesn't use hardware acceleration any more Fixed #82 Fixed #90 07 March 2015, 16:34:36 UTC
cd8d1c7 Reformatted AxisRenderer 04 March 2015, 20:54:06 UTC
7e4b74a Fixed option to set value label color Fixed #88 04 March 2015, 20:49:20 UTC
a26ff7e Update library version to 1.5.1 03 March 2015, 21:27:10 UTC
51784b8 Fixed initialization for autoValuesToDrawTab Fixed #48 03 March 2015, 21:26:48 UTC
1dd4448 Fixed ChartsUtils to return 0 from dp2px method when dp == 0 02 March 2015, 19:45:19 UTC
debe228 Fixed drawing labels for PieChart when label is longer than slice width 02 March 2015, 19:42:39 UTC
be476d7 Code style for AndroidStudio 02 March 2015, 18:30:02 UTC
3fd88a4 Don't allow to select point for lines that have points disabled Fixed #84 22 February 2015, 15:28:54 UTC
29d55c8 Change setLabel(char[]) into setLabel(String) Methods setLabel(char[]) and char[] getLabel() are deprecated 17 February 2015, 19:25:16 UTC
9c36029 Draw single point when line has one PointValue Fixed #80 17 February 2015, 19:03:56 UTC
696c2ae Merge pull request #79 from andrewdavidmackenzie/master Fixed spelling mistake in menu 13 February 2015, 20:00:26 UTC
4b15a53 Fixed spelling mistake in menu Toglge -> Toggle 13 February 2015, 16:02:38 UTC
4d93b84 Update README.md 12 February 2015, 19:27:01 UTC
955394c Update README.md 11 February 2015, 21:11:13 UTC
a1f702d Update README.md with Maven Central information 11 February 2015, 21:07:03 UTC
8c7f8f9 Update README.md 10 February 2015, 21:23:53 UTC
4e125a8 Update version to 1.5.0, library uploaded to Maven Central 10 February 2015, 21:07:37 UTC
0c7ba1f Fixed malformed HTML javadoc output which breaks maven publish 09 February 2015, 20:21:39 UTC
b510e81 Merge pull request #76 from johnjohndoe/feature/publish-to-maven-central-71 Prepare configuration for Maven Central deployment. 09 February 2015, 19:05:07 UTC
ae1e6d4 Merge pull request #78 from dgmltn/override-chart-renderer Added setChartRenderer for easier overriding. 09 February 2015, 19:04:31 UTC
14cf708 Added setChartRenderer for easier overriding. Also, simplified AbstractChartView descendants by using setChartRenderer. 06 February 2015, 23:35:29 UTC
4439e80 Prepare configuration for Maven Central deployment. + Steps to do: Create `~/.gradle/gradle.properties` as described here: https://github.com/chrisbanes/gradle-mvn-push + Further information here: http://zserge.com/blog/gradle-maven-publish.html + See issue #71. Please consider using semantic versioning and a `GROUP` id which is owned by you. This can be either a domain or your GitHub repository: `GROUP=com.github.lecho.hellocharts-android` which can then be referenced via Gradle as `compile 'com.github.lecho.hellocharts-android:hellocharts-library:1.4'`. 06 February 2015, 17:42:53 UTC
d36ee53 Fixed issue with cutting of descent part of bottom label name Fixed #74 05 February 2015, 18:00:33 UTC
1aa6734 Added coverity badge to README.md 04 February 2015, 18:16:54 UTC
0462710 Merge pull request #70 from johnjohndoe/make-gradle-wrapper-executeable Make Gradle wrapper executable. 04 February 2015, 17:07:46 UTC
788cfc5 Make Gradle wrapper executable. 04 February 2015, 09:58:10 UTC
5444a7f Removed unused members from ComboChartRenderer 02 February 2015, 20:40:06 UTC
ddb3a97 Removed unused variables 02 February 2015, 20:39:47 UTC
042d751 Fixed copy constructor for Axis.java 02 February 2015, 20:39:35 UTC
16f0d3a Update README.md with link to releases page 01 February 2015, 20:26:28 UTC
2114628 Update app version to 1.4(4) 01 February 2015, 19:44:39 UTC
eb3f0c2 Renamed calculateRawDistanceY into computeRawDistanceY 29 January 2015, 21:07:16 UTC
ec084b6 Fixed publishing library artifact to local maven repository Fixed #50 17 January 2015, 15:12:45 UTC
e0d6a91 Improved step calculation for axis with tilted labels 13 January 2015, 20:27:59 UTC
d81b6f5 Rename screen file 13 January 2015, 20:15:11 UTC
29fdbde Enable tilted labels for TempoChart 13 January 2015, 20:13:35 UTC
d3c6846 Update screens 13 January 2015, 20:13:20 UTC
back to top