Commit Graph

253 Commits

Author SHA1 Message Date
王劲鹏
9c166da915 iOS: fix memory leak in image node block 2021-03-04 15:43:12 +08:00
pengfei.zhou
627f323ae3 feat:fix iOS memory leak in debugging 2021-03-04 14:52:00 +08:00
pengfeizhou
dfcbec696e iOS:optimize devkit header ui 2021-02-24 19:15:17 +08:00
pengfeizhou
07c701ef23 feat:Input add password property 2021-02-08 18:19:23 +08:00
pengfeizhou
e32e6a321a iOS:Fix ImageNode cannot showed up 2021-02-04 17:16:15 +08:00
pengfeizhou
2de59a307f feat:Fix Flowlayout call onLoadMore multi times 2021-02-02 19:56:27 +08:00
pengfeizhou
112e45af06 feat:Fix List call onLoadMore multi times 2021-02-02 19:56:27 +08:00
pengfeizhou
4c78a91f7a iOS:update SDWebImage API call 2021-02-01 17:48:45 +08:00
pengfeizhou
4ad278e9c9 iOS:Support SDWebImage 2021-02-01 17:48:45 +08:00
pengfeizhou
a68155a0ec iOS:Remove dependency of YYImage 2021-02-01 17:48:45 +08:00
pengfeizhou
2100eff054 feat:avoid iOS dealloc JSValue in main thread,this may cause crash in JavaScriptCore 2021-01-06 11:57:41 +08:00
pengfei.zhou
967ad27a22 iOS: fix property from assign to copy 2020-12-10 09:52:34 +08:00
pengfei.zhou
33fe830422 fix code error 2020-11-03 19:21:08 +08:00
pengfei.zhou
cfe7e96831 iOS code format 2020-11-03 19:18:48 +08:00
刘涛
c9a9cc3227 fix:iOS view blurry after 3D animation 2020-11-03 17:44:17 +08:00
pengfei.zhou
171e96d0b5 iOS:fix iOS 14 cannot display image 2020-09-18 17:00:50 +08:00
shukaka
4e263a7c91 Update DoricImageNode.m
fix: iOS 上无法加载 Image.xcassets 中的图片
2020-08-07 15:58:23 +08:00
pengfei.zhou
408868e8d5 iOS fix listnode 2020-08-04 19:18:09 +08:00
pengfei.zhou
bc6f9fac9b iOS:fix item count change cause reload crash 2020-07-24 18:13:07 +08:00
pengfei.zhou
5113d73b37 fix:iOS ListNode item index outof range 2020-07-13 11:26:28 +08:00
刘涛
91c3d4f630 fix:iOS clear ListNode cell color 2020-07-01 17:10:32 +08:00
pengfei.zhou
eabb98cee9 fix:iOS DoricListNode exception and DoricGroupNode exception 2020-06-22 16:09:42 +08:00
刘涛
cb3dfcbec8 feat:iOS animation reset duration when duration is 0 2020-06-16 18:01:23 +08:00
pengfei.zhou
4a788eb4bb adjust code style and add default case 2020-06-13 11:59:47 +08:00
tracy
8e8999dd7a add inputtype 2020-06-13 11:59:47 +08:00
pengfei.zhou
6b1040b8a2 feat:fix ListNode crash on iOS 10 and iOS 11 2020-06-12 11:17:10 +08:00
pengfei.zhou
9b181830fc add perspective for rotattionX and rotationY 2020-06-03 14:54:52 +08:00
pengfei.zhou
c14ec1954e Add rotationX and rotationY 2020-06-03 14:54:52 +08:00
王劲鹏
1830acf977 iOS: implements base64 for placeholder & error in image 2020-05-11 11:31:42 +08:00
王劲鹏
9759eac38b iOS: implements locations in gradient color 2020-05-11 09:53:28 +08:00
王劲鹏
d060e1427c iOS: ensure start & end are not nil 2020-05-11 09:53:28 +08:00
王劲鹏
6406bfdcef iOS: implements multiple segments as gradient color 2020-05-11 09:53:28 +08:00
pengfei.zhou
6c21866d39 iOS:fix when input hans limit length error 2020-05-09 16:23:05 +08:00
pengfei.zhou
cb9f377a90 iOS:fix emoji cause substring error 2020-05-08 16:00:25 +08:00
pengfei.zhou
112952d379 feat:input align the affect to android 2020-05-06 15:13:00 +08:00
pengfei.zhou
931c06393e iOS:fix default gravity to be center 2020-05-06 15:13:00 +08:00
pengfei.zhou
87d9039b27 iOS:fix input show hintText 2020-05-06 15:13:00 +08:00
pengfei.zhou
fd762bac86 iOS:Input support maxLength 2020-05-06 15:13:00 +08:00
pengfei.zhou
fdff5af3d9 feat:Text add truncateAt 2020-04-27 18:58:41 +08:00
pengfei.zhou
a23aa8df0f iOS:default set clipToBounds = YES 2020-04-27 18:58:41 +08:00
pengfei.zhou
cabb1b1f82 iOS:fix layouts error 2020-04-26 19:00:36 +08:00
pengfei.zhou
cffb3fb0e9 iOS:Change the behaviour only in VLayout and HLayout and Stack 2020-04-26 09:48:03 +08:00
pengfei.zhou
05927b33d5 fix when parent is fit ,child is most,resolve this situation 2020-04-23 20:02:23 +08:00
pengfei.zhou
82fdd5e46c Android and iOS add handling imageScale 2020-04-23 16:52:24 +08:00
pengfei.zhou
a1c0e8e30c iOS:fix when reuse viewnode,gradientColor display none 2020-04-22 13:42:33 +08:00
pengfei.zhou
aa368d2e4b iOS:update js property 2020-04-22 13:09:24 +08:00
pengfei.zhou
bce9350959 iOS:fetch batchedItems move to previous until not empty 2020-04-22 11:38:15 +08:00
pengfei.zhou
5f4942a8ff feat:List add scrollToItem method 2020-04-22 11:38:15 +08:00
pengfei.zhou
d4bf1245dd iOS:fix missing call of requestLayout 2020-04-21 11:14:31 +08:00
pengfei.zhou
c56c58423b iOS:fix layout error 2020-04-21 11:13:06 +08:00
pengfei.zhou
f6ce6843e3 iOS:fix Image async load in FlexLayout 2020-04-20 20:50:32 +08:00
王劲鹏
4c18171a2b change px to proportion 2020-04-17 17:01:10 +08:00
王劲鹏
36eaf35cd0 iOS: add stretch inset dictionary 2020-04-17 17:01:10 +08:00
王劲鹏
afff5b9be0 add scale 2020-04-17 17:01:10 +08:00
王劲鹏
5d85bc86d1 iOS: implement stretchInset for ImageNode 2020-04-17 17:01:10 +08:00
pengfei.zhou
357fbd8e66 iOS:Base64 image add scale 2020-04-17 12:07:44 +08:00
pengfei.zhou
5dd4724e3c iOS:Text Font cannot be applied propertily 2020-04-15 19:10:46 +08:00
pengfei.zhou
6f89cf440b iOS:subviews in flexnode cannot be applied 2020-04-15 19:10:46 +08:00
pengfei.zhou
5d306bbf67 iOS:fix yoga layout when is leaf,cause assertion 2020-04-15 19:10:46 +08:00
pengfei.zhou
380673ef03 iOS:fix getLocationOnScreen 2020-04-15 16:38:17 +08:00
pengfei.zhou
9e0b3e067b feat:Text add htmlText 2020-04-14 12:10:55 +08:00
pengfei.zhou
8cb135b7b1 Text add strikethrough and underline 2020-04-13 17:44:15 +08:00
pengfei.zhou
5a8a855f89 iOS:Fix nested use of FlexLayout 2020-04-13 14:44:32 +08:00
pengfei.zhou
d29ff4991d add handling layoutconfig in flexlayout 2020-04-13 14:44:32 +08:00
pengfei.zhou
34ff0ea7d9 Revert "iOS:move yoga transform to DoricViewNode"
This reverts commit 6bcc6d014c.
2020-04-11 13:40:34 +08:00
pengfei.zhou
4f2802a55c fix header problem 2020-04-11 13:40:34 +08:00
pengfei.zhou
71154ad640 remove flexSlider 2020-04-11 13:02:16 +08:00
pengfei.zhou
80811a3bf6 Layout add minWidth minHeight maxWidth maxHeight 2020-04-11 13:02:16 +08:00
pengfei.zhou
4e537eed47 add flexscroller 2020-04-11 13:02:16 +08:00
pengfei.zhou
6bcc6d014c iOS:move yoga transform to DoricViewNode 2020-04-11 13:02:16 +08:00
pengfei.zhou
4ea7683003 iOS:add minWidth and minHeight for DoricLayout 2020-04-11 13:02:16 +08:00
pengfei.zhou
c70e1cb20c upodate flexnode settings 2020-04-11 13:02:16 +08:00
pengfei.zhou
b266fdaa20 iOS:fix when LayoutSpec.MOST and weight both setted 2020-04-10 16:17:37 +08:00
pengfei.zhou
89333e2252 iOS:keep iOS behavior align to android 2020-04-10 14:35:21 +08:00
pengfei.zhou
6f09341723 iOS:add FlexLayoutNode 2020-04-10 14:35:21 +08:00
pengfei.zhou
404b4b594f add ts define 2020-04-10 14:35:21 +08:00
王劲鹏
f8a5e29c83 iOS: add loop in slider 2020-04-10 11:08:39 +08:00
pengfei.zhou
ab11ee3372 iOS:use image to implement gradient background color 2020-04-09 13:32:14 +08:00
pengfei.zhou
410c01ba1c iOS:avoid requestLayout before blend finished 2020-04-09 13:32:14 +08:00
pengfei.zhou
c7f3f74b69 iOS:fix weight problem 2020-04-09 13:32:14 +08:00
pengfei.zhou
5d3ef0edb5 iOS:fix draggable 2020-04-08 20:33:20 +08:00
pengfei.zhou
84d19230e4 iOS:avoid reset margin while prop is nil 2020-04-08 20:33:20 +08:00
pengfei.zhou
8e6b4dd024 iOS:fix NestedScroll 2020-04-08 20:33:20 +08:00
pengfei.zhou
a9608506f5 iOS:fix Transform situation when apply layout 2020-04-08 20:33:20 +08:00
pengfei.zhou
f530256d05 iOS:fix slider requestLayout 2020-04-08 20:33:20 +08:00
pengfei.zhou
7f26910f0c iOS:when measure child ,remove margin 2020-04-08 20:33:20 +08:00
pengfei.zhou
317cd115ab iOS:fix ImageNode requestLayout 2020-04-08 20:33:20 +08:00
pengfei.zhou
e689d52f26 iOS:DoricLayout use marginLeft and marginTop instead of x or y 2020-04-08 20:33:20 +08:00
pengfei.zhou
5babfb4c9c iOS:fix Refreshable 2020-04-08 20:33:20 +08:00
pengfei.zhou
b17ff48c59 iOS:refact requestLayout logic 2020-04-08 20:33:20 +08:00
pengfei.zhou
95d9158fac iOS:fix Flowlayout loadmore then cell's framesize set to zero 2020-04-08 20:33:20 +08:00
pengfei.zhou
49df8d4970 iOS:fix FlowLayout show 2020-04-08 20:33:20 +08:00
pengfei.zhou
e4e5103d7b iOS:fix GradientLayer 2020-04-08 20:33:20 +08:00
pengfei.zhou
f3c8d1be31 iOS:fix Slider and rotation 2020-04-08 20:33:20 +08:00
pengfei.zhou
102f570fb4 iOS:fix List 2020-04-08 20:33:20 +08:00
pengfei.zhou
eb78e3e201 iOS:fix Scroller 2020-04-08 20:33:20 +08:00
pengfei.zhou
2e0bbcfb89 iOS:UIImageView resize when one dimension is just or most,anothor is fit. 2020-04-08 20:33:20 +08:00
pengfei.zhou
870a7e74af iOS:implement MaxWidth and MaxHeight 2020-04-08 20:33:20 +08:00
pengfei.zhou
91787fb0af iOS:DoricLayout add weight support 2020-04-08 20:33:20 +08:00
pengfei.zhou
abbe0ba377 iOS refact DoricLayout 2020-04-08 20:33:20 +08:00
pengfei.zhou
ca6a3284f2 refact some code 2020-04-08 20:33:20 +08:00
pengfei.zhou
3bbf671420 feat:Image localRes and base64 support animation image 2020-04-01 14:15:01 +08:00
pengfei.zhou
a2653711f8 iOS:fix when reblend groupNode,subviews will not be created properly 2020-03-31 11:08:22 +08:00
pengfei.zhou
050dfc46ae iOS:Fix onFrameChangedCallback not functional right 2020-03-28 12:04:37 +08:00
pengfei.zhou
0516ad0f5a iOS:fix localPath cannot load animated image 2020-03-27 16:08:36 +08:00
pengfei.zhou
438f729ec6 iOS:Change DoricGravity enum name 2020-03-27 10:08:54 +08:00
pengfei.zhou
0abf8533db feat:align Android and iOS treat ImageView's scale type 2020-03-25 22:52:39 +08:00
pengfei.zhou
1f1ef17ca7 iOS:remove unused reloadData 2020-03-25 15:05:50 +08:00
pengfei.zhou
d088e30f38 iOS:Text's max width and max height can only be affected while >0 2020-03-25 15:05:50 +08:00
pengfei.zhou
2b7ff95de6 iOS:use JSDispatcher to avoid overstock too many js tasks 2020-03-25 15:05:50 +08:00
pengfei.zhou
90e494222d add text lineSpacing 2020-03-24 16:25:14 +08:00
pengfei.zhou
4ea6da2d0a feat:align android and iOS image's default scale type 2020-03-24 16:25:14 +08:00
pengfei.zhou
0cfbef67a2 feat:add Text lineSpacing 2020-03-24 16:25:14 +08:00
pengfei.zhou
fe33a18213 feat:add maxWidth and maxHeight for text 2020-03-24 16:25:14 +08:00
pengfei.zhou
7408d9cfed iOS:fix gradiantlayer frame nil 2020-03-23 13:38:11 +08:00
pengfei.zhou
9335df620f iOS:fix memory leak 2020-03-21 19:14:44 +08:00
pengfei.zhou
29402662ef iOS avoid set frame twice 2020-03-21 19:14:44 +08:00
pengfei.zhou
201278629a iOS:Gravity and Margin shold affect at the same time 2020-03-21 19:14:44 +08:00
pengfei.zhou
4d6884098c iOS:fix NSNull Crash 2020-03-21 19:14:44 +08:00
pengfei.zhou
3eda0358d1 iOS:fix when set weight error 2020-03-21 19:14:44 +08:00
pengfei.zhou
38ea6ea7d4 iOS:fix cannot change rootView's layoutconfig or size 2020-03-13 19:38:39 +08:00
pengfei.zhou
e13d926b6c iOS:disable scrollview's adjust contentInset 2020-03-13 19:38:39 +08:00
pengfei.zhou
6cf0f4603e iOS:fix text cannot apply padding properly 2020-03-13 19:38:39 +08:00
王劲鹏
c1f4805444 iOS: add gradient background for view node 2020-03-13 19:08:49 +08:00
王劲鹏
49854cc825 add iOS icon font support 2020-03-13 15:06:19 +08:00
pengfei.zhou
4359eec700 feat:add switch for Android and iOS 2020-03-13 13:03:23 +08:00
pengfei.zhou
a6df529f8f feat:add imagepath and imageRes for Image 2020-03-13 13:03:23 +08:00
pengfei.zhou
7b371ca58b feat:add onScroll and onScrollEnd for list and flowlayout 2020-03-11 13:42:17 +08:00
pengfei.zhou
8db0e8e9f9 iOS:fix blur view cannot be filled 2020-03-11 13:42:17 +08:00
pengfei.zhou
01d736c5a6 feature:CoordinateLayout support multi set 2020-03-11 13:42:17 +08:00
pengfei.zhou
db1e1279e3 iOS:fix cannot find onDrag error 2020-03-07 10:41:25 +08:00
pengfei.zhou
5053262dd5 feat:add PlcaeHolder and Error setting for Image 2020-03-05 12:53:56 +08:00
pengfei.zhou
e7ac263921 iOS:add onScrollEnd 2020-03-04 14:18:16 +08:00
pengfei.zhou
021fdab35f feat:scroller add onScroll and onScrollEnd property 2020-03-03 16:37:40 +08:00
pengfei.zhou
0fa121e54f feat:optimize iOS Transform setting 2020-03-03 16:37:40 +08:00
pengfei.zhou
35e9f05114 feat:add getX and getY for view 2020-03-03 16:37:40 +08:00
pengfei.zhou
0641f5e223 feat:scroller add scrollBy 2020-03-03 16:37:40 +08:00
pengfei.zhou
6d7562877e feat:Scroller add contentOffset property 2020-03-03 13:24:29 +08:00
pengfei.zhou
46255632ec feat:Scroller add scrollTo method 2020-03-03 13:24:29 +08:00
pengfei.zhou
ff84738e03 iOS:do not show scroller indicator 2020-03-03 12:00:24 +08:00
pengfei.zhou
3e2a2038c7 feat:fix scroller sizetofit error 2020-03-03 12:00:24 +08:00
pengfei.zhou
b6eba02496 iOS:Fix padding calculate error 2020-03-03 12:00:24 +08:00
pengfei.zhou
67f27bf367 iOS:fix space error when no child 2020-03-03 12:00:24 +08:00
pengfei.zhou
ef2e27f271 iOS:when set corner,apply clipToBounds to yes 2020-02-22 14:14:01 +08:00
pengfei.zhou
3e3e8266d4 iOS:fix when set view's hidden status cannot trigger superview's relayout 2020-02-22 14:14:01 +08:00
pengfei.zhou
0961cb9fc9 refact:change field name from scheme to source 2020-02-19 19:54:10 +08:00
pengfei.zhou
6bf61b3769 feat:iOS implement coordinator plugin 2020-02-13 22:25:13 +08:00
pengfei.zhou
565998c763 iOS:add ScrollViewDelegate for scroller,list and flowlayout 2020-02-13 22:25:13 +08:00
pengfei.zhou
c813787318 iOS:Fix List crash on iOS 9.0 2020-01-17 16:51:46 +08:00
pengfei.zhou
c92435f1e0 Text add fontStype property 2020-01-15 09:55:48 +08:00