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 |
|
王劲鹏
|
63f8b87a1b
|
restore exports
|
2023-03-01 15:02:08 +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 |
|
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
|
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 |
|
王劲鹏
|
8dd39398b9
|
iOS: update list beforeDragging & add itemCanDrag
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
ef4eb4d517
|
iOS: update horizontal list beforeDragging & add itemCanDrag
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
11c6c72792
|
update flow layout drag demo
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
01ccf91a59
|
add flowlayout drag demo
|
2022-09-01 10:30:14 +08:00 |
|
王劲鹏
|
87501e0eb3
|
update scroller in list demo
|
2022-08-25 10:22:23 +08:00 |
|
王劲鹏
|
c1edc1376b
|
demo: update horizontal list demo
|
2022-08-25 10:22:23 +08:00 |
|
王劲鹏
|
56fbc993db
|
scroller in list demo
|
2022-08-22 16:50:38 +08:00 |
|
王劲鹏
|
2f32bfdbf2
|
section list demo
|
2022-08-16 18:00:39 +08:00 |
|
pengfei.zhou
|
3de2162ef6
|
js: list add reload api
|
2022-08-16 18:00:23 +08:00 |
|
pengfei.zhou
|
74f1c61261
|
js: remove other module to avoid import error
|
2022-08-11 13:37:38 +08:00 |
|
pengfei.zhou
|
e042ce732e
|
Add more Layout test demo
|
2022-08-05 11:24:46 +08:00 |
|
pengfei.zhou
|
c34f1f82b1
|
Add more Layout test demo
|
2022-08-05 11:24:46 +08:00 |
|
pengfei.zhou
|
1aaa3aa3f0
|
iOS: Fix some layout cases
|
2022-08-05 11:24:46 +08:00 |
|
pengfei.zhou
|
e1bb564d14
|
iOS: slider add property slideStyle
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
3344fb0b9f
|
demo: rename build dir to .dxx
|
2022-07-15 19:21:59 +08:00 |
|
pengfei.zhou
|
c050a18546
|
Add embedded example for iOS
|
2022-07-13 16:39:08 +08:00 |
|
pengfei.zhou
|
dc3c06c81e
|
Add embedded example for android
|
2022-07-13 16:39:08 +08:00 |
|
吴尚昆
|
6eb014eab3
|
fix: textView's placeholder position error bug .
|
2022-07-08 15:27:19 +08:00 |
|
吴尚昆
|
d412d456bb
|
fix: Input limited the number of words when entering Chinese bug.
|
2022-07-07 12:27:21 +08:00 |
|
pengfei.zhou
|
35c6d03d14
|
jsx support use function as component
|
2022-07-04 14:21:32 +08:00 |
|
王劲鹏
|
6cafcbc688
|
update demo
|
2022-07-01 14:47:01 +08:00 |
|
王劲鹏
|
59788fd658
|
fix scrollable false prevent scrollToPosition
|
2022-06-29 15:46:18 +08:00 |
|
王劲鹏
|
d405f60c7f
|
add list drag demo (include data integrity)
|
2022-06-17 18:44:57 +08:00 |
|
王劲鹏
|
e5e0471ff4
|
update list demo
|
2022-06-17 18:44:57 +08:00 |
|
吴尚昆
|
ed9475b72a
|
rename enum name ScaleType.Tile.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
55ff312312
|
image scaleType add an enumeration ScaleToTile.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
22f290f6a9
|
image tileInset property support boolean value.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
3f017a9beb
|
add resources to support image tile mode.
|
2022-03-18 20:02:52 +08:00 |
|
吴尚昆
|
77617df848
|
iOS: resize image support tile mode.
|
2022-03-18 20:02:52 +08:00 |
|
pengfei.zhou
|
9bd4ba8722
|
feat: Image add setImagePixels API,iOS receive ArrayBuffer directly
|
2022-03-09 18:14:06 +08:00 |
|
吴尚昆
|
37a4332a19
|
remove textSize && using urlencode
|
2022-03-03 17:15:22 +08:00 |
|
吴尚昆
|
4903e1d31a
|
add DINPro.ttf font example.
|
2022-03-03 17:15:22 +08:00 |
|
吴尚昆
|
93e949ef41
|
iOS text font support from custom loader.
|
2022-03-03 17:15:22 +08:00 |
|
pengfei.zhou
|
dd10c7f832
|
demo: update ImageProcessorDemo, copy arraybuffer from Native
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
cac47ee0b4
|
Update generated files
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
3ac737db00
|
Update ImageProcessor demo
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
93a2ea12f0
|
Optimize layout
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
eb72ddad4f
|
Add Image processor example
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
ca73b594e4
|
feat:extract FastBlur Function
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
fe953fd86b
|
Add ImageProcessor Demo
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
b29f2d6a4e
|
iOS: implement Image Pixel
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
190eb4afd7
|
feat:Image add pixel API,pass pixels directly to Image
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
e270b9c520
|
feat:android support ArrayBuffer Resource
|
2022-01-26 15:38:49 +08:00 |
|
pengfei.zhou
|
d746c5b4d4
|
add ResourceLoader plugin
|
2022-01-26 15:38:49 +08:00 |
|