Commit Graph

94 Commits

Author SHA1 Message Date
PonyCui
71ccf79556 Create ISSUE_TEMPLATE.md 2018-03-30 14:44:22 +08:00
PonyCui
14514e3885 add dynamicHidden and dynamicDrawing. 2.1.2 2018-03-28 14:33:28 +08:00
PonyCui
f72db9b31b bug-fix: use CADisplayLink::invalid() replace removeFromRunloop.
improve: all Parser callback will perform on Main Thread.
version: update to 2.1.1
2.1.1
2018-02-08 09:55:09 +08:00
PonyCui
468f48bc60 update readme. 2.1.0 2018-01-15 10:02:39 +08:00
PonyCui
9c285bcb10 update to 2.1.0 2018-01-15 10:01:29 +08:00
PonyCui
25489d6349 add startAnimationWithRange method. 2.1.0-Beta 2017-12-29 15:26:03 +08:00
errnull
6573cfb09d Revert "fix issue for lineCap"
This reverts commit 6e8f6d495a.
2017-11-30 11:07:56 +08:00
errnull
6e8f6d495a fix issue for lineCap 2017-11-30 10:51:27 +08:00
PonyCui
b2736b168d bug-fix: bezierPath fix z count. 2.0.1 2017-11-08 17:20:30 +08:00
PonyCui
b03ae607d4 update readme and podspec. 2017-11-08 16:59:39 +08:00
PonyCui
45274cb0a4 improve: now setText can set at anytime. 2017-11-08 16:57:50 +08:00
PonyCui
afd206bb1e improve: now setImage can set at anytime.
add: add setImageWithURL method.
2017-11-08 16:47:40 +08:00
PonyCui
825b7c28e4 Improve: BezierPath operation performance. 2017-11-08 16:20:28 +08:00
PonyCui
7991d99d75 Update readme.md 2017-11-01 22:31:55 +08:00
PonyCui
b95ad319dd remove Pods. 2017-10-27 17:26:35 +08:00
PonyCui
9580a317c7 update pod spec. 2.0.0 2017-10-23 15:07:21 +08:00
PonyCui
6989b588d1 update pod spec. 2017-10-23 14:43:49 +08:00
PonyCui
85e0271972 update samples. 2017-10-23 11:35:15 +08:00
PonyCui
66a6b35950 add HTTP support to SVGAImageView. 2017-10-17 18:11:04 +08:00
PonyCui
95e91a246c update readme. 2017-10-17 18:05:46 +08:00
PonyCui
a21356e700 add SVGAImageView.
add more UIViewContentMode support to SVGAPlayer.
2017-10-17 17:48:59 +08:00
PonyCui
7711a97be6 add fillMode. 2017-10-16 18:42:06 +08:00
PonyCui
d07ca58ad7 improve: lets Parser works on 8 max threads.
improve: speed up SVGABezierPath.
2017-10-11 17:47:09 +08:00
PonyCui
a583c822da update readme. 2017-10-11 17:08:19 +08:00
PonyCui
28bf90f1e8 lazy load maskPath. 2017-09-30 19:52:48 +08:00
PonyCui
1930e66d20 add 2.0.0 format support. 2017-09-30 19:38:26 +08:00
PonyCui
6b66bc56db Add Binary via ProtoBuf support. 2017-09-29 17:14:13 +08:00
PonyCui
b2bbe20550 lock SSZipArchive version. 1.1.7 2017-09-19 14:31:51 +08:00
PonyCui
05f5ba70b6 Update readme.md 2017-09-12 14:51:00 +08:00
PonyCui
7ba10dad96 Update readme.md 2017-09-12 14:50:40 +08:00
PonyCui
475f035851 Update readme.md 2017-09-12 14:49:32 +08:00
PonyCui
255d0aa956 Update readme.md 2017-09-12 14:49:10 +08:00
PonyCui
ff9e94601b Update readme.md 2017-09-12 14:48:51 +08:00
PonyCui
54dfd9775d Update readme.md 2017-09-12 14:48:40 +08:00
PonyCui
ba9e49cae1 Update readme.md 2017-09-07 15:05:11 +08:00
PonyCui
f4c038f589 update podspec 2017-09-07 13:28:21 +08:00
PonyCui
2b640691c4 Run CADIsplayLink to NSRunLoopCommonModes. 1.1.6 2017-09-07 13:21:44 +08:00
PonyCui
16b29b55d3 update to 1.1.5 1.1.5 2017-08-21 14:32:39 +08:00
PonyCui
0b41def110 improve: DONOT createPath until display it.
improve: add named method to parser.
2017-08-21 14:29:50 +08:00
PonyCui
40d3d96a1d update readme. 2017-08-21 10:17:35 +08:00
PonyCui
436d434c63 bug-fix: NSCache lock thread while multiple files parse, so we remove it.
improve: use stand-along Parse-Queue and limit max concurrent task to 1.
1.1.4
2017-08-21 10:15:15 +08:00
PonyCui
74e97d3702 bug-fix: use NSCache instead of NSMutableDictionary avoid thread safe issue. 1.1.3 2017-08-18 16:45:50 +08:00
PonyCui
6bbf771ec2 add UIViewContentModeScaleAspectFit & UIViewContentModeScaleAspectFill support. 2017-08-08 16:05:35 +08:00
Pony
5143e52956 Add samples. 2017-07-11 22:14:29 +08:00
PonyCui
1ce39e721f add license. 2017-07-10 09:55:59 +08:00
PonyCui
222c76e1e6 add SVGAPlayer-React.podspec 1.1.2 2017-06-19 15:56:09 +08:00
PonyCui
232329704c use tag. 2017-06-19 15:28:16 +08:00
PonyCui
99cff6ad8f add props. 2017-06-19 15:26:51 +08:00
PonyCui
0f0d2f4392 fix. 2017-06-16 09:33:46 +08:00
PonyCui
9c8aab5351 add react view manager. 2017-06-15 18:33:55 +08:00