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
|
4fb5848ca9
|
feat: change alias to dev in demo app
|
2021-12-08 12:06:25 +08:00 |
|
pengfei.zhou
|
68ba8875a5
|
feat: android and iOS support load assets file remotely on dev mode
|
2021-12-08 12:06:25 +08:00 |
|
pengfei.zhou
|
7b44801b17
|
feat: add DoricDevAssetsLoader in dev mode
|
2021-12-08 12:06:25 +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
|
b1b8366e08
|
feat: update demo
|
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
|
ea4f6a4f08
|
iOS:Compat with iOS 15
|
2021-09-28 15:54:12 +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 |
|
王劲鹏
|
0421b8258f
|
iOS: implement touch api
|
2021-09-22 16:25:59 +08:00 |
|
王劲鹏
|
ac6a027f02
|
iOS: implement gesture container
|
2021-09-22 16:25:59 +08:00 |
|
pengfei.zhou
|
563f1a7fe1
|
iOS: fix when reuse flexnode, its childNode cannot measure properly
|
2021-09-16 19:23:19 +08:00 |
|
pengfei.zhou
|
dd4e8db3ad
|
Remove nativeEmpty, check call change to native side
|
2021-09-16 13:01:47 +08:00 |
|
pengfei.zhou
|
e6647214dd
|
iOS: fix part corner with border
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
95ff2155f5
|
iOS: Text set shadow do not set clipToBounds
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
116469d52c
|
iOS: fix hintFont default is font
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
145e157558
|
iOS: input focus fix
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
abc39ed28f
|
iOS: Input align to android implement
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
58067e217e
|
iOS:TextField support virtical alignment
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
228c2c131c
|
iOS:TextNode use content size
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
88c594ae10
|
iOS: input support textfield
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
5b3d45f607
|
iOS: Text textAligment support Top and Bottom
|
2021-09-09 18:24:22 +08:00 |
|
pengfei.zhou
|
41e610e424
|
Animation add keyFrame
|
2021-09-07 20:18:24 +08:00 |
|
pengfei.zhou
|
d7d19b17d0
|
Add BackgroundColorAnimation and AlphaAnimation
|
2021-09-07 18:50:09 +08:00 |
|
pengfei.zhou
|
31fb5186d3
|
iOS:use macro to control use of image and cache library
|
2021-09-07 16:13:49 +08:00 |
|
王劲鹏
|
d62303baf0
|
iOS: fix quickly set image url caused image integrity error
|
2021-09-07 10:50:21 +08:00 |
|
pengfei.zhou
|
c2b07e4a20
|
iOS: fix tableview height cannot fit the screen
|
2021-09-03 16:51:06 +08:00 |
|
王劲鹏
|
7a0a2c6621
|
iOS: image render optimize
UIGraphicsBeginImageContextWithOptions replaced with UIGraphicsImageRenderer above iOS 10
|
2021-09-03 15:52:15 +08:00 |
|
pengfei.zhou
|
15172bb653
|
iOS:fix refreshableview srolling problem
|
2021-09-01 15:44:43 +08:00 |
|
pengfei.zhou
|
5e2ffe3436
|
Devkit add plugin support
|
2021-08-26 16:49:56 +08:00 |
|
pengfei.zhou
|
059f27c743
|
Revert "debugging add module support"
This reverts commit 85da528de5e258a765b842ca5e55c4cf81fd2936.
|
2021-08-24 16:15:25 +08:00 |
|
pengfei.zhou
|
20e6f5c96d
|
debugging add module support
|
2021-08-24 16:15:25 +08:00 |
|
pengfei.zhou
|
0ffb14ec72
|
iOS: move bundle to DoricSingleton
|
2021-08-24 16:15:25 +08:00 |
|
pengfei.zhou
|
04cfbf49d8
|
iOS typo fix
|
2021-08-24 11:59:11 +08:00 |
|
王劲鹏
|
e0d76d218d
|
iOS: remove sync in dealloc & add some weak-strong-dance
|
2021-08-20 11:40:02 +08:00 |
|
pengfei.zhou
|
e6637b82de
|
iOS:fix when text font is customized,set fontStyle cause font change to system font
|
2021-08-12 16:02:08 +08:00 |
|
pengfei.zhou
|
6e048e39fc
|
fix compile err
|
2021-08-12 11:33:20 +08:00 |
|
pengfei.zhou
|
aee2ed6027
|
iOS: fix multi context,share same zone storage
|
2021-08-12 11:33:20 +08:00 |
|
王劲鹏
|
33c681031d
|
fix: iOS List scroll to row inaccurate
|
2021-08-11 18:40:28 +08:00 |
|
pengfei.zhou
|
ee737c5c17
|
iOS: add default content type
|
2021-08-11 11:34:45 +08:00 |
|
pengfei.zhou
|
bfa865fe5d
|
feat:Image add imageFilePath
|
2021-08-05 17:44:06 +08:00 |
|
pengfei.zhou
|
7a8fe598cd
|
iOS:fix callEntity pass param error.
|
2021-08-02 11:43:18 +08:00 |
|
王劲鹏
|
e1032721f1
|
iOS: add h & v scroll bar enable for input
|
2021-07-29 17:21:34 +08:00 |
|
王劲鹏
|
fc28d3b90d
|
iOS: remove mutable copy (may caused alloc exception when oom)
use barrier async dispatch queue to avoid multi-threading error
|
2021-07-29 11:40:56 +08:00 |
|
pengfei.zhou
|
5224df5369
|
iOS: change logic weight caculating to align android
|
2021-07-29 11:37:55 +08:00 |
|
pengfei.zhou
|
ba099b6f7e
|
iOS:fix TextNode cannot switch back to normal style
|
2021-07-27 18:13:11 +08:00 |
|
王劲鹏
|
a1c67e2b48
|
iOS: status bar delegate
|
2021-07-27 11:53:04 +08:00 |
|
pengfei.zhou
|
0a1dad1b10
|
iOS: update ui of performance waterfall
|
2021-07-23 15:40:56 +08:00 |
|
pengfei.zhou
|
fcd4449a9d
|
feat:when reload script,reload all matched context,when debug,target last matched context
|
2021-07-23 10:45:27 +08:00 |
|
pengfei.zhou
|
f75a6f8071
|
iOS:change the way created item view.
|
2021-07-23 10:45:27 +08:00 |
|
pengfei.zhou
|
05655972e3
|
iOS:fix memory leak
|
2021-07-23 10:45:27 +08:00 |
|
pengfei.zhou
|
0a54a5a5e7
|
feat:add deprecated api
|
2021-07-22 19:03:35 +08:00 |
|
pengfei.zhou
|
766154494b
|
fix:pod validation error
|
2021-07-21 20:33:25 +08:00 |
|
pengfei.zhou
|
73efa3b424
|
fix:pod validation error
|
2021-07-21 20:15:30 +08:00 |
|
pengfei.zhou
|
c7de1f90e2
|
refact:compat DoricJSLoaderManager api
|
2021-07-21 20:15:30 +08:00 |
|
pengfei.zhou
|
61c262bcc6
|
refact: use DoricSingleton to hold all static or singleton objects
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
7d4d6713c6
|
feat: change color of performance waterfall
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
8f50d2d67c
|
iOS: add DoricDevPerfVC
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
74e9aa0e38
|
feat:optimize iOS Native Driver method
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
8e2ebaf833
|
feat:android show performance waterfall
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
a021aae3de
|
feat:use global anchor hook to print log
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
17e14e7119
|
feat:add global anchor hook to monitor all performance hook
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
6bff1bd9a1
|
feat:DoricPerf export anchor map
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
502d731489
|
add RATreeView as source
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
91e72eddb2
|
add child desc
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
c49bfadb9c
|
add view id display
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
269f83775b
|
remove auto jump devkit page
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
0fe30c3b78
|
iOS:add snapshot view
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
e62eb7895c
|
iOS update devkit ui,add snapshot switch and performance switch
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
d4477ac2a3
|
iOS: add show tree node action
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
49d3426d85
|
iOS:snapshot view add control logic
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
4c7eb36565
|
iOS:add snapshot view
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
66d6c7de76
|
iOS:add float view
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
0dfe0d73be
|
Demo add devkit button
|
2021-07-21 19:32:31 +08:00 |
|
pengfei.zhou
|
47022fe715
|
iOS update devkit ui,add snapshot switch and performance switch
|
2021-07-21 19:32:31 +08:00 |
|
王劲鹏
|
cd9f08fa97
|
iOS: impl text color with gradient
|
2021-07-20 15:56:36 +08:00 |
|
王劲鹏
|
489fea0839
|
iOS: impl font & hint font for input
|
2021-07-20 15:53:19 +08:00 |
|
pengfei.zhou
|
c82510f57a
|
iOS: fix flowlayout loadmoreView do not show on content
|
2021-07-15 18:09:03 +08:00 |
|
pengfei.zhou
|
9531fbffc0
|
iOS:flowlayout fix reused problem
|
2021-07-15 18:09:03 +08:00 |
|
pengfei.zhou
|
83aab985d3
|
iOS: do not show flowlayout's scroll indicator
|
2021-07-15 18:09:03 +08:00 |
|
pengfei.zhou
|
de8d102bc8
|
iOS: fix type error
|
2021-07-15 18:09:03 +08:00 |
|
pengfei.zhou
|
5c089f1b7c
|
iOS: flowlayout do not set pagingEnabled.
|
2021-07-15 15:58:11 +08:00 |
|
王劲鹏
|
df204c97ae
|
add enable for each performance profile
|
2021-07-14 11:42:30 +08:00 |
|
王劲鹏
|
560990a39e
|
add reset logic when item count or render page changed
|
2021-07-08 20:05:56 +08:00 |
|
pengfei.zhou
|
98c3bc6668
|
iOS: fix locale return nil in some case
|
2021-07-08 19:26:58 +08:00 |
|
pengfei.zhou
|
fd8cac42ed
|
feat:add performance anchor hook
|
2021-07-08 15:40:06 +08:00 |
|
pengfei.zhou
|
b7dab8c30f
|
iOS: use NSHashTable to store DoricRegistry instead
|
2021-07-08 15:40:06 +08:00 |
|
pengfei.zhou
|
5c4bbe2fa5
|
feat:fix cannot record onDestroy
|
2021-07-08 15:40:06 +08:00 |
|
pengfei.zhou
|
f5bd4406d9
|
feat:add switch for performance,default is off
|
2021-07-08 15:40:06 +08:00 |
|
pengfei.zhou
|
34876de69f
|
optimize:performance code
|
2021-07-08 15:40:06 +08:00 |
|
pengfei.zhou
|
a40413f991
|
iOS:Add PerformanceProfile
|
2021-07-08 15:40:06 +08:00 |
|
王劲鹏
|
800365645c
|
fix: iOS load more view abnormal when item count zero
|
2021-07-08 14:41:55 +08:00 |
|
王劲鹏
|
98f2d29cee
|
fix crash when looped slider with item count zero
|
2021-07-08 10:13:28 +08:00 |
|
pengfei.zhou
|
e6595d5c51
|
feat:add set environment value api
|
2021-07-07 18:51:21 +08:00 |
|
pengfei.zhou
|
0c10b513b9
|
feat: add onEnvChanged
|
2021-07-07 18:51:21 +08:00 |
|
pengfei.zhou
|
70bde4fba9
|
feat:Environment add locale
|
2021-07-07 18:51:21 +08:00 |
|
王劲鹏
|
666998d3a6
|
fix wrong page slided index
|
2021-07-05 12:44:41 +08:00 |
|
王劲鹏
|
84ca53c3b7
|
iOS: set property to strong for test
|
2021-06-30 10:05:43 +08:00 |
|
王劲鹏
|
8366e1c508
|
iOS: fix text alignment sync on placeholder label
|
2021-06-29 16:08:20 +08:00 |
|
王劲鹏
|
07a958c3bd
|
fix: iOS dynamic set gradient props does not take effect
|
2021-06-22 17:43:24 +08:00 |
|
pengfei.zhou
|
901d3fdf72
|
feat:add protect case for plugin and view
|
2021-06-22 17:19:50 +08:00 |
|
pengfei.zhou
|
8339a64663
|
optimize: make lazy registered doric library effective
|
2021-06-22 17:19:50 +08:00 |
|
王劲鹏
|
28713aebbd
|
iOS: add navigation search for launch dev mode vc
|
2021-06-22 17:16:56 +08:00 |
|
王劲鹏
|
25b6a69d02
|
fix: markedTextRange overlap with placeholder while inputing
|
2021-06-18 14:55:54 +08:00 |
|
王劲鹏
|
48d6a84394
|
revert apply
|
2021-06-18 14:55:17 +08:00 |
|
王劲鹏
|
28513efd67
|
fix: flow layout cell order
|
2021-06-18 09:38:03 +08:00 |
|
王劲鹏
|
9bf4072777
|
fix: scroller parent aware child size change
|
2021-06-15 16:11:08 +08:00 |
|
pengfei.zhou
|
9fed9e431c
|
feat:Input add beforeTextChange API
|
2021-06-11 17:48:56 +08:00 |
|
pengfei.zhou
|
e528630f71
|
feat:Input add getSelection API
|
2021-06-11 17:48:56 +08:00 |
|