Commit Graph

2428 Commits

Author SHA1 Message Date
pengfei.zhou
d89b0a7bbb android: fix in list, cell changed cause node lost 2023-04-04 10:54:29 +08:00
pengfei.zhou
1add0f564c iOS: fix List Crash when insert more rows 2023-04-03 14:21:54 +08:00
王劲鹏
e345aa8879 iOS: fix crash when on concurrent op 2023-03-30 10:46:04 +08:00
pengfei.zhou
9a6ae9b6ef android: do not put js file directly 2023-03-29 11:55:23 +08:00
pengfei.zhou
9c19a76cf8 iOS: fix when load image async cause crash 2023-03-29 11:55:23 +08:00
王劲鹏
5367d214b8 iOS: fix crash when access flexConfig 2023-03-23 19:54:08 +08:00
pengfei.zhou
834764f81a iOS: format code 2023-03-23 16:30:00 +08:00
pengfei.zhou
3f290e332a optimize: clean view's props after being bunched fetched from native 2023-03-23 16:30:00 +08:00
pengfei.zhou
a08221a501 iOS: use NSInteger insteadof NSUInteger 2023-03-23 16:30:00 +08:00
Ten12
42b42a6d05 iOS: Optimize iOS tableview batch update 2023-03-23 16:24:17 +08:00
王劲鹏
f2cd693fa9 iOS: impl iosUsingObject option 2023-03-22 17:18:09 +08:00
王劲鹏
dc016b9507 js: declare iosUsingObject option 2023-03-22 17:18:09 +08:00
pengfei.zhou
b1c4ccd944 iOS: fix when list is in Refreshable, it may not be able to respond to the sliding gesture in time when the list is swiped quickly. 2023-03-15 19:18:50 +08:00
pengfei.zhou
978e33e8c5 iOS: fix js exception cause native block 2023-03-15 17:25:11 +08:00
pengfei.zhou
19fc1fdebe iOS: fix when reset viewnode cannot reset gradient color 2023-03-15 12:17:45 +08:00
王劲鹏
2817be24ec iOS: add js dispatcher for refresh widget 2023-03-15 11:20:30 +08:00
王劲鹏
aa844407b4 Android: add js dispatcher for refresh widget 2023-03-15 10:54:50 +08:00
pengfei.zhou
52e5977d20 feat: add observeScrollingInterval in coordinator plugin 2023-03-14 12:21:54 +08:00
pengfei.zhou
7db5d68db5 feat: add scrollsToTop for scrollable views only for iOS 2023-03-14 12:21:54 +08:00
pengfei.zhou
0774df96e1 feat: add preloadItemCount for List, incase we need preload more items before scroll to end 2023-03-09 11:36:33 +08:00
pengfei.zhou
4103704162 iOS: fix when RootNode shrink its size, it cannot be layout properly 2023-03-07 16:37:00 +08:00
王劲鹏
f67f0ce75a iOS: reorder registry alloc to avoid setEnvironmentVariable abnormal 2023-03-07 16:35:36 +08:00
王劲鹏
15364618e1 iOS: enhancement for status bar height retrieval 2023-03-07 16:35:36 +08:00
王劲鹏
63f8b87a1b restore exports 2023-03-01 15:02:08 +08:00
pengfei.zhou
37e93273b8 Add API for synchronous rendering to Panel 2023-02-15 20:14:09 +08:00
pengfei.zhou
fc4628dde9 Fix when print log string which contains special control characters in doric,cause native crash 2023-02-09 14:15:51 +08:00
pengfei.zhou
54ecddf994 iOS: fix popover view cannot change its layout after show 2023-02-07 14:18:36 +08:00
Jiang Teng
c7d7e4052d iOS: Optimize the call of [tableview scrollToRowAtIndexPath] method 2023-01-18 11:43:05 +08:00
王劲鹏
7ae96b2cea web: update dist 2023-01-17 11:24:23 +08:00
王劲鹏
345e839d32 iOS: font style for input 2023-01-17 11:24:23 +08:00
王劲鹏
f7d9655213 Android: font style for input 2023-01-17 11:24:23 +08:00
王劲鹏
81c519dcdf js: font style for input 2023-01-17 11:24:23 +08:00
王劲鹏
956cf7583e iOS: fix font style cannot change from system bold to system normal 2023-01-13 11:52:09 +08:00
王劲鹏
a0d4e564c1 murphysec 2023-01-05 14:20:26 +08:00
osborn
4eeebf6118
Feature/fix npe exception (#566)
* android: add exception catch for list flowlayout scroller  type

* iOS: add exception catch for list flowlayout scroller  type
2023-01-03 16:42:52 +08:00
pengfei.zhou
37d2df9eea js: fix type error 2022-12-29 09:03:57 +08:00
osborn
be4fb05f91
Feature/zpf (#564)
* iOS: fix memory leak of blur effect

* js: fix callback cause memory leak
2022-12-20 15:06:46 +08:00
pengfei.zhou
c60754c53d js: fix when first input, onTextChange or onSubmitEditing pass editing undefined 2022-12-15 19:05:03 +08:00
osborn
2cfab62e11
js: fix when first input, beforeTextChange pass editing undefined (#562) 2022-12-13 17:32:20 +08:00
osborn
0668e0fe86
android: fix when load image from remote server cause non ui thread touch view (#561) 2022-12-10 14:25:36 +08:00
osborn
9be6bb2051
iOS: fix in list when not combine view model cause UI have no update (#559) 2022-12-09 16:33:00 +08:00
王劲鹏
44d971b870 Android: fix props mixin in blend sub node 2022-12-09 16:32:53 +08:00
pengfei.zhou
875f3a5066 iOS: when not set onclick on view, should passthrough touch event 2022-12-07 10:29:02 +08:00
王劲鹏
f175a94b28 fix signature 2022-11-10 11:45:17 +08:00
pengfei.zhou
7899896b80 android: create empty doric context instead of static one 2022-11-08 17:35:10 +08:00
pengfei.zhou
1c306bd3f6 feat: iOS add ssr demo 2022-11-08 17:35:10 +08:00
pengfei.zhou
d416e9dc81 feat:android add ssr demo 2022-11-08 17:35:10 +08:00
pengfei.zhou
c3b9638434 Add SSR mode and test on Android 2022-11-08 17:35:10 +08:00
王劲鹏
5782a0d161 fix text node shadow & gradient conflict 2022-11-03 15:03:26 +08:00
王劲鹏
0a305b3104 fix security issue 2022-10-17 17:34:24 +08:00