Commit Graph

580 Commits

Author SHA1 Message Date
王劲鹏
5073dec8ac Android: fix refreshable view cannot scroll to origin accurate 2023-06-15 22:42:02 +08:00
pengfei.zhou
d1a799756d android: fix slider's item cannot call onClick after reloaded 2023-06-14 19:59:06 +08:00
王劲鹏
fdc5fb4555 Android: fix npe 2023-06-14 19:28:39 +08:00
王劲鹏
722d0873d4 Android: fix inaccurate scroll when slider in gallery style 2023-06-14 11:45:16 +08:00
王劲鹏
bd5c5c48ee add super when style is unused 2023-06-13 20:57:16 +08:00
王劲鹏
bab16ddf27 Android: implement slider style gallery 2023-06-13 20:57:16 +08:00
王劲鹏
3f596f6062 Android: NestedSlider support slidePosition 2023-04-04 20:53:29 +08:00
王劲鹏
592bd3df53 Android: Slider support slidePosition 2023-04-04 20:46:07 +08:00
pengfei.zhou
91d5d016f9 iOS: implement NestedSlider slidePosition 2023-04-04 20:46:07 +08:00
pengfei.zhou
d89b0a7bbb android: fix in list, cell changed cause node lost 2023-04-04 10:54:29 +08:00
pengfei.zhou
9a6ae9b6ef android: do not put js file directly 2023-03-29 11:55:23 +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
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
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
王劲鹏
f7d9655213 Android: font style for input 2023-01-17 11:24:23 +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
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
王劲鹏
44d971b870 Android: fix props mixin in blend sub node 2022-12-09 16:32:53 +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
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
王劲鹏
7632fa9a9d Android: update horizontal list beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
c9eb2fd8bb Android: update list beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
6236429e25 Android: update flowlayout beforeDragging & add itemCanDrag 2022-09-01 10:30:14 +08:00
王劲鹏
9ccce783cf Android: implement flowlayout drag 2022-09-01 10:30:14 +08:00
王劲鹏
e69465e203 Android: implement horizontal list 2022-08-25 10:22:23 +08:00
pengfei.zhou
cce4148240 feat:slider and flowlayout add reload api 2022-08-16 18:00:23 +08:00
pengfei.zhou
3de2162ef6 js: list add reload api 2022-08-16 18:00:23 +08:00
pengfei.zhou
7dda15efbd android: text's default color is gray 2022-08-16 18:00:23 +08:00
pengfei.zhou
b4a704a613 android: fix when flowlayout'item height is just,cannot show rowSpace properly 2022-08-10 10:57:09 +08:00
pengfei.zhou
ee9b8102f2 android: fix when in dev mode, asset resource cannot be downloaded 2022-08-02 14:17:55 +08:00
pengfei.zhou
6e3307d400 feat:fix gesture touch event's conflict in scroller 2022-08-01 19:05:41 +08:00
pengfei.zhou
61e537aa98 android: optimize debugging do not cache assets file from local dir 2022-08-01 19:05:41 +08:00
pengfei.zhou
2f9afac7bd android: optimize hot reload operation which causes render error 2022-08-01 19:05:41 +08:00
pengfei.zhou
d391cb8348 android: Fix the problem of shaking when pull down the refreshable view 2022-07-29 13:41:40 +08:00
pengfei.zhou
5dd7504a37 android: Ensure that rendering operations are serialized to prevent timing errors 2022-07-27 14:33:59 +08:00
pengfei.zhou
13ba43cb19 Fix: android's api should be static 2022-07-18 15:43:08 +08:00
pengfei.zhou
c367b93121 feat:slider add reset action 2022-07-15 19:21:59 +08:00
pengfei.zhou
c05c169dd7 feat: slider support set max and min scale 2022-07-15 19:21:59 +08:00
pengfei.zhou
fd5994e270 android: slider add property slideStyle 2022-07-15 19:21:59 +08:00
pengfei.zhou
7a126531af feat: Native add legacy mode 2022-07-15 19:21:59 +08:00
pengfei.zhou
271a70bc4b Allow simulator input ip address 2022-07-15 19:21:59 +08:00
pengfei.zhou
dc3c06c81e Add embedded example for android 2022-07-13 16:39:08 +08:00
pengfei.zhou
55ded48070 android: avoid create View in non-ui thread 2022-07-13 11:26:00 +08:00
Unknown
598634e0dc Android: add doric panel list 2022-07-12 16:34:00 +08:00