Commit graph

  • f91093a184 Adjusted gradle file. Philipp Jahoda 2014-08-03 17:16:32 +02:00
  • dfc194bea5 Improved saveToGallery(...) method. Philipp Jahoda 2014-08-03 17:04:59 +02:00
  • ee08f2a5c0 Code cleanup. Philipp Jahoda 2014-08-03 16:27:15 +02:00
  • 1bbcc530c4 Merge pull request #20 from dodocat/develop Philipp J. 2014-08-03 16:23:42 +02:00
  • a09842f34c Update README.md Philipp J. 2014-08-02 22:17:40 +02:00
  • 28e726a1e4 Bugfix in the piechart, improved highlighting, added feature for space between slices. Philipp Jahoda 2014-08-02 22:15:37 +02:00
  • c19b1a415c Merge readme. Philipp Jahoda 2014-08-02 20:18:00 +02:00
  • 797a553017 Removed dead code, fixed centerViewPort(...) issue. Philipp Jahoda 2014-08-02 20:17:29 +02:00
  • 950825607d add gradle support Jing Quanqi 2014-08-02 00:52:43 +08:00
  • 5cfdde68ca Update README.md Philipp J. 2014-08-01 15:47:39 +02:00
  • f179354e23 Improvements in the example project. v1.3.1 Philipp Jahoda 2014-08-01 15:30:43 +02:00
  • 34fe3c547b Fixed issue that restrained the viewport after returning from a locked screen. Philipp Jahoda 2014-08-01 14:33:58 +02:00
  • d930ac232f Major improvements concerning x-axis labels and y-axis labels. Both can now be positioned around the chart or on both sides. Minor bugfixes. Philipp Jahoda 2014-08-01 14:01:32 +02:00
  • 4c201334d8 Merged pull request. Philipp Jahoda 2014-07-31 09:00:56 +02:00
  • c63c79abf0 Merge pull request #17 from CTNCardoso/master Philipp J. 2014-07-31 08:42:42 +02:00
  • 063c4bb04f Position of the y-axis labels can now be set between LEFT, RIGHT and BOTH_SIDED. Philipp Jahoda 2014-07-30 19:23:05 +02:00
  • 909728be75 Update README.md Philipp J. 2014-07-30 09:58:05 +02:00
  • 954ed0eaa3 Minor bugfixes and optimizations. Philipp Jahoda 2014-07-29 18:25:02 +02:00
  • b2f7402caf Update README.md Philipp J. 2014-07-28 23:08:34 +02:00
  • 95f285b551 All values ​​"Entry.getVal ()" equal Cristian Cardoso 2014-07-28 16:11:34 -04:00
  • 51f295dd34 Removing space case "mDrawLegend = false;" Cristian Cardoso 2014-07-28 15:46:13 -04:00
  • c950270294 Merge pull request #2 from PhilJay/master CTN Cardoso 2014-07-28 14:29:54 -04:00
  • 3bdafb2833 Update README.md Philipp J. 2014-07-28 18:58:55 +02:00
  • 820920ae7c Update README.md Philipp J. 2014-07-28 17:55:20 +02:00
  • 36812b56fa Update README.md Philipp J. 2014-07-28 17:54:53 +02:00
  • 788b931bba Update README.md Philipp J. 2014-07-28 17:50:47 +02:00
  • 30160bbe77 Merge readme. Philipp Jahoda 2014-07-28 17:48:52 +02:00
  • 8e21707d29 Example improvement, packagename refactoring, ... Philipp Jahoda 2014-07-28 17:48:27 +02:00
  • 3917ec507b Improved examples, improved piechart design. Philipp Jahoda 2014-07-28 16:42:47 +02:00
  • 2ff2defbea Update README.md Philipp J. 2014-07-27 13:01:41 +02:00
  • 3aa437287c Update README.md Philipp J. 2014-07-27 12:12:06 +02:00
  • d1350ec5d0 Merge readme. Philipp Jahoda 2014-07-27 12:07:39 +02:00
  • f07b306b51 PieChart now supports legends. Philipp Jahoda 2014-07-27 12:07:17 +02:00
  • c78e2e3be1 Improvements of the examples. Philipp Jahoda 2014-07-27 10:14:26 +02:00
  • 712bf99330 Improved legend, now position below-chart-right possible. Philipp Jahoda 2014-07-27 01:01:00 +02:00
  • 5bba11aab4 Worked on simple examples. Introduced FileUtils for loading and saving data to a textfile. Minor bugfixes. Philipp Jahoda 2014-07-27 00:46:11 +02:00
  • a6f35d574e Major improvements to the Legend, Legend now groups colors of the same DataSet. Worked on examples. Philipp Jahoda 2014-07-26 15:31:39 +02:00
  • ff01a15210 Started implementing examples for simple straight forward charts. Philipp Jahoda 2014-07-25 20:09:00 +02:00
  • 89480c7463 Update README.md Philipp J. 2014-07-25 13:08:52 +02:00
  • fe68e879d4 Update README.md v1.2.1 PhilJay 2014-07-25 00:51:51 +02:00
  • 7f50143545 Update README.md PhilJay 2014-07-25 00:48:53 +02:00
  • ccf06e764b Merge readme. Philipp Jahoda 2014-07-25 00:40:02 +02:00
  • 703f9f760f Performance and design improvements. New method centerViewPort(...) allows to aim the view to a specific area in the chart. Philipp Jahoda 2014-07-25 00:39:35 +02:00
  • 98554a053f Removed DataSet type, now replaced by DataSet labels. Philipp Jahoda 2014-07-22 19:25:19 +02:00
  • 40bd87f4b5 Update README.md PhilJay 2014-07-22 00:43:02 +02:00
  • 453022a818 Update README.md PhilJay 2014-07-21 23:53:05 +02:00
  • ef82bde467 Update README.md PhilJay 2014-07-21 21:29:08 +02:00
  • 79da5f25a6 Merged and added screenshot. Philipp Jahoda 2014-07-21 21:27:05 +02:00
  • 5efcc2a779 Update README.md PhilJay 2014-07-21 21:21:27 +02:00
  • 524f26043d Finished a first version of the Legend. Philipp Jahoda 2014-07-21 21:08:44 +02:00
  • 1260f55055 Worked on the legend. Philipp Jahoda 2014-07-20 22:11:27 +02:00
  • 13104b2651 Started working on legend. Did some refactoring. Philipp Jahoda 2014-07-17 21:49:21 +02:00
  • 259a803128 Started working on styling for borders, grid, background and legend. Philipp Jahoda 2014-07-15 11:35:51 +02:00
  • 1eac9da30c Update README.md PhilJay 2014-07-15 00:58:12 +02:00
  • b9ef3e68a0 Update README.md PhilJay 2014-07-15 00:57:48 +02:00
  • 40a0e2507a Update README.md PhilJay 2014-07-15 00:55:42 +02:00
  • c3387ea9dd Update README.md PhilJay 2014-07-15 00:55:03 +02:00
  • 05e163a153 Merged readme. v1.1.1 Philipp Jahoda 2014-07-15 00:50:59 +02:00
  • 1b5f8d4bf6 Merged experimental and master. Major improvements. Data filtering also working in a first version. Philipp Jahoda 2014-07-15 00:49:51 +02:00
  • b17aa0f200 Data filtering now working in a first version. Philipp Jahoda 2014-07-15 00:47:40 +02:00
  • bf73017386 Fixed severe MarkerView bug. Setting scale minima now working instantly. Philipp Jahoda 2014-07-14 21:23:56 +02:00
  • 8d8561d3c2 General improvements, added dashed line effect to LineChart. Approximation/Filtering not working yet. Philipp Jahoda 2014-07-13 15:15:59 +02:00
  • 38a1ed0c92 General improvements, worked on data-filtering. Philipp Jahoda 2014-07-12 22:53:43 +02:00
  • a4b0ff828a Improved the MarkerView, merged stuff. Philipp Jahoda 2014-07-11 15:45:25 +02:00
  • b90f61758b Merged. Philipp Jahoda 2014-07-11 14:44:43 +02:00
  • 1bbbb97f01 minor changes. Philipp Jahoda 2014-07-11 14:39:38 +02:00
  • 883c8b08ea now possible to highlight when drawing and drag highlighted value around ph1lb4 2014-06-20 14:05:45 +02:00
  • 2e97764021 changed incorrect naming of listener interface ph1lb4 2014-06-20 11:08:59 +02:00
  • 3bb765c17b target sdk changed to newest android version ph1lb4 2014-06-20 11:06:50 +02:00
  • 5a19e397aa Code cleanup, documentation. Philipp Jahoda 2014-06-17 12:20:12 +02:00
  • db0c921a91 MarkerView issue resolved. MarkerView can now be drawn when selecting values. Added possibility to set custom marker layout. Philipp Jahoda 2014-06-16 22:35:41 +02:00
  • 30e54a3aa3 Improved touchlistener, added more documentation. Min scale levels can be set (up to 1f, < 1f not working), worked on filtering (not working yet). Philipp Jahoda 2014-06-14 22:51:37 +02:00
  • fbc5324d87 Improved and cleaned up the example project, added documentation. Philipp Jahoda 2014-06-07 17:05:11 +02:00
  • 15df9ff505 Fixed merge conflicts. Philipp Jahoda 2014-06-07 16:05:44 +02:00
  • 72ee6438f6 merge conflict resolved ph1lb4 2014-06-06 11:49:32 +02:00
  • 939ef5c89c bug fixes ph1lb4 2014-06-05 17:11:15 +02:00
  • 70fc04d80e Improved scaling gestures and zooming. Philipp Jahoda 2014-06-05 16:46:18 +02:00
  • c3cb9f21c4 Introduced DrawingContext to lighten ChartData, Introduced OnDrawListener, enabled drawing of BarChart ph1lb4 2014-06-05 14:47:32 +02:00
  • 60f58144b2 Made some improvements, added thousand separators in legend, added more documentation. Philipp Jahoda 2014-06-05 00:38:16 +02:00
  • e6b89d702b Update README.md PhilJay 2014-06-04 15:09:23 +02:00
  • 0fd4cb8b6f Update README.md PhilJay 2014-06-04 15:08:44 +02:00
  • 1c2dade1a9 Improved the ScatterChart. Now supporting different shapes for different DataSets. Philipp Jahoda 2014-06-04 10:25:18 +02:00
  • 213987e864 Added new chart-type. The ScatterChart. Philipp Jahoda 2014-06-03 22:00:40 +02:00
  • b64211610f Refactored the touch-listener and fixed bugs. Refactored Chart and Barlinechartbase. Scaling gestures are now completed. Philipp Jahoda 2014-06-03 11:35:05 +02:00
  • 2e2cd693a1 Scaling on y-axis now working with legend adjusting to the scale factor. Philipp Jahoda 2014-06-02 23:26:04 +02:00
  • 4c2b93ae47 Improved scaling. Now, scaling can be done via pinch-zoom gesture or by scaling x and y axis separately. Y-Legend not adjusting yet. Philipp Jahoda 2014-06-02 19:07:11 +02:00
  • 2ea2fa3326 Fixed a nasty bug concerning negative values in line and barchart. Philipp Jahoda 2014-06-02 11:27:47 +02:00
  • 0febe5a502 Fixed a bug that caused the miscalculation of yChartMin. Philipp Jahoda 2014-06-02 01:15:08 +02:00
  • 170de9f4a2 Worked on y-scaling. Philipp Jahoda 2014-06-02 01:08:02 +02:00
  • af100062ed Added filtering for both line and barchart. Philipp Jahoda 2014-06-02 00:06:22 +02:00
  • 96edb78077 Merged filtering with scaling progress. Y-Scale not working yet. Philipp Jahoda 2014-06-01 21:21:51 +02:00
  • c47e06db43 Worked on scaling y-axis. Philipp Jahoda 2014-06-01 21:09:04 +02:00
  • 7bd311a875 Filtering integrated, currently only available in LineChart ph1lb4 2014-06-01 19:50:18 +02:00
  • 9b2a3b4f6a Update README.md PhilJay 2014-05-30 19:31:16 +02:00
  • 420b3979f4 Update README.md PhilJay 2014-05-30 19:30:10 +02:00
  • 1f3f31c6b9 Improved self drawing performance with a new method. Made sure chart range is kept while drawing. Philipp Jahoda 2014-05-30 18:45:59 +02:00
  • 9ff9673fb8 Improved drawing into a graph and fixed various bugs ph1lb4 2014-05-30 14:49:25 +02:00
  • d40fe1c312 Merged readme. Philipp Jahoda 2014-05-30 12:07:05 +02:00
  • 3eec3af899 Minor changes. Philipp Jahoda 2014-05-30 11:55:39 +02:00
  • 4c31314913 Fixed small issue with new package structure ph1lb4 2014-05-29 22:48:55 +02:00