Commit Graph

420 Commits

Author SHA1 Message Date
pengfei.zhou
7978900a4f feat:iOS load Resource use NSDictionary 2022-01-26 15:38:49 +08:00
pengfei.zhou
3bedd8034c feat: add Resource Cache for loading the same resource 2022-01-26 15:38:49 +08:00
pengfei.zhou
e822797166 iOS: reset pivot to default 2021-12-28 16:36:17 +08:00
pengfei.zhou
4aa1380a5a iOS: fix canot set pivot to zero 2021-12-28 16:36:17 +08:00
pengfei.zhou
c6d26c1f49 iOS: image removeObserver when reset 2021-12-17 18:01:43 +08:00
pengfei.zhou
5eb47355e0 iOS: add removeObserver in case addObserver being called multi times 2021-12-17 18:01:43 +08:00
pengfei.zhou
2d1cf3fcfe iOS: add animation callback for iOS 2021-12-17 18:01:43 +08:00
pengfei.zhou
1ba4336857 feat: add DoricAssets resource 2021-12-08 12:06:25 +08:00
pengfei.zhou
233f31b90b refact: rename iOS class DoricResourceManager 2021-12-08 12:06:25 +08:00
pengfei.zhou
0477e5790b iOS: fix listItem cannot be animated 2021-12-03 17:45:51 +08:00
pengfei.zhou
094a0936b9 iOS: fix animate won't work on popovered view 2021-12-03 17:45:51 +08:00
pengfei.zhou
7c9e13158d iOS: Use Animator to control blur effect 2021-11-26 14:56:36 +08:00
pengfei.zhou
f302592d11 feat:Aero add style property 2021-11-26 14:56:36 +08:00
pengfei.zhou
62a8357d77 feat: fix typo 2021-11-26 14:56:36 +08:00
pengfei.zhou
3b901cae90 iOS: add AreoEffect 2021-11-26 14:56:36 +08:00
pengfei.zhou
84d5ccd1c6 iOS: add BlurEffect 2021-11-26 14:56:36 +08:00
吴尚昆
8c52fe5265 iOS: fix the loss of Corner effect caused by tableViewCell reuse. 2021-11-17 10:27:04 +08:00
wushangkun
7bc22c6c1f Fix the loss of Corner effect caused by tableViewCell reuse. 2021-11-17 10:27:04 +08:00
pengfei.zhou
c53fe3c208 iOS: fix Image async load error 2021-11-12 16:46:49 +08:00
pengfei.zhou
4c80e5aa60 iOS: fix when Image async load cause super node requestLayout 2021-11-12 16:28:45 +08:00
吴尚昆
4e2b4d051b Fixed an issue where playing an animated photo with YYWebImage could not stay on the last frame. 2021-11-10 13:41:07 +08:00
pengfei.zhou
1f01b7bffe iOS:when use YYImage,startAnimation donot work 2021-11-04 18:54:33 +08:00
pengfei.zhou
02ca1e5081 iOS:fix when reuse node,call reset cause property lost 2021-11-03 14:51:07 +08:00
pengfei.zhou
12234d3035 iOS: fix when clear list's data, do not call loadMore again 2021-10-29 11:14:33 +08:00
pengfei.zhou
349e56539c iOS: remove useless code 2021-10-27 18:01:36 +08:00
pengfei.zhou
88c441d86c iOS: remove useless code 2021-10-27 18:01:36 +08:00
pengfei.zhou
481e643ff9 android: reset view node when reuse this node 2021-10-27 18:01:36 +08:00
pengfei.zhou
60c8651e10 iOS: reset view node when reuse this node 2021-10-27 18:01:36 +08:00
pengfei.zhou
986d32a8e0 iOS:add Bundle Resource 2021-10-25 17:16:01 +08:00
pengfei.zhou
235549eea4 Add Resource Loader for iOS 2021-10-25 17:16:01 +08:00
pengfei.zhou
7637a820e5 iOS: fix when init NSAttributedString cause it runs blocks on main queue immediately 2021-10-22 16:10:56 +08:00
pengfei.zhou
72a4562885 iOS: optimze when updating cell do not cause size change, do not reload 2021-10-20 17:54:21 +08:00
pengfei.zhou
c04994ab21 iOS: FlexNode ignore maxSize if largger than intrinsic size when it is root flex node 2021-10-17 12:37:41 +08:00
pengfei.zhou
3a1d07ecc4 iOS: FlexLayout's root node do not enable margin 2021-10-17 12:37:41 +08:00
pengfei.zhou
6cae752456 Add find visible items for list and flowlayout 2021-10-12 17:44:02 +08:00
pengfei.zhou
f09f7859b9 Flowlayout's loadMoreView supports fullSpan,default is false 2021-10-12 17:44:02 +08:00
pengfei.zhou
738c072ee4 Remove header and footer support,this is unnecessary 2021-10-12 17:44:02 +08:00
pengfei.zhou
0e77c62e13 FlowLayoutItem add fullSpan attribute 2021-10-12 17:44:02 +08:00
pengfei.zhou
9429c75834 flowlayout add header and footer:iOS implement 2021-10-12 17:44:02 +08:00
pengfei.zhou
0dbab344d9 iOS: fix iOS cannot loadmore when list's itemCount is 0 2021-10-12 17:44:02 +08:00
pengfei.zhou
5224be8f90 feat:List add header and footer 2021-10-12 17:44:02 +08:00
pengfei.zhou
f6d117da06 iOS: fix missing super call for requestLayout 2021-10-12 17:44:02 +08:00
pengfei.zhou
3250523fb4 fix when remove child node from group node,reuse cause problem 2021-10-08 18:49:45 +08:00
pengfei.zhou
9757a6e8c6 iOS: fix blend viewModel error 2021-09-30 14:27:22 +08:00
pengfei.zhou
46609aee4c iOS: fix when blend subnode,occured crash 2021-09-29 19:08:14 +08:00
pengfei.zhou
8ef9ddc610 iOS: fix get property error 2021-09-29 19:08:14 +08:00
pengfei.zhou
63e0d1c38c feat: Image add isAnimating, startAnimating and stopAnimating API 2021-09-26 16:35:24 +08:00
pengfei.zhou
3fd8405e0b feat: Image loadCallback add animated prop 2021-09-26 16:35:24 +08:00
王劲鹏
bf0de5e02a native response parameter changed 2021-09-23 18:11:27 +08:00
王劲鹏
6e8c5cc8ea iOS: update with js dispatcher 2021-09-23 11:08:13 +08:00