Commit 3e4c0bc
authored
v1.5.7 Changes (#95)
* adds convenience methods for saving and restoring pan / zoom state
* adds IN_ORDER mode to BarRenderer
* remove unused PlotRenderException
* valuemarkers now contain their own draw logic, making it easier to customize
* update project / dependencies
* #94 update createBitmap to use ARGB_8888 to address ARGB_4444 deprecation warning. adds better error message on failure.
* #83 Perform a null check before recycling buffered canvas instances
* update app version / release notes1 parent c960518 commit 3e4c0bc
File tree
30 files changed
+1240
-1212
lines changed- .circleci
- androidplot-core
- src
- main/java/com/androidplot
- exception
- pie
- ui
- widget
- xy
- test/java/com/androidplot
- test
- ui/widget
- xy
- demoapp
- docs
- gradle/wrapper
30 files changed
+1240
-1212
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
94 | | - | |
| 101 | + | |
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
| |||
0 commit comments